OpenTTD Source  20240919-master-gdf0233f4c2
newgrf.cpp File Reference
#include "stdafx.h"
#include "core/backup_type.hpp"
#include "core/container_func.hpp"
#include "debug.h"
#include "fileio_func.h"
#include "engine_func.h"
#include "engine_base.h"
#include "bridge.h"
#include "town.h"
#include "newgrf_engine.h"
#include "newgrf_text.h"
#include "fontcache.h"
#include "currency.h"
#include "landscape.h"
#include "newgrf_cargo.h"
#include "newgrf_house.h"
#include "newgrf_sound.h"
#include "newgrf_station.h"
#include "industrytype.h"
#include "industry_map.h"
#include "newgrf_act5.h"
#include "newgrf_canal.h"
#include "newgrf_townname.h"
#include "newgrf_industries.h"
#include "newgrf_airporttiles.h"
#include "newgrf_airport.h"
#include "newgrf_object.h"
#include "rev.h"
#include "fios.h"
#include "strings_func.h"
#include "timer/timer_game_tick.h"
#include "timer/timer_game_calendar.h"
#include "string_func.h"
#include "network/core/config.h"
#include "smallmap_gui.h"
#include "genworld.h"
#include "error.h"
#include "error_func.h"
#include "vehicle_func.h"
#include "language.h"
#include "vehicle_base.h"
#include "road.h"
#include "newgrf_roadstop.h"
#include "table/strings.h"
#include "table/build_industry.h"
#include "safeguards.h"

Go to the source code of this file.

Data Structures

struct  GrfProcessingState
 Temporary data during loading of GRFs. More...
 
struct  GrfProcessingState::SpriteSet
 Definition of a single Action1 spriteset. More...
 
class  OTTDByteReaderSignal
 
class  ByteReader
 Class to read from a NewGRF file. More...
 
struct  GRFTempEngineData
 Temporary engine data used when loading only. More...
 
struct  GRFLocation
 
struct  StringIDMapping
 Information for mapping static StringIDs. More...
 
struct  AllowedSubtags
 Data structure to store the allowed id/type combinations for action 14. More...
 

Macros

#define TEXTID_TO_STRINGID(begin, end, stringid, stringend)
 

Typedefs

typedef void(* SpecialSpriteHandler) (ByteReader &buf)
 
typedef std::map< GRFLocation, std::vector< uint8_t > > GRFLineToSpriteOverride
 
typedef ChangeInfoResult(* VCI_Handler) (uint engine, int numinfo, int prop, ByteReader &buf)
 
typedef bool(* DataHandler) (size_t, ByteReader &)
 Type of callback function for binary nodes.
 
typedef bool(* TextHandler) (uint8_t, std::string_view str)
 Type of callback function for text nodes.
 
typedef bool(* BranchHandler) (ByteReader &)
 Type of callback function for branch nodes.
 

Enumerations

enum  ChangeInfoResult {
  CIR_SUCCESS, CIR_DISABLED, CIR_UNHANDLED, CIR_UNKNOWN,
  CIR_INVALID_ID
}
 Possible return values for the FeatureChangeInfo functions. More...
 

Functions

const std::vector< GRFFile * > & GetAllGRFFiles ()
 
template<VehicleType T>
static bool IsValidNewGRFImageIndex (uint8_t image_index)
 Helper to check whether an image index is valid for a particular NewGRF vehicle. More...
 
void GrfMsgI (int severity, const std::string &msg)
 Debug() function dedicated to newGRF debugging messages Function is essentially the same as Debug(grf, severity, ...) with the addition of file:line information when parsing grf files. More...
 
static GRFFileGetFileByGRFID (uint32_t grfid)
 Obtain a NewGRF file by its grfID. More...
 
static GRFFileGetFileByFilename (const std::string &filename)
 Obtain a NewGRF file by its filename. More...
 
static void ClearTemporaryNewGRFData (GRFFile *gf)
 Reset all NewGRFData that was used only while processing data.
 
static GRFErrorDisableGrf (StringID message=STR_NULL, GRFConfig *config=nullptr)
 Disable a GRF. More...
 
static void AddStringForMapping (StringID source, std::function< void(StringID)> &&func)
 Record a static StringID for getting translated later. More...
 
static void AddStringForMapping (StringID source, StringID *target)
 Record a static StringID for getting translated later. More...
 
static StringID TTDPStringIDToOTTDStringIDMapping (StringID str)
 Perform a mapping from TTDPatch's string IDs to OpenTTD's string IDs, but only for the ones we are aware off; the rest like likely unused and will show a warning. More...
 
StringID MapGRFStringID (uint32_t grfid, StringID str)
 Used when setting an object's property to map to the GRF's strings while taking in consideration the "drift" between TTDPatch string system and OpenTTD's one. More...
 
static void SetNewGRFOverride (uint32_t source_grfid, uint32_t target_grfid)
 Set the override for a NewGRF. More...
 
static EngineGetNewEngine (const GRFFile *file, VehicleType type, uint16_t internal_id, bool static_access=false)
 Returns the engine associated to a certain internal_id, resp. More...
 
EngineID GetNewEngineID (const GRFFile *file, VehicleType type, uint16_t internal_id)
 Return the ID of a new engine. More...
 
static void MapSpriteMappingRecolour (PalSpriteID *grf_sprite)
 Map the colour modifiers of TTDPatch to those that Open is using. More...
 
static TileLayoutFlags ReadSpriteLayoutSprite (ByteReader &buf, bool read_flags, bool invert_action1_flag, bool use_cur_spritesets, int feature, PalSpriteID *grf_sprite, uint16_t *max_sprite_offset=nullptr, uint16_t *max_palette_offset=nullptr)
 Read a sprite and a palette from the GRF and convert them into a format suitable to OpenTTD. More...
 
static void ReadSpriteLayoutRegisters (ByteReader &buf, TileLayoutFlags flags, bool is_parent, NewGRFSpriteLayout *dts, uint index)
 Preprocess the TileLayoutFlags and read register modifiers from the GRF. More...
 
static bool ReadSpriteLayout (ByteReader &buf, uint num_building_sprites, bool use_cur_spritesets, uint8_t feature, bool allow_var10, bool no_z_position, NewGRFSpriteLayout *dts)
 Read a spritelayout from the GRF. More...
 
static CargoTypes TranslateRefitMask (uint32_t refit_mask)
 Translate the refit mask. More...
 
static void ConvertTTDBasePrice (uint32_t base_pointer, const char *error_location, Price *index)
 Converts TTD(P) Base Price pointers into the enum used by OTTD See http://wiki.ttdpatch.net/tiki-index.php?page=BaseCosts. More...
 
static ChangeInfoResult CommonVehicleChangeInfo (EngineInfo *ei, int prop, ByteReader &buf)
 Define properties common to all vehicles. More...
 
static ChangeInfoResult RailVehicleChangeInfo (uint engine, int numinfo, int prop, ByteReader &buf)
 Define properties for rail vehicles. More...
 
static ChangeInfoResult RoadVehicleChangeInfo (uint engine, int numinfo, int prop, ByteReader &buf)
 Define properties for road vehicles. More...
 
static ChangeInfoResult ShipVehicleChangeInfo (uint engine, int numinfo, int prop, ByteReader &buf)
 Define properties for ships. More...
 
static ChangeInfoResult AircraftVehicleChangeInfo (uint engine, int numinfo, int prop, ByteReader &buf)
 Define properties for aircraft. More...
 
static ChangeInfoResult StationChangeInfo (uint stid, int numinfo, int prop, ByteReader &buf)
 Define properties for stations. More...
 
static ChangeInfoResult CanalChangeInfo (uint id, int numinfo, int prop, ByteReader &buf)
 Define properties for water features. More...
 
static ChangeInfoResult BridgeChangeInfo (uint brid, int numinfo, int prop, ByteReader &buf)
 Define properties for bridges. More...
 
static ChangeInfoResult IgnoreTownHouseProperty (int prop, ByteReader &buf)
 Ignore a house property. More...
 
static ChangeInfoResult TownHouseChangeInfo (uint hid, int numinfo, int prop, ByteReader &buf)
 Define properties for houses. More...
 
template<typename T >
static ChangeInfoResult LoadTranslationTable (uint gvid, int numinfo, ByteReader &buf, std::vector< T > &translation_table, const char *name)
 Load a cargo- or railtype-translation table. More...
 
static std::string ReadDWordAsString (ByteReader &reader)
 Helper to read a DWord worth of bytes from the reader and to return it as a valid string. More...
 
static ChangeInfoResult GlobalVarChangeInfo (uint gvid, int numinfo, int prop, ByteReader &buf)
 Define properties for global variables. More...
 
