Age | Commit message (Expand) | Author |
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 |
2005-03-23 | (svn r2035) - Remove unneeded realloc() | tron |
2005-03-20 | (svn r2034) -Codechange: Replaced the rather meaningless LOAD and UNLOAD flag... | celestar |
2005-03-19 | (svn r2024) -Fix: [autoreplace] reverted all changes involving v->set_for_re... | bjarni |
2005-03-15 | (svn r2011) - Fix: [ 1162209 ] Fix OS/2 build (orudge) #2 | darkvater |
2005-03-09 | (svn r1979) Const correctness | tron |
2005-03-09 | (svn r1976) Cleanups - mostly indentation and fiddling with loops | tron |
2005-03-08 | (svn r1965) - Fix: [NPF] Forgot to update one line where NPFGetFlag() should ... | matthijs |
2005-03-08 | (svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on ... | matthijs |
2005-03-08 | (svn r1959) -Fix: Repaired two memleaks I have hacked :( | Celestar |
2005-03-06 | (svn r1947) As in r1946, permit DC_QUERY_COST even on non-depot tiles - so th... | pasky |
2005-03-06 | (svn r1942) Fix r1938 | tron |
2005-03-06 | (svn r1938) Miscellaneous cleanups: const correctness, kill a goto, ... | tron |
2005-03-06 | (svn r1936) End some void-pointer-as-int-abuse; this also fixes a latent bug ... | tron |
2005-03-06 | (svn r1935) Missing braces; while here turn the ifs into a single switch | tron |
2005-03-06 | (svn r1934) Small cleanup (uint -> TileIndex, (uint)-1 -> INVALID_TILE and s... | tron |
2005-03-03 | (svn r1922) - Fix: Disappearing of crashed trains inside tunnels were not che... | Darkvater |
2005-02-22 | (svn r1898) Remove some unused macros from macros.h and move some others to m... | tron |
2005-02-20 | (svn r1891) -Fix: [ 1143587 ] carriages of newgrfs can be refitted again | celestar |
2005-02-12 | (svn r1863) Give the effect vehicle type enums more descriptive names and use... | tron |
2005-02-07 | (svn r1841) -Fix: [ 1117538 ] non-stop orders are no longer accidently skipped | celestar |
2005-02-06 | (svn r1834) - Fix: NPF does not check the owner of its target, busses try to ... | matthijs |
2005-02-06 | (svn r1817) -Codechange: Moved depot-functions to depot.c | truelight |
2005-02-04 | (svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to... | truelight |
2005-02-02 | (svn r1770) -Fix: Hopefully last pieces of code that are containing a station-id | truelight |
2005-01-31 | (svn r1751) - Feature: New PathFinder (NPF). | matthijs |
2005-01-31 | (svn r1749) Move the functions which calculate distances to map.[ch] and give... | tron |
2005-01-30 | (svn r1741) - Fix: added IsVehicleIndex() so it's possible to protect GetVehi... | bjarni |
2005-01-30 | (svn r1740) -Fix: [ 1112342 ] Realistic acceleration works properly with TTDP... | celestar |
2005-01-30 | (svn r1739) - Fix: type checking when selling vehicles (TrueLight) | darkvater |
2005-01-30 | (svn r1738) -Fix: [ 1108735 ] Fixed (hopefully) an assertion that was cause b... | celestar |
2005-01-30 | (svn r1727) - Fix: now CmdBuildRailVehicle() behaves correctly if DC_EXEC is set | bjarni |
2005-01-29 | (svn r1725) - Fix: now trains can only be built in depots and you have to own... | bjarni |
2005-01-29 | (svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType... | tron |