Tue, 30 May 2006 13:32:19 +0000 miham (svn r5035) WebTranslator2 update to 2006-05-30 15:32:01
Tue, 30 May 2006 10:53:27 +0000 KUDr (svn r5033) -CodeChange: [YAPF] RoadFindPathToStop() can now use YAPF for multistop handling.
Mon, 29 May 2006 18:39:42 +0000 KUDr (svn r5018) [YAPF] Added some comments to YAPF implementation.
Mon, 29 May 2006 17:33:39 +0000 miham (svn r5017) WebTranslator2 update to 2006-05-29 19:33:27
Mon, 29 May 2006 15:04:42 +0000 KUDr (svn r5013) -Fix: [YAPF] RVs trying to plan route through railway.
Mon, 29 May 2006 11:37:39 +0000 miham (svn r5007) WebTranslator2 update to 2006-05-29 13:37:28
Sun, 28 May 2006 19:01:29 +0000 KUDr (svn r5006) Added comments where doxygen generated warnings to test if it can help.
Sun, 28 May 2006 17:45:26 +0000 miham (svn r5004) WebTranslator2 update to 2006-05-28 19:45:13
Sun, 28 May 2006 17:19:34 +0000 miham (svn r5003) [Translations] Several languages fixed by Tron
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
Sat, 27 May 2006 20:51:57 +0000 truelight (svn r4994) -Fix: changed the stripping parts a bit. OSX is no longer an exeption
Sat, 27 May 2006 20:22:20 +0000 truelight (svn r4993) -Fix: if 1 file is C++, link the whole project with g++
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
Sat, 27 May 2006 18:17:10 +0000 truelight (svn r4991) -Fix: don't compile UNITTEST by default, it isn't needed
Sat, 27 May 2006 17:53:31 +0000 truelight (svn r4990) -Fix: use CXX to link MacOSX OpenTTD, not CC
Sat, 27 May 2006 17:51:11 +0000 truelight (svn r4989) -Fix: make the OSX Makefile stuff to work with the compile-farm
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.
Thu, 25 May 2006 20:58:23 +0000 miham (svn r4977) WebTranslator2 update to 2006-05-25 22:58:12
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.
Wed, 24 May 2006 17:45:42 +0000 miham (svn r4971) WebTranslator2 update to 2006-05-24 19:45:32
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)
Tue, 23 May 2006 20:59:01 +0000 peter1138 (svn r4965) - NewGRF: add support for action 0x06 (modify sprite data) for pseudo sprites
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
Tue, 23 May 2006 19:36:50 +0000 peter1138 (svn r4960) - NewGRF: explicitly handle unsupported variables, instead of returning -1.
Tue, 23 May 2006 17:45:46 +0000 miham (svn r4956) WebTranslator2 update to 2006-05-23 19:45:23
Mon, 22 May 2006 16:44:16 +0000 Darkvater (svn r4947) - Fix [FS#145]: Starting scenarios did not adhere to local difficulty settings
Mon, 22 May 2006 14:41:20 +0000 celestar (svn r4946) "Feature": Add a cheat that allows running electric engines on normal rail
Mon, 22 May 2006 10:08:23 +0000 rubidium (svn r4945) Fix (r3726): make -t command line option (set starting date/year) work again
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
Sun, 21 May 2006 16:18:58 +0000 tron (svn r4943) uint tile -> TileIndex tile, byte player -> PlayerID player
Sun, 21 May 2006 15:27:10 +0000 tron (svn r4942) if (x != NULL) free(x); -> free(x);
Sun, 21 May 2006 15:19:20 +0000 tron (svn r4941) Replace some ints and magic numbers by proper types and enums
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
Sun, 21 May 2006 13:18:06 +0000 miham (svn r4939) WebTranslator2 update to 2006-05-21 15:17:53
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
Sun, 21 May 2006 11:34:08 +0000 tron (svn r4937) Reduce the use of _error_message a bit
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)
Sat, 20 May 2006 18:10:39 +0000 belugas (svn r4928) CodeChange : Rename functions referring to "Vehicle" for "Feature".
Sat, 20 May 2006 18:03:22 +0000 tron (svn r4927) Replace 3 big ifs (which regard foundations) by a bit less confusing code
Sat, 20 May 2006 16:46:37 +0000 tron (svn r4920) Remove parameters, which get only used in certain functions, by splitting those functions.
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
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.
Fri, 19 May 2006 20:32:45 +0000 KUDr (svn r4916) - Fix: SLE_BOOL replaced by SLE_UINT8 for byte _network_lan_internet
Fri, 19 May 2006 19:36:17 +0000 KUDr (svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found by Celestar)
Fri, 19 May 2006 13:44:32 +0000 celestar (svn r4914) -Fix (FS#180) Aircraft can now serve as feeders
Fri, 19 May 2006 12:08:01 +0000 celestar (svn r4911) -Fix (FS#156): The Ai no longer attempts to build signals under bridges.
Fri, 19 May 2006 10:04:03 +0000 peter1138 (svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual variations
Thu, 18 May 2006 16:51:42 +0000 glx (svn r4906) - Fix: Refresh build vehicle window (if opened) when converting rail depot
Thu, 18 May 2006 15:34:36 +0000 peter1138 (svn r4905) - NewGRF: fix typo that prevented non-english NewGRF text from working.
Thu, 18 May 2006 02:52:07 +0000 belugas (svn r4903) CodeChange : forgot the Id tag. Sorry
Thu, 18 May 2006 02:43:23 +0000 belugas (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
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.
Wed, 17 May 2006 16:53:56 +0000 miham (svn r4898) WebTranslator2 update to 2006-05-17 18:53:49
Wed, 17 May 2006 13:05:44 +0000 peter1138 (svn r4897) - NewGRF: don't allow addition of empty strings in action 4
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.
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.
Tue, 16 May 2006 21:13:41 +0000 Darkvater (svn r4892) - Fix [FS#162]: SEGV when sorting an empty server list. (glx)
Tue, 16 May 2006 18:01:20 +0000 Darkvater (svn r4891) - Fix (r4822): The station list window had some overlapping widgets (peter1138)
Tue, 16 May 2006 17:24:58 +0000 miham (svn r4890) WebTranslator2 update to 2006-05-16 19:24:43
Tue, 16 May 2006 16:30:40 +0000 glx (svn r4889) - Codechange: added vehicle count in 'players' console command