summaryrefslogtreecommitdiff
path: root/src/industry_type.h
AgeCommit message (Collapse)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2018-11-03Add: NewGRF support for 16-in-16-out industriesNiels Martin Hansen
2015-05-09(svn r27279) -Feature: [NewGRF] Increase the maximum amount of industry ↵frosch
types to 128 per NewGRF and 240 in total.
2014-08-13(svn r26729) -Feature: Warn about missing industries after generating a map.alberth
2013-10-12(svn r25837) -Codechange: Use NUM_INDUSTRYTILES_PER_GRF instead of ↵frosch
NUM_INDUSTRYTILES to properly distinguish limits per NewGRF and limits of the pool. -Change: [NewGRF] Lower the limit of industry tile types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen.
2013-10-12(svn r25836) -Codechange: Use NUM_INDUSTRYTYPES_PER_GRF instead of ↵frosch
NUM_INDUSTRYTYPES to properly distinguish limits per NewGRF and limits of the pool.
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2009-08-30(svn r17315) -Codechange: move code related to industry types to separate filesmatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2008-01-07(svn r11776) -Codechange: more header splittings to reduce the dependencies.rubidium