summaryrefslogtreecommitdiff
path: root/src/station_base.h
AgeCommit message (Expand)Author
2021-06-17Cleanup: remove lines from station_base.h that are already included in includ...Rubidium
2021-05-13Codechange: Replace TILE_AREA_LOOP with range-based for loopsglx22
2020-05-28Cleanup: Correct typographic errors in code comments.TechGeekNZ
2020-05-13Fix #8137: New clients can't join (desync) after funding an industrydP
2020-05-13Codechange: Refactor FindStationsAroundTiles to avoid code duplicationdP
2019-12-21Codechange: Replace station related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-06-30Feature: Multi-tile docks and docking points.peter1138
2019-04-29Codechange: Remove Direction*Byte typesCharles Pigott
2019-04-29Codechange: Remove StationHadVehicleOfTypeByte typeCharles Pigott
2019-03-24Fix #7374: Ensure k-d trees are always updated when station sign movesNiels Martin Hansen
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-09Codechange: Make a k-d tree index of stationsNiels Martin Hansen
2019-03-09Feature: Non-rectangular sparse station catchment area.Peter Nelson
2019-03-09Codechange: Convert IndustryVector to a std::set.peter1138
2019-03-08Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept c...PeterN
2019-02-18Codechange: Move some common code after adding/removing tiles to a station to...Juanjo
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-05-21Change: 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 FlowStatMapfonsinchen
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 variablesrubidium
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 statsfonsinchen
2013-06-09(svn r25345) -Add: implementation of SharesMap and FlowStatMapfonsinchen
2013-05-19(svn r25259) -Codechange: track capacities and usage of linksrubidium
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 neededrubidium
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