summaryrefslogtreecommitdiff
path: root/src/economy.cpp
AgeCommit message (Expand)Author
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium
2009-11-24(svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicl...frosch
2009-11-24(svn r18266) -Codechange: Add a function to compute prices from price base an...frosch
2009-11-08(svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) t...frosch
2009-11-08(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum...frosch
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...frosch
2009-10-20(svn r17834) -Fix [FS#3274] (r17808): you got paid a bit too much... ofcourse...rubidium
2009-10-18(svn r17808) -Codechange: remove write 'access' from all of CargoPacket's var...rubidium
2009-10-18(svn r17800) -Codechange: first steps into making CargoList a templaterubidium
2009-10-06(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a...frosch
2009-10-06(svn r17720) -Codechange: guard the CargoPacket variables that are cached in ...rubidium
2009-09-20(svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when indu...smatz
2009-09-20(svn r17589) -Codechange: rename town_acc to always_acceptedsmatz
2009-09-19(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @par...rubidium
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-09-18(svn r17567) -Fix: some doxygen warningsrubidium
2009-09-15(svn r17552) -Codechange: rename load_unload_time_rem to something more gener...rubidium
2009-09-15(svn r17551) -Fix [FS#3201] (r17222): vehicles waiting for their time table d...rubidium
2009-09-15(svn r17550) -Fix (r8973): Aircraft are good enough, don't make them even bet...frosch
2009-09-15(svn r17546) -Fix (r9617): sign extending of profit calculation didn't workrubidium
2009-09-14(svn r17542) -Fix: don't access variables in the company struct after it has ...yexo
2009-09-14(svn r17534) -Codechange: unify the naming of callback masks/flagsrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-09-09(svn r17485) -Change [FS2459]: make the performance ratings harder to exploit...rubidium
2009-09-07(svn r17449) -Fix (r17436): MSVC compile warning about comparing signed and u...rubidium
2009-09-07(svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses an...smatz
2009-09-06(svn r17437) -Change: don't accept cargo produced in the same industry (gener...smatz
2009-09-06(svn r17436) -Change: pay only for cargo actually delivered, not for all carg...smatz
2009-09-06(svn r17435) -Codechange: Move _cargo_payment_rates[] to CargoSpec::current_p...frosch
2009-09-06(svn r17433) -Codechange: Store cumulated inflation in savegame and compute a...frosch
2009-09-05(svn r17426) -Fix (r1): economy recession would never end when economy is set...smatz
2009-09-04(svn r17420) -Codechange: replace assert() by assert_compile() where possiblesmatz
2009-09-01(svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt compani...rubidium
2009-09-01(svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxf...rubidium
2009-09-01(svn r17342) -Fix: reset bankruptcy checks when bankruptcy has been averted a...rubidium
2009-09-01(svn r17341) -Fix: memory leak when trying to bankrupt the local companyrubidium
2009-08-30(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT...smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-19(svn r17222) -Fix [FS#3129, FS#3130]: with time tables vehicles would stay in...rubidium
2009-08-08(svn r17124) -Codechange: store subsidies in a pool (instead of an array)smatz
2009-08-08(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi...smatz
2009-08-07(svn r17107) -Codechange: store type of subsidy source and destination in the...smatz
2009-08-06(svn r17086) -Cleanup (r16654): remove code used only for debuggingsmatz
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-03(svn r17058) -Codechange: magic numbers removal.belugas
2009-08-02(svn r17037) -Fix (r17036): 'Polygonal Capabilities' are a core feature of wi...frosch
2009-08-02(svn r17036) -Codechange: Split price bases from economy.cpp to table/priceba...frosch
2009-07-24(svn r16933) -Fix [FS#3054] (r16694): vehicles would wait "very long" when th...rubidium
2009-07-22(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...rubidium