summaryrefslogtreecommitdiff
path: root/train_cmd.c
AgeCommit message (Expand)Author
2005-03-09(svn r1979) Const correctnesstron
2005-03-09(svn r1976) Cleanups - mostly indentation and fiddling with loopstron
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 r1938tron
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 switchtron
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 againcelestar
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 skippedcelestar
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.ctruelight
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-idtruelight
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 setbjarni
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
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-29(svn r1712) - Fix: a hacked client can no longer send other players trains to...bjarni
2005-01-27(svn r1701) Style police ^^tron
2005-01-27(svn r1700) - Fix: Hacked clients can no longer be used to build vehicles tha...bjarni
2005-01-27(svn r1696) Use GetTileSlope() instead of FindLandscapeHeightByTile() where i...tron
2005-01-26(svn r1681) -Feature: New realistic acceleration.celestar
2005-01-25(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad...tron
2005-01-24(svn r1652) Fix: train and road vehicle lists are now redrawn when vehicles e...bjarni
2005-01-24(svn r1638) -Fix: Train crashes should no longer desync the game. This is mor...celestar
2005-01-24(svn r1633) -Fix: [1040119] Flood and wagons in depotdarkvater
2005-01-23(svn r1629) added a counter to tell how many engines you have of each type to...bjarni
2005-01-23(svn r1610) Remove trailing whitespace (last time ever, i hope)tron
2005-01-23(svn r1604) Fix: [ 1105112 ] Destroyed train locks crossingsdominik
2005-01-22(svn r1596) Add some more staticstron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-22(svn r1588) -Fix: [ 1105959 ] coded a workaround in the acceleration code so ...celestar
2005-01-19(svn r1568) made an enum of train subtypes to make the code more readablebjarni
2005-01-19(svn r1565) -Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated...celestar
2005-01-18(svn r1561) Fix: autoreplacing a singleheaded engine into a dualheaded engine...bjarni
2005-01-18(svn r1558) -Fix: [ 1104350 ] Crashed trains do not initiate the lost vehicleCelestar
2005-01-17(svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated beforecelestar