static ChangeInfoResult GlobalVarReserveInfo (uint gvid, int numinfo, int prop, ByteReader &buf)
 
static ChangeInfoResult CargoChangeInfo (uint cid, int numinfo, int prop, ByteReader &buf)
 Define properties for cargoes. More...
 
static ChangeInfoResult SoundEffectChangeInfo (uint sid, int numinfo, int prop, ByteReader &buf)
 Define properties for sound effects. More...
 
static ChangeInfoResult IgnoreIndustryTileProperty (int prop, ByteReader &buf)
 Ignore an industry tile property. More...
 
static ChangeInfoResult IndustrytilesChangeInfo (uint indtid, int numinfo, int prop, ByteReader &buf)
 Define properties for industry tiles. More...
 
static ChangeInfoResult IgnoreIndustryProperty (int prop, ByteReader &buf)
 Ignore an industry property. More...
 
static bool ValidateIndustryLayout (const IndustryTileLayout &layout)
 Validate the industry layout; e.g. More...
 
static ChangeInfoResult IndustriesChangeInfo (uint indid, int numinfo, int prop, ByteReader &buf)
 Define properties for industries. More...
 
static ChangeInfoResult AirportChangeInfo (uint airport, int numinfo, int prop, ByteReader &buf)
 Define properties for airports. More...
 
static ChangeInfoResult IgnoreObjectProperty (uint prop, ByteReader &buf)
 Ignore properties for objects. More...
 
static ChangeInfoResult ObjectChangeInfo (uint id, int numinfo, int prop, ByteReader &buf)
 Define properties for objects. More...
 
static ChangeInfoResult RailTypeChangeInfo (uint id, int numinfo, int prop, ByteReader &buf)
 Define properties for railtypes. More...
 
static ChangeInfoResult RailTypeReserveInfo (uint id, int numinfo, int prop, ByteReader &buf)
 
static ChangeInfoResult RoadTypeChangeInfo (uint id, int numinfo, int prop, ByteReader &buf, RoadTramType rtt)
 Define properties for roadtypes. More...
 
static ChangeInfoResult RoadTypeChangeInfo (uint id, int numinfo, int prop, ByteReader &buf)
 
static ChangeInfoResult TramTypeChangeInfo (uint id, int numinfo, int prop, ByteReader &buf)
 
static ChangeInfoResult RoadTypeReserveInfo (uint id, int numinfo, int prop, ByteReader &buf, RoadTramType rtt)
 
static ChangeInfoResult RoadTypeReserveInfo (uint id, int numinfo, int prop, ByteReader &buf)
 
static ChangeInfoResult TramTypeReserveInfo (uint id, int numinfo, int prop, ByteReader &buf)
 
static ChangeInfoResult AirportTilesChangeInfo (uint airtid, int numinfo, int prop, ByteReader &buf)
 
static ChangeInfoResult IgnoreRoadStopProperty (uint prop, ByteReader &buf)
 Ignore properties for roadstops. More...
 
static ChangeInfoResult RoadStopChangeInfo (uint id, int numinfo, int prop, ByteReader &buf)
 
static bool HandleChangeInfoResult (const char *caller, ChangeInfoResult cir, uint8_t feature, uint8_t property)
 
static void FeatureChangeInfo (ByteReader &buf)
 
static void SafeChangeInfo (ByteReader &buf)
 
static void ReserveChangeInfo (ByteReader &buf)
 
static void NewSpriteSet (ByteReader &buf)
 
static void SkipAct1 (ByteReader &buf)
 
static const SpriteGroupGetGroupFromGroupID (uint8_t setid, uint8_t type, uint16_t groupid)
 
static const SpriteGroupCreateGroupFromGroupID (uint8_t feature, uint8_t setid, uint8_t type, uint16_t spriteid)
 Helper function to either create a callback or a result sprite group. More...
 
static void NewSpriteGroup (ByteReader &buf)
 
static CargoID TranslateCargo (uint8_t feature, uint8_t ctype)
 
static bool IsValidGroupID (uint16_t groupid, const char *function)
 
static void VehicleMapSpriteGroup (ByteReader &buf, uint8_t feature, uint8_t idcount)
 
static void CanalMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void StationMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void TownHouseMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void IndustryMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void IndustrytileMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void CargoMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void ObjectMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void RailTypeMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void RoadTypeMapSpriteGroup (ByteReader &buf, uint8_t idcount, RoadTramType rtt)
 
static void AirportMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void AirportTileMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void RoadStopMapSpriteGroup (ByteReader &buf, uint8_t idcount)
 
static void FeatureMapSpriteGroup (ByteReader &buf)
 
static void FeatureNewName (ByteReader &buf)
 
static uint16_t SanitizeSpriteOffset (uint16_t &num, uint16_t offset, int max_sprites, const std::string_view name)
 Sanitize incoming sprite offsets for Action 5 graphics replacements. More...
 
std::span< const Action5TypeGetAction5Types ()
 Get list of all action 5 types. More...
 
static void GraphicsNew (ByteReader &buf)
 
static void SkipAct5 (ByteReader &buf)
 
bool GetGlobalVariable (uint8_t param, uint32_t *value, const GRFFile *grffile)
 Reads a variable common to VarAction2 and Action7/9/D. More...
 
static uint32_t GetParamVal (uint8_t param, uint32_t *cond_val)
 
static void CfgApply (ByteReader &buf)
 
static void DisableStaticNewGRFInfluencingNonStaticNewGRFs (GRFConfig *c)
 Disable a static NewGRF when it is influencing another (non-static) NewGRF as this could cause desyncs. More...
 
static void SkipIf (ByteReader &buf)
 
static void ScanInfo (ByteReader &buf)
 
static void GRFInfo (ByteReader &buf)
 
static bool IsGRMReservedSprite (SpriteID first_sprite, uint16_t num_sprites)
 Check if a sprite ID range is within the GRM reversed range for the currently loading NewGRF. More...
 
static void SpriteReplace (ByteReader &buf)
 
static void SkipActA (ByteReader &buf)
 
static void GRFLoadError (ByteReader &buf)
 
static void GRFComment (ByteReader &buf)
 
static void SafeParamSet (ByteReader &buf)
 
static uint32_t GetPatchVariable (uint8_t param)
 
static uint32_t PerformGRM (uint32_t *grm, uint16_t num_ids, uint16_t count, uint8_t op, uint8_t target, const char *type)
 
static void ParamSet (ByteReader &buf)
 Action 0x0D: Set parameter.
 
static void SafeGRFInhibit (ByteReader &buf)
 
static void GRFInhibit (ByteReader &buf)
 
static void FeatureTownName (ByteReader &buf)
 Action 0x0F - Define Town names.
 
static void DefineGotoLabel (ByteReader &buf)
 Action 0x10 - Define goto label.
 
static void ImportGRFSound (SoundEntry *sound)
 Process a sound import from another GRF file. More...
 
static void LoadGRFSound (size_t offs, SoundEntry *sound)
 Load a sound from a file. More...
 
static void GRFSound (ByteReader &buf)
 
static void SkipAct11 (ByteReader &buf)
 
static void LoadFontGlyph (ByteReader &buf)
 Action 0x12.
 
static void SkipAct12 (ByteReader &buf)
 Action 0x12 (SKIP)
 
static void TranslateGRFStrings (ByteReader &buf)
 Action 0x13.
 
static bool ChangeGRFName (uint8_t langid, std::string_view str)
 Callback function for 'INFO'->'NAME' to add a translation to the newgrf name.
 
static bool ChangeGRFDescription (uint8_t langid, std::string_view str)
 Callback function for 'INFO'->'DESC' to add a translation to the newgrf description.
 
static bool ChangeGRFURL (uint8_t langid, std::string_view str)
 Callback function for 'INFO'->'URL_' to set the newgrf url.
 
static bool ChangeGRFNumUsedParams (size_t len, ByteReader &buf)
 Callback function for 'INFO'->'NPAR' to set the number of valid parameters.
 
static bool ChangeGRFPalette (size_t len, ByteReader &buf)
 Callback function for 'INFO'->'PALS' to set the number of valid parameters.
 
static bool ChangeGRFBlitter (size_t len, ByteReader &buf)
 Callback function for 'INFO'->'BLTR' to set the blitter info.
 
static bool ChangeGRFVersion (size_t len, ByteReader &buf)
 Callback function for 'INFO'->'VRSN' to the version of the NewGRF.
 
static bool ChangeGRFMinVersion (size_t len, ByteReader &buf)
 Callback function for 'INFO'->'MINV' to the minimum compatible version of the NewGRF.
 
static bool ChangeGRFParamName (uint8_t langid, std::string_view str)
 Callback function for 'INFO'->'PARAM'->param_num->'NAME' to set the name of a parameter.
 
static bool ChangeGRFParamDescription (uint8_t langid, std::string_view str)
 Callback function for 'INFO'->'PARAM'->param_num->'DESC' to set the description of a parameter.
 
static bool ChangeGRFParamType (size_t len, ByteReader &buf)
 Callback function for 'INFO'->'PARAM'->param_num->'TYPE' to set the typeof a parameter.
 
static bool ChangeGRFParamLimits (size_t len, ByteReader &buf)
 Callback function for 'INFO'->'PARAM'->param_num->'LIMI' to set the min/max value of a parameter.
 
static bool ChangeGRFParamMask (size_t len, ByteReader &buf)
 Callback function for 'INFO'->'PARAM'->param_num->'MASK' to set the parameter and bits to use.
 
static bool ChangeGRFParamDefault (size_t len, ByteReader &buf)
 Callback function for 'INFO'->'PARAM'->param_num->'DFLT' to set the default value.
 
static bool SkipUnknownInfo (ByteReader &buf, uint8_t type)
 Try to skip the current node and all subnodes (if it's a branch node). More...
 
static bool HandleNodes (ByteReader &buf, AllowedSubtags *tags)
 
static bool ChangeGRFParamValueNames (ByteReader &buf)
 Callback function for 'INFO'->'PARA'->param_num->'VALU' to set the names of some parameter values (type uint/enum) or the names of some bits (type bitmask). More...
 
static bool HandleParameterInfo (ByteReader &buf)
 Callback function for 'INFO'->'PARA' to set extra information about the parameters. More...
 
static bool HandleNode (uint8_t type, uint32_t id, ByteReader &buf, AllowedSubtags subtags[])
 Handle the nodes of an Action14. More...
 
static bool HandleNodes (ByteReader &buf, AllowedSubtags subtags[])
 Handle the contents of a 'C' choice of an Action14. More...
 
static void StaticGRFInfo (ByteReader &buf)
 Handle Action 0x14. More...
 
static void GRFUnsafe (ByteReader &)
 Set the current NewGRF as unsafe for static use. More...
 
static void InitializeGRFSpecial ()
 Initialize the TTDPatch flags.
 
static void ResetCustomStations ()
 Reset and clear all NewGRF stations.
 
static void ResetCustomHouses ()
 Reset and clear all NewGRF houses.
 
static void ResetCustomAirports ()
 Reset and clear all NewGRF airports.
 
static void ResetCustomIndustries ()
 Reset and clear all NewGRF industries.
 
static void ResetCustomObjects ()
 Reset and clear all NewObjects.
 
static void ResetCustomRoadStops ()
 
static void ResetNewGRF ()
 Reset and clear all NewGRFs.
 
static void ResetNewGRFErrors ()
 Clear all NewGRF errors.
 
void ResetNewGRFData ()
 Reset all NewGRF loaded data.
 
void ResetPersistentNewGRFData ()
 Reset NewGRF data which is stored persistently in savegames.
 
static void BuildCargoTranslationMap ()
 Construct the Cargo Mapping. More...
 
static void InitNewGRFFile (const GRFConfig *config)
 Prepare loading a NewGRF file with its config. More...
 
static CargoLabel GetActiveCargoLabel (const std::initializer_list< CargoLabel > &labels)
 Find first cargo label that exists and is active from a list of cargo labels. More...
 
static CargoLabel GetActiveCargoLabel (const std::variant< CargoLabel, MixedCargoType > &label)
 Get active cargo label from either a cargo label or climate-dependent mixed cargo type. More...
 
static void CalculateRefitMasks ()
 Precalculate refit masks from cargo classes for all vehicles. More...
 
static void FinaliseCanals ()
 Set to use the correct action0 properties for each canal feature.
 
static void FinaliseEngineArray ()
 Check for invalid engines.
 
void FinaliseCargoArray ()
 Check for invalid cargoes.
 
static bool IsHouseSpecValid (HouseSpec *hs, const HouseSpec *next1, const HouseSpec *next2, const HouseSpec *next3, const std::string &filename)
 Check if a given housespec is valid and disable it if it's not. More...
 
static void EnsureEarlyHouse (HouseZones bitmask)
 Make sure there is at least one house available in the year 0 for the given climate / housezone combination. More...
 
static void FinaliseHouseArray ()
 Add all new houses to the house array. More...
 
static void FinaliseIndustriesArray ()
 Add all new industries to the industry array. More...
 
static void FinaliseObjectsArray ()
 Add all new objects to the object array. More...
 
static void FinaliseAirportsArray ()
 Add all new airports to the airport array. More...
 
static void DecodeSpecialSprite (uint8_t *buf, uint num, GrfLoadingStage stage)
 
static void LoadNewGRFFileFromFile (GRFConfig *config, GrfLoadingStage stage, SpriteFile &file)
 Load a particular NewGRF from a SpriteFile. More...
 
void LoadNewGRFFile (GRFConfig *config, GrfLoadingStage stage, Subdirectory subdir, bool temporary)
 Load a particular NewGRF. More...
 
static void ActivateOldShore ()
 Relocates the old shore sprites at new positions. More...
 
static void ActivateOldTramDepot ()
 Replocate the old tram depot sprites to the new position, if no new ones were loaded.
 
static void FinalisePriceBaseMultipliers ()
 Decide whether price base multipliers of grfs shall apply globally or only to the grf specifying them. More...
 
void InitGRFTownGeneratorNames ()
 Allocate memory for the NewGRF town names.
 
static void AfterLoadGRFs ()
 Finish loading NewGRFs and execute needed post-processing.
 
void LoadNewGRF (uint load_index, uint num_baseset)
 Load all the NewGRFs. More...
 

Variables

static std::vector< GRFFile * > _grf_files
 List of all loaded GRF files.
 
uint8_t _misc_grf_features = 0
 Miscellaneous GRF features, set by Action 0x0D, parameter 0x9E.
 
static uint32_t _ttdpatch_flags [8]
 32 * 8 = 256 flags. More...
 
GRFLoadedFeatures _loaded_newgrf_features
 Indicates which are the newgrf features currently loaded ingame.
 
static const uint MAX_SPRITEGROUP = UINT8_MAX
 Maximum GRF-local ID for a spritegroup.
 
static GrfProcessingState _cur
 
static const uint NUM_STATIONS_PER_GRF = UINT16_MAX - 1
 The maximum amount of stations a single GRF is allowed to add.
 
static std::vector< GRFTempEngineData_gted
 Temporary engine data used during NewGRF loading.
 
static uint32_t _grm_engines [256]
 Contains the GRF ID of the owner of a vehicle if it has been reserved. More...
 
static uint32_t _grm_cargoes [NUM_CARGO *2]
 Contains the GRF ID of the owner of a cargo if it has been reserved.
 
static std::map< GRFLocation, std::pair< SpriteID, uint16_t > > _grm_sprites
 
static GRFLineToSpriteOverride _grf_line_to_action6_sprite_override
 
static std::vector< StringIDMapping_string_to_grf_mapping
 Strings to be mapped during load.
 
static std::map< uint32_t, uint32_t > _grf_id_overrides
 
static constexpr auto _action5_types
 The information about action 5 types. More...
 
static GRFParameterInfo_cur_parameter
 The parameter which info is currently changed by the newgrf.
 
AllowedSubtags _tags_parameters []
 Action14 parameter tags. More...
 
AllowedSubtags _tags_info []
 Action14 tags for the INFO node. More...
 
AllowedSubtags _tags_root []
 Action14 root tags. More...
 

Detailed Description

Base of all NewGRF support.

Definition in file newgrf.cpp.

Macro Definition Documentation

◆ TEXTID_TO_STRINGID

#define TEXTID_TO_STRINGID (   begin,
  end,
  stringid,
  stringend 
)
Value:
static_assert(stringend - stringid == end - begin); \
if (str >= begin && str <= end) return str + (stringid - begin)

Enumeration Type Documentation

◆ ChangeInfoResult

Possible return values for the FeatureChangeInfo functions.

Enumerator
CIR_SUCCESS 

Variable was parsed and read.

CIR_DISABLED 

GRF was disabled due to error.

CIR_UNHANDLED 

Variable was parsed but unread.

CIR_UNKNOWN 

Variable is unknown.

CIR_INVALID_ID 

Attempt to modify an invalid ID.

Definition at line 992 of file newgrf.cpp.

Function Documentation

◆ ActivateOldShore()

static void ActivateOldShore ( )
static

Relocates the old shore sprites at new positions.

  1. If shore sprites are neither loaded by Action5 nor ActionA, the extra sprites from openttd(w/d).grf are used. (SHORE_REPLACE_ONLY_NEW)
  2. If a newgrf replaces some shore sprites by ActionA. The (maybe also replaced) grass tiles are used for corner shores. (SHORE_REPLACE_ACTION_A)
  3. If a newgrf replaces shore sprites by Action5 any shore replacement by ActionA has no effect. (SHORE_REPLACE_ACTION_5)

Definition at line 9761 of file newgrf.cpp.

References _loaded_newgrf_features, GRFLoadedFeatures::shore, SHORE_REPLACE_ACTION_5, SHORE_REPLACE_ACTION_A, and SHORE_REPLACE_NONE.

◆ AddStringForMapping() [1/2]

static void AddStringForMapping ( StringID  source,
std::function< void(StringID)> &&  func 
)
static

Record a static StringID for getting translated later.

Parameters
sourceSource StringID (GRF local).
funcFunction to call to set the mapping result.

Definition at line 472 of file newgrf.cpp.

References _string_to_grf_mapping.

Referenced by AddStringForMapping().

◆ AddStringForMapping() [2/2]

static void AddStringForMapping ( StringID  source,
StringID target 
)
static

Record a static StringID for getting translated later.

Parameters
sourceSource StringID (GRF local).
targetDestination for the mapping result.

Definition at line 483 of file newgrf.cpp.

References AddStringForMapping().

◆ AircraftVehicleChangeInfo()

static ChangeInfoResult AircraftVehicleChangeInfo ( uint  engine,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for aircraft.

Parameters
engineLocal ID of the aircraft.
numinfoNumber of subsequent IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 1759 of file newgrf.cpp.

References CIR_SUCCESS, and GetNewEngine().

◆ AirportChangeInfo()

static ChangeInfoResult AirportChangeInfo ( uint  airport,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for airports.

Parameters
airportLocal ID of the airport.
numinfoNumber of subsequent airport IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 3915 of file newgrf.cpp.

References CIR_SUCCESS, and NUM_AIRPORTS_PER_GRF.

◆ BridgeChangeInfo()

static ChangeInfoResult BridgeChangeInfo ( uint  brid,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for bridges.

Parameters
bridBridgeID of the bridge.
numinfoNumber of subsequent bridgeIDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 2242 of file newgrf.cpp.

References CIR_SUCCESS, and MAX_BRIDGES.

◆ BuildCargoTranslationMap()

static void BuildCargoTranslationMap ( )
static

Construct the Cargo Mapping.

Note
This is the reverse of a cargo translation table

Definition at line 8894 of file newgrf.cpp.

◆ CalculateRefitMasks()

static void CalculateRefitMasks ( )
static

◆ CanalChangeInfo()

static ChangeInfoResult CanalChangeInfo ( uint  id,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for water features.

Parameters
idType of the first water feature.
numinfoNumber of subsequent water feature ids to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 2204 of file newgrf.cpp.

References CIR_SUCCESS.

◆ CargoChangeInfo()

static ChangeInfoResult CargoChangeInfo ( uint  cid,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for cargoes.

Parameters
cidLocal ID of the cargo.
numinfoNumber of subsequent IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 3031 of file newgrf.cpp.

References CIR_SUCCESS, and NUM_CARGO.

◆ ChangeGRFParamValueNames()

static bool ChangeGRFParamValueNames ( ByteReader buf)
static

Callback function for 'INFO'->'PARA'->param_num->'VALU' to set the names of some parameter values (type uint/enum) or the names of some bits (type bitmask).

In both cases the format is the same: Each subnode should be a text node with the value/bit number as id.

Definition at line 8409 of file newgrf.cpp.

References _cur_parameter, and GRFParameterInfo::max_value.

◆ CommonVehicleChangeInfo()

static ChangeInfoResult CommonVehicleChangeInfo ( EngineInfo ei,
int  prop,
ByteReader buf 
)
static

Define properties common to all vehicles.

Parameters
eiEngine info.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 1009 of file newgrf.cpp.

References EngineInfo::base_intro, EngineInfo::base_life, CIR_SUCCESS, CIR_UNKNOWN, EngineInfo::climates, TimerGameConst< struct Calendar >::DAYS_TILL_ORIGINAL_BASE_YEAR, EngineInfo::lifelength, and PROP_VEHICLE_LOAD_AMOUNT.

◆ ConvertTTDBasePrice()

static void ConvertTTDBasePrice ( uint32_t  base_pointer,
const char *  error_location,
Price index 
)
static

Converts TTD(P) Base Price pointers into the enum used by OTTD See http://wiki.ttdpatch.net/tiki-index.php?page=BaseCosts.

Parameters
base_pointerTTD(P) Base Price Pointer
error_locationFunction name for grf error messages
[out]indexIf base_pointer is valid, index is assigned to the matching price; else it is left unchanged

< Position of first base price

< Size of each base price record

Definition at line 972 of file newgrf.cpp.

◆ CreateGroupFromGroupID()

static const SpriteGroup* CreateGroupFromGroupID ( uint8_t  feature,
uint8_t  setid,
uint8_t  type,
uint16_t  spriteid 
)
static

Helper function to either create a callback or a result sprite group.

Parameters
featureGrfSpecFeature to define spritegroup for.
setidSetID of the currently being parsed Action2. (only for debug output)
typeType of the currently being parsed Action2. (only for debug output)
spriteidRaw value from the GRF for the new spritegroup; describes either the return value or the referenced spritegroup.
Returns
Created spritegroup.

Definition at line 5158 of file newgrf.cpp.

◆ DisableGrf()

static GRFError* DisableGrf ( StringID  message = STR_NULL,
GRFConfig config = nullptr 
)
static

Disable a GRF.

Parameters
messageError message or STR_NULL.
configGRFConfig to disable, nullptr for current.
Returns
Error message of the GRF for further customisation.

Definition at line 432 of file newgrf.cpp.

References GetFileByGRFID().

Referenced by DisableStaticNewGRFInfluencingNonStaticNewGRFs().

◆ DisableStaticNewGRFInfluencingNonStaticNewGRFs()

static void DisableStaticNewGRFInfluencingNonStaticNewGRFs ( GRFConfig c)
static

Disable a static NewGRF when it is influencing another (non-static) NewGRF as this could cause desyncs.

We could just tell the NewGRF querying that the file doesn't exist, but that might give unwanted results. Disabling the NewGRF gives the best result as no NewGRF author can complain about that.

Parameters
cThe NewGRF to disable.

Definition at line 6817 of file newgrf.cpp.

References GRFError::data, and DisableGrf().

◆ EnsureEarlyHouse()

static void EnsureEarlyHouse ( HouseZones  bitmask)
static

Make sure there is at least one house available in the year 0 for the given climate / housezone combination.

Parameters
bitmaskThe climate and housezone to check for. Exactly one climate bit and one housezone bit should be set.

Definition at line 9335 of file newgrf.cpp.

References HouseSpec::building_availability, HouseSpec::enabled, TimerGameConst< struct Calendar >::MAX_YEAR, HouseSpec::min_year, and HouseSpec::Specs().

◆ FinaliseAirportsArray()

static void FinaliseAirportsArray ( )
static

Add all new airports to the airport array.

Airport properties can be set at any time in the GRF file, so we can only add a airport spec to the airport array after the file has finished loading.

Definition at line 9530 of file newgrf.cpp.

References _grf_files, and AirportSpec::enabled.

◆ FinaliseHouseArray()

static void FinaliseHouseArray ( )
static

Add all new houses to the house array.

House properties can be set at any time in the GRF file, so we can only add a house spec to the house array after the file has finished loading. We also need to check the dates, due to the TTDPatch behaviour described below that we need to emulate.

Definition at line 9360 of file newgrf.cpp.

References _grf_files, RandomAccessFile::filename, and IsHouseSpecValid().

◆ FinaliseIndustriesArray()

static void FinaliseIndustriesArray ( )
static

Add all new industries to the industry array.

Industry properties can be set at any time in the GRF file, so we can only add a industry spec to the industry array after the file has finished loading.

Definition at line 9438 of file newgrf.cpp.

References _grf_files, IndustrySpec::closure_text, IndustrySpec::enabled, GetGRFStringID(), IndustrySpec::grf_prop, GRFFilePropsBase< Tcnt >::grffile, IndustrySpec::name, IndustrySpec::new_industry_text, IndustrySpec::production_down_text, IndustrySpec::production_up_text, and IndustrySpec::station_name.

◆ FinaliseObjectsArray()

static void FinaliseObjectsArray ( )
static

Add all new objects to the object array.

Object properties can be set at any time in the GRF file, so we can only add an object spec to the object array after the file has finished loading.

Definition at line 9512 of file newgrf.cpp.

References _grf_files, _object_mngr, ObjectSpec::BindToClasses(), and ObjectOverrideManager::SetEntitySpec().

◆ FinalisePriceBaseMultipliers()

static void FinalisePriceBaseMultipliers ( )
static

Decide whether price base multipliers of grfs shall apply globally or only to the grf specifying them.

Features, to which '_grf_id_overrides' applies. Currently vehicle features only.

Definition at line 9813 of file newgrf.cpp.

◆ GetAction5Types()

std::span<const Action5Type> GetAction5Types ( )

Get list of all action 5 types.

Returns
Read-only span of action 5 type information.

Definition at line 6422 of file newgrf.cpp.

References _action5_types.

◆ GetActiveCargoLabel() [1/2]

static CargoLabel GetActiveCargoLabel ( const std::initializer_list< CargoLabel > &  labels)
static

Find first cargo label that exists and is active from a list of cargo labels.

Parameters
labelsList of cargo labels.
Returns
First cargo label in list that exists, or CT_INVALID if none exist.

Definition at line 8973 of file newgrf.cpp.

Referenced by GetActiveCargoLabel().

◆ GetActiveCargoLabel() [2/2]

static CargoLabel GetActiveCargoLabel ( const std::variant< CargoLabel, MixedCargoType > &  label)
static

Get active cargo label from either a cargo label or climate-dependent mixed cargo type.

Parameters
labelCargo label or climate-dependent mixed cargo type.
Returns
Active cargo label, or CT_INVALID if cargo label is not active.

Definition at line 8987 of file newgrf.cpp.

References GetActiveCargoLabel(), and MCT_LIVESTOCK_FRUIT.

◆ GetFileByFilename()

static GRFFile* GetFileByFilename ( const std::string &  filename)
static

Obtain a NewGRF file by its filename.

Parameters
filenameThe filename to obtain the file for.
Returns
The file.

Definition at line 412 of file newgrf.cpp.

References _grf_files.

Referenced by InitNewGRFFile().

◆ GetFileByGRFID()

static GRFFile* GetFileByGRFID ( uint32_t  grfid)
static

Obtain a NewGRF file by its grfID.

Parameters
grfidThe grfID to obtain the file for
Returns
The file.

Definition at line 399 of file newgrf.cpp.

References _grf_files.

Referenced by DisableGrf(), and LanguageMap::GetLanguageMap().

◆ GetGlobalVariable()

bool GetGlobalVariable ( uint8_t  param,
uint32_t *  value,
const GRFFile grffile 
)

Reads a variable common to VarAction2 and Action7/9/D.

Returns VarAction2 variable 'param' resp. Action7/9/D variable '0x80 + param'. If a variable is not accessible from all four actions, it is handled in the action specific functions.

Parameters
paramvariable number (as for VarAction2, for Action7/9/D you have to subtract 0x80 first).
valuereturns the value of the variable.
grffileNewGRF querying the variable
Returns
true iff the variable is known and the value is returned in 'value'.

Definition at line 6539 of file newgrf.cpp.

References _settings_game, Clamp(), TimerGameCalendar::ConvertDateToYMD(), TimerGameCalendar::ConvertYMDToDate(), TimerGameTick::counter, TimerGameCalendar::date, TimerGameCalendar::date_fract, TimerGameConst< struct Calendar >::DAYS_TILL_ORIGINAL_BASE_YEAR, GameSettings::game_creation, GB(), TimerGame< struct Calendar >::IsLeapYear(), GameCreationSettings::landscape, TimerGameConst< struct Calendar >::ORIGINAL_BASE_YEAR, TimerGameConst< struct Calendar >::ORIGINAL_MAX_YEAR, VehicleSettings::road_side, GameSettings::vehicle, and TimerGameCalendar::year.

◆ GetNewEngine()

static Engine* GetNewEngine ( const GRFFile file,
VehicleType  type,
uint16_t  internal_id,
bool  static_access = false 
)
static

Returns the engine associated to a certain internal_id, resp.

allocates it.

Parameters
fileNewGRF that wants to change the engine.
typeVehicle type.
internal_idEngine ID inside the NewGRF.
static_accessIf the engine is not present, return nullptr instead of allocating a new engine. (Used for static Action 0x04).
Returns
The requested engine.

Definition at line 612 of file newgrf.cpp.

Referenced by AircraftVehicleChangeInfo(), RailVehicleChangeInfo(), RoadVehicleChangeInfo(), and ShipVehicleChangeInfo().

◆ GetNewEngineID()

EngineID GetNewEngineID ( const GRFFile file,
VehicleType  type,
uint16_t  internal_id 
)

Return the ID of a new engine.

Parameters
fileThe NewGRF file providing the engine.
typeThe Vehicle type.
internal_idNewGRF-internal ID of the engine.
Returns
The new EngineID.
Note
depending on the dynamic_engine setting and a possible override property the grfID may be unique or overwriting or partially re-defining properties of an existing engine.

Definition at line 703 of file newgrf.cpp.

◆ GlobalVarChangeInfo()

static ChangeInfoResult GlobalVarChangeInfo ( uint  gvid,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for global variables.

Parameters
gvidID of the global variable.
numinfoNumber of subsequent IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 2736 of file newgrf.cpp.

References LoadTranslationTable().

◆ GrfMsgI()

void GrfMsgI ( int  severity,
const std::string &  msg 
)

Debug() function dedicated to newGRF debugging messages Function is essentially the same as Debug(grf, severity, ...) with the addition of file:line information when parsing grf files.

NOTE: for the above reason(s) GrfMsg() should ONLY be used for loading/parsing grf files, not for runtime debug messages as there is no file information available during that time.

Parameters
severitydebugging severity level, see debug.h
msgthe message

Definition at line 389 of file newgrf.cpp.

References Debug.

◆ GRFUnsafe()

static void GRFUnsafe ( ByteReader )
static

Set the current NewGRF as unsafe for static use.

Note
Used during safety scan on unsafe actions.

Definition at line 8612 of file newgrf.cpp.

References SetBit().

◆ HandleNode()

static bool HandleNode ( uint8_t  type,
uint32_t  id,
ByteReader buf,
AllowedSubtags  subtags[] 
)
static

Handle the nodes of an Action14.

Parameters
typeType of node.
idID.
bufBuffer.
subtagsAllowed subtags.
Returns
Whether all tags could be handled.

Definition at line 8549 of file newgrf.cpp.

References BSWAP32(), AllowedSubtags::id, and AllowedSubtags::type.

Referenced by HandleNodes().

◆ HandleNodes()

static bool HandleNodes ( ByteReader buf,
AllowedSubtags  subtags[] 
)
static

Handle the contents of a 'C' choice of an Action14.

Parameters
bufBuffer.
subtagsList of subtags.
Returns
Whether the nodes could all be handled.

Definition at line 8587 of file newgrf.cpp.

References HandleNode().

Referenced by StaticGRFInfo().

◆ HandleParameterInfo()

static bool HandleParameterInfo ( ByteReader buf)
static

Callback function for 'INFO'->'PARA' to set extra information about the parameters.

Each subnode of 'INFO'->'PARA' should be a branch node with the parameter number as id. The first parameter has id 0. The maximum parameter that can be changed is set by 'INFO'->'NPAR' which defaults to 80.

Definition at line 8456 of file newgrf.cpp.

◆ IgnoreIndustryProperty()

static ChangeInfoResult IgnoreIndustryProperty ( int  prop,
ByteReader buf 
)
static

Ignore an industry property.

Parameters
propThe property to ignore.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 3418 of file newgrf.cpp.

References CIR_SUCCESS.

◆ IgnoreIndustryTileProperty()

static ChangeInfoResult IgnoreIndustryTileProperty ( int  prop,
ByteReader buf 
)
static

Ignore an industry tile property.

Parameters
propThe property to ignore.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 3244 of file newgrf.cpp.

References CIR_SUCCESS, and CIR_UNKNOWN.

◆ IgnoreObjectProperty()

static ChangeInfoResult IgnoreObjectProperty ( uint  prop,
ByteReader buf 
)
static

Ignore properties for objects.

Parameters
propThe property to ignore.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 4067 of file newgrf.cpp.

References CIR_SUCCESS, and CIR_UNKNOWN.

◆ IgnoreRoadStopProperty()

static ChangeInfoResult IgnoreRoadStopProperty ( uint  prop,
ByteReader buf 
)
static

Ignore properties for roadstops.

Parameters
propThe property to ignore.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 4770 of file newgrf.cpp.

References CIR_SUCCESS, and CIR_UNKNOWN.

◆ IgnoreTownHouseProperty()

static ChangeInfoResult IgnoreTownHouseProperty ( int  prop,
ByteReader buf 
)
static

Ignore a house property.

Parameters
propProperty to read.
bufProperty value.
Returns
ChangeInfoResult.

Definition at line 2353 of file newgrf.cpp.

References CIR_SUCCESS, and CIR_UNKNOWN.

◆ ImportGRFSound()

static void ImportGRFSound ( SoundEntry sound)
static

Process a sound import from another GRF file.

Parameters
soundDestination for sound.

Definition at line 7854 of file newgrf.cpp.

◆ IndustriesChangeInfo()

static ChangeInfoResult IndustriesChangeInfo ( uint  indid,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for industries.

Parameters
indidLocal ID of the industry.
numinfoNumber of subsequent industry IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 3541 of file newgrf.cpp.

References CIR_SUCCESS, and NUM_INDUSTRYTYPES_PER_GRF.

◆ IndustrytilesChangeInfo()

static ChangeInfoResult IndustrytilesChangeInfo ( uint  indtid,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for industry tiles.

Parameters
indtidLocal ID of the industry tile.
numinfoNumber of subsequent industry tile IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 3284 of file newgrf.cpp.

References CIR_SUCCESS, and NUM_INDUSTRYTILES_PER_GRF.

◆ InitNewGRFFile()

static void InitNewGRFFile ( const GRFConfig config)
static

Prepare loading a NewGRF file with its config.

Parameters
configThe NewGRF configuration struct with name, id, parameters and alike.

Definition at line 8916 of file newgrf.cpp.

References GRFConfig::filename, and GetFileByFilename().

◆ IsGRMReservedSprite()

static bool IsGRMReservedSprite ( SpriteID  first_sprite,
uint16_t  num_sprites 
)
static

Check if a sprite ID range is within the GRM reversed range for the currently loading NewGRF.

Parameters
first_spriteFirst sprite of range.
num_spritesNumber of sprites in the range.
Returns
True iff the NewGRF has reserved a range equal to or greater than the provided range.

Definition at line 7070 of file newgrf.cpp.

◆ IsHouseSpecValid()

static bool IsHouseSpecValid ( HouseSpec hs,
const HouseSpec next1,
const HouseSpec next2,
const HouseSpec next3,
const std::string &  filename 
)
static

Check if a given housespec is valid and disable it if it's not.

The housespecs that follow it are used to check the validity of multitile houses.

Parameters
hsThe housespec to check.
next1The housespec that follows hs.
next2The housespec that follows next1.
next3The housespec that follows next2.
filenameThe filename of the newgrf this house was defined in.
Returns
Whether the given housespec is valid.

Definition at line 9289 of file newgrf.cpp.

References HouseSpec::building_flags.

Referenced by FinaliseHouseArray().

◆ IsValidNewGRFImageIndex()

template<VehicleType T>
static bool IsValidNewGRFImageIndex ( uint8_t  image_index)
inlinestatic

Helper to check whether an image index is valid for a particular NewGRF vehicle.

Template Parameters
TThe type of vehicle.
Parameters
image_indexThe image index to check.
Returns
True iff the image index is valid, or 0xFD (use new graphics).

Definition at line 208 of file newgrf.cpp.

◆ LoadGRFSound()

static void LoadGRFSound ( size_t  offs,
SoundEntry sound 
)
static

Load a sound from a file.

Parameters
offsFile offset to read sound from.
soundDestination for sound.

Definition at line 7885 of file newgrf.cpp.

◆ LoadNewGRF()

void LoadNewGRF ( uint  load_index,
uint  num_baseset 
)

◆ LoadNewGRFFile()

void LoadNewGRFFile ( GRFConfig config,
GrfLoadingStage  stage,
Subdirectory  subdir,
bool  temporary 
)

Load a particular NewGRF.

Parameters
configThe configuration of the to be loaded NewGRF.
stageThe loading stage of the NewGRF.
subdirThe sub directory to find the NewGRF in.
temporaryThe NewGRF/sprite file is to be loaded temporarily and should be closed immediately, contrary to loading the SpriteFile and having it cached by the SpriteCache.

Definition at line 9725 of file newgrf.cpp.

References GRFConfig::filename.

Referenced by FillGRFDetails().

◆ LoadNewGRFFileFromFile()

static void LoadNewGRFFileFromFile ( GRFConfig config,
GrfLoadingStage  stage,
SpriteFile file 
)
static

Load a particular NewGRF from a SpriteFile.

Parameters
configThe configuration of the to be loaded NewGRF.
stageThe loading stage of the NewGRF.
fileThe file to load the GRF data from.

Definition at line 9636 of file newgrf.cpp.

◆ LoadTranslationTable()

template<typename T >
static ChangeInfoResult LoadTranslationTable ( uint  gvid,
int  numinfo,
ByteReader buf,
std::vector< T > &  translation_table,
const char *  name 
)
static

Load a cargo- or railtype-translation table.

Parameters
gvidID of the global variable. This is basically only checked for zerones.
numinfoNumber of subsequent IDs to change the property for.
bufThe property value.
[in,out]translation_tableStorage location for the translation table.
nameName of the table for debug output.
Returns
ChangeInfoResult.

Definition at line 2699 of file newgrf.cpp.

Referenced by GlobalVarChangeInfo().

◆ MapGRFStringID()

StringID MapGRFStringID ( uint32_t  grfid,
StringID  str 
)

Used when setting an object's property to map to the GRF's strings while taking in consideration the "drift" between TTDPatch string system and OpenTTD's one.

Parameters
grfidId of the grf file.
strStringID that we want to have the equivalent in OoenTTD.
Returns
The properly adjusted StringID.

Definition at line 559 of file newgrf.cpp.

References GetGRFStringID(), IsInsideMM(), and TTDPStringIDToOTTDStringIDMapping().

Referenced by AfterLoadGRFs().

◆ MapSpriteMappingRecolour()

static void MapSpriteMappingRecolour ( PalSpriteID grf_sprite)
static

Map the colour modifiers of TTDPatch to those that Open is using.

Parameters
grf_spritePointer to the structure been modified.

Definition at line 720 of file newgrf.cpp.

References ClrBit(), HasBit(), PalSpriteID::pal, PALETTE_MODIFIER_COLOUR, PALETTE_MODIFIER_TRANSPARENT, SetBit(), PalSpriteID::sprite, and SPRITE_MODIFIER_OPAQUE.

◆ ObjectChangeInfo()

static ChangeInfoResult ObjectChangeInfo ( uint  id,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for objects.

Parameters
idLocal ID of the object.
numinfoNumber of subsequent objectIDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 4114 of file newgrf.cpp.

References CIR_SUCCESS, and NUM_OBJECTS_PER_GRF.

◆ RailTypeChangeInfo()

static ChangeInfoResult RailTypeChangeInfo ( uint  id,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for railtypes.

Parameters
idID of the railtype.
numinfoNumber of subsequent IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 4244 of file newgrf.cpp.

References CIR_SUCCESS.

◆ RailVehicleChangeInfo()

static ChangeInfoResult RailVehicleChangeInfo ( uint  engine,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for rail vehicles.

Parameters
engine:ocal ID of the first vehicle.
numinfoNumber of subsequent IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 1052 of file newgrf.cpp.

References CIR_SUCCESS, and GetNewEngine().

◆ ReadDWordAsString()

static std::string ReadDWordAsString ( ByteReader reader)
static

Helper to read a DWord worth of bytes from the reader and to return it as a valid string.

Parameters
readerThe source of the DWord.
Returns
The read DWord as string.

Definition at line 2721 of file newgrf.cpp.

References StrMakeValid().

◆ ReadSpriteLayout()

static bool ReadSpriteLayout ( ByteReader buf,
uint  num_building_sprites,
bool  use_cur_spritesets,
uint8_t  feature,
bool  allow_var10,
bool  no_z_position,
NewGRFSpriteLayout dts 
)
static

Read a spritelayout from the GRF.

Parameters
bufInput
num_building_spritesNumber of building sprites to read
use_cur_spritesetsWhether to use currently referenceable action 1 sets.
featureGrfSpecFeature to use spritesets from.
allow_var10Whether the spritelayout may specify var10 values for resolving multiple action-1-2-3 chains
no_z_positionWhether bounding boxes have no Z offset
dtsLayout container to output into
Returns
True on error (GRF was disabled).

Definition at line 862 of file newgrf.cpp.

References NewGRFSpriteLayout::Allocate(), ClrBit(), DrawTileSprites::ground, HasBit(), ReadSpriteLayoutSprite(), TLF_KNOWN_FLAGS, and TLF_VAR10_FLAGS.

◆ ReadSpriteLayoutRegisters()

static void ReadSpriteLayoutRegisters ( ByteReader buf,
TileLayoutFlags  flags,
bool  is_parent,
NewGRFSpriteLayout dts,
uint  index 
)
static

Preprocess the TileLayoutFlags and read register modifiers from the GRF.

Parameters
bufInput stream.
flagsTileLayoutFlags to process.
is_parentWhether the sprite is a parentsprite with a bounding box.
dtsSprite layout to insert data into.
indexSprite index to process; 0 for ground sprite.

Definition at line 809 of file newgrf.cpp.

References NewGRFSpriteLayout::AllocateRegisters(), TileLayoutRegisters::child, TileLayoutRegisters::dodraw, TileLayoutRegisters::flags, TileLayoutRegisters::palette, TileLayoutRegisters::parent, TileLayoutRegisters::sprite, TileLayoutRegisters::sprite_var10, TLF_BB_XY_OFFSET, TLF_BB_Z_OFFSET, TLF_CHILD_X_OFFSET, TLF_CHILD_Y_OFFSET, TLF_DODRAW, TLF_DRAWING_FLAGS, TLF_PALETTE, TLF_SPRITE, TLF_SPRITE_VAR10, and TLR_MAX_VAR10.

◆ ReadSpriteLayoutSprite()

static TileLayoutFlags ReadSpriteLayoutSprite ( ByteReader buf,
bool  read_flags,
bool  invert_action1_flag,
bool  use_cur_spritesets,
int  feature,
PalSpriteID grf_sprite,
uint16_t *  max_sprite_offset = nullptr,
uint16_t *  max_palette_offset = nullptr 
)
static

Read a sprite and a palette from the GRF and convert them into a format suitable to OpenTTD.

Parameters
bufInput stream.
read_flagsWhether to read TileLayoutFlags.
invert_action1_flagSet to true, if palette bit 15 means 'not from action 1'.
use_cur_spritesetsWhether to use currently referenceable action 1 sets.
featureGrfSpecFeature to use spritesets from.
[out]grf_spriteRead sprite and palette.
[out]max_sprite_offsetOptionally returns the number of sprites in the spriteset of the sprite. (0 if no spritset)
[out]max_palette_offsetOptionally returns the number of sprites in the spriteset of the palette. (0 if no spritset)
Returns
Read TileLayoutFlags.

Definition at line 751 of file newgrf.cpp.

Referenced by ReadSpriteLayout().

◆ RoadTypeChangeInfo()

static ChangeInfoResult RoadTypeChangeInfo ( uint  id,
int  numinfo,
int  prop,
ByteReader buf,
RoadTramType  rtt 
)
static

Define properties for roadtypes.

Parameters
idID of the roadtype.
numinfoNumber of subsequent IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 4462 of file newgrf.cpp.

References CIR_SUCCESS.

◆ RoadVehicleChangeInfo()

static ChangeInfoResult RoadVehicleChangeInfo ( uint  engine,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for road vehicles.

Parameters
engineLocal ID of the first vehicle.
numinfoNumber of subsequent IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 1361 of file newgrf.cpp.

References CIR_SUCCESS, and GetNewEngine().

◆ SanitizeSpriteOffset()

static uint16_t SanitizeSpriteOffset ( uint16_t &  num,
uint16_t  offset,
int  max_sprites,
const std::string_view  name 
)
static

Sanitize incoming sprite offsets for Action 5 graphics replacements.

Parameters
numThe number of sprites to load.
offsetOffset from the base.
max_spritesThe maximum number of sprites that can be loaded in this action 5.
nameUsed for error warnings.
Returns
The number of sprites that is going to be skipped.

Definition at line 6366 of file newgrf.cpp.

◆ SetNewGRFOverride()

static void SetNewGRFOverride ( uint32_t  source_grfid,
uint32_t  target_grfid 
)
static

Set the override for a NewGRF.

Parameters
source_grfidThe grfID which wants to override another NewGRF.
target_grfidThe grfID which is being overridden.

Definition at line 593 of file newgrf.cpp.

◆ ShipVehicleChangeInfo()

static ChangeInfoResult ShipVehicleChangeInfo ( uint  engine,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for ships.

Parameters
engineLocal ID of the first vehicle.
numinfoNumber of subsequent IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 1567 of file newgrf.cpp.

References CIR_SUCCESS, and GetNewEngine().

◆ SkipUnknownInfo()

static bool SkipUnknownInfo ( ByteReader buf,
uint8_t  type 
)
static

Try to skip the current node and all subnodes (if it's a branch node).

Parameters
bufBuffer.
typeThe node type to skip.
Returns
True if we could skip the node, false if an error occurred.

Definition at line 8509 of file newgrf.cpp.

◆ SoundEffectChangeInfo()

static ChangeInfoResult SoundEffectChangeInfo ( uint  sid,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for sound effects.

Parameters
sidLocal ID of the sound.
numinfoNumber of subsequent IDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 3189 of file newgrf.cpp.

References CIR_SUCCESS.

◆ StaticGRFInfo()

static void StaticGRFInfo ( ByteReader buf)
static

Handle Action 0x14.

Parameters
bufBuffer.

Definition at line 8602 of file newgrf.cpp.

References _tags_root, and HandleNodes().

◆ StationChangeInfo()

static ChangeInfoResult StationChangeInfo ( uint  stid,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for stations.

Parameters
stidStationID of the first station tile.
numinfoNumber of subsequent station tiles to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 1924 of file newgrf.cpp.

References CIR_SUCCESS, and NUM_STATIONS_PER_GRF.

◆ TownHouseChangeInfo()

static ChangeInfoResult TownHouseChangeInfo ( uint  hid,
int  numinfo,
int  prop,
ByteReader buf 
)
static

Define properties for houses.

Parameters
hidHouseID of the house.
numinfoNumber of subsequent houseIDs to change the property for.
propThe property to change.
bufThe property value.
Returns
ChangeInfoResult.

Definition at line 2420 of file newgrf.cpp.

References CIR_SUCCESS, and NUM_HOUSES_PER_GRF.

◆ TranslateRefitMask()

static CargoTypes TranslateRefitMask ( uint32_t  refit_mask)
static

Translate the refit mask.

refit_mask is uint32_t as it has not been mapped to CargoTypes.

Definition at line 955 of file newgrf.cpp.

◆ TTDPStringIDToOTTDStringIDMapping()

static StringID TTDPStringIDToOTTDStringIDMapping ( StringID  str)
static

Perform a mapping from TTDPatch's string IDs to OpenTTD's string IDs, but only for the ones we are aware off; the rest like likely unused and will show a warning.

Parameters
strthe string ID to convert
Returns
the converted string ID

Definition at line 495 of file newgrf.cpp.

References IsInsideMM().

Referenced by MapGRFStringID().

◆ ValidateIndustryLayout()

static bool ValidateIndustryLayout ( const IndustryTileLayout layout)
static

Validate the industry layout; e.g.

to prevent duplicate tiles.

Parameters
layoutThe layout to check.
Returns
True if the layout is deemed valid.

Definition at line 3508 of file newgrf.cpp.

References GFX_WATERTILE_SPECIALCHECK.

Variable Documentation

◆ _action5_types

constexpr auto _action5_types
staticconstexpr
Initial value:
= std::to_array<Action5Type>({
{ A5BLOCK_INVALID, 0, 0, 0, "Type 0x00" },
{ A5BLOCK_INVALID, 0, 0, 0, "Type 0x01" },
{ A5BLOCK_INVALID, 0, 0, 0, "Type 0x02" },
{ A5BLOCK_INVALID, 0, 0, 0, "Type 0x03" },
{ A5BLOCK_ALLOW_OFFSET, SPR_SIGNALS_BASE, 1, PRESIGNAL_SEMAPHORE_AND_PBS_SPRITE_COUNT, "Signal graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_ELRAIL_BASE, 1, ELRAIL_SPRITE_COUNT, "Rail catenary graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_SLOPES_BASE, 1, NORMAL_AND_HALFTILE_FOUNDATION_SPRITE_COUNT, "Foundation graphics" },
{ A5BLOCK_INVALID, 0, 75, 0, "TTDP GUI graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_CANALS_BASE, 1, CANALS_SPRITE_COUNT, "Canal graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_ONEWAY_BASE, 1, ONEWAY_SPRITE_COUNT, "One way road graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_2CCMAP_BASE, 1, TWOCCMAP_SPRITE_COUNT, "2CC colour maps" },
{ A5BLOCK_ALLOW_OFFSET, SPR_TRAMWAY_BASE, 1, TRAMWAY_SPRITE_COUNT, "Tramway graphics" },
{ A5BLOCK_INVALID, 0, 133, 0, "Snowy temperate tree" },
{ A5BLOCK_FIXED, SPR_SHORE_BASE, 16, SPR_SHORE_SPRITE_COUNT, "Shore graphics" },
{ A5BLOCK_INVALID, 0, 0, 0, "New Signals graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_TRACKS_FOR_SLOPES_BASE, 1, TRACKS_FOR_SLOPES_SPRITE_COUNT, "Sloped rail track" },
{ A5BLOCK_ALLOW_OFFSET, SPR_AIRPORTX_BASE, 1, AIRPORTX_SPRITE_COUNT, "Airport graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_ROADSTOP_BASE, 1, ROADSTOP_SPRITE_COUNT, "Road stop graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_AQUEDUCT_BASE, 1, AQUEDUCT_SPRITE_COUNT, "Aqueduct graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_AUTORAIL_BASE, 1, AUTORAIL_SPRITE_COUNT, "Autorail graphics" },
{ A5BLOCK_INVALID, 0, 1, 0, "Flag graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_OPENTTD_BASE, 1, OPENTTD_SPRITE_COUNT, "OpenTTD GUI graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_AIRPORT_PREVIEW_BASE, 1, SPR_AIRPORT_PREVIEW_COUNT, "Airport preview graphics" },
{ A5BLOCK_ALLOW_OFFSET, SPR_RAILTYPE_TUNNEL_BASE, 1, RAILTYPE_TUNNEL_BASE_COUNT, "Railtype tunnel base" },
{ A5BLOCK_ALLOW_OFFSET, SPR_PALETTE_BASE, 1, PALETTE_SPRITE_COUNT, "Palette" },
{ A5BLOCK_ALLOW_OFFSET, SPR_ROAD_WAYPOINTS_BASE, 1, ROAD_WAYPOINTS_SPRITE_COUNT, "Road waypoints" },
})

The information about action 5 types.

Definition at line 6388 of file newgrf.cpp.

Referenced by GetAction5Types().

◆ _grm_engines

uint32_t _grm_engines[256]
static

Contains the GRF ID of the owner of a vehicle if it has been reserved.

GRM for vehicles is only used if dynamic engine allocation is disabled, so 256 is the number of original engines.

Definition at line 353 of file newgrf.cpp.

◆ _tags_info

◆ _tags_parameters

◆ _tags_root

AllowedSubtags _tags_root[]
Initial value:

Action14 root tags.

Definition at line 8497 of file newgrf.cpp.

Referenced by StaticGRFInfo().

◆ _ttdpatch_flags

uint32_t _ttdpatch_flags[8]
static

32 * 8 = 256 flags.

Apparently TTDPatch uses this many..

Definition at line 81 of file newgrf.cpp.

Referenced by InitializeGRFSpecial().

ChangeGRFDescription
static bool ChangeGRFDescription(uint8_t langid, std::string_view str)
Callback function for 'INFO'->'DESC' to add a translation to the newgrf description.
Definition: newgrf.cpp:8122
SPR_SHORE_BASE
static const SpriteID SPR_SHORE_BASE
shore tiles - action 05-0D
Definition: sprites.h:224
ChangeGRFParamName
static bool ChangeGRFParamName(uint8_t langid, std::string_view str)
Callback function for 'INFO'->'PARAM'->param_num->'NAME' to set the name of a parameter.
Definition: newgrf.cpp:8231
A5BLOCK_FIXED
@ A5BLOCK_FIXED
Only allow replacing a whole block of sprites. (TTDP compatible)
Definition: newgrf_act5.h:15
_tags_info
AllowedSubtags _tags_info[]
Action14 tags for the INFO node.
Definition: newgrf.cpp:8483
ChangeGRFName
static bool ChangeGRFName(uint8_t langid, std::string_view str)
Callback function for 'INFO'->'NAME' to add a translation to the newgrf name.
Definition: newgrf.cpp:8115
ChangeGRFParamLimits
static bool ChangeGRFParamLimits(size_t len, ByteReader &buf)
Callback function for 'INFO'->'PARAM'->param_num->'LIMI' to set the min/max value of a parameter.
Definition: newgrf.cpp:8262
ChangeGRFParamDescription
static bool ChangeGRFParamDescription(uint8_t langid, std::string_view str)
Callback function for 'INFO'->'PARAM'->param_num->'DESC' to set the description of a parameter.
Definition: newgrf.cpp:8238
SPR_AQUEDUCT_BASE
static const SpriteID SPR_AQUEDUCT_BASE
Sprites for the Aqueduct.
Definition: sprites.h:186
ChangeGRFParamValueNames
static bool ChangeGRFParamValueNames(ByteReader &buf)
Callback function for 'INFO'->'PARA'->param_num->'VALU' to set the names of some parameter values (ty...
Definition: newgrf.cpp:8409
SPR_ROAD_WAYPOINTS_BASE
static const SpriteID SPR_ROAD_WAYPOINTS_BASE
Road waypoint sprites.
Definition: sprites.h:311
A5BLOCK_INVALID
@ A5BLOCK_INVALID
unknown/not-implemented type
Definition: newgrf_act5.h:17
ChangeGRFNumUsedParams
static bool ChangeGRFNumUsedParams(size_t len, ByteReader &buf)
Callback function for 'INFO'->'NPAR' to set the number of valid parameters.
Definition: newgrf.cpp:8136
A5BLOCK_ALLOW_OFFSET
@ A5BLOCK_ALLOW_OFFSET
Allow replacing any subset by specifiing an offset.
Definition: newgrf_act5.h:16
ChangeGRFURL
static bool ChangeGRFURL(uint8_t langid, std::string_view str)
Callback function for 'INFO'->'URL_' to set the newgrf url.
Definition: newgrf.cpp:8129
ChangeGRFPalette
static bool ChangeGRFPalette(size_t len, ByteReader &buf)
Callback function for 'INFO'->'PALS' to set the number of valid parameters.
Definition: newgrf.cpp:8148
ChangeGRFParamMask
static bool ChangeGRFParamMask(size_t len, ByteReader &buf)
Callback function for 'INFO'->'PARAM'->param_num->'MASK' to set the parameter and bits to use.
Definition: newgrf.cpp:8284
ChangeGRFVersion
static bool ChangeGRFVersion(size_t len, ByteReader &buf)
Callback function for 'INFO'->'VRSN' to the version of the NewGRF.
Definition: newgrf.cpp:8196
SPR_RAILTYPE_TUNNEL_BASE
static const SpriteID SPR_RAILTYPE_TUNNEL_BASE
Tunnel sprites with grass only for custom railtype tunnel.
Definition: sprites.h:299
ChangeGRFBlitter
static bool ChangeGRFBlitter(size_t len, ByteReader &buf)
Callback function for 'INFO'->'BLTR' to set the blitter info.
Definition: newgrf.cpp:8174
AllowedSubtags
Data structure to store the allowed id/type combinations for action 14.
Definition: newgrf.cpp:8328
SPR_AIRPORT_PREVIEW_BASE
static const SpriteID SPR_AIRPORT_PREVIEW_BASE
Airport preview sprites.
Definition: sprites.h:248
HandleParameterInfo
static bool HandleParameterInfo(ByteReader &buf)
Callback function for 'INFO'->'PARA' to set extra information about the parameters.
Definition: newgrf.cpp:8456
SPR_OPENTTD_BASE
static const SpriteID SPR_OPENTTD_BASE
Extra graphic spritenumbers.
Definition: sprites.h:56
ChangeGRFParamDefault
static bool ChangeGRFParamDefault(size_t len, ByteReader &buf)
Callback function for 'INFO'->'PARAM'->param_num->'DFLT' to set the default value.
Definition: newgrf.cpp:8305
SPR_TRACKS_FOR_SLOPES_BASE
static const SpriteID SPR_TRACKS_FOR_SLOPES_BASE
Sprites for 'highlighting' tracks on sloped land.
Definition: sprites.h:198
SPR_ONEWAY_BASE
static const SpriteID SPR_ONEWAY_BASE
One way road sprites.
Definition: sprites.h:293
ChangeGRFMinVersion
static bool ChangeGRFMinVersion(size_t len, ByteReader &buf)
Callback function for 'INFO'->'MINV' to the minimum compatible version of the NewGRF.
Definition: newgrf.cpp:8209
SPR_TRAMWAY_BASE
static const SpriteID SPR_TRAMWAY_BASE
Tramway sprites.
Definition: sprites.h:272
ChangeGRFParamType
static bool ChangeGRFParamType(size_t len, ByteReader &buf)
Callback function for 'INFO'->'PARAM'->param_num->'TYPE' to set the typeof a parameter.
Definition: newgrf.cpp:8245