<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://zero-k.info/mediawiki/index.php?action=history&amp;feed=atom&amp;title=User%3AShaman%2FDevelopment_Tips</id>
	<title>User:Shaman/Development Tips - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://zero-k.info/mediawiki/index.php?action=history&amp;feed=atom&amp;title=User%3AShaman%2FDevelopment_Tips"/>
	<link rel="alternate" type="text/html" href="https://zero-k.info/mediawiki/index.php?title=User:Shaman/Development_Tips&amp;action=history"/>
	<updated>2026-05-19T13:11:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://zero-k.info/mediawiki/index.php?title=User:Shaman/Development_Tips&amp;diff=7041&amp;oldid=prev</id>
		<title>Shaman: Some notes I want to keep.</title>
		<link rel="alternate" type="text/html" href="https://zero-k.info/mediawiki/index.php?title=User:Shaman/Development_Tips&amp;diff=7041&amp;oldid=prev"/>
		<updated>2020-11-01T11:16:19Z</updated>

		<summary type="html">&lt;p&gt;Some notes I want to keep.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page outlines some general knowledge collected over the years. Mostly this is my notes.&lt;br /&gt;
&lt;br /&gt;
= Really, Really Big things =&lt;br /&gt;
* TEST WITH LOCAL ZK-TEST.SDZ!!!! REALLY.&lt;br /&gt;
* Do NOT test cawidgets with local replacement.&lt;br /&gt;
* Multiplayer tests can be done by uploading an sdz to maps on site&lt;br /&gt;
&lt;br /&gt;
= Cawidgets =&lt;br /&gt;
* DO NOT USE SPEED UPS HERE. I don't know why exactly, but GoogleFrog says it's bad and it tends to lead to bad things.&lt;br /&gt;
* Probably not good to use speedups anywhere in the top level dir of luaui or luarules. Idk.&lt;br /&gt;
* You can make derivatives of other callins with it. Useful!&lt;br /&gt;
* Alters the way widgets work.&lt;br /&gt;
&lt;br /&gt;
= Callins.lua =&lt;br /&gt;
* This file is a red herring. Nobody probably knows what it does.&lt;br /&gt;
&lt;br /&gt;
= Camain.lua =&lt;br /&gt;
* Who knows what it does.&lt;br /&gt;
&lt;br /&gt;
= Cache.lua =&lt;br /&gt;
* You can poison (see: changing the return values) of functions with this. This changes affects everything.&lt;br /&gt;
* Don't attempt to override names with it. This just leads to people losing the ability to chat -.-&lt;br /&gt;
&lt;br /&gt;
= Unitdefs =&lt;br /&gt;
* These have a different style for... reasons. &lt;br /&gt;
* Double space instead of tab.&lt;br /&gt;
&lt;br /&gt;
= Git =&lt;br /&gt;
* Don't use PR's to update your fork.&lt;br /&gt;
* Use git rebasing to update work.&lt;br /&gt;
* Use git rebase -i HEAD~# to squash stuff.&lt;br /&gt;
* Squash your commits down a bit for redundant things (but not ones that significantly alter things)&lt;br /&gt;
&lt;br /&gt;
= Callins =&lt;br /&gt;
* Update uses FPS to trigger, and GameFrame does not.&lt;/div&gt;</summary>
		<author><name>Shaman</name></author>
		
	</entry>
</feed>