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)

Sun, 06 Feb 2005 07:49:41 +0000(svn r1812) [1117058] Use CT_WATER instead of CT_STEEL when accounting water which gets delivered to a town (worked because CT_STEEL and CT_WATER share the same enum number)
tron [Sun, 06 Feb 2005 07:49:41 +0000] rev 1308
(svn r1812) [1117058] Use CT_WATER instead of CT_STEEL when accounting water which gets delivered to a town (worked because CT_STEEL and CT_WATER share the same enum number)

Sat, 05 Feb 2005 23:07:35 +0000(svn r1811) Use char for string handling in namegen.[ch]
tron [Sat, 05 Feb 2005 23:07:35 +0000] rev 1307
(svn r1811) Use char for string handling in namegen.[ch]

Sat, 05 Feb 2005 23:03:12 +0000(svn r1810) Move town name generation declarations into a header of their own
tron [Sat, 05 Feb 2005 23:03:12 +0000] rev 1306
(svn r1810) Move town name generation declarations into a header of their own

Sat, 05 Feb 2005 22:52:08 +0000(svn r1809) Remove unused function str_is_below()
tron [Sat, 05 Feb 2005 22:52:08 +0000] rev 1305
(svn r1809) Remove unused function str_is_below()