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_base.h
Age
Commit message (
Expand
)
Author
2020-05-28
Cleanup: Correct typographic errors in code comments.
TechGeekNZ
2020-05-13
Fix #8137: New clients can't join (desync) after funding an industry
dP
2020-05-13
Codechange: Refactor FindStationsAroundTiles to avoid code duplication
dP
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-06-30
Feature: Multi-tile docks and docking points.
peter1138
2019-04-29
Codechange: Remove Direction*Byte types
Charles Pigott
2019-04-29
Codechange: Remove StationHadVehicleOfTypeByte type
Charles Pigott
2019-03-24
Fix #7374: Ensure k-d trees are always updated when station sign moves
Niels Martin Hansen
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
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-08
Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept c...
PeterN
2019-02-18
Codechange: Move some common code after adding/removing tiles to a station to...
Juanjo
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
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-08-22
(svn r26753) -Fix: desync due to not always properly restoring game state fro...
rubidium
2014-05-16
(svn r26590) -Fix: possible desync (big/little endian) due to not writing com...
rubidium
2014-05-11
(svn r26582) -Feature-ish: quickly decay cargo after about 21 months of not h...
rubidium
2014-05-11
(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with...
rubidium
2013-12-20
(svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors.
fonsinchen
2013-11-24
(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointe...
frosch
2013-11-23
(svn r26057) -Fix: a number of possibly uninitialised variables
rubidium
2013-11-10
(svn r25963) -Fix [FS#5758]: Mixtures of old and new flows could create cycles.
fonsinchen
2013-10-22
(svn r25899) -Change: Restrict flows if links are restricted and don't normal...
fonsinchen
2013-10-22
(svn r25896) -Fix: Remove unused and unimplemented declaration of RunAverages.
fonsinchen
2013-10-20
(svn r25892) -Fix: off-by-one error in GetVia prevented certain flows from ge...
fonsinchen
2013-06-17
(svn r25424) -Fix: keep old flows around in an invalidated state to continue ...
fonsinchen
2013-06-09
(svn r25362) -Feature: consider cargo waiting at other stations for rating at...
fonsinchen
2013-06-09
(svn r25346) -Codechange: Glue between stations and flow stats
fonsinchen
2013-06-09
(svn r25345) -Add: implementation of SharesMap and FlowStatMap
fonsinchen
2013-05-19
(svn r25259) -Codechange: track capacities and usage of links
rubidium
2013-05-19
(svn r25257) -Add: basic link graph (fonsinchen)
rubidium
2013-04-06
(svn r25149) -Codechange: replace 'magic' 'has rating' bitcheck by descriptiv...
rubidium
2012-11-12
(svn r24718) -Codechange: Rename GoodsEntry::days_since_pickup to GoodsEntry:...
frosch
2012-11-12
(svn r24708) -Codechange: Check magic values of GoodsEntry::last_speed only v...
frosch
2012-11-12
(svn r24707) -Doc: Improve description of GoodsEntryStatus flags.
frosch
2012-09-21
(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxy...
alberth
2012-01-03
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
rubidium
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2011-12-18
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise ou...
smatz
2011-12-09
(svn r23461) -Fix: handle a missing airport newgrf as graceful as possible by...
yexo
2011-08-13
(svn r22742) -Add: Add function to query exit direction of hangars at airports.
alberth
2011-06-12
(svn r22567) -Codechange: Store persistent storages inside a pool.
terkhen
2011-06-04
(svn r22542) -Add: Store cargo acceptance stats for stations.
terkhen
2011-06-04
(svn r22541) -Document: GoodsEntry struct.
terkhen
2011-06-04
(svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus.
terkhen
[next]