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
/
station.cpp
Age
Commit message (
Expand
)
Author
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2020-05-13
Codechange: Refactor FindStationsAroundTiles to avoid code duplication
dP
2019-12-21
Codechange: Replace FOR_ALL_TOWNS with range-based for loops
glx
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_INDUSTRIES with range-based for loops
glx
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-12-01
Fix #7847: Use ViewportSign coordinates for sign Kdtree coordinates (#7849)
Niels Martin Hansen
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-06-30
Feature: Multi-tile docks and docking points.
peter1138
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-16
Fix #7235: Ensure catchment area of neutral station covers entire industry. (...
PeterN
2019-04-13
Codechange: Replace duplicated code with TileArea::Expand() (#7467)
PeterN
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-24
Fix #7374: Ensure k-d trees are always updated when station sign moves
Niels Martin Hansen
2019-03-09
Codechange: Make a merged k-d tree index of all viewport signs
Niels Martin Hansen
2019-03-09
Codechange: Make a k-d tree index of stations
Niels Martin Hansen
2019-03-09
Feature: Non-rectangular sparse station catchment area.
Peter Nelson
2019-03-09
Codechange: Convert IndustryVector to a std::set.
peter1138
2019-03-09
Codechange: Convert StationList from SmallVector to std::set.
peter1138
2019-03-08
Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept c...
PeterN
2018-04-21
Fix: Remove need to instantiate SmallStack's pool object by making it a singl...
Charles Pigott
2015-03-07
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
frosch
2014-10-21
(svn r27030) -Fix: crash when having the vehicle list opened from a buoy or o...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-02-16
(svn r26343) -Fix: Rewrite SmallStack so that it doesn't use a pool and is re...
fonsinchen
2014-01-29
(svn r26286) -Fix: Thoroughly erase dead flows.
fonsinchen
2013-10-20
(svn r25890) -Codechange: define a smallstack for station IDs
fonsinchen
2013-06-23
(svn r25435) -Fix: reroute cargo in vehicles if station is deleted
fonsinchen
2013-06-09
(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
fonsinchen
2013-06-09
(svn r25359) -Codechange: schedule jobs when tracking capacities of links
fonsinchen
2013-06-09
(svn r25346) -Codechange: Glue between stations and flow stats
fonsinchen
2013-05-19
(svn r25259) -Codechange: track capacities and usage of links
rubidium
2013-02-17
(svn r25008) -Codechange: Make CargoList::Truncate behave similarly to CargoL...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-12-01
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ...
alberth
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-03
(svn r23415) -Feature: Infrastructure maintenance costs.
michi_cc
2011-11-12
(svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from...
rubidium
2011-06-12
(svn r22567) -Codechange: Store persistent storages inside a pool.
terkhen
2011-05-01
(svn r22406) -Document: some more "random-ish" tidbits
rubidium
2011-02-19
(svn r22116) -Codechange: use PoolBase::Clean() at more places
smatz
2011-02-19
(svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should no...
rubidium
2011-02-07
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
rubidium
2011-01-18
(svn r21846) -Codechange: move documentation towards the code to make it more...
rubidium
2010-12-12
(svn r21483) -Codechange: make StationRect::ScanForStationTiles make use of T...
rubidium
2010-11-20
(svn r21273) -Codechange: Return values should start at the same line.
alberth
2010-09-09
(svn r20774) -Fix [FS#4116]: assertion triggered when removing a station owne...
rubidium
2010-09-08
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
rubidium
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
[next]