summaryrefslogtreecommitdiff
path: root/src/economy.cpp
AgeCommit message (Expand)Author
2018-11-03Add: NewGRF support for 16-in-16-out industriesNiels Martin Hansen
2018-11-03Add: Industries can produce and accept up to 16 different cargoesNiels Martin Hansen
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-06-27Codechange: Silence -Wclass-memaccess warnings with GCC8Charles Pigott
2018-05-21Change: Add CargoTypes type for cargo masks. (#6790)PeterN
2018-03-11(svn r27981) -Change [FS#6679]: Check companies for bankruptcy before subtrac...frosch
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2017-03-13(svn r27788) -Fix [FS#6536]: Get vehicle load amount after executing new carg...peter1138
2016-05-29(svn r27585) -Fix [FS#6437]: Enforce a non-zero load amount for all vehicles,...frosch
2016-05-29(svn r27584) -Codechange: Add some assertions about Vehicle::cargo_payment.frosch
2015-05-11(svn r27282) -Fix [FS#6254]: Enforce the company's default service intervals ...frosch
2015-05-11(svn r27281) -Codechange: Do not shadow local variables with other local vari...frosch
2014-09-24(svn r26918) -Fix [FS#6110]: Reserve cargo only after unloading finished or i...fonsinchen
2014-09-24(svn r26917) -Revert (r26857): It broke improved loading.fonsinchen
2014-09-20(svn r26857) -Fix [FS#6110]: Reserve cargo after refitting and only if necess...fonsinchen
2014-09-18(svn r26847) -Fix [FS#6110]: Don't assign a next hop when returning cargofonsinchen
2014-05-13(svn r26586) -Fix [FS#5995]: Consider multiheaded trains in station refits (a...fonsinchen
2014-05-11(svn r26581) -Fix [FS#5989]: transfering cargo to a station doesn't give that...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-05-01(svn r26548) -Codechange: move updating of load_unload_ticks out of LoadUnloa...fonsinchen
2014-05-01(svn r26547) -Codechange: Collect order travel and wait times independent of ...fonsinchen
2014-05-01(svn r26546) -Codechange: Make order wait_time, travel_time and max_speed pri...fonsinchen
2014-04-23(svn r26483) -Fix: Allow single-vehicle consists to station-refit in a meanin...fonsinchen
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-02-09(svn r26327) -Fix [FS#5901]: Take care of next_station when reassigning from ...fonsinchen
2014-01-12(svn r26236) -Fix: Don't overreserve after autorefit, but do reserve mail for...fonsinchen
2013-12-30(svn r26188) -Codechange: Move station refitting to a separate function.fonsinchen
2013-12-30(svn r26187) -Fix: allow refitting at station if cargo has already been reser...fonsinchen
2013-10-22(svn r25903) -Codechange: Refactor RefreshNextHopsStats into an own class Lin...fonsinchen
2013-10-20(svn r25891) -Feature: Use smallstack to allow for multiple next hops when lo...fonsinchen
2013-07-06(svn r25565) -Codechange: Rewrite order prediction logic to introduce proper ...fonsinchen
2013-06-28(svn r25497) -Fix (r25479): byte is not unitfrosch
2013-06-26(svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to...frosch
2013-06-09(svn r25361) -Feature: distribute cargo according to plan given by linkgraphfonsinchen
2013-06-09(svn r25342) -Add: StoryPage data structures and GS APIzuu
2013-06-07(svn r25330) -Fix [FS#5583]: return some reserved cargo if vehicle is overloa...fonsinchen
2013-05-19(svn r25259) -Codechange: track capacities and usage of linksrubidium
2013-04-13(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() a...frosch
2013-04-06(svn r25156) -Fix [FS#5495, FS#5497]: if a vehicle had some cargo, and it wou...rubidium
2013-02-24(svn r25041) -Remove [FS#3764-ish]: ordered refit with subtypes, since the ca...frosch
2013-02-17(svn r25012) -Codechange: persistently keep 'reserved' cargo (for full-load i...rubidium
2013-02-17(svn r25011) -Codechange: allow vehicle transfer and profit text effects to b...rubidium
2013-02-17(svn r25009) -Codechange: refactor bits of cargo packet (lists) to reduce dup...rubidium
2013-02-10(svn r24986) -Change: Cleanup goals and cargo monitors of companies when they...zuu
2013-02-04(svn r24968) -Fix [FS#5379]: company window was not updated when shared were ...rubidium
2013-02-03(svn r24963) -Fix [FS#5435]: Do not stop loading if there are reservations le...rubidium
2013-02-03(svn r24962) -Fix [FS#5438]: Reserve all capacity while unloading to avoid 's...rubidium
2013-01-20(svn r24927) -Cleanup [FS#5440]: No need to check a positive value to be larg...planetmaker
2013-01-11(svn r24905) -Feature(ish): Implement station randomisation triggers.peter1138