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_cmd.cpp
Age
Commit message (
Expand
)
Author
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-04-08
Fix #6222: Advanced sprite layout sometimes showed incorrect railtype ground ...
kiwitreekor
2019-03-30
Codechange: Check airport layout would fit within map bounds before iterating...
PeterN
2019-03-29
Codechange: Distance between town and airport has already just been found, so...
PeterN
2019-03-27
Fix: Incorrect display of industry production around tiles. (#7426)
PeterN
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Include() with include()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Erase() with std::vector::erase()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-24
Fix #7374: Ensure k-d trees are always updated when station sign moves
Niels Martin Hansen
2019-03-13
Codechange: Make FindStationsAroundTile() out-parameter stations const to pre...
peter1138
2019-03-13
Fix #7372: FindStationsAroundTiles() with caching returns no result for indus...
peter1138
2019-03-13
Cleanup: Remove questionable syntax in station rating calculation
Johannes E. Krause
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
Fix: Show industry name in Land Area Information window for oil-rig type stat...
Peter Nelson
2019-03-09
Feature: Non-rectangular sparse station catchment area.
Peter Nelson
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
2019-02-21
Change: Owner of vehicle with exclusive transport rights may now load cargo f...
SamuXarick
2019-02-18
Codechange: Move some common code after adding/removing tiles to a station to...
Juanjo
2019-01-19
Change: Add path cache for ships.
Peter Nelson
2019-01-17
Fix: Some code and comment typos
nikolas
2019-01-11
Add: when placing non-rectangular airport, consider airport tile table tiles ...
Johannes E. Krause
2018-10-31
Fix: Only possible to build station next to competitors by using CTRL+click
Joost Hopmans
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-06-06
Fix: One-way roads could be over-built by road stops (regardless of road owner.)
Peter Nelson
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-03-20
(svn r27810) -Change: Factor out reservation-handling code in station_cmd.cpp
peter1138
2016-12-09
(svn r27686) -Change: List railtype of rail tiles explicitly in the tile info...
frosch
2016-12-04
(svn r27682) -Fix: Don't check if links are alive for manually routed cargo
fonsinchen
2016-12-04
(svn r27681) -Fix: When deleting stale links, iterate through order lists bef...
fonsinchen
2016-11-05
(svn r27676) -Codechange: Rename catenary functions, so that they refer unamb...
frosch
2015-06-21
(svn r27311) -Fix: Mark infrastructure window dirty in more cases. (marcole)
frosch
2015-06-20
(svn r27308) -Fix [FS#6283]: Prevent breaking of tram-reversal points by addi...
frosch
2015-04-26
(svn r27256) -Change [FS#6165]: Do not consider cargo that is already being l...
frosch
2015-04-26
(svn r27251) -Feature [FS#6252]: Make Ctrl+Remove-Roadstop also remove the ro...
frosch
2015-04-25
(svn r27246) -Codechange: Deduplicate code between removing part of a rail st...
frosch
2015-04-25
(svn r27245) -Fix [FS#6251]: Removing a rail waypoint used the remove-rail-st...
frosch
2015-04-11
(svn r27225) -Change [FS#6262]: Be more lenient about road stop removal when ...
planetmaker
2015-03-07
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
frosch
2014-09-21
(svn r26891) -Codechange: Add methods to retrieve flows from a FlowStatMap
fonsinchen
2014-09-21
(svn r26879) -Codechange: remove most MayHaveBridgeAbove calls since the data...
rubidium
2014-06-14
(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link grap...
fonsinchen
2014-05-11
(svn r26582) -Feature-ish: quickly decay cargo after about 21 months of not h...
rubidium
[next]