macros.h
Tue, 25 Jan 2005 21:43:57 +0000 tron (svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and adapt the save/load data and some other parts of the code to that change
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
Sun, 09 Jan 2005 17:55:11 +0000 tron (svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and make the latter map size agnostic
Sun, 09 Jan 2005 16:02:06 +0000 truelight (svn r1445) -Fix: reversing a train also reverses the UP and DOWN status for the
Sat, 08 Jan 2005 23:59:49 +0000 darkvater (svn r1437) -Fix: Safetileadd preprocessor magic is the same as for GCC and no longer extern
Fri, 07 Jan 2005 17:47:29 +0000 tron (svn r1416) Print sensible information in SafeTileAdd() if gcc is used
Fri, 07 Jan 2005 17:40:23 +0000 tron (svn r1415) Move TILE_FROM_XY and TILE_XY to map.h and push TILE_[XY] bits from map.h into map.c.
Fri, 07 Jan 2005 17:02:43 +0000 tron (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the latter into inline functions names Tile[XY]
Wed, 05 Jan 2005 13:32:03 +0000 tron (svn r1386) Move TileIndexDiff to map.h
Sat, 18 Dec 2004 13:38:27 +0000 truelight (svn r1153) -Fix: FindCatchmentRadius is now a function that uses the enums 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
Wed, 08 Dec 2004 15:46:13 +0000 Celestar (svn r979) Allow more realistically sized catchment areas
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Wed, 24 Nov 2004 13:19:48 +0000 tron (svn r793) Merge INLINE -> inline replacement (revision 376)
Mon, 13 Sep 2004 22:49:11 +0000 signde (svn r240) -Fix: desync on subsidy generation
Mon, 13 Sep 2004 20:38:36 +0000 darkvater (svn r237) -Fix: [1025836] Company value problem (again). Now company value rightly shows the value, including ALL your money.
Sun, 12 Sep 2004 21:49:38 +0000 darkvater (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Wed, 11 Aug 2004 22:07:08 +0000 darkvater (svn r23) -Some omments on the code (blathijs)
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN