Mon, 02 May 2005 17:52:35 +0000 matthijs (svn r2249) - Fix: [ 1187703 ] [NPF] Road vehicles cannot find a depot when in a roadstop
Mon, 02 May 2005 17:14:31 +0000 Darkvater (svn r2248) - Fix (regression): fix crashing of game when joining a dedicated server (only reset _thd.pos, not the whole structure; as done in revision 2241 to fix another crash)
Mon, 02 May 2005 17:05:59 +0000 Darkvater (svn r2247) - Fix (regression): executing scripts now works (remove newline character(s)).
Mon, 02 May 2005 16:02:24 +0000 Darkvater (svn r2246) - CodeChange: Station is 'st' not 'station' - random commit of the day
Mon, 02 May 2005 16:01:53 +0000 Darkvater (svn r2245) - CodeChange: simplify the clamping of values for patch-settings by using clamp()
Mon, 02 May 2005 16:00:49 +0000 Darkvater (svn r2244) - Fix: 'scrollto' is not debug only..sorry :)
Mon, 02 May 2005 15:52:19 +0000 Darkvater (svn r2243) -Fix: Rework of console. Use 'help command|variable' to get help about it. You can assign variables with =, ++, --, or just new value. Console parser is now lenient towards typed spaces, and more robust in general (at least readable). Removed the 'set' command, instead implemented all such variables as 'variables'.
Sun, 01 May 2005 20:16:52 +0000 Darkvater (svn r2242) -Fix: [ 1193414 ] Fix for waypoint GUI, scrolling and button-actions (Hackykid)
Sun, 01 May 2005 19:37:20 +0000 Darkvater (svn r2241) - Fix: [ 1190625 ] Changing mapsize crashes game with highlighting. Without shutting down OpenTTD some possibly 'invalid' data in TileHighLightData (_thd) is left behind; reset it.
Sun, 01 May 2005 18:40:01 +0000 miham (svn r2240) [Translations] Updated to 2005-05-01 (17 strs / 2 langs)
Sun, 01 May 2005 15:13:39 +0000 bjarni (svn r2239) -Fix [autoreplace]: [ 1185653 ] autoreplacing a dualheaded engine into a singleheaded engine is no longer a potiontial crash
Sat, 30 Apr 2005 11:18:45 +0000 Darkvater (svn r2238) - [ 1184377 ] Update to OpenTTD readme (orudge)
Sat, 30 Apr 2005 10:49:47 +0000 Darkvater (svn r2237) - Fix (regression): [ 1192284 ] Bug: Ship refuses to add buoy to its orders (init100)
Thu, 28 Apr 2005 17:42:13 +0000 miham (svn r2236) [Translations] Updated to 2005-04-28 (21 strs / 3 langs)
Wed, 27 Apr 2005 05:49:03 +0000 miham (svn r2235) [Translations] Updated finnish translation (Ville Koshinen)
Tue, 26 Apr 2005 17:56:52 +0000 miham (svn r2234) [Translations] Updated to 2005-04-26 (149 strs / 12 langs)
Mon, 25 Apr 2005 14:29:58 +0000 tron (svn r2233) Bracing, whitespace, indendation
Mon, 25 Apr 2005 13:52:59 +0000 tron (svn r2232) Remove unused commands
Mon, 25 Apr 2005 13:12:48 +0000 Darkvater (svn r2231) - Fix: max_join_time pointing to _network_max_join_time is an uint16, so it should have type SDT_UINT16; fix for revision 2106 (thanks peter1138)
Sun, 24 Apr 2005 21:56:46 +0000 Darkvater (svn r2230) Oops, revert wrongly committed local console.c. Also add the endian_target.h and endian_host.h to the ignore list
Sun, 24 Apr 2005 21:44:45 +0000 Darkvater (svn r2229) - Fix: [ 1188777 ] Non-existing sprite #5125 (presignal). The DOS grf file trgi.grf has 6 less sprites than the windows one. This results in some segfaults for certain sprites. Fixed it by added a dummy grf file consisting ofr 6 sprites and loaded when using DOS gfx at the appropiate place.
Sun, 24 Apr 2005 19:04:56 +0000 Darkvater (svn r2228) - Fix: [ 1188986 ] Song in main menu screen should loop when it ends.
Sun, 24 Apr 2005 18:24:29 +0000 Darkvater (svn r2227) - Fix (regression): [ 1188408 ] Fix news settings load check. When updating old news-message-types to new ones, certain combinations of new were wrongly recognized as old (glx)
Sun, 24 Apr 2005 16:01:36 +0000 truelight (svn r2226) -Fix: 2 other capital problems for the OSX part of the Makefile
Sun, 24 Apr 2005 15:41:01 +0000 truelight (svn r2225) -Fix: split the endian-detection to target/host. Now cross-compiling
Sun, 24 Apr 2005 12:47:09 +0000 truelight (svn r2224) -Fix: capital-correctness for OSX-dir-names
Sun, 24 Apr 2005 07:56:18 +0000 tron (svn r2223) When adding tracks to a railway tile reset the ground to bare land, fix for a glitch in r2131
Fri, 22 Apr 2005 05:41:09 +0000 tron (svn r2222) Check the parameters of Cmd{Insert,Delete,Modify,Skip}Order() and CmdRestoreOrderIndex():
Thu, 21 Apr 2005 16:20:38 +0000 Darkvater (svn r2221) - 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.
Thu, 21 Apr 2005 16:13:52 +0000 tron (svn r2220) Put two TileIndices into temporary variables to improve readability
Thu, 21 Apr 2005 06:56:16 +0000 miham (svn r2219) [Translations] Updated to 2005-04-21_2 (40 strs / 5 langs)
Thu, 21 Apr 2005 05:51:47 +0000 tron (svn r2218) Indentation
Wed, 20 Apr 2005 22:30:40 +0000 Darkvater (svn r2217) - 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.
Wed, 20 Apr 2005 22:24:39 +0000 miham (svn r2216) [Translations] Updated to 2005-04-21 (67 strs / 6 langs)
Wed, 20 Apr 2005 12:52:02 +0000 Darkvater (svn r2215) - Feature: Add a temporary mapsize selector to the intro gui. This is sufficient until the real window is designed & coded.
Tue, 19 Apr 2005 18:30:31 +0000 Darkvater (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.
Mon, 18 Apr 2005 05:42:59 +0000 celestar (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
Sun, 17 Apr 2005 19:44:05 +0000 miham (svn r2212) [Translations] Updated to 2005-04-17 (139 strs / 3 langs)
Sat, 16 Apr 2005 20:37:17 +0000 Darkvater (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.
Sat, 16 Apr 2005 20:10:24 +0000 Darkvater (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.
Sat, 16 Apr 2005 18:09:24 +0000 Darkvater (svn r2209) - CodeChange: [ 1184348 ] Remove unused _newspaper_flag that was supposed to be some ugly hack for chatting (gonewacko)
Sat, 16 Apr 2005 16:16:54 +0000 Darkvater (svn r2208) - Fix: [ 1174237 ] Max loan always in euros, use _opt_ptr instead of _opt (glx)
Sat, 16 Apr 2005 15:56:58 +0000 Darkvater (svn r2207) - Update readme.txt about some windows compilation and troubleshooting running openttd without a soundcard.
Fri, 15 Apr 2005 21:37:56 +0000 Darkvater (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 Darkvater (svn r2205) - Fixup of revision 2200, not twice CMD_REMOVE_LONG_ROAD :p. Thanks TrueLight.
Fri, 15 Apr 2005 15:28:01 +0000 matthijs (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 miham (svn r2203) [Translations] Updated to 2005-04-15 (25 strs / 5 langs)
Fri, 15 Apr 2005 13:48:08 +0000 matthijs (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 Darkvater (svn r2201) - Fix: Crash in scenario-editor with terraforming out-of-map bounds.
Thu, 14 Apr 2005 22:07:39 +0000 Darkvater (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 miham (svn r2199) [Translations] Updated to 2005-04-14 (188 strs / 13 langs)
Thu, 14 Apr 2005 20:42:30 +0000 bjarni (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 bjarni (svn r2197) -fix [Makefile]: SDL_CONFIG from makefile.config is now not always overwritten
Thu, 14 Apr 2005 12:57:21 +0000 TrueLight (svn r2196) -Change: updated the Makefile, now it works for crossplatform compiling
Thu, 14 Apr 2005 11:17:36 +0000 tron (svn r2195) Add CmdFailed() as the One True Way(tm) to check if a command failed.
Thu, 14 Apr 2005 09:58:04 +0000 miham (svn r2194) [Translations] Updated to 2005-04-14 (12 strs / 5 langs)
Wed, 13 Apr 2005 23:07:13 +0000 Darkvater (svn r2193) - SVN: Set ignore on the last couple of annoying files
Wed, 13 Apr 2005 23:03:31 +0000 Darkvater (svn r2192) - 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].
Wed, 13 Apr 2005 18:36:29 +0000 truelight (svn r2191) -Add: OpenTTD now compiles with dietlibc (Aard)
Wed, 13 Apr 2005 13:09:25 +0000 darkvater (svn r2190) - Fix: [1179424] '.. (Parent directory)' does not show up in the root-directory anymore; win32 only (mgasterix)