Fri, 15 Apr 2005 21:37:56 +0000(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 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"

Fri, 15 Apr 2005 20:23:54 +0000(svn r2205) - Fixup of revision 2200, not twice CMD_REMOVE_LONG_ROAD :p. Thanks TrueLight.
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.

Fri, 15 Apr 2005 15:28:01 +0000(svn r2204) - Add: [NPF] NPF now has a maximum number of nodes it will search. The default value is 5000 for now, which is an educated guess. Probably needs some finetuning. Hopefully this "feature" can be removed later on, when more sophisticated means of limiting the pathfinder have been implemented. This should make ships and larger networks playable for now, though.
matthijs [Fri, 15 Apr 2005 15:28:01 +0000] rev 1700
(svn r2204) - Add: [NPF] NPF now has a maximum number of nodes it will search. The default value is 5000 for now, which is an educated guess. Probably needs some finetuning. Hopefully this "feature" can be removed later on, when more sophisticated means of limiting the pathfinder have been implemented. This should make ships and larger networks playable for now, though.

Fri, 15 Apr 2005 13:50:08 +0000(svn r2203) [Translations] Updated to 2005-04-15 (25 strs / 5 langs)
miham [Fri, 15 Apr 2005 13:50:08 +0000] rev 1699
(svn r2203) [Translations] Updated to 2005-04-15 (25 strs / 5 langs)

Fri, 15 Apr 2005 13:48:08 +0000(svn r2202) - Fix: [NPF] When a vehicle could not reach its target, it would choose a random direction. It will now try to get as close as possible.
matthijs [Fri, 15 Apr 2005 13:48:08 +0000] rev 1698
(svn r2202) - Fix: [NPF] When a vehicle could not reach its target, it would choose a random direction. It will now try to get as close as possible.

Thu, 14 Apr 2005 22:59:49 +0000(svn r2201) - Fix: Crash in scenario-editor with terraforming out-of-map bounds.
Darkvater [Thu, 14 Apr 2005 22:59:49 +0000] rev 1697
(svn r2201) - Fix: Crash in scenario-editor with terraforming out-of-map bounds.

Thu, 14 Apr 2005 22:07:39 +0000(svn r2200) - Fix [ 1179892 ] click & drag removal of road assertion fail. Add CMD_REMOVE_LONG_ROAD to the 'notest' section as it might have difficulties with town ratings, etc. Read the comment for more info (mgasterix)
Darkvater [Thu, 14 Apr 2005 22:07:39 +0000] rev 1696
(svn r2200) - Fix [ 1179892 ] click & drag removal of road assertion fail. Add CMD_REMOVE_LONG_ROAD to the 'notest' section as it might have difficulties with town ratings, etc. Read the comment for more info (mgasterix)

Thu, 14 Apr 2005 21:34:15 +0000(svn r2199) [Translations] Updated to 2005-04-14 (188 strs / 13 langs)
miham [Thu, 14 Apr 2005 21:34:15 +0000] rev 1695
(svn r2199) [Translations] Updated to 2005-04-14 (188 strs / 13 langs)

Thu, 14 Apr 2005 20:42:30 +0000(svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself MacOSX porter as well as coder
bjarni [Thu, 14 Apr 2005 20:42:30 +0000] rev 1694
(svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself MacOSX porter as well as coder

Thu, 14 Apr 2005 13:46:40 +0000(svn r2197) -fix [Makefile]: SDL_CONFIG from makefile.config is now not always overwritten
bjarni [Thu, 14 Apr 2005 13:46:40 +0000] rev 1693
(svn r2197) -fix [Makefile]: SDL_CONFIG from makefile.config is now not always overwritten
-fix [OSX]: fixed issue where OSX could not compile the java MIDI app if SHOW_WARNINGS was on (introduced in r1917)
-fix [OSX]: the midi class file is now also deleted with make clear