summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
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
2013-06-25(svn r25461) -Fix: MSVC compiler warningrubidium
2013-06-23(svn r25435) -Fix: reroute cargo in vehicles if station is deletedfonsinchen
2013-06-23(svn r25434) -Fix: reroute cargo staged for unloading if a link breaksfonsinchen
2013-06-17(svn r25424) -Fix: keep old flows around in an invalidated state to continue ...fonsinchen
2013-06-10(svn r25391) -Fix: make ChangeShare really aware of INT_MINfonsinchen
2013-06-09(svn r25379) -Fix: avoid warning in FlowStatMap::FinalizeLocalConsumptionfonsinchen
2013-06-09(svn r25365) -Feature: show cargo by next hops and final destinations in the ...fonsinchen
2013-06-09(svn r25362) -Feature: consider cargo waiting at other stations for rating at...fonsinchen
2013-06-09(svn r25361) -Feature: distribute cargo according to plan given by linkgraphfonsinchen
2013-06-09(svn r25359) -Codechange: schedule jobs when tracking capacities of linksfonsinchen
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 r25260) -Codechange: occasionally clear dead links and compress link gra...rubidium
2013-05-19(svn r25259) -Codechange: track capacities and usage of linksrubidium
2013-05-18(svn r25251) -Fix [FS#5540]: when overbuilding a reserved track with a non-tr...rubidium
2013-05-13(svn r25243) -Fix [FS#5546]: "No station" error was given, even when there wa...rubidium
2013-04-13(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() a...frosch
2013-04-06(svn r25149) -Codechange: replace 'magic' 'has rating' bitcheck by descriptiv...rubidium
2013-03-31(svn r25132) -Fix [FS#5510, FS#5516]: station rebuilding could leave reserved...rubidium
2013-02-17(svn r25016) -Fix [FS#5476]: integer overflow in UpdateStationRating (fonsinc...rubidium
2013-02-17(svn r25008) -Codechange: Make CargoList::Truncate behave similarly to CargoL...rubidium
2013-02-03(svn r24961) -Fix [FS#5362] (r23564): making occupied platforms larger would ...rubidium
2013-01-31(svn r24951) -Fix: [NewGRF] Var 10 of CB 24 missed the T part.frosch
2013-01-11(svn r24905) -Feature(ish): Implement station randomisation triggers.peter1138
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-23(svn r24840) -Fix: Draw NewGRF railtypes in NewGRF station previews.peter1138
2012-11-13(svn r24721) -Fix (r24715): Reallow building road stations.frosch
2012-11-13(svn r24720) -Fix (r24715): Comparison of different height units.frosch
2012-11-12(svn r24718) -Codechange: Rename GoodsEntry::days_since_pickup to GoodsEntry:...frosch
2012-11-12(svn r24715) -Fix [FS#5335]: [NewGRF] Allow stations to draw snow/desert awar...frosch
2012-11-12(svn r24714) -Fix [FS#5337]: [NewGRF] Draw default foundations if resolving o...frosch