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!)
Fri, 08 Apr 2005 23:46:18 +0000 bjarni (svn r2170) -fix: [1179457] the industry list can now no longer scroll down then the end of the list is reached (Hackykid)
Fri, 08 Apr 2005 22:50:22 +0000 celestar (svn r2169) -Fix: Doing the slot clearing also for crashed road vehicles (c.f. previous commit)
Fri, 08 Apr 2005 22:44:06 +0000 Darkvater (svn r2168) - Fix: Various stages of invisible trains, and wrong v->u.rail.track combinations. When a vehicle was sold its (possibly) assigned road slot for multislot was not cleared, thus resulting in a bug confusion. This should fix [ 1178520 ] Assertion failure in ai.c (invalid v->u.rail.track). With big thanks to TrueLight for the demo-recording patch, BJH for the wonderful savegame, Hackykid for his brilliant suggestions of the problem and Celestar for... ehm, making it all possible ;p
Fri, 08 Apr 2005 15:40:44 +0000 bjarni (svn r2167) -fix: [autoreplace] trains now get the default cargo type if the engine
Thu, 07 Apr 2005 19:33:32 +0000 matthijs (svn r2166) Fixed two warnings in the last commit.
Thu, 07 Apr 2005 19:19:16 +0000 matthijs (svn r2165) - Codechange: [NPF] Properly enummed NPF hash size, it is easily changable now.
Thu, 07 Apr 2005 10:50:55 +0000 Darkvater (svn r2164) - Language: [ 1173684 ] fix some wrong french translations (glx)
Thu, 07 Apr 2005 01:18:50 +0000 Darkvater (svn r2163) - SVN: Set ignore on grfcodec for when you decode/encode grf files there
Thu, 07 Apr 2005 01:02:15 +0000 Darkvater (svn r2162) - Fix: Tooltips of horizontal scrollbars were wrong; they now say left/right instead of up/down
Thu, 07 Apr 2005 00:59:54 +0000 Darkvater (svn r2161) - Fix: When resizing a window, the button is also visibly depressed
Wed, 06 Apr 2005 21:12:28 +0000 Darkvater (svn r2160) - Fix (Regression): Convert rail failed to work; stupid bitshifts :P (sorry)
Wed, 06 Apr 2005 21:03:24 +0000 matthijs (svn r2159) - Fix: [NPF] Road vehicles never found their target station or depots (introduced in r2154)
Wed, 06 Apr 2005 20:20:31 +0000 miham (svn r2158) [Translations] Updated translations (72 strs/2 langs)
Wed, 06 Apr 2005 18:44:34 +0000 Darkvater (svn r2157) - Feature (request): [ 1166978 ] Focus keyboard on input-box in Multiplayer Menu
Wed, 06 Apr 2005 15:39:18 +0000 truelight (svn r2156) -Fix: in revision 2104 someone forgot to add a very important check in
Wed, 06 Apr 2005 09:34:56 +0000 Darkvater (svn r2155) - Fix: Company value was $2 when value more than an int32 could handle (use max64 instead of max)
Tue, 05 Apr 2005 22:06:02 +0000 matthijs (svn r2154) - Fix: [NPF] Vehicles should no longer try to drive through the back of depots and road stations.
Tue, 05 Apr 2005 21:09:36 +0000 darkvater (svn r2153) - Fix: [ 1173690 ] Path displaying as "C:\\" in saveload window win32-only (glx)
Tue, 05 Apr 2005 21:03:30 +0000 darkvater (svn r2152) - Fix: Chatbar in MP games is now on-top of the news window.
Tue, 05 Apr 2005 20:52:55 +0000 miham (svn r2151) [Translations] Updated translations (36 strs/2 langs)
Mon, 04 Apr 2005 21:25:15 +0000 miham (svn r2150) [Translations] Updated translations (14 strs/10 langs)
Mon, 04 Apr 2005 19:14:40 +0000 Darkvater (svn r2149) - Fix (Regression): [ 1175877 ] Inputbox of savegamedialog did not have "focus", keyinput went to game. A quick fix for the horrid inputkey-handling.
Mon, 04 Apr 2005 18:36:08 +0000 matthijs (svn r2148) - Add: [NPF] Trains can now plan taking into account that they can reverse in depots. This makes forced servicing tracks work with NPF.
Mon, 04 Apr 2005 17:53:39 +0000 matthijs (svn r2147) - Add: [NPF] Give red presignal exit signals a different (higher) penalty, to discourage trains from waiting at presignal exits.
Mon, 04 Apr 2005 16:47:03 +0000 matthijs (svn r2146) - Fix: [ 1175973 ] Crash if any key is pressed in startup (pkirchhofer)
Sun, 03 Apr 2005 20:44:14 +0000 miham (svn r2145) [Translations] Updated translations (174 strs/6 langs)
Sun, 03 Apr 2005 13:57:39 +0000 darkvater (svn r2144) - Fix: AI crash when trying to remove stations with index higher than 256.
Sun, 03 Apr 2005 13:40:13 +0000 Darkvater (svn r2143) - Fix: [ 1175748 ] Wrong Button-Images in scenario-editors landscape-tool (thanks chrishuebsch)
Sun, 03 Apr 2005 13:37:35 +0000 Darkvater (svn r2142) - Fix: Game no longer crashes when you want to remove a piece of road under a bridge that belongs to the town. TODO: railcrossings store owner somewhere else, put it into _map_owner[]!
Sun, 03 Apr 2005 13:35:43 +0000 Darkvater (svn r2141) - Fix: Keys now hopefully only activate the right windows. If console/querybox/chatbox is open, all input goes there, if closed to game itself.
Sun, 03 Apr 2005 10:21:37 +0000 Darkvater (svn r2140) - Fix: [ 1175726 ] Allows rails in scenario editor. Moved both 'A' autorail and 'L' Terraform toolbar to their REAL places instead of the global window.
Sun, 03 Apr 2005 09:38:13 +0000 bjarni (svn r2139) -fix: "[ 1146215 ] Engine power not updated w/auto replace" autoreplace now forces an update of the cache. It should not affect gameplay as the
Sun, 03 Apr 2005 06:26:31 +0000 celestar (svn r2138) -Fix: [ 1144154 ] The map has two dimensions, not one