log

age author description
Mon, 12 Nov 2007 01:38:32 +0000 glx (svn r11418) -Fix (r11416): forgot an instance draft
Mon, 12 Nov 2007 01:12:32 +0000 belugas (svn r11417) -Fix[FS#1421]: Let the main viewport stay where the vehicle was last seen while been center-followed draft
Mon, 12 Nov 2007 01:05:35 +0000 belugas (svn r11416) -Fix(r11411): For once, the warnings of MSVC are not useless. Inversion of the two parameters of DoTriggerHouse cause a complain which was legit, in this case draft
Sun, 11 Nov 2007 21:05:50 +0000 rubidium (svn r11415) -Fix [FS#1428]: do not ignore the autorenew settings for new games when creating a new game. draft
Sun, 11 Nov 2007 20:24:32 +0000 rubidium (svn r11414) -Fix [FS#1387]: when building a station, even though we already 'know' it in memory, it should still be unknown in the realm of callbacks. draft
Sun, 11 Nov 2007 18:32:01 +0000 glx (svn r11413) -Fix [FS#1405]: don't use cached override spriteset for callbacks draft
Sun, 11 Nov 2007 18:22:06 +0000 rubidium (svn r11412) -Fix (r11403): animation was not turned on properly. draft
Sun, 11 Nov 2007 17:58:05 +0000 rubidium (svn r11411) -Codechange: implement random triggers for houses. draft
Sun, 11 Nov 2007 17:56:37 +0000 rubidium (svn r11410) -Codechange: implement random triggers for industries. draft
Sun, 11 Nov 2007 14:32:18 +0000 truelight (svn r11409) -Update: as of now, I am a retired Developer, so mark me as such draft
Sun, 11 Nov 2007 13:04:51 +0000 rubidium (svn r11408) -Fix [FS#1422]: do not do a 270 degree turn when 90 degrees is enough on a commuter airport. draft
Sun, 11 Nov 2007 12:34:44 +0000 truelight (svn r11407) -Fix: do not allow building of tram-tracks when they are not available (SmatZ) draft
Sun, 11 Nov 2007 12:29:47 +0000 rubidium (svn r11406) -Fix: wrong triggers would be activated on callback 32 for vehicles. draft
Sun, 11 Nov 2007 12:26:44 +0000 truelight (svn r11405) -Fix: in rare cases OpenTTD could segfault when resizing and scroll the main window (Rafal Rzepecki) draft
Sun, 11 Nov 2007 01:39:15 +0000 belugas (svn r11404) -Codechange: remove 2 magical numbers draft
Sun, 11 Nov 2007 00:53:59 +0000 rubidium (svn r11403) -Fix: NewIndustries GRF assume that tiles are already animated during construction. draft
Sun, 11 Nov 2007 00:04:52 +0000 glx (svn r11402) -Fix [FS#1382]: incorrect handling of industry behaviour 'must be in town with population large than 1200' draft
Sat, 10 Nov 2007 23:22:32 +0000 rubidium (svn r11401) -Fix [FS#1391]: make all min functions do exactly the same instead of branching on either < or <=. draft
Sat, 10 Nov 2007 22:56:43 +0000 rubidium (svn r11400) -Fix [FS#1409]: assign orders during cloning after refitting as it needs the cargo types to be the same. draft
Sat, 10 Nov 2007 01:17:15 +0000 belugas (svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered. draft
Sat, 10 Nov 2007 00:42:25 +0000 glx (svn r11398) -Fix [FS#1414]: industry variables 67 and 68 return was incorrect draft
Fri, 09 Nov 2007 13:21:48 +0000 truelight (svn r11397) -Fix r11395: some minor fixes for better town-bridge results (and better comments) (skidd13 / TrueLight) draft
Fri, 09 Nov 2007 11:22:17 +0000 truelight (svn r11396) -Fix: GCC 3.3 doesn't like 'static bool inline', should of course be 'static inline bool' (SmatZ) draft
Fri, 09 Nov 2007 11:20:36 +0000 truelight (svn r11395) -Fix: allow town-bridges to be build on slopes (Rafal Rzepecki) draft
Thu, 08 Nov 2007 22:29:21 +0000 glx (svn r11394) -Fix: default value for input cargo multipliers is 256 even for invalid cargo. Exceptions are temperate banks and oil rigs, default value is 0 for them draft
Thu, 08 Nov 2007 16:11:25 +0000 glx (svn r11393) -Fix (r11368): forgot to update lang project files draft
Thu, 08 Nov 2007 16:09:04 +0000 belugas (svn r11392) -Codechange: Remove some MSVC warnings by removing boolean typecast that can be avoided by using HASBIT instead. draft
Wed, 07 Nov 2007 23:29:43 +0000 rubidium (svn r11391) -Change: print all error messages related to missing/corrupted files in one message including the location where they can get said missing/corrupted files. draft
Wed, 07 Nov 2007 22:41:50 +0000 truelight (svn r11390) -Fix r11387: AB() was wrong (spotted by Rafal Rzepecki, patch by skidd13) draft
Wed, 07 Nov 2007 21:35:33 +0000 egladil (svn r11389) -Fix [FS#1386]: Replace calls to deprecated API with newer ones and handle broken iconv declaration in OSX 10.5. draft