Age | Commit message (Expand) | Author |
2005-07-01 | (svn r2504) Move Draw*EngineInfo to engine_gui.c to reduce dependencies | tron |
2005-06-27 | (svn r2492) Remove some pointless casts and fix some nearby indentation | tron |
2005-06-25 | (svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi... | tron |
2005-06-24 | (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" | tron |
2005-06-23 | (svn r2475) -Fix: [ 1214982 & 1217473 ] realistic acceleration problem. (glx) | celestar |
2005-06-21 | (svn r2467) - Fix: [newgrf] Prevent trains with shorter wagons breaking apar... | hackykid |
2005-06-16 | (svn r2448) General cleanup of rail related code, more to follow. | matthijs |
2005-06-15 | (svn r2441) -Feature: You can now give transfer order to set up feeder systems | celestar |
2005-06-15 | (svn r2440) - Fix: [newgrf] Fix the spritesorter to handle overlapping sprit... | hackykid |
2005-06-07 | (svn r2433) - CodeChange: unmagicify all road/train crossings with IsLevelCro... | Darkvater |
2005-06-07 | (svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[] | tron |
2005-06-07 | (svn r2431) - Fix: [newgrf] clamp() instead of assert() on the result of the... | hackykid |
2005-06-06 | (svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), a... | hackykid |
2005-06-06 | (svn r2427) - Fix: CmdMoveRailVehice; Prevent possible assertion failure whe... | hackykid |
2005-06-06 | (svn r2423) - CodeChange: Include first_engine in the train cache, instead o... | hackykid |
2005-06-06 | (svn r2415) - Fix: [newgrf] Powered Wagons - Don't assume an undefined callb... | hackykid |
2005-06-06 | (svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback t... | hackykid |
2005-06-05 | (svn r2411) - Codechange: Have trains cache stuff like consist power/weight/... | hackykid |
2005-06-04 | (svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix so... | tron |
2005-06-03 | (svn r2401) - Fix: [newgrf] Finish up callback mechanism, implement 'refit c... | hackykid |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-06-01 | (svn r2389) - Feature: [newgrf] Implement the mechanism for handling newgrf ... | hackykid |
2005-06-01 | (svn r2388) - Fix: [realistic accel] Very slow trains no longer get an incre... | hackykid |
2005-05-26 | (svn r2365) - Change: [refitting] Make refitting capacities for trains newgr... | hackykid |
2005-05-17 | (svn r2347) - Fix (regression): depot window did not get redrawn when a non-t... | Darkvater |
2005-05-14 | (svn r2306) - CodeChange: Check the last commands; refits. This needed an ext... | Darkvater |
2005-05-12 | (svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNe... | Darkvater |
2005-05-11 | (svn r2294) - CodeChange: check the service interval settings when changing o... | Darkvater |
2005-05-11 | (svn r2290) - CodeChange: protect the next batch of commands. This brings us ... | Darkvater |
2005-05-09 | (svn r2288) - CodeChange: protected the next batch of commands (41 so far, ou... | Darkvater |
2005-05-08 | (svn r2283) - Fix (regression): [ 1197493 ] train_gui.c:1341: failed assertio... | Darkvater |
2005-05-07 | (svn r2281) - Fix: [ 1115204 ] [NPF] When pressing the goto depot button, tra... | matthijs |
2005-05-06 | (svn r2274) - Codechange: some comments, parentheses and EngineID typedef for... | Darkvater |
2005-05-05 | (svn r2270) - Fix/Codechange: fix up selling rail vehicles. Try to be smart a... | Darkvater |
2005-05-03 | (svn r2262) - Fix: Assertion when vehicle in a depot wants to do pathfinding. | matthijs |
2005-05-03 | (svn r2261) - Fix: When crashed vehicles try to find a depot for servicing, o... | matthijs |
2005-05-02 | (svn r2256) - Fix: Trains cannot find a depot when they are in a tunnel. (glx) | matthijs |
2005-04-15 | (svn r2202) - Fix: [NPF] When a vehicle could not reach its target, it would ... | matthijs |
2005-04-12 | (svn r2189) Introduce and use IsCompatibleTrainStationTile() | tron |
2005-04-12 | (svn r2188) Revert r2185, because trains always accerlated (Requested by Cele... | tron |
2005-04-12 | (svn r2187) Implement a slightly better workaround than r1588 did. (Joint eff... | tron |
2005-04-11 | (svn r2185) -Fix: Made sure that the realistic acceleration does not freeze t... | celestar |
2005-04-11 | (svn r2180) -Fix: Deceleration code now only takes into account rail station ... | celestar |
2005-04-11 | (svn r2179) - Fix: [ 1121437, 1114228 ] Vehicles not entering depots for auto... | matthijs |
2005-04-02 | (svn r2119) - Fix: [ 1172878 ] Trains "Go to depot" button: click twice skip ... | pasky |
2005-03-29 | (svn r2105) -Codechange: Added a cache for the first vehicle of a chain to in... | celestar |
2005-03-25 | (svn r2058) -Fix: hopefully this fixes the reverse-train-in-depot-bugs (plural) | truelight |
2005-03-25 | (svn r2056) -Fix: [ 1166999 ] Strange cast removed. Thanks Tron | celestar |
2005-03-25 | (svn r2055) -CodeChange: Begun introducting StationID | celestar |
2005-03-24 | (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h | truelight |