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
/
table
/
newgrf_debug_data.h
Age
Commit message (
Expand
)
Author
2014-03-03
(svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject cons...
frosch
2014-02-24
(svn r26374) -Fix [FS#5928]: Mixed up callback mask flags in station inspect ...
frosch
2013-12-13
(svn r26158) -Fix: NewGRF inspect window lacked several newer variables.
frosch
2012-11-11
(svn r24695) -Fix/Cleanup: Remove remaining (incorrect) usages of ResolverObj...
frosch
2012-11-10
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
alberth
2012-11-10
(svn r24691) -Codechange: Add resolver classes for vehicles.
alberth
2012-11-10
(svn r24690) -Codechange: Add resolver classes for industry tiles.
alberth
2012-11-10
(svn r24689) -Codechange: Add resolver classes for industries.
alberth
2012-11-10
(svn r24686) -Codechange: Add resolver classes for airport tiles.
alberth
2012-11-10
(svn r24685) -Codechange: Add resolver classes for rail types.
alberth
2012-11-10
(svn r24684) -Codechange: Add resolver classes for stations.
alberth
2012-11-10
(svn r24683) -Codechange: Add resolver classes for objects.
alberth
2012-11-10
(svn r24682) -Codechange: Add resolver classes for houses.
alberth
2012-04-28
(svn r24186) -Feature: [NewGRF] Callback to set industry production level on ...
frosch
2011-12-15
(svn r23526) -Codechange: unify cargos vs cargoes
rubidium
2011-11-12
(svn r23193) -Codechange: don't cast away const unneededly
rubidium
2011-11-08
(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to us...
frosch
2011-11-01
(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and V...
frosch
2011-11-01
(svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code.
frosch
2011-06-12
(svn r22571) -Add: [NewGRF] Show town persistent storage in the NewGRF debug ...
terkhen
2011-06-12
(svn r22570) -Codechange: Store the GrfID of the caller when opening a parent...
terkhen
2011-06-12
(svn r22569) -Feature: [NewGRF] Persistent storage for towns.
terkhen
2011-06-12
(svn r22567) -Codechange: Store persistent storages inside a pool.
terkhen
2011-06-12
(svn r22565) -Codechange: Use helper functions for getting the persistent sto...
terkhen
2010-12-10
(svn r21454) -Codechange: add support for object variable 48
rubidium
2010-12-08
(svn r21437) -Fix: Object newgrf debug data table was outdated
rubidium
2010-11-18
(svn r21231) -Codechange: Generalize the naming of some settings and variable...
rubidium
2010-08-28
(svn r20673) -Codechange: add support for inspecting objects
rubidium
2010-08-26
(svn r20620) -Codechange: rename airporttile's callback_flags to callback_mas...
rubidium
2010-08-10
(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well
rubidium
2010-08-07
(svn r20401) -Codechange: let HouseSpec use GRFFileProps
rubidium
2010-07-22
(svn r20203) -Fix: some file "headers" were incorrect, including doxygen @fil...
rubidium
2010-07-16
(svn r20167) -Add: Vehicle var 4A to the NewGRF debug window.
michi_cc
2010-04-24
(svn r19712) -Fix (r19708): if the parent was a town, the parent wasn't shown
rubidium
2010-04-24
(svn r19708) -Add: NewGRF "debugging" window and data tables; should be a use...
rubidium