oldloader.c
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Sun, 16 Jan 2005 11:24:58 +0000 tron (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
Sat, 15 Jan 2005 19:06:22 +0000 truelight (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.
Wed, 12 Jan 2005 11:21:28 +0000 truelight (svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
Mon, 10 Jan 2005 19:14:05 +0000 truelight (svn r1469) -Fix: missed one in last commit
Mon, 10 Jan 2005 19:08:25 +0000 truelight (svn r1468) -Fix: really old maps do load again (Darkvater / TrueLight)
Mon, 10 Jan 2005 14:43:00 +0000 darkvater (svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped year between 1920-2090 as wel as adding defines for it.
Sun, 09 Jan 2005 21:25:44 +0000 tron (svn r1451) Fix some of the signed/unsigned comparison warnings
Fri, 07 Jan 2005 09:28:16 +0000 truelight (svn r1411) -Fix: structure packing in the OS/2 version (eg, with the old loader).
Thu, 06 Jan 2005 22:50:48 +0000 darkvater (svn r1408) -Fix: uninitialized variable :)
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
Mon, 03 Jan 2005 21:51:24 +0000 darkvater (svn r1356) -Fix: [1092363] missing GCC_PACK in oldloader.c (thx hafken)
Tue, 28 Dec 2004 11:51:31 +0000 truelight (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and loaded as
Fri, 17 Dec 2004 09:02:41 +0000 tron (svn r1145) Remove stray line which crept in in last commit
Fri, 17 Dec 2004 09:01:24 +0000 tron (svn r1144) Don't rely on sizeof() to determine the map size, use MapSize() instead
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Thu, 09 Dec 2004 18:18:21 +0000 tron (svn r990) Fix a display bug in the order list:
Sun, 05 Dec 2004 12:43:04 +0000 tron (svn r955) Replace uint16 for orders with struct Order
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Tue, 16 Nov 2004 23:26:15 +0000 darkvater (svn r645) -Feature: Finally support for TTDLX games on Big Endian machines such as Macintosh and MorphOS; thanks for testing Bjarni :)
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup
Sun, 14 Nov 2004 10:18:15 +0000 darkvater (svn r584) -newgrf: Increase chance to get a TTDPatch savegame using custom GRF files loaded (pasky)
Sat, 11 Sep 2004 19:34:11 +0000 signde (svn r207) -Codechange: randomizer handling
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Mon, 23 Aug 2004 21:29:25 +0000 dominik (svn r124) Prepared code for removal of block_months variable in next major savegame version
Tue, 10 Aug 2004 14:42:52 +0000 darkvater (svn r5) -Fix: townname generation of TTDLX savegames. All work
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN