Darkvater [Mon, 11 Apr 2005 20:54:25 +0000] rev 1680
(svn r2184) - CodeChange: remove the copy of ClearSlot(), which is now also called for CmdSkipOrder(). This also fixes the involuntary crash introduced 2 revisions ago
matthijs [Mon, 11 Apr 2005 20:19:41 +0000] rev 1679
(svn r2183) - Fix: Removed brackets from around STRAIGHT_TRACK_LENGTH, they caused preliminary rounding...
matthijs [Mon, 11 Apr 2005 19:53:44 +0000] rev 1678
(svn r2182) - Add: [NPF] There is now a debug class for NPF. Use -d npf<level> to enable debugging printouts from npf.
- Codechange: [NPF] Removed NPF_MARKROUTE macro, to mark routes just specify a npf debugging level >= 1 on the commandline.
matthijs [Mon, 11 Apr 2005 19:14:48 +0000] rev 1677
(svn r2181) - Add: DistanceTrack() to calculate the distance over optimally laid out tracks.
- Codechange: [NPF] Removed unused heuristic function NPFCalcTileHeuristic().
- Codechange: [NPF] Use DistanceTrack() instead of DistanceManhattan() for ship and train heuristic.
- Codechange: Renamed variables x and y to dx and dy in some of the distance calculation functions.
celestar [Mon, 11 Apr 2005 14:59:06 +0000] rev 1676
(svn r2180) -Fix: Deceleration code now only takes into account rail station tiles for computing the remaining distance
matthijs [Mon, 11 Apr 2005 12:08:09 +0000] rev 1675
(svn r2179) - Fix: [ 1121437, 1114228 ] Vehicles not entering depots for auto servicing.
Darkvater [Sun, 10 Apr 2005 21:54:29 +0000] rev 1674
(svn r2178) Postprevcommitaddendum: add debug.h if you use DEBUG()
Darkvater [Sun, 10 Apr 2005 21:51:11 +0000] rev 1673
(svn r2177) - Fix: Fix a slot desync with setting the invalid slot to the correct value
tron [Sun, 10 Apr 2005 20:48:43 +0000] rev 1672
(svn r2176) Revise CheckOprhanedSlot():
- Don't assert the vehicle type, as it can be anything
- Don't touch the slot information of the vehicle, because it's possible that it is not a road vehicle anymore and even if it is, it has nothing to to with that slot
- Trim the debug printout, because the information about the vehicle is arbitrary
(Joint effort with Darkvater)
miham [Sun, 10 Apr 2005 18:02:48 +0000] rev 1671
(svn r2175) [Translations] Updated translations (11 strs/3 langs)