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_industrytiles.h
Age
Commit message (
Expand
)
Author
2020-01-26
Feature: NewGRF callback profiling (#7868)
Niels Martin Hansen
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-10-19
Codechange: Use std::vector for industry tile layouts
Niels Martin Hansen
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2018-03-11
(svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlinea...
frosch
2017-10-25
(svn r27928) -Fix: [NewGRF] While executing random triggers, var 5F should in...
frosch
2013-11-24
(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointe...
frosch
2012-11-10
(svn r24693) -Doc: Add some doxymentation into the newgrf code.
alberth
2012-11-10
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
alberth
2012-11-10
(svn r24690) -Codechange: Add resolver classes for industry tiles.
alberth
2012-01-03
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
rubidium
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2011-01-22
(svn r21887) -Fix-ish: some headers weren't including the headers they depend on
rubidium
2010-10-16
(svn r20942) -Feature [NewGRF]: make it possible to distinguish player built/...
rubidium
2010-08-26
(svn r20623) -Codechange: unify the storing of animation related information
rubidium
2010-08-01
(svn r20279) -Doc: Doxygen additions/improvements.
alberth
2010-05-29
(svn r19901) -Add: [NewGRF] Access to industry founder (var A7) during callba...
frosch
2010-05-01
(svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and ind...
frosch
2010-04-12
(svn r19614) -Codechange: "it's" => "its" where appropriate
smatz
2010-02-27
(svn r19269) -Codechange: PerformIndustryTileSlopeCheck() returns a succeeded...
alberth
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2007-11-11
(svn r11410) -Codechange: implement random triggers for industries.
rubidium
2007-10-02
(svn r11193) -Fix: be more compliant with the specifications of callback #2F ...
rubidium
2007-07-25
(svn r10690) -Codechange: use the enum that describes all callback IDs in fav...
rubidium
2007-07-11
(svn r10508) -Codechange: allow customizable animation schemes for industries.
rubidium
2007-07-09
(svn r10494) -Fix (r10490): possible null dereference in some exotic newgrfs.
rubidium
2007-07-09
(svn r10490) -Codechange: add support for industries on non-flat surfaces.
rubidium
2007-06-19
(svn r10226) -Codechange: Add support for newindustry tiles drawing.
belugas
2007-06-13
(svn r10127) -Add: Addition of basic structure for industry tiles callbacks (...
belugas