summaryrefslogtreecommitdiff
path: root/src/road_cmd.cpp
AgeCommit message (Expand)Author
2007-05-26(svn r9945) -Fix: bridges were not properly marked dirty when adding/removing...rubidium
2007-05-26(svn r9943) -Fix [FS#806]: building roads/trams did take notice of the founda...rubidium
2007-05-26(svn r9942) -Fix [FS#804]: crash when upgrading both ends of a bridge. rubidium
2007-05-26(svn r9934) -Fix (r9923): towns could remove 'half' tram tracks.rubidium
2007-05-26(svn r9931) -Fix: some glitches with catenary and bridges. rubidium
2007-05-26(svn r9929) -Fix [FS#803]: fix several drawing issues. rubidium
2007-05-25(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.rubidium
2007-05-25(svn r9921) -Fix (r9892): ownership wasn't properly propagated on owner changes.rubidium
2007-05-24(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ...rubidium
2007-05-24(svn r9910) -Codechange: prepare road building/removing commands for more roa...rubidium
2007-05-21(svn r9897) -Codechange: prepare the toolbar for more road types.rubidium
2007-05-20(svn r9893) -Fix (r9892): various small bugs that only act up when using some...rubidium
2007-05-20(svn r9892) -Codechange: lots of ground work for allowing multiple types of "...rubidium
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...truelight
2007-05-15(svn r9844) -Codechange: replace zoomlevel with an enumtruelight
2007-05-07(svn r9805) -Codechange: Use HASBIT() et al for display options bits.peter1138
2007-04-27(svn r9730) -Feature: [NewGRF] Add support for miscellaneous grf feature bit ...maedhros
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-17(svn r9664) -Documentation: Doxygen corrections,errors and omissionsbelugas
2007-04-05(svn r9563) -Feature: Add more finer control to transparency options, includi...peter1138
2007-04-01(svn r9542) -Fix(FS# 712): When checking if a vehicle is on a given tile, and...belugas
2007-03-28(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"belugas
2007-03-24(svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functi...celestar
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
2007-03-20(svn r9371) -Feature: Add support for variable snow lines in the arctic clima...maedhros
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-08(svn r9065) -Fix: possible dereference of NULL pointer.rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-02-27(svn r8935) -Codechange: unification of track type between road and rail tile...rubidium
2007-02-26(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a...rubidium
2007-02-24(svn r8876) -Fixtron
2007-02-24(svn r8875) -Fixtron
2007-02-23(svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops...rubidium
2007-02-13(svn r8698) -Codechange: enumify the returns of VehicleEnterTilerubidium
2007-02-06(svn r8608) -Fix: you were unable to build roads in the scenario editor when ...rubidium
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-13(svn r8102) -Cleanup: Remove unreachable code (r8096), useless castDarkvater
2007-01-13(svn r8096) -Codechange: Invert the check if you are allowed to clear a road ...Darkvater
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr