log rail_cmd.c @ 1035:3edb35954288 draft

age author description
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 draft
Sat, 15 Jan 2005 19:06:22 +0000 truelight (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic. draft
Fri, 14 Jan 2005 19:41:24 +0000 tron (svn r1508) Remove duplicate declarations and include proper headers where necessary draft
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] draft
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries draft
Tue, 04 Jan 2005 17:11:03 +0000 darkvater (svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly. Was the result of the cost getting reset in a recursive call of docommand. That is fixed. In addition all cost-commands are typed explicitely. Please do not forget to do so or your costs will be credited to construction if you are unlucky. draft
Wed, 29 Dec 2004 13:13:29 +0000 miham (svn r1297) Language fixes in the source.. (ln-) draft
Tue, 28 Dec 2004 11:51:31 +0000 truelight (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and loaded as draft
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 draft
Sun, 05 Dec 2004 12:43:04 +0000 tron (svn r955) Replace uint16 for orders with struct Order draft
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk draft
Sat, 04 Dec 2004 09:26:39 +0000 tron (svn r925) Use sound enums draft
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it. draft
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. draft
Sun, 21 Nov 2004 10:49:40 +0000 tron (svn r724) Remove restriction that a tile can only accept 3 cargo types. draft
Wed, 17 Nov 2004 15:14:18 +0000 celestar (svn r657) Do not touch 0x8000 bit in sprite index for custom waypoints. (pasky) draft
Wed, 17 Nov 2004 00:52:54 +0000 miham (svn r647) Cleanup custom station classes handling. (pasky) draft
Sun, 14 Nov 2004 22:30:46 +0000 dominik (svn r614) [newgrf] Some minor code fixes draft
Sun, 14 Nov 2004 22:10:08 +0000 dominik (svn r612) [newgrf] Fix: custom waypoints on monorail/maglev are displayed correctly draft
Sun, 14 Nov 2004 20:50:38 +0000 darkvater (svn r610) -newgrf: Support for some basic deterministical spritegroups regarding stations. Waypoints look changes based on year now :^) (pasky). draft
Sun, 14 Nov 2004 20:25:07 +0000 dominik (svn r609) Fixed choose waypoints dialogs, it works without assertion failures and with custom waypoint #0 selectable now. (pasky) draft
Sun, 14 Nov 2004 20:02:43 +0000 dominik (svn r608) [newgrf] enabled possibility to build default waypoint when custom waypoints are enabled draft
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup draft
Sun, 14 Nov 2004 18:18:28 +0000 darkvater (svn r605) -newgrf: Framework for supporting variational spritegroups . Deterministic only at the moment, but random ones support shouldn't be that difficult now It doesn't do anything, but makes these actions actually possible (pasky). draft
Sun, 14 Nov 2004 16:42:08 +0000 darkvater (svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to sprite.h (pasky) draft
Sun, 14 Nov 2004 16:11:48 +0000 darkvater (svn r600) -newgrf: Relocation offset for custom station sprites is now stored separately, making it possible to show different sprites in waypoint selection dialog (pasky). draft
Sun, 14 Nov 2004 14:10:03 +0000 darkvater (svn r591) -newgrf: Store whole struct StationSpec in SetCustomStation(), not just the rendering data. This will be needed for variational stationspecs (pasky). draft
Sun, 14 Nov 2004 13:07:07 +0000 darkvater (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky). draft
Sun, 14 Nov 2004 11:04:59 +0000 darkvater (svn r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch by dominik81 and pasky. draft
Sun, 14 Nov 2004 09:07:15 +0000 celestar (svn r581) -newgrf: Basic support for new stations - only waypoints supported now and only draft
Fri, 05 Nov 2004 23:12:33 +0000 tron (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk draft
Fri, 17 Sep 2004 20:56:28 +0000 dominik (svn r289) Fix: Checkpoints on snow have correct ground now draft
Fri, 17 Sep 2004 20:49:47 +0000 dominik (svn r288) Fix: new checkpoint graphics now also work for monorail/maglev draft
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) draft
Sat, 11 Sep 2004 14:48:31 +0000 darkvater (svn r205) -Fix: [1026271] Vehicle depots not transparent with transparent buildings. draft
Sat, 11 Sep 2004 09:55:19 +0000 truelight (svn r202) -Codechange: I missed some files with trailing spaces.. this should be draft
Sun, 05 Sep 2004 16:15:22 +0000 truelight (svn r160) -Codechange: made GetTileTrackStatus more readable (blathijs) draft
Fri, 03 Sep 2004 17:57:27 +0000 darkvater (svn r150) -Fix: [1010833] Turning on the magic bulldozer removes oil rigs draft
Fri, 20 Aug 2004 09:32:32 +0000 truelight (svn r85) -Add: initial commit of new AI (enable in Patch menu) draft
Sun, 15 Aug 2004 21:10:08 +0000 darkvater (svn r60) -Fix: signal_density is given as a parameter to autosignal. This means all players can define it for themselves. draft
Sun, 15 Aug 2004 20:23:42 +0000 darkvater (svn r59) -Feature: Added Autosignals, just like Autorail. Can copy signal style, convert signal<->semaphore, etc. Big thanks to betatesters Dribbel and Testman57 (Darkvater) draft
Fri, 13 Aug 2004 18:27:33 +0000 dominik (svn r40) Final slope graphics fix draft
Wed, 11 Aug 2004 22:07:08 +0000 darkvater (svn r23) -Some omments on the code (blathijs) draft
Tue, 10 Aug 2004 18:35:43 +0000 dominik (svn r14) Fix: railroad crossings on slopes are now possible draft
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN draft