summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
AgeCommit message (Expand)Author
2011-10-31(svn r23072) -Feature: [NewGRF] House callback 0x148.michi_cc
2011-09-11(svn r22924) -Codechange: Enhance NewGRFSpriteLayout for drawing construction...frosch
2011-09-11(svn r22923) -Codechange: Move application of the construction stage into Til...frosch
2011-08-08(svn r22731) -Fix: [NewGRF] The construction stage sprites were incorrectly s...frosch
2011-08-06(svn r22723) -Fix: Do not restrict AdvVarAct2 to 255 operations.frosch
2011-07-11(svn r22659) -Add: [NewGRF] Support for the land slope check callback for sta...michi_cc
2011-07-04(svn r22635) -Fix: Correctly reseed random bits of industries and industry ti...frosch
2011-07-04(svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is...frosch
2011-06-12(svn r22564) -Codechange: Rename Get and Store persistent storage functions t...terkhen
2011-06-12(svn r22563) -Codechange: Use a function for storing values inside the persis...terkhen
2011-06-12(svn r22561) -Codechange: Remove constness from Object in ResolverObject.terkhen
2011-06-12(svn r22560) -Codechange: Remove constness from House in ResolverObject.terkhen
2011-06-12(svn r22559) -Codechange: Remove constness from Station in ResolverObject.terkhen
2011-06-12(svn r22558) -Codechange: Remove constness from BaseStation in ResolverObject.terkhen
2011-05-29(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers.frosch
2011-05-14(svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of Tile...frosch
2011-05-14(svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for ...frosch
2011-05-14(svn r22452) -Fix (r18708): Zero register 0x100 as specified before resolving...frosch
2011-02-19(svn r22116) -Codechange: use PoolBase::Clean() at more placessmatz
2010-12-10(svn r21454) -Codechange: add support for object variable 48rubidium
2010-08-28(svn r20660) -Codechange: implement (most) of action2 support for objectsrubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-26(svn r20624) -Codechange: some constifying for NewGRF houserubidium
2010-08-09(svn r20422) -Change [FS#3947]: Resolve tracksprites on bridges always using ...frosch
2010-08-09(svn r20420) -Codechange: Add TileContext enum instead of using a bool.frosch
2010-08-05(svn r20364) -Codechange: add infrastructure for airport callbacksyexo
2010-08-02(svn r20332) -Add: [NewGRF] AdvVarAct2 operators for SHL, SHR and SAR.frosch
2010-07-11(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAI...frosch
2010-07-10(svn r20108) -Change: [NewGRF] Report substitute industry type in AI railstat...frosch
2010-05-01(svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and ind...frosch
2010-05-01(svn r19743) -Fix: NewGrfs could access map bits of not yet constructed indus...frosch
2010-03-21(svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/p...frosch
2010-02-22(svn r19195) -Codechange: actually draw newgrf airport tilesyexo
2010-02-07(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail...peter1138
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-12-16(svn r18514) -Codechange: make it a bit clearer that for tile layouts num_spr...rubidium
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...frosch
2009-10-24(svn r17857) -Fix (r10442): [NewGRF] 'subtract-in' is also signed for product...frosch
2009-09-30(svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between pr...frosch
2009-09-30(svn r17671) -Codechange: Move ResolverObject::info_view into u.vehicle as it...frosch
2009-09-30(svn r17670) -Cleanup (r12819): ResolverObject::procedure_call is not used an...frosch
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-17(svn r16859) -Codechange: split the Station struct into two so parts of it ca...rubidium
2009-06-26(svn r16664) -Codechange: move house-related stuff from town.h and town_type....smatz
2009-05-23(svn r16404) -Fix [FS#2911] (r16378): the number of spritegroups got halved w...rubidium
2009-05-23(svn r16402) -Codechange: make Resolve a function of SpriteGrouprubidium
2009-05-23(svn r16398) -Feature: make NewGRF callbacks work again; honouring the 'featu...rubidium
2009-05-23(svn r16396) -Codechange: split NewGRF spritegroup into multiple subclasses i...rubidium
2009-05-22(svn r16380) -Codechange: rename pool.hpp to pool_type.hppsmatz