summaryrefslogtreecommitdiff
path: root/src/economy.cpp
AgeCommit message (Expand)Author
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
2009-07-21(svn r16901) -Fix [FS#3046] (rpbs): when marking trains stuck don't reset the...rubidium
2009-07-18(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy...smatz
2009-07-16(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid...smatz
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-13(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraftsmatz
2009-07-13(svn r16813) -Codechange: make IsEngineCountable() member of Vehiclesmatz
2009-07-04(svn r16736) -Codechange: give some station enums a name and use that instead...rubidium
2009-07-01(svn r16714) -Codechange: use pool-like accessors for Subsidysmatz
2009-07-01(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all...smatz
2009-07-01(svn r16707) -Fix [FS#3007] (r16693): under some circumstances vehicles would...rubidium
2009-07-01(svn r16706) -Fix (r16694): acquiring a subsidy resulted in an assertion.rubidium
2009-06-29(svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for ...rubidium
2009-06-29(svn r16693) -Fix [FS#3004] (r16883): cargo income was not added to the vehic...rubidium
2009-06-28(svn r16683) -Codechange: move the cargo payment handling to a seperate class...rubidium
2009-06-28(svn r16682) -Codechange: make (static) industry list used to trigger the ind...rubidium
2009-06-28(svn r16681) -Codechange: only resolve the company once for vehicle payment i...rubidium
2009-06-28(svn r16680) -Codechange: don't go through all the station unloading stuff wh...rubidium
2009-06-25(svn r16654) -Codechange: cache industries in station's coverage area instead...smatz
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-06-10(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsVal...smatz
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-05-27(svn r16453) -Fix: Move some code around so a company is no longer used after...yexo
2009-05-24(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...frosch
2009-05-23(svn r16407) -Fix [FS#2913]: set CargoPacket::source to INVALID_STATION when ...smatz
2009-05-23(svn r16403) -Codechange: move code related to subsidies to separate filesmatz
2009-05-22(svn r16393) -Codechange: move VehicleRail to Train.rubidium
2009-05-19(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...rubidium
2009-05-18(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz