log

age author description
Tue, 30 May 2006 21:23:01 +0000 peter1138 (svn r5047) - NewGRF: fix typo of AIRPORT in enum draft
Tue, 30 May 2006 21:19:46 +0000 peter1138 (svn r5046) - Implement smooth horizontal depot scrolling by setting up a clipping area to draw the train image. This fixes a couple of usability issues when shorter wagons are used in the depot; shorter wagons scrolled at a different speed, and not all wagons were visible sometimes. draft
Tue, 30 May 2006 15:04:59 +0000 KUDr (svn r5037) -Fix: assert when GetVehicleTrackdir() returns wrong trackdir - introduced by r5033 (thanks yanek) draft
Tue, 30 May 2006 13:45:53 +0000 miham (svn r5036) WebTranslator2 update to 2006-05-30 15:45:43 draft
Tue, 30 May 2006 13:32:19 +0000 miham (svn r5035) WebTranslator2 update to 2006-05-30 15:32:01 draft
Tue, 30 May 2006 10:53:27 +0000 KUDr (svn r5033) -CodeChange: [YAPF] RoadFindPathToStop() can now use YAPF for multistop handling. draft
Mon, 29 May 2006 18:39:42 +0000 KUDr (svn r5018) [YAPF] Added some comments to YAPF implementation. draft
Mon, 29 May 2006 17:33:39 +0000 miham (svn r5017) WebTranslator2 update to 2006-05-29 19:33:27 draft
Mon, 29 May 2006 15:04:42 +0000 KUDr (svn r5013) -Fix: [YAPF] RVs trying to plan route through railway. draft
Mon, 29 May 2006 11:37:39 +0000 miham (svn r5007) WebTranslator2 update to 2006-05-29 13:37:28 draft
Sun, 28 May 2006 19:01:29 +0000 KUDr (svn r5006) Added comments where doxygen generated warnings to test if it can help. draft
Sun, 28 May 2006 17:45:26 +0000 miham (svn r5004) WebTranslator2 update to 2006-05-28 19:45:13 draft
Sun, 28 May 2006 17:19:34 +0000 miham (svn r5003) [Translations] Several languages fixed by Tron draft
Sat, 27 May 2006 23:16:37 +0000 bjarni (svn r4997) -Fix: [OSX] reverted the OSX part of rev 4994 as it caused dyld (lib) crashes draft
Sat, 27 May 2006 20:51:57 +0000 truelight (svn r4994) -Fix: changed the stripping parts a bit. OSX is no longer an exeption draft
Sat, 27 May 2006 20:22:20 +0000 truelight (svn r4993) -Fix: if 1 file is C++, link the whole project with g++ draft
Sat, 27 May 2006 18:52:28 +0000 KUDr (svn r4992) - Fix: [YAPF] error "too many arguments to function `void * operator new(unsigned int)'" on MorphOS draft
Sat, 27 May 2006 18:17:10 +0000 truelight (svn r4991) -Fix: don't compile UNITTEST by default, it isn't needed draft
Sat, 27 May 2006 17:53:31 +0000 truelight (svn r4990) -Fix: use CXX to link MacOSX OpenTTD, not CC draft
Sat, 27 May 2006 17:51:11 +0000 truelight (svn r4989) -Fix: make the OSX Makefile stuff to work with the compile-farm draft
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. draft
Thu, 25 May 2006 20:58:23 +0000 miham (svn r4977) WebTranslator2 update to 2006-05-25 22:58:12 draft
Thu, 25 May 2006 09:57:27 +0000 peter1138 (svn r4975) - Codechange: increase the number of file handles from 32 to 64 (arbitrary powers of 2!) to allow more GRF files to be loaded. draft
Wed, 24 May 2006 17:45:42 +0000 miham (svn r4971) WebTranslator2 update to 2006-05-24 19:45:32 draft
Tue, 23 May 2006 21:49:18 +0000 bjarni (svn r4967) -Fix: [clone vehicles] a cloned train engine heads the same way as the original (pointed out by bobingabout) draft
Tue, 23 May 2006 20:59:01 +0000 peter1138 (svn r4965) - NewGRF: add support for action 0x06 (modify sprite data) for pseudo sprites draft
Tue, 23 May 2006 20:02:52 +0000 peter1138 (svn r4964) - Fix NTP over bridges: don't check the rail type when on a bridge draft
Tue, 23 May 2006 19:36:50 +0000 peter1138 (svn r4960) - NewGRF: explicitly handle unsupported variables, instead of returning -1. draft
Tue, 23 May 2006 17:45:46 +0000 miham (svn r4956) WebTranslator2 update to 2006-05-23 19:45:23 draft
Mon, 22 May 2006 16:44:16 +0000 Darkvater (svn r4947) - Fix [FS#145]: Starting scenarios did not adhere to local difficulty settings draft
Mon, 22 May 2006 14:41:20 +0000 celestar (svn r4946) "Feature": Add a cheat that allows running electric engines on normal rail draft
Mon, 22 May 2006 10:08:23 +0000 rubidium (svn r4945) Fix (r3726): make -t command line option (set starting date/year) work again draft
Mon, 22 May 2006 09:59:09 +0000 rubidium (svn r4944) Codechange: make _patches_newgame available via settings.h and remove instances of extern Patches _patches_newgame in .c files draft
Sun, 21 May 2006 16:18:58 +0000 tron (svn r4943) uint tile -> TileIndex tile, byte player -> PlayerID player draft
Sun, 21 May 2006 15:27:10 +0000 tron (svn r4942) if (x != NULL) free(x); -> free(x); draft
Sun, 21 May 2006 15:19:20 +0000 tron (svn r4941) Replace some ints and magic numbers by proper types and enums draft
Sun, 21 May 2006 13:51:36 +0000 tron (svn r4940) Remove the dubious feature of remembering the last built depot. It serves no real purpose except causing confusion draft
Sun, 21 May 2006 13:18:06 +0000 miham (svn r4939) WebTranslator2 update to 2006-05-21 15:17:53 draft
Sun, 21 May 2006 12:01:57 +0000 tron (svn r4938) Remove STATION_HANGAR, because it isn't really a station type of its own draft
Sun, 21 May 2006 11:34:08 +0000 tron (svn r4937) Reduce the use of _error_message a bit draft
Sat, 20 May 2006 21:04:43 +0000 celestar (svn r4934) -Fix: Correct a misleading comment, and remove an unneeded condition from the corresponding if (thans Tron for pointing it out) draft
Sat, 20 May 2006 18:10:39 +0000 belugas (svn r4928) CodeChange : Rename functions referring to "Vehicle" for "Feature". draft
Sat, 20 May 2006 18:03:22 +0000 tron (svn r4927) Replace 3 big ifs (which regard foundations) by a bit less confusing code draft
Sat, 20 May 2006 16:46:37 +0000 tron (svn r4920) Remove parameters, which get only used in certain functions, by splitting those functions. draft
Sat, 20 May 2006 15:13:27 +0000 tron (svn r4918) Move the information about the size of airports from an global array into the struct which describes an airport draft
Sat, 20 May 2006 08:12:59 +0000 peter1138 (svn r4917) - NewGRF: remove _custom_sprites_base, now used only to rejig vehicle images from ttd games, as we redetermine all vehicle images after game load anyway. draft
Fri, 19 May 2006 20:32:45 +0000 KUDr (svn r4916) - Fix: SLE_BOOL replaced by SLE_UINT8 for byte _network_lan_internet draft
Fri, 19 May 2006 19:36:17 +0000 KUDr (svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found by Celestar) draft
Fri, 19 May 2006 13:44:32 +0000 celestar (svn r4914) -Fix (FS#180) Aircraft can now serve as feeders draft
Fri, 19 May 2006 12:08:01 +0000 celestar (svn r4911) -Fix (FS#156): The Ai no longer attempts to build signals under bridges. draft
Fri, 19 May 2006 10:04:03 +0000 peter1138 (svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual variations draft
Thu, 18 May 2006 16:51:42 +0000 glx (svn r4906) - Fix: Refresh build vehicle window (if opened) when converting rail depot draft
Thu, 18 May 2006 15:34:36 +0000 peter1138 (svn r4905) - NewGRF: fix typo that prevented non-english NewGRF text from working. draft
Thu, 18 May 2006 02:52:07 +0000 belugas (svn r4903) CodeChange : forgot the Id tag. Sorry draft
Thu, 18 May 2006 02:43:23 +0000 belugas (svn r4902) Newgrf : Introduction of the newgrf_cargo files. draft
Wed, 17 May 2006 21:26:12 +0000 peter1138 (svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' within StationSpec and GRFFile struct declarations. Now only code which actually references those pointers needs to know about the SpriteGroup struct. Remove some unnecessary lingering header dependencies. draft
Wed, 17 May 2006 16:53:56 +0000 miham (svn r4898) WebTranslator2 update to 2006-05-17 18:53:49 draft
Wed, 17 May 2006 13:05:44 +0000 peter1138 (svn r4897) - NewGRF: don't allow addition of empty strings in action 4 draft
Wed, 17 May 2006 08:20:36 +0000 peter1138 (svn r4896) - NewGRF: add support for vehicle property 0x25 (user defined data) used by variable 0x42. draft
Wed, 17 May 2006 07:16:49 +0000 peter1138 (svn r4895) - NewGRF: don't allocate memory for any sprite groups until it is actually needed. draft