summaryrefslogtreecommitdiff
path: root/src/newgrf_object.cpp
AgeCommit message (Expand)Author
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-10-31(svn r23071) -Codechange: [NewGRF] Allow passing custom extra data through th...michi_cc
2011-08-18(svn r22757) -Fix [FS#4730]: [NewGRF] Invalid memory access when querying the...planetmaker
2011-07-04(svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is...frosch
2011-06-12(svn r22569) -Feature: [NewGRF] Persistent storage for towns.terkhen
2011-06-12(svn r22561) -Codechange: Remove constness from Object in ResolverObject.terkhen
2011-06-12(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.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-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-22(svn r21886) -Codechange: move documentation towards the code to make it more...rubidium
2010-12-10(svn r21454) -Codechange: add support for object variable 48rubidium
2010-11-30(svn r21360) -Fix [FS#4281]: crash when randomised action2 was used when reso...rubidium
2010-11-20(svn r21273) -Codechange: Return values should start at the same line.alberth
2010-11-19(svn r21259) -Change: [NewGRF] Split var43 into var43 (animation stage) and v...rubidium
2010-11-15(svn r21198) -Fix: don't call variables properties in debug messagesrubidium
2010-10-26(svn r21041) -Change: [NewGRF] make object var 60 return the object id even w...yexo
2010-10-08(svn r20908) -Fix [FS#4156]: assertion when the buy menu graphics callback ac...rubidium
2010-08-28(svn r20676) -Codechange: it's not needed to supply two almost identical varsrubidium
2010-08-28(svn r20673) -Codechange: add support for inspecting objectsrubidium
2010-08-28(svn r20671) -Add: feature F (not action F as written mistakenly in the previ...rubidium
2010-08-28(svn r20662) -Codechange: implement object animationrubidium
2010-08-28(svn r20660) -Codechange: implement (most) of action2 support for objectsrubidium
2010-08-28(svn r20652) -Codechange: implement a function to get the index of a spec.rubidium
2010-08-28(svn r20651) -Codechange: add a function to determine whether an object is av...rubidium
2010-08-28(svn r20649) -Codechange: implement classes for objectsrubidium
2010-08-28(svn r20648) -Codechange: implement the NewGRF override manager for objectsrubidium
2010-08-28(svn r20647) -Codechange: update some of the object spec informationrubidium
2010-08-27(svn r20638) -Codechange: split object.hrubidium