tunnelbridge_cmd.c
Sun, 23 Jan 2005 13:09:35 +0000 tron (svn r1610) Remove trailing whitespace (last time ever, i hope)
Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
Sat, 22 Jan 2005 19:05:30 +0000 tron (svn r1592) -Fix: [1090495] Slopes under high bridges weren't flooded
Fri, 21 Jan 2005 19:52:32 +0000 darkvater (svn r1583) -Fix: You should no longer be able to delete bridges on any type of underground when there is a vehicle on it
Thu, 20 Jan 2005 09:12:20 +0000 celestar (svn r1574) -Fix [ 1105281 ] upgrade rail fails when train under bridge
Wed, 19 Jan 2005 19:15:03 +0000 bjarni (svn r1568) made an enum of train subtypes to make the code more readable
Tue, 18 Jan 2005 18:41:56 +0000 tron (svn r1560) Introduce SetTileType() and SetTileHeight()
Sun, 16 Jan 2005 14:06:22 +0000 tron (svn r1542) Rename TileHeight to TilePixelHeight, because this is what it actually returns
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
Fri, 14 Jan 2005 09:20:12 +0000 celestar (svn r1504) enummed town ratings (Jango)
Sun, 09 Jan 2005 21:25:44 +0000 tron (svn r1451) Fix some of the signed/unsigned comparison warnings
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
Mon, 03 Jan 2005 12:56:22 +0000 tron (svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TILE_MAX_[XY]
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
Sat, 04 Dec 2004 09:26:39 +0000 tron (svn r925) Use sound enums
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Fri, 26 Nov 2004 20:29:05 +0000 tron (svn r826) Seperate all bridge related tables from tunnel_land.h into their own file
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Tue, 23 Nov 2004 22:36:11 +0000 tron (svn r787) Invert the sense of the DO_TRANS_BUILDINGS flag to be consistent with its own name and all other DO_* flags.
Sun, 21 Nov 2004 10:49:40 +0000 tron (svn r724) Remove restriction that a tile can only accept 3 cargo types.
Fri, 05 Nov 2004 23:12:33 +0000 tron (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk
Wed, 03 Nov 2004 11:35:29 +0000 tron (svn r501) -Fix: Vehicles slow down under bridge if the track is on a foundation
Wed, 03 Nov 2004 11:06:21 +0000 tron (svn r500) -Fix: Some bridge part isn't displayed transparent in transparent mode
Tue, 14 Sep 2004 01:21:07 +0000 darkvater (svn r242) -Fix: Pathfinding bug for road vehicles introduced in r160 fixed (blathijs)
Sat, 11 Sep 2004 13:37:44 +0000 truelight (svn r204) -Fix: deleted unneeded casts (tnx Tron)
Sat, 11 Sep 2004 09:40:19 +0000 truelight (svn r201) -Fix: [1025836] Company values bigger dan int32 were put to negative
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Sun, 05 Sep 2004 16:15:22 +0000 truelight (svn r160) -Codechange: made GetTileTrackStatus more readable (blathijs)
Sat, 21 Aug 2004 09:57:02 +0000 dominik (svn r99) Fix: [992726] No tunnel crash (Celestar)
Fri, 20 Aug 2004 09:32:32 +0000 truelight (svn r85) -Add: initial commit of new AI (enable in Patch menu)
Fri, 13 Aug 2004 18:27:33 +0000 dominik (svn r40) Final slope graphics fix
Fri, 13 Aug 2004 17:41:44 +0000 darkvater (svn r39) -Fix [1008605] Signals not updated after ClearTunnel Bug [985920] (TrueLight)
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