Darkvater [Tue, 19 Apr 2005 18:30:31 +0000] rev 1710
(svn r2214) - Fix: Dragging the desert tool over half-desert turns it into full-desert; dragging the tool while pressing ctrl, will remove the desert area.
celestar [Mon, 18 Apr 2005 05:42:59 +0000] rev 1709
(svn r2213) -Fix/Feature/Codechange: [ Multistop ] Changed the algo so that it uses NPF. This fixes the problem of RVs attempting to go to unreachable stops [ 1161610 ], and should greatly reduce the wrong stop problem. Cleaned parts of the code
miham [Sun, 17 Apr 2005 19:44:05 +0000] rev 1708
(svn r2212) [Translations] Updated to 2005-04-17 (139 strs / 3 langs)
Darkvater [Sat, 16 Apr 2005 20:37:17 +0000] rev 1707
(svn r2211) - Fix(ish): When eternally looping in 2090 don't go increasing the inflation anymore because it will just rise to insanely high values beyond all imagination.
Darkvater [Sat, 16 Apr 2005 20:10:24 +0000] rev 1706
(svn r2210) - Fix: When a road-station is deleted, also delete the assigned slots of all vehicles headed to that station. This fixes an assertion, thanks go to Tron for finding the cause.
Darkvater [Sat, 16 Apr 2005 18:09:24 +0000] rev 1705
(svn r2209) - CodeChange: [ 1184348 ] Remove unused _newspaper_flag that was supposed to be some ugly hack for chatting (gonewacko)
Darkvater [Sat, 16 Apr 2005 16:16:54 +0000] rev 1704
(svn r2208) - Fix: [ 1174237 ] Max loan always in euros, use _opt_ptr instead of _opt (glx)
Darkvater [Sat, 16 Apr 2005 15:56:58 +0000] rev 1703
(svn r2207) - Update readme.txt about some windows compilation and troubleshooting running openttd without a soundcard.
Darkvater [Fri, 15 Apr 2005 21:37:56 +0000] rev 1702
(svn r2206) - Regression Fix: slight typo of res2 into res, this also fixes recent bug "[ 1183396 ] Train can't find depot, it gives money in Multiplayer"
Darkvater [Fri, 15 Apr 2005 20:23:54 +0000] rev 1701
(svn r2205) - Fixup of revision 2200, not twice CMD_REMOVE_LONG_ROAD :p. Thanks TrueLight.