Sun, 04 Jun 2006 09:10:24 +0000 tron (svn r5092) -Fix: There was a gross race condition in the AI code which made it pretty random if the AI could give a new vehicle its orders
Sun, 04 Jun 2006 09:04:40 +0000 tron (svn r5091) Remove duplicate code (same check twice)
Sun, 04 Jun 2006 00:28:24 +0000 KUDr (svn r5090) -Fix: [NPF] broken by me - r4366 (thanks Tron)
Sat, 03 Jun 2006 19:23:14 +0000 peter1138 (svn r5088) - Add another set of parentheses, missed in r5085, somehow... (thanks ASM)
Sat, 03 Jun 2006 19:17:34 +0000 peter1138 (svn r5087) - NewGRF: Fix thinko in returning a calculated callback result
Sat, 03 Jun 2006 15:14:41 +0000 peter1138 (svn r5085) - Fix (FS#198): add parentheses to CHANCE16*() (and GENERAL_SPRITE_COLOR) macro parameters (thanks to ASM)
Sat, 03 Jun 2006 15:10:39 +0000 peter1138 (svn r5084) - Add owner attribute to canals and locks. This makes them more useful in multiplayer games, as before, anyone could delete any canal or lock tile. This doesn't affect whose ships can use whose canals or locks.
Sat, 03 Jun 2006 12:53:29 +0000 celestar (svn r5083) -Fix: Assert when trying to build a lock on a tile with trees. (Thanks anboni for reporting)
Fri, 02 Jun 2006 21:03:59 +0000 celestar (svn r5081) -Fix: Could not build bridges over crossings (but crossings under bridges were possible), noticed by WhiteRabbit
Fri, 02 Jun 2006 19:29:11 +0000 KUDr (svn r5080) -Fix: RVs can enter other player's depot or roadstop (introduced by YAPF related change of GetTileTrackStatus() - r4419)
Fri, 02 Jun 2006 17:19:05 +0000 miham (svn r5078) WebTranslator2 update to 2006-06-02 19:18:56
Fri, 02 Jun 2006 16:31:35 +0000 KUDr (svn r5076) CodeChange: [YAPF] Platform selection feature related settings added into regular savegames (breaks savegame compatibility only with r5070 and 5071).
Fri, 02 Jun 2006 13:15:50 +0000 peter1138 (svn r5071) - Fix (FS#184): "Erroneous train reversal on waypoints". When processing the next train order, do not even consider reversing the train if the last order was to a waypoint.
Fri, 02 Jun 2006 13:05:41 +0000 celestar (svn r5070) Merged the bridge branch
Thu, 01 Jun 2006 22:20:40 +0000 KUDr (svn r5067) -Codechange: [YAPF] Platform selection feature now applies penalty per platform instead of per tile (should give better results)
Thu, 01 Jun 2006 21:39:35 +0000 KUDr (svn r5066) -Feature: [YAPF] Train selects the best station platform by length
Thu, 01 Jun 2006 21:00:59 +0000 KUDr (svn r5065) -CodeChange: [YAPF] Added PfDetectDestination(tile, trackdir) for trains (to be used by platform selection feature)
Thu, 01 Jun 2006 09:43:39 +0000 celestar (svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
Thu, 01 Jun 2006 09:41:35 +0000 celestar (svn r5063) -Codechange: Add a function to determine the length of a platform (request by KUDr)
Wed, 31 May 2006 20:08:55 +0000 KUDr (svn r5062) -Fix: town extends road beyond depot or roadstop (introduced by YAPF related change of GetTileTrackStatus() - r4419)
Wed, 31 May 2006 18:00:08 +0000 peter1138 (svn r5061) - NewGRF: always use visual effect callback if it is defined, not just for powered wagons.
Wed, 31 May 2006 17:40:48 +0000 peter1138 (svn r5060) - NewGRF: add support for variable 7F (retrieve GRF parameter) for vehicles
Wed, 31 May 2006 17:31:08 +0000 peter1138 (svn r5059) - NewGRF: store a GRFFile pointer reference for each pointer, instead of just the GRF ID.
Wed, 31 May 2006 06:51:56 +0000 KUDr (svn r5057) -Fix: [YAPF] trains can't find depot for servicing (thanks Smoky555)
Wed, 31 May 2006 06:43:05 +0000 celestar (svn r5055) -Fix: Correct some errors in the bridge sprite numbers
Tue, 30 May 2006 21:27:51 +0000 peter1138 (svn r5048) - NewStations: Set up clipping areas to draw the station preview graphics in. This prevents larger station graphics from overflowing onto the list.
Tue, 30 May 2006 21:23:01 +0000 peter1138 (svn r5047) - NewGRF: fix typo of AIRPORT in enum
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.
Tue, 30 May 2006 15:04:59 +0000 KUDr (svn r5037) -Fix: assert when GetVehicleTrackdir() returns wrong trackdir - introduced by r5033 (thanks yanek)
Tue, 30 May 2006 13:45:53 +0000 miham (svn r5036) WebTranslator2 update to 2006-05-30 15:45:43
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