Sun, 06 Feb 2005 14:27:50 +0000(svn r1822) Const correctness
tron [Sun, 06 Feb 2005 14:27:50 +0000] rev 1318
(svn r1822) Const correctness

Sun, 06 Feb 2005 13:41:02 +0000(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
tron [Sun, 06 Feb 2005 13:41:02 +0000] rev 1317
(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics

Sun, 06 Feb 2005 11:23:41 +0000(svn r1820) Style cleanup:
tron [Sun, 06 Feb 2005 11:23:41 +0000] rev 1316
(svn r1820) Style cleanup:
- indentation
- 0 -> '\0' in string handling
- whitespaces
- space after for, switch, etc.
- don't treat non-boolean values as boolean
- space before and after binary operators
- bracing style

Sun, 06 Feb 2005 10:39:18 +0000(svn r1819) -Codechange: removed 1 unused function, and 1 unused struct (tnx to Tron)
truelight [Sun, 06 Feb 2005 10:39:18 +0000] rev 1315
(svn r1819) -Codechange: removed 1 unused function, and 1 unused struct (tnx to Tron)

Sun, 06 Feb 2005 10:24:57 +0000(svn r1818) -Add: Dynamic orders (up to 64k orders)
truelight [Sun, 06 Feb 2005 10:24:57 +0000] rev 1314
(svn r1818) -Add: Dynamic orders (up to 64k orders)

Sun, 06 Feb 2005 10:18:47 +0000(svn r1817) -Codechange: Moved depot-functions to depot.c
truelight [Sun, 06 Feb 2005 10:18:47 +0000] rev 1313
(svn r1817) -Codechange: Moved depot-functions to depot.c
-Codechange: Added wrappers around depot-access (GetDepot no exists)
-Codechange: Made depot-functions a bit more logic (no longer
GetDepotByTile crashes your game when you request it on a non-depot tile)
-Add: made depots dynamic (yes, 64k depots are possible now)

Sun, 06 Feb 2005 09:52:06 +0000(svn r1816) Use char instead of byte for string formatting
tron [Sun, 06 Feb 2005 09:52:06 +0000] rev 1312
(svn r1816) Use char instead of byte for string formatting

Sun, 06 Feb 2005 08:55:51 +0000(svn r1815) Remove some unused declarations
tron [Sun, 06 Feb 2005 08:55:51 +0000] rev 1311
(svn r1815) Remove some unused declarations

Sun, 06 Feb 2005 08:38:09 +0000(svn r1814) Let ReadFileToMem() return void* (instead of byte*) because we don't know what the caller wants to do with the data
tron [Sun, 06 Feb 2005 08:38:09 +0000] rev 1310
(svn r1814) Let ReadFileToMem() return void* (instead of byte*) because we don't know what the caller wants to do with the data

Sun, 06 Feb 2005 08:18:00 +0000(svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
tron [Sun, 06 Feb 2005 08:18:00 +0000] rev 1309
(svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)