summaryrefslogtreecommitdiff
path: root/src/subsidy_base.h
AgeCommit message (Expand)Author
2021-06-10Feature: Configurable subsidy durationTyler Trahan
2020-06-28Fix: Make subsidies scan tiles for town acceptance and production instead of ...dP
2019-12-21Codechange: Replace FOR_ALL_SUBSIDIES with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-29Codechange: Remove SourceTypeByte typeCharles Pigott
2019-04-29Codechange: Remove Company/OwnerByte typesCharles Pigott
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2012-01-01(svn r23700) -Fix: the size of the Subsidies pool used a random macro, which ...truebrain
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-08(svn r17127) -Fix (r17124): destructor has to be defined else operator delete...smatz
2009-08-08(svn r17124) -Codechange: store subsidies in a pool (instead of an array)smatz
2009-08-08(svn r17119) -Codechange: replace constants in subsidy.cpp by enum valuessmatz
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-07(svn r17104) -Codechange: move code related to subsidy awarding to separate p...smatz
2009-07-18(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy...smatz
2009-07-02(svn r16724) -Fix (r16714): MSVC 64bit warnings (Rubidium)smatz
2009-07-01(svn r16714) -Codechange: use pool-like accessors for Subsidysmatz