src/road_cmd.cpp
Thu, 31 May 2007 07:34:40 +0000 rubidium (svn r9996) -Fix: be more strict when building/upgrading roads and/or road stops.
Wed, 30 May 2007 20:13:58 +0000 rubidium (svn r9991) -Fix: one could build road when trams were driving on the tile and vice versa.
Wed, 30 May 2007 13:16:45 +0000 rubidium (svn r9986) -Fix (r9934): flooding towns could not remove tram tracks (boekabart).
Mon, 28 May 2007 19:26:32 +0000 rubidium (svn r9964) -Fix: removing of road should not be free of charge.
Sun, 27 May 2007 09:17:30 +0000 maedhros (svn r9955) -Codechange: Make _roadveh_enter_depot_unk0 slightly less mysterious.
Sun, 27 May 2007 01:03:59 +0000 glx (svn r9951) -Fix: slope check was incomplete when building road over tram track (and vice-versa)
Sat, 26 May 2007 23:18:42 +0000 rubidium (svn r9949) -Fix: (road) depots got deowned on bankrupts.
Sat, 26 May 2007 22:44:09 +0000 rubidium (svn r9948) -Fix (r9947): building illegal roads on slopes. Why do 'fixes' always have the tendancy to backfire?
Sat, 26 May 2007 22:19:04 +0000 rubidium (svn r9947) -Fix [FS#807]: don't check whether roadbits may be built when they are already built for another type.
Sat, 26 May 2007 22:01:49 +0000 rubidium (svn r9946) -Fix: more places that weren't correctly marked dirty...
Sat, 26 May 2007 21:45:16 +0000 rubidium (svn r9945) -Fix: bridges were not properly marked dirty when adding/removing roadtypes.
Sat, 26 May 2007 21:00:48 +0000 rubidium (svn r9943) -Fix [FS#806]: building roads/trams did take notice of the foundation of the opposite roadtype.
Sat, 26 May 2007 20:52:23 +0000 rubidium (svn r9942) -Fix [FS#804]: crash when upgrading both ends of a bridge.
Sat, 26 May 2007 13:00:52 +0000 rubidium (svn r9934) -Fix (r9923): towns could remove 'half' tram tracks.
Sat, 26 May 2007 10:40:34 +0000 rubidium (svn r9931) -Fix: some glitches with catenary and bridges.
Sat, 26 May 2007 07:58:49 +0000 rubidium (svn r9929) -Fix [FS#803]: fix several drawing issues.
Fri, 25 May 2007 22:07:40 +0000 rubidium (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
Fri, 25 May 2007 15:37:12 +0000 rubidium (svn r9921) -Fix (r9892): ownership wasn't properly propagated on owner changes.
Thu, 24 May 2007 22:41:50 +0000 rubidium (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
Thu, 24 May 2007 09:31:09 +0000 rubidium (svn r9910) -Codechange: prepare road building/removing commands for more road types.
Mon, 21 May 2007 21:58:31 +0000 rubidium (svn r9897) -Codechange: prepare the toolbar for more road types.
Sun, 20 May 2007 22:04:24 +0000 rubidium (svn r9893) -Fix (r9892): various small bugs that only act up when using something different than plain roads.
Sun, 20 May 2007 19:14:08 +0000 rubidium (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
Tue, 15 May 2007 16:08:46 +0000 truelight (svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons
Tue, 15 May 2007 14:08:39 +0000 truelight (svn r9844) -Codechange: replace zoomlevel with an enum
Mon, 07 May 2007 11:24:23 +0000 peter1138 (svn r9805) -Codechange: Use HASBIT() et al for display options bits.
Fri, 27 Apr 2007 21:35:02 +0000 maedhros (svn r9730) -Feature: [NewGRF] Add support for miscellaneous grf feature bit 1 - paved roads on desert tiles.
Wed, 18 Apr 2007 22:10:36 +0000 rubidium (svn r9672) -Cleanup: lots of coding style fixes around operands.
Tue, 17 Apr 2007 21:09:38 +0000 belugas (svn r9664) -Documentation: Doxygen corrections,errors and omissions
Thu, 05 Apr 2007 07:49:04 +0000 peter1138 (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.
Sun, 01 Apr 2007 11:11:49 +0000 belugas (svn r9542) -Fix(FS# 712): When checking if a vehicle is on a given tile, and you are working on the ground tile, do not take aircrafts into account, as they do not pose any danger for the construction/destruction/conversion itself. Z stuff, in other words
Wed, 28 Mar 2007 20:41:35 +0000 belugas (svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
Sat, 24 Mar 2007 09:12:03 +0000 celestar (svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functions: Changed the order of error checks to generate more meaningful error messages, added some doxygen comments and replaced bitshifting by proper mathematical operations
Thu, 22 Mar 2007 03:42:43 +0000 belugas (svn r9400) -Codechange: Use some more representative enum names for landscape types.
Tue, 20 Mar 2007 13:47:00 +0000 maedhros (svn r9371) -Feature: Add support for variable snow lines in the arctic climate, supplied
Thu, 08 Mar 2007 16:27:54 +0000 rubidium (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
Thu, 08 Mar 2007 13:54:19 +0000 rubidium (svn r9065) -Fix: possible dereference of NULL pointer.
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Tue, 27 Feb 2007 23:36:28 +0000 rubidium (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.
Mon, 26 Feb 2007 18:25:03 +0000 rubidium (svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.
Sat, 24 Feb 2007 09:42:39 +0000 tron (svn r8876) -Fix
Sat, 24 Feb 2007 06:46:20 +0000 tron (svn r8875) -Fix
Fri, 23 Feb 2007 00:17:46 +0000 rubidium (svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops as if it were removing a normal road tile (consider the local authority and such).
Tue, 13 Feb 2007 10:26:53 +0000 rubidium (svn r8698) -Codechange: enumify the returns of VehicleEnterTile
Tue, 06 Feb 2007 09:25:52 +0000 rubidium (svn r8608) -Fix: you were unable to build roads in the scenario editor when there is no town 0, even though there are other towns.
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Sat, 13 Jan 2007 15:55:22 +0000 Darkvater (svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast
Sat, 13 Jan 2007 14:48:47 +0000 Darkvater (svn r8096) -Codechange: Invert the check if you are allowed to clear a road tile so there are not so many negations (too confusing) and added some comments to further clarify what happens.
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)