------------------------------------------------------------------------ r2221 | Darkvater | 2005-04-21 16:20:38 +0000 (Thu, 21 Apr 2005) | 1 line - Fix: "Map size" is two words. Also draw the string right-aligned in the intro gui so it doesn't matter how long it is in other languages. ------------------------------------------------------------------------ r2220 | tron | 2005-04-21 16:13:52 +0000 (Thu, 21 Apr 2005) | 1 line Put two TileIndices into temporary variables to improve readability ------------------------------------------------------------------------ r2219 | miham | 2005-04-21 06:56:16 +0000 (Thu, 21 Apr 2005) | 1 line [Translations] Updated to 2005-04-21_2 (40 strs / 5 langs) ------------------------------------------------------------------------ r2218 | tron | 2005-04-21 05:51:47 +0000 (Thu, 21 Apr 2005) | 1 line Indentation ------------------------------------------------------------------------ r2217 | Darkvater | 2005-04-20 22:30:40 +0000 (Wed, 20 Apr 2005) | 1 line - Fix: [ 1184201 ] AI orders its vehicles to a competitor's truck stop. Added a CmdFailed() check to all command returns of the AI instead of the simple == / != CMD_ERROR check. This should fix the problem. ------------------------------------------------------------------------ r2216 | miham | 2005-04-20 22:24:39 +0000 (Wed, 20 Apr 2005) | 1 line [Translations] Updated to 2005-04-21 (67 strs / 6 langs) ------------------------------------------------------------------------ r2215 | Darkvater | 2005-04-20 12:52:02 +0000 (Wed, 20 Apr 2005) | 1 line - Feature: Add a temporary mapsize selector to the intro gui. This is sufficient until the real window is designed & coded. ------------------------------------------------------------------------ r2214 | Darkvater | 2005-04-19 18:30:31 +0000 (Tue, 19 Apr 2005) | 1 line - Fix: Dragging the desert tool over half-desert turns it into full-desert; dragging the tool while pressing ctrl, will remove the desert area. ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------