summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2018-11-16check that rectangle is in a single layerErich Eckner
2018-11-16UNDERGROUND_COST_MULTIPLIER newErich Eckner
2018-11-16underground patch appliedErich Eckner
2018-10-31Fix: Only possible to build station next to competitors by using CTRL+clickJoost Hopmans
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-07-26Change: Extend rail types to 64 (6 bit storage)Peter Nelson
2018-06-06Fix: One-way roads could be over-built by road stops (regardless of road owner.)Peter Nelson
2018-05-21Change: 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.cpppeter1138
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 cargofonsinchen
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 FlowStatMapfonsinchen
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
2014-05-11(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with...rubidium
2014-05-01(svn r26549) -Change: better estimation for link capacities during full loadfonsinchen
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-04-12(svn r26458) -Doc: Correct a few spelling mistakes (__ln__)planetmaker
2014-04-08(svn r26448) -Fix [FS#5970]: Avoid division by 0 when scaling flow values.fonsinchen
2014-03-06(svn r26393) -Fix: Update distances between link graph nodes when station sig...fonsinchen
2014-02-24(svn r26375) -Fix [FS#5929]: Station sizes > 8 were always allowed. (adf88)frosch
2014-02-22(svn r26363) -Codechange [FS#5894]: make it clearer that drive through road s...rubidium
2014-01-23(svn r26275) -Fix: If NewGRF provided the same station name for different ind...frosch
2013-12-20(svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors.fonsinchen
2013-11-16(svn r26013) -Revert (r25495) [FS#5684]: Having trains miss a platform that i...fonsinchen
2013-11-10(svn r25963) -Fix [FS#5758]: Mixtures of old and new flows could create cycles.fonsinchen
2013-11-07(svn r25948) -Fix [FS#5796]: Make sure LinkRefresher doesn't delete the LinkG...fonsinchen
2013-10-27(svn r25915) -Fix: Unrestricted flow was counted incorrectly when invalidatin...fonsinchen
2013-10-23(svn r25910) -Fix: Guard against empty FlowStats in a few more places.fonsinchen
2013-10-22(svn r25903) -Codechange: Refactor RefreshNextHopsStats into an own class Lin...fonsinchen
2013-10-22(svn r25901) -Fix [FS#5675]: Check if any vehicles are still serving a link b...fonsinchen
2013-10-22(svn r25899) -Change: Restrict flows if links are restricted and don't normal...fonsinchen
2013-10-22(svn r25898) -Codechange: Add second timestamp for 'restricted links' to all ...fonsinchen
2013-10-20(svn r25892) -Fix: off-by-one error in GetVia prevented certain flows from ge...fonsinchen
2013-10-20(svn r25891) -Feature: Use smallstack to allow for multiple next hops when lo...fonsinchen
2013-10-12(svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope info...zuu
2013-06-28(svn r25495) -Fix [FS#5553]: when addings bits to a (train) station, the trai...rubidium