------------------------------------------------------------------------ r2213 | celestar | 2005-04-18 05:42:59 +0000 (Mon, 18 Apr 2005) | 1 line -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 ------------------------------------------------------------------------ r2212 | miham | 2005-04-17 19:44:05 +0000 (Sun, 17 Apr 2005) | 1 line [Translations] Updated to 2005-04-17 (139 strs / 3 langs) ------------------------------------------------------------------------ r2211 | Darkvater | 2005-04-16 20:37:17 +0000 (Sat, 16 Apr 2005) | 1 line - 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. ------------------------------------------------------------------------ r2210 | Darkvater | 2005-04-16 20:10:24 +0000 (Sat, 16 Apr 2005) | 1 line - 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. ------------------------------------------------------------------------ r2209 | Darkvater | 2005-04-16 18:09:24 +0000 (Sat, 16 Apr 2005) | 1 line - CodeChange: [ 1184348 ] Remove unused _newspaper_flag that was supposed to be some ugly hack for chatting (gonewacko) ------------------------------------------------------------------------ r2208 | Darkvater | 2005-04-16 16:16:54 +0000 (Sat, 16 Apr 2005) | 1 line - Fix: [ 1174237 ] Max loan always in euros, use _opt_ptr instead of _opt (glx) ------------------------------------------------------------------------ r2207 | Darkvater | 2005-04-16 15:56:58 +0000 (Sat, 16 Apr 2005) | 1 line - Update readme.txt about some windows compilation and troubleshooting running openttd without a soundcard. ------------------------------------------------------------------------ r2206 | Darkvater | 2005-04-15 21:37:56 +0000 (Fri, 15 Apr 2005) | 1 line - Regression Fix: slight typo of res2 into res, this also fixes recent bug "[ 1183396 ] Train can't find depot, it gives money in Multiplayer" ------------------------------------------------------------------------ r2205 | Darkvater | 2005-04-15 20:23:54 +0000 (Fri, 15 Apr 2005) | 1 line - Fixup of revision 2200, not twice CMD_REMOVE_LONG_ROAD :p. Thanks TrueLight. ------------------------------------------------------------------------ r2204 | matthijs | 2005-04-15 15:28:01 +0000 (Fri, 15 Apr 2005) | 2 lines - 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. ------------------------------------------------------------------------ r2203 | miham | 2005-04-15 13:50:08 +0000 (Fri, 15 Apr 2005) | 1 line [Translations] Updated to 2005-04-15 (25 strs / 5 langs) ------------------------------------------------------------------------ r2202 | matthijs | 2005-04-15 13:48:08 +0000 (Fri, 15 Apr 2005) | 2 lines - 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. ------------------------------------------------------------------------ r2201 | Darkvater | 2005-04-14 22:59:49 +0000 (Thu, 14 Apr 2005) | 1 line - Fix: Crash in scenario-editor with terraforming out-of-map bounds. ------------------------------------------------------------------------ r2200 | Darkvater | 2005-04-14 22:07:39 +0000 (Thu, 14 Apr 2005) | 1 line - 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) ------------------------------------------------------------------------ r2199 | miham | 2005-04-14 21:34:15 +0000 (Thu, 14 Apr 2005) | 1 line [Translations] Updated to 2005-04-14 (188 strs / 13 langs) ------------------------------------------------------------------------ r2198 | bjarni | 2005-04-14 20:42:30 +0000 (Thu, 14 Apr 2005) | 2 lines renamed MacOS to MacOSX where it was written wrong. Made myself MacOSX porter as well as coder ------------------------------------------------------------------------ r2197 | bjarni | 2005-04-14 13:46:40 +0000 (Thu, 14 Apr 2005) | 4 lines -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 ------------------------------------------------------------------------ r2196 | TrueLight | 2005-04-14 12:57:21 +0000 (Thu, 14 Apr 2005) | 4 lines -Change: updated the Makefile, now it works for crossplatform compiling (and distcc compiling via Makefile.config). Wiki is coming up soon! Big tnx to Bjarni and Lucaspiller. ------------------------------------------------------------------------ r2195 | tron | 2005-04-14 11:17:36 +0000 (Thu, 14 Apr 2005) | 2 lines Add CmdFailed() as the One True Way(tm) to check if a command failed. ------------------------------------------------------------------------ r2194 | miham | 2005-04-14 09:58:04 +0000 (Thu, 14 Apr 2005) | 1 line [Translations] Updated to 2005-04-14 (12 strs / 5 langs) ------------------------------------------------------------------------ r2193 | Darkvater | 2005-04-13 23:07:13 +0000 (Wed, 13 Apr 2005) | 1 line - SVN: Set ignore on the last couple of annoying files ------------------------------------------------------------------------ r2192 | Darkvater | 2005-04-13 23:03:31 +0000 (Wed, 13 Apr 2005) | 3 lines - Add greater control to the 'message options' window. Now you can turn off the telegraphc ticker sound for summarized messages, or turn off news-messages altogether (you get a red blot to notify you though). The [<][>] set the settings in one way, while clicking on the option itself, cycles it. This commit also 'fixes' bugs [1166973], [1121484] and patch [1169930]. - I also changed an order of strings from On, Off to Off, On, so this can be used ingame with the WWT_4 widget type. - Since the newssettings now take 2 bits per setting (off/summary/on) _news_display_opt is widened to 32 bits and the settings code changed slightly to accomodate for a maximum of 16 message-types. ------------------------------------------------------------------------ r2191 | truelight | 2005-04-13 18:36:29 +0000 (Wed, 13 Apr 2005) | 2 lines -Add: OpenTTD now compiles with dietlibc (Aard) ------------------------------------------------------------------------ r2190 | darkvater | 2005-04-13 13:09:25 +0000 (Wed, 13 Apr 2005) | 1 line - Fix: [1179424] '.. (Parent directory)' does not show up in the root-directory anymore; win32 only (mgasterix) ------------------------------------------------------------------------