------------------------------------------------------------------------ r5085 | peter1138 | 2006-06-03 15:14:41 +0000 (Sat, 03 Jun 2006) | 2 lines - Fix (FS#198): add parentheses to CHANCE16*() (and GENERAL_SPRITE_COLOR) macro parameters (thanks to ASM) ------------------------------------------------------------------------ r5084 | peter1138 | 2006-06-03 15:10:39 +0000 (Sat, 03 Jun 2006) | 2 lines - 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. ------------------------------------------------------------------------ r5083 | celestar | 2006-06-03 12:53:29 +0000 (Sat, 03 Jun 2006) | 2 lines -Fix: Assert when trying to build a lock on a tile with trees. (Thanks anboni for reporting) ------------------------------------------------------------------------ r5081 | celestar | 2006-06-02 21:03:59 +0000 (Fri, 02 Jun 2006) | 2 lines -Fix: Could not build bridges over crossings (but crossings under bridges were possible), noticed by WhiteRabbit ------------------------------------------------------------------------ r5080 | KUDr | 2006-06-02 19:29:11 +0000 (Fri, 02 Jun 2006) | 1 line -Fix: RVs can enter other player's depot or roadstop (introduced by YAPF related change of GetTileTrackStatus() - r4419) ------------------------------------------------------------------------ r5078 | miham | 2006-06-02 17:19:05 +0000 (Fri, 02 Jun 2006) | 3 lines WebTranslator2 update to 2006-06-02 19:18:56 american - 15 fixed by WhiteRabbit (15) ------------------------------------------------------------------------ r5076 | KUDr | 2006-06-02 16:31:35 +0000 (Fri, 02 Jun 2006) | 1 line CodeChange: [YAPF] Platform selection feature related settings added into regular savegames (breaks savegame compatibility only with r5070 and 5071). ------------------------------------------------------------------------ r5071 | peter1138 | 2006-06-02 13:15:50 +0000 (Fri, 02 Jun 2006) | 2 lines - 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. ------------------------------------------------------------------------ r5070 | celestar | 2006-06-02 13:05:41 +0000 (Fri, 02 Jun 2006) | 13 lines Merged the bridge branch -Feature: Bridges can now be placed above: Any railway track combination (excluding depots and waypoints) Any road combination (excluding depots) Clear tiles (duh), including fields Tunnel entrances Bridge heads Thanks to Tron for idea and implementation, KUDr for the yapf synchronization and many others for hours of testing There are still a number of visual problems remaining, especially when electric railways are on or under the bridge. DO NOT REPORT THOSE BUGS FOR THE TIME BEING please. ------------------------------------------------------------------------ r5067 | KUDr | 2006-06-01 22:20:40 +0000 (Thu, 01 Jun 2006) | 1 line -Codechange: [YAPF] Platform selection feature now applies penalty per platform instead of per tile (should give better results) ------------------------------------------------------------------------ r5066 | KUDr | 2006-06-01 21:39:35 +0000 (Thu, 01 Jun 2006) | 1 line -Feature: [YAPF] Train selects the best station platform by length ------------------------------------------------------------------------ r5065 | KUDr | 2006-06-01 21:00:59 +0000 (Thu, 01 Jun 2006) | 1 line -CodeChange: [YAPF] Added PfDetectDestination(tile, trackdir) for trains (to be used by platform selection feature) ------------------------------------------------------------------------ r5064 | celestar | 2006-06-01 09:43:39 +0000 (Thu, 01 Jun 2006) | 2 lines -Fix: Remove stay debug stuff from lat commit. (thanks peter1138) ------------------------------------------------------------------------ r5063 | celestar | 2006-06-01 09:41:35 +0000 (Thu, 01 Jun 2006) | 2 lines -Codechange: Add a function to determine the length of a platform (request by KUDr) ------------------------------------------------------------------------ r5062 | KUDr | 2006-05-31 20:08:55 +0000 (Wed, 31 May 2006) | 1 line -Fix: town extends road beyond depot or roadstop (introduced by YAPF related change of GetTileTrackStatus() - r4419) ------------------------------------------------------------------------ r5061 | peter1138 | 2006-05-31 18:00:08 +0000 (Wed, 31 May 2006) | 2 lines - NewGRF: always use visual effect callback if it is defined, not just for powered wagons. ------------------------------------------------------------------------ r5060 | peter1138 | 2006-05-31 17:40:48 +0000 (Wed, 31 May 2006) | 2 lines - NewGRF: add support for variable 7F (retrieve GRF parameter) for vehicles ------------------------------------------------------------------------ r5059 | peter1138 | 2006-05-31 17:31:08 +0000 (Wed, 31 May 2006) | 2 lines - NewGRF: store a GRFFile pointer reference for each pointer, instead of just the GRF ID. ------------------------------------------------------------------------ r5057 | KUDr | 2006-05-31 06:51:56 +0000 (Wed, 31 May 2006) | 1 line -Fix: [YAPF] trains can't find depot for servicing (thanks Smoky555) ------------------------------------------------------------------------ r5055 | celestar | 2006-05-31 06:43:05 +0000 (Wed, 31 May 2006) | 1 line -Fix: Correct some errors in the bridge sprite numbers ------------------------------------------------------------------------ r5048 | peter1138 | 2006-05-30 21:27:51 +0000 (Tue, 30 May 2006) | 2 lines - NewStations: Set up clipping areas to draw the station preview graphics in. This prevents larger station graphics from overflowing onto the list. ------------------------------------------------------------------------ r5047 | peter1138 | 2006-05-30 21:23:01 +0000 (Tue, 30 May 2006) | 2 lines - NewGRF: fix typo of AIRPORT in enum ------------------------------------------------------------------------ r5046 | peter1138 | 2006-05-30 21:19:46 +0000 (Tue, 30 May 2006) | 2 lines - 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. ------------------------------------------------------------------------ r5037 | KUDr | 2006-05-30 15:04:59 +0000 (Tue, 30 May 2006) | 1 line -Fix: assert when GetVehicleTrackdir() returns wrong trackdir - introduced by r5033 (thanks yanek) ------------------------------------------------------------------------ r5036 | miham | 2006-05-30 13:45:53 +0000 (Tue, 30 May 2006) | 4 lines WebTranslator2 update to 2006-05-30 15:45:43 american - 129 changed by WhiteRabbit (129) czech - 3 changed by Hadez (3) ------------------------------------------------------------------------ r5035 | miham | 2006-05-30 13:32:19 +0000 (Tue, 30 May 2006) | 7 lines WebTranslator2 update to 2006-05-30 15:32:01 american - 44 fixed, 167 changed by WhiteRabbit (211) czech - 3 fixed, 1 changed by Hadez (4) estonian - 3 fixed by vermon (3) finnish - 7 changed by lauri.kajan (7) french - 3 fixed by glx (3) ------------------------------------------------------------------------ r5033 | KUDr | 2006-05-30 10:53:27 +0000 (Tue, 30 May 2006) | 1 line -CodeChange: [YAPF] RoadFindPathToStop() can now use YAPF for multistop handling. ------------------------------------------------------------------------ r5018 | KUDr | 2006-05-29 18:39:42 +0000 (Mon, 29 May 2006) | 1 line [YAPF] Added some comments to YAPF implementation. ------------------------------------------------------------------------ r5017 | miham | 2006-05-29 17:33:39 +0000 (Mon, 29 May 2006) | 5 lines WebTranslator2 update to 2006-05-29 19:33:27 dutch - 3 fixed by webfreakz (3) italian - 3 fixed by sidew (3) turkish - 4 fixed by jnmbk (4) ------------------------------------------------------------------------ r5013 | KUDr | 2006-05-29 15:04:42 +0000 (Mon, 29 May 2006) | 3 lines -Fix: [YAPF] RVs trying to plan route through railway. Should fix assert("(GetTileTrackStatus(m_old_tile, TT()) & TrackdirToTrackdirBits(m_old_td)) != 0") Thanks Celestar for the reproducible case. ------------------------------------------------------------------------ r5007 | miham | 2006-05-29 11:37:39 +0000 (Mon, 29 May 2006) | 5 lines WebTranslator2 update to 2006-05-29 13:37:28 german - 3 fixed by Neonox (3) hungarian - 3 fixed by miham (3) ukrainian - 3 fixed by znikoz (3) ------------------------------------------------------------------------ r5006 | KUDr | 2006-05-28 19:01:29 +0000 (Sun, 28 May 2006) | 1 line Added comments where doxygen generated warnings to test if it can help. ------------------------------------------------------------------------ r5004 | miham | 2006-05-28 17:45:26 +0000 (Sun, 28 May 2006) | 5 lines WebTranslator2 update to 2006-05-28 19:45:13 finnish - 6 fixed, 41 changed by lauri.kajan (47) french - 3 fixed by glx (3) polish - 3 fixed by meush (3) ------------------------------------------------------------------------ r5003 | miham | 2006-05-28 17:19:34 +0000 (Sun, 28 May 2006) | 1 line [Translations] Several languages fixed by Tron ------------------------------------------------------------------------ r4997 | bjarni | 2006-05-27 23:16:37 +0000 (Sat, 27 May 2006) | 3 lines -Fix: [OSX] reverted the OSX part of rev 4994 as it caused dyld (lib) crashes now OSX strips after linking again ------------------------------------------------------------------------ r4994 | truelight | 2006-05-27 20:51:57 +0000 (Sat, 27 May 2006) | 1 line -Fix: changed the stripping parts a bit. OSX is no longer an exeption ------------------------------------------------------------------------ r4993 | truelight | 2006-05-27 20:22:20 +0000 (Sat, 27 May 2006) | 1 line -Fix: if 1 file is C++, link the whole project with g++ ------------------------------------------------------------------------ r4992 | KUDr | 2006-05-27 18:52:28 +0000 (Sat, 27 May 2006) | 1 line - Fix: [YAPF] error "too many arguments to function `void * operator new(unsigned int)'" on MorphOS ------------------------------------------------------------------------ r4991 | truelight | 2006-05-27 18:17:10 +0000 (Sat, 27 May 2006) | 3 lines -Fix: don't compile UNITTEST by default, it isn't needed -Fix: do not use hardcoded names for things like 'strip', keep it configurable!! ------------------------------------------------------------------------