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)
Tue, 12 Apr 2005 10:31:26 +0000 tron (svn r2189) Introduce and use IsCompatibleTrainStationTile()
Tue, 12 Apr 2005 09:21:04 +0000 tron (svn r2188) Revert r2185, because trains always accerlated (Requested by Celestar)
Tue, 12 Apr 2005 09:17:51 +0000 tron (svn r2187) Implement a slightly better workaround than r1588 did. (Joint effort with Celestar)
Tue, 12 Apr 2005 07:29:37 +0000 miham (svn r2186) [Translations] Refreshed translations (20 strs/3 langs)
Mon, 11 Apr 2005 21:10:47 +0000 celestar (svn r2185) -Fix: Made sure that the realistic acceleration does not freeze trains anymore
Mon, 11 Apr 2005 20:54:25 +0000 Darkvater (svn r2184) - CodeChange: remove the copy of ClearSlot(), which is now also called for CmdSkipOrder(). This also fixes the involuntary crash introduced 2 revisions ago
Mon, 11 Apr 2005 20:19:41 +0000 matthijs (svn r2183) - Fix: Removed brackets from around STRAIGHT_TRACK_LENGTH, they caused preliminary rounding...
Mon, 11 Apr 2005 19:53:44 +0000 matthijs (svn r2182) - Add: [NPF] There is now a debug class for NPF. Use -d npf<level> to enable debugging printouts from npf.
Mon, 11 Apr 2005 19:14:48 +0000 matthijs (svn r2181) - Add: DistanceTrack() to calculate the distance over optimally laid out tracks.
Mon, 11 Apr 2005 14:59:06 +0000 celestar (svn r2180) -Fix: Deceleration code now only takes into account rail station tiles for computing the remaining distance
Mon, 11 Apr 2005 12:08:09 +0000 matthijs (svn r2179) - Fix: [ 1121437, 1114228 ] Vehicles not entering depots for auto servicing.
Sun, 10 Apr 2005 21:54:29 +0000 Darkvater (svn r2178) Postprevcommitaddendum: add debug.h if you use DEBUG()
Sun, 10 Apr 2005 21:51:11 +0000 Darkvater (svn r2177) - Fix: Fix a slot desync with setting the invalid slot to the correct value
Sun, 10 Apr 2005 20:48:43 +0000 tron (svn r2176) Revise CheckOprhanedSlot():
Sun, 10 Apr 2005 18:02:48 +0000 miham (svn r2175) [Translations] Updated translations (11 strs/3 langs)
Sat, 09 Apr 2005 22:42:12 +0000 miham (svn r2174) [Translations] Updated translations (7 strs/2 langs)
Sat, 09 Apr 2005 06:20:03 +0000 celestar (svn r2173) -Fix: [ 1179380 ] Rail now builds on reserved land. Cause by the problem that CMD_ERROR is just the highest bit of the return value, but CMD_CLEAR_LANDSCAPE returns a negative value for owned land. So the highest bit is set as well. Note to self: Finish Command Patch
Sat, 09 Apr 2005 06:19:08 +0000 miham (svn r2172) [Translations] Translations from the last two days (37 strs/11 langs)
Sat, 09 Apr 2005 06:15:16 +0000 miham (svn r2171) [Translations] Manually fixed string-order in english.txt (someone fscked it up!)