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
/
industrytype.h
Age
Commit message (
Expand
)
Author
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-18
Codechange: use std::array for _sorted_industry_types
glx
2018-11-03
Add: NewGRF support for 16-in-16-out industries
Niels Martin Hansen
2018-11-03
Add: Industries can produce and accept up to 16 different cargoes
Niels Martin Hansen
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-09-08
(svn r24513) -Add: [Script] ScriptIndustryType::IsProcessingIndustry.
frosch
2012-01-03
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
rubidium
2012-01-01
(svn r23704) -Doc: Doxygen comment fixes and additions.
alberth
2011-12-19
(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...
rubidium
2011-12-19
(svn r23594) -Codechange: follow coding style with multi line comments
rubidium
2011-12-15
(svn r23526) -Codechange: unify cargos vs cargoes
rubidium
2011-01-18
(svn r21845) -Codechange: move documentation towards the code to make it more...
rubidium
2010-11-20
(svn r21267) -Doc: Typo fixes.
alberth
2010-09-26
(svn r20850) -Codechange: Add IndustrySpec::UsesSmoothEconomy() to deduplicat...
frosch
2010-08-26
(svn r20623) -Codechange: unify the storing of animation related information
rubidium
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-05-13
(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...
rubidium
2010-03-28
(svn r19521) -Codechange: Use a IndustryType array to sort industries by name...
terkhen
2010-03-23
(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...
smatz
2010-03-20
(svn r19481) -Codechange: Turn _industry_counts into a static member of Indus...
frosch
2010-02-22
(svn r19193) -Codechange: increase the maximum number of airport tiles to 256...
yexo
2010-02-15
(svn r19136) -Doc: Added Doxygen comments for industry checking procedures.
alberth
2010-02-08
(svn r19063) -Codechange: type in constant name (andythenorth)
yexo
2010-02-07
(svn r19053) -Codechange: Add an enum for the special flags of industry tiles...
frosch
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-12-20
(svn r18563) -Document: some industry related functions
rubidium
2009-11-24
(svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier a...
frosch
2009-09-14
(svn r17534) -Codechange: unify the naming of callback masks/flags
rubidium
2009-08-30
(svn r17315) -Codechange: move code related to industry types to separate file
smatz