index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
newgrf_commons.h
Age
Commit message (
Expand
)
Author
2011-11-12
(svn r23198) -Codechange: introduce a free that takes const pointers so we do...
rubidium
2011-11-08
(svn r23154) -Change: [NewGRF v8] Use heightlevel units in nearby tile info v...
frosch
2011-11-08
(svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callback...
frosch
2011-11-08
(svn r23140) -Add: ErrorUnknownCallbackResult()
frosch
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-27
(svn r22848) -Add: The missing bits in station variable 43.
frosch
2011-07-11
(svn r22659) -Add: [NewGRF] Support for the land slope check callback for sta...
michi_cc
2011-07-11
(svn r22656) -Codechange: Deduplicate the custom error message of the industr...
michi_cc
2011-06-13
(svn r22575) -Fix (r22574): Compilation error.
terkhen
2011-06-12
(svn r22566) -Codechange: Define and use OverrideManagerBase::GetGRFID function.
terkhen
2011-05-29
(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers.
frosch
2011-05-14
(svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for ...
frosch
2010-10-19
(svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for indus...
yexo
2010-08-28
(svn r20648) -Codechange: implement the NewGRF override manager for objects
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-11
(svn r20448) -Codechange: make some functions that can be const const
rubidium
2010-08-11
(svn r20445) -Codechange (r20435): Some compilers (esp. mine) do not comply t...
frosch
2010-08-10
(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it...
rubidium
2010-08-09
(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with a...
terkhen
2010-08-09
(svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight.
frosch
2010-08-09
(svn r20420) -Codechange: Add TileContext enum instead of using a bool.
frosch
2010-08-07
(svn r20398) -Codechange: move some variables of GRFFileProps into (the new) ...
rubidium
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-07-11
(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAI...
frosch
2010-03-18
(svn r19457) -Codechange: introduce AirportOverrideManager to keep track of a...
yexo
2010-03-16
(svn r19435) -Fix: when loading a savegame created with a house newgrf withou...
yexo
2010-02-22
(svn r19193) -Codechange: increase the maximum number of airport tiles to 256...
yexo
2010-01-17
(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.
frosch
2010-01-16
(svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() ...
frosch
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2010-01-08
(svn r18762) -Codechange: unduplicate sprite layout drawing between industrie...
yexo
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2008-11-22
(svn r14606) -Codechange: Unify usage of PALETTE_MODIFIER_TRANSPARENT and PAL...
frosch
2008-02-08
(svn r12086) -Fix [FS#1747] (r11425): check overrides only for industries whe...
glx
2008-01-31
(svn r12028) -Codechange: Split common part of station var 0x67, house var 0x...
frosch
2007-11-12
(svn r11423) -Codechange: store grfid when adding an override
glx
2007-10-04
(svn r11198) -Fix: When industry override is not possible because it is alrea...
belugas
2007-09-26
(svn r11163) -Codechange: Verify that the IndustryTileOverrideManager skip th...
belugas
2007-07-25
(svn r10688) -Cleanup: coding style cleanups missed in the last few cleanups.
rubidium
2007-06-21
(svn r10256) -Add: Addition of IndustryTileOverrideManager
belugas
2007-06-09
(svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (...
belugas
2007-06-08
(svn r10066) -Codechange: Expose function GetNearbyTile by moving it to newgr...
belugas
2007-06-05
(svn r10040) -Codechange: Make the function GetTerrainType public, as other f...
belugas
2007-05-15
(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Cu...
belugas