OpenTTD Source 20241224-master-gf74b0cf984
|
Types related to the industry. More...
Go to the source code of this file.
Typedefs | |
typedef uint16_t | IndustryID |
typedef uint16_t | IndustryGfx |
typedef uint8_t | IndustryType |
Functions | |
void | CheckIndustries () |
Verify whether the generated industries are complete, and warn the user if not. | |
Variables | |
static const IndustryID | INVALID_INDUSTRY = 0xFFFF |
static const IndustryType | NUM_INDUSTRYTYPES_PER_GRF = 128 |
maximum number of industry types per NewGRF; limited to 128 because bit 7 has a special meaning in some variables/callbacks (see MapNewGRFIndustryType). | |
static const IndustryType | NEW_INDUSTRYOFFSET = 37 |
original number of industry types | |
static const IndustryType | NUM_INDUSTRYTYPES = 240 |
total number of industry types, new and old; limited to 240 because we need some special ids like INVALID_INDUSTRYTYPE, IT_AI_UNKNOWN, IT_AI_TOWN, ... | |
static const IndustryType | INVALID_INDUSTRYTYPE = NUM_INDUSTRYTYPES |
one above amount is considered invalid | |
static const IndustryGfx | NUM_INDUSTRYTILES_PER_GRF = 255 |
Maximum number of industry tiles per NewGRF; limited to 255 to allow extending Action3 with an extended byte later on. | |
static const IndustryGfx | INDUSTRYTILE_NOANIM = 0xFF |
flag to mark industry tiles as having no animation | |
static const IndustryGfx | NEW_INDUSTRYTILEOFFSET = 175 |
original number of tiles | |
static const IndustryGfx | NUM_INDUSTRYTILES = 512 |
total number of industry tiles, new and old | |
static const IndustryGfx | INVALID_INDUSTRYTILE = NUM_INDUSTRYTILES |
one above amount is considered invalid | |
static const int | INDUSTRY_COMPLETED = 3 |
final stage of industry construction. | |
static const int | INDUSTRY_NUM_INPUTS = 16 |
Number of cargo types an industry can accept. | |
static const int | INDUSTRY_NUM_OUTPUTS = 16 |
Number of cargo types an industry can produce. | |
static const int | INDUSTRY_ORIGINAL_NUM_INPUTS = 3 |
Original number of accepted cargo types. | |
static const int | INDUSTRY_ORIGINAL_NUM_OUTPUTS = 2 |
Original number of produced cargo types. | |
Types related to the industry.
Definition in file industry_type.h.
typedef uint16_t IndustryGfx |
Definition at line 14 of file industry_type.h.
typedef uint16_t IndustryID |
Definition at line 13 of file industry_type.h.
typedef uint8_t IndustryType |
Definition at line 15 of file industry_type.h.
void CheckIndustries | ( | ) |
Verify whether the generated industries are complete, and warn the user if not.
Definition at line 3085 of file industry_cmd.cpp.
References GetIndustrySpec(), Industry::GetIndustryTypeCount(), GetScaledIndustryGenerationProbability(), IndustrySpec::name, NUM_INDUSTRYTYPES, SetDParam(), ShowErrorMessage(), and WL_WARNING.
|
static |
final stage of industry construction.
Definition at line 36 of file industry_type.h.
Referenced by GetIndustryConstructionStage().
|
static |
Number of cargo types an industry can accept.
Definition at line 38 of file industry_type.h.
Referenced by DoCreateNewIndustry(), and INDYChunkHandler::Load().
|
static |
Number of cargo types an industry can produce.
Definition at line 39 of file industry_type.h.
Referenced by DoCreateNewIndustry(), and INDYChunkHandler::Load().
|
static |
Original number of accepted cargo types.
Definition at line 40 of file industry_type.h.
Referenced by GetCargoSuffix(), IgnoreIndustryProperty(), IndustriesChangeInfo(), and INDYChunkHandler::Load().
|
static |
Original number of produced cargo types.
Definition at line 41 of file industry_type.h.
Referenced by GetCargoSuffix(), IndustriesChangeInfo(), and INDYChunkHandler::Load().
|
static |
flag to mark industry tiles as having no animation
Definition at line 31 of file industry_type.h.
Referenced by IndustrytilesChangeInfo().
|
static |
Definition at line 21 of file industry_type.h.
|
static |
one above amount is considered invalid
Definition at line 34 of file industry_type.h.
Referenced by GetIndustryIDAtOffset(), GetIndustryTileSpec(), GetTranslatedIndustryTileID(), and IndustriesChangeInfo().
|
static |
one above amount is considered invalid
Definition at line 27 of file industry_type.h.
Referenced by SmallMapWindow::Blink(), BuildIndustryWindow::DrawWidget(), SmallMapWindow::ForceRefresh(), GetAiPurchaseCallbackResult(), BuildIndustryWindow::OnClick(), SmallMapWindow::OnMouseOver(), BuildIndustryWindow::SetButtons(), and BuildIndustryWindow::SetStringParameters().
|
static |
original number of industry types
Definition at line 25 of file industry_type.h.
Referenced by IndustriesChangeInfo().
|
static |
original number of tiles
Definition at line 32 of file industry_type.h.
Referenced by GetIndustryIDAtOffset(), and IndustrytilesChangeInfo().
|
static |
total number of industry tiles, new and old
Definition at line 33 of file industry_type.h.
|
static |
Maximum number of industry tiles per NewGRF; limited to 255 to allow extending Action3 with an extended byte later on.
Definition at line 29 of file industry_type.h.
Referenced by IndustrytilesChangeInfo().
|
static |
total number of industry types, new and old; limited to 240 because we need some special ids like INVALID_INDUSTRYTYPE, IT_AI_UNKNOWN, IT_AI_TOWN, ...
Definition at line 26 of file industry_type.h.
Referenced by SmallMapWindow::BreakIndustryChainLink(), IndustryCargoesWindow::CalculatePositionInWidget(), CcBuildIndustry(), CheckIndustries(), CmdBuildIndustry(), IndustryCargoesWindow::ComputeCargoDisplay(), IndustryCargoesWindow::ComputeIndustryDisplay(), CargoesRow::ConnectIndustryAccepted(), CargoesRow::ConnectIndustryProduced(), IndustryCargoesWindow::CountMatchingAcceptingIndustries(), IndustryCargoesWindow::CountMatchingProducingIndustries(), CargoesField::Draw(), IndustryCargoesWindow::DrawWidget(), GenerateIndustries(), GenerateStationName(), GetCountAndDistanceOfClosestInstance(), GetIndustrySpec(), Industry::GetIndustryTypeCount(), IndustriesScopeResolver::GetVariable(), IndustryDirectoryWindow::IndustryTypeSorter(), ITBLChunkHandler::Load(), IndustryCargoesWindow::OnClick(), IndustryCargoesWindow::OnInit(), IndustryCargoesWindow::OnInvalidateData(), IndustryCargoesWindow::OnTooltip(), IndustryBuildData::Reset(), ITBLChunkHandler::Save(), IndustryCargoesWindow::SetStringParameters(), IndustryBuildData::SetupTargetCount(), ShowIndustryCargoesWindow(), ShowIndustryCargoesWindow(), SortIndustryTypes(), and IndustryBuildData::TryBuildNewIndustry().
|
static |
maximum number of industry types per NewGRF; limited to 128 because bit 7 has a special meaning in some variables/callbacks (see MapNewGRFIndustryType).
Definition at line 23 of file industry_type.h.
Referenced by IndustriesChangeInfo().