summaryrefslogtreecommitdiff
path: root/src/tunnelbridge_cmd.cpp
AgeCommit message (Expand)Author
2021-07-21chunnel patch originalchunnelErich Eckner
2021-06-03Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we...Patric Stout
2021-05-29Codechange: move from C-string to std::string for DoCommandrubidium42
2021-05-03Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loopsglx22
2021-04-01Codechange: Suppress warnings when asserts are disabled (#8917)Patric Stout
2021-01-08Fix #7656: destroying a tunnel/bridge now first removes the tracks for cost c...Patric Stout
2021-01-08Fix: replacing a bridge didn't charge for clearing last tilePatric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Doc: Remove some SmallVector references from documentation.J0anJosep
2020-12-15Codechange: Make use of the improved C++17 emplace_back function.Michael Lutz
2020-06-28Fix #8131: small bridges also have pillars drawnilayaraja97
2020-02-10Fix #7958: Use NewGRF provided catenary sprites when either front or back is ...Niels Martin Hansen
2020-02-10Codechange: Refactor road bridge catenary drawingNiels Martin Hansen
2020-01-05Fix #6667: Also recalculate bridge costs for 'spectated' AI companiesCharles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-06-30Feature: Multi-tile docks and docking points.peter1138
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-01-05Fix 6a3d411: Silence truncation warningNiels Martin Hansen
2018-10-31Codechange: Merge some duplicated functionsCharles Pigott
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-07-26Change: Extend rail types to 64 (6 bit storage)Peter Nelson
2018-07-22Fix: Use after free in CmdBuildTunnel (#6856)Jonathan G Rennison
2016-12-09(svn r27686) -Change: List railtype of rail tiles explicitly in the tile info...frosch
2016-11-05(svn r27676) -Codechange: Rename catenary functions, so that they refer unamb...frosch
2015-06-21(svn r27313) -Fix [FS#6317]: Adding tram to town-owned bridges assigned an in...frosch
2015-03-28(svn r27209) -Add: Draw path reservation on the whole bridge, not only on the...frosch
2015-03-28(svn r27208) -Fix: Draw correct overlay sprites for path reservations on brid...frosch
2015-02-22(svn r27157) -Fix: Mark bridge middle tiles dirty when building/removing/chan...frosch
2014-09-21(svn r26882) -Feature: allow limiting the height of bridges (ic111)rubidium
2014-09-21(svn r26879) -Codechange: remove most MayHaveBridgeAbove calls since the data...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-01-26(svn r26277) -Add [FS#5849]: Display speed limit also for road bridges in the...frosch
2013-11-25(svn r26111) -Fix: theoretical case where sprite table could be overread for ...rubidium
2013-11-23(svn r26072) -Cleanup: mark some unreachable default cases by NOT_REACHED()rubidium
2013-05-07(svn r25231) -Fix (r25227): Also update infrastructure counts. (adf88)frosch
2013-05-06(svn r25227) -Fix [FS#5541]: Give bridges owned by noone (from bankrupt compa...frosch
2013-04-03(svn r25141) -Fix: When extra dynamite was disabled, towns would be allowed t...frosch
2013-01-13(svn r24912) -Fix [FS#5389]: Upgrading bridges could steal road types. (adf88)frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2013-01-08(svn r24895) -Fix [FS#5436]: Allow downgrade of road bridges in the scenario ...planetmaker
2012-07-18(svn r24413) -Add [FS#5221-ish]: Allow overbuilding bridges with the same typ...frosch
2012-04-25(svn r24179) -Codechange: move some variables of Town to TownCacherubidium
2012-02-15(svn r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types (s...michi_cc
2012-01-28(svn r23864) -Fix: Railtype overlays were drawn 'only transparent' on invisib...frosch
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-19(svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (fo...truebrain