index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tunnelbridge_cmd.cpp
Age
Commit message (
Expand
)
Author
2021-01-08
Fix #7656: destroying a tunnel/bridge now first removes the tracks for cost c...
Patric Stout
2021-01-08
Fix: replacing a bridge didn't charge for clearing last tile
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Doc: Remove some SmallVector references from documentation.
J0anJosep
2020-12-15
Codechange: Make use of the improved C++17 emplace_back function.
Michael Lutz
2020-06-28
Fix #8131: small bridges also have pillars drawn
ilayaraja97
2020-02-10
Fix #7958: Use NewGRF provided catenary sprites when either front or back is ...
Niels Martin Hansen
2020-02-10
Codechange: Refactor road bridge catenary drawing
Niels Martin Hansen
2020-01-05
Fix #6667: Also recalculate bridge costs for 'spectated' AI companies
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-06-30
Feature: Multi-tile docks and docking points.
peter1138
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-01-05
Fix 6a3d411: Silence truncation warning
Niels Martin Hansen
2018-10-31
Codechange: Merge some duplicated functions
Charles Pigott
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-07-26
Change: Extend rail types to 64 (6 bit storage)
Peter Nelson
2018-07-22
Fix: 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 TownCache
rubidium
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 files
rubidium
2011-12-19
(svn r23629) -Add: allow ScriptRoad::BuildRoad, ScriptBridge::BuildBridge (fo...
truebrain
2011-12-17
(svn r23586) -Fix: Draw PBS reservation also for bridges with railtype overlays.
frosch
2011-12-17
(svn r23584) -Fix: Draw PBS reservations also for tunnels with railtype overl...
frosch
2011-12-03
(svn r23413) -Add: Company infrastructure counts for canals.
michi_cc
2011-12-03
(svn r23412) -Add: Company infrastructure counts for road.
michi_cc
2011-12-03
(svn r23411) -Add: Company infrastructure counts for rail.
michi_cc
[next]