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_industries.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-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
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
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
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-11-10
(svn r24689) -Codechange: Add resolver classes for industries.
alberth
2012-09-21
(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxy...
alberth
2012-01-03
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
rubidium
2011-11-08
(svn r23154) -Change: [NewGRF v8] Use heightlevel units in nearby tile info v...
frosch
2011-11-08
(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to us...
frosch
2011-11-08
(svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variab...
frosch
2010-10-19
(svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for indus...
yexo
2010-10-16
(svn r20942) -Feature [NewGRF]: make it possible to distinguish player built/...
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-07
(svn r20396) -Codechange: introduce a helper function to test whether an indu...
yexo
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-02-21
(svn r19185) -Codechange: Return succeeded or failed CommandCost from CheckIf...
alberth
2010-01-21
(svn r18878) -Fix [NewGRF]: crash when a newgrf used var62 in an industry til...
yexo
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
2008-01-29
(svn r12006) -Fix: implement FS#1697 without the nasty side effects as specif...
rubidium
2008-01-07
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
rubidium
2007-09-23
(svn r11152) -Fix: GetIndustryIDAtOffset crashed when translation of the GFX ...
rubidium
2007-09-23
(svn r11151) -Codechange: add (partial) support for randomizing industry trig...
rubidium
2007-07-25
(svn r10690) -Codechange: use the enum that describes all callback IDs in fav...
rubidium
2007-07-15
(svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for ...
belugas
2007-07-11
(svn r10515) -Codechange: allow getting some more data about the environment ...
rubidium
2007-07-11
(svn r10514) -Codechange: add support for getting the nearest industry with a...
rubidium
2007-07-09
(svn r10485) -Codechange: add a callback mechanism to determine whether build...
rubidium
2007-07-05
(svn r10442) -Codechange: implement the industry production callback.
rubidium
2007-06-28
(svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCa...
belugas
2007-06-13
(svn r10127) -Add: Addition of basic structure for industry tiles callbacks (...
belugas
2007-06-12
(svn r10108) -Codechange: implement variable 0x60 (Get industry tile ID at of...
belugas
2007-06-09
(svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (...
belugas