Files
@ r16483:49069459064a
Branch filter:
Location: cpp/openttd-patchpack/source/src/newgrf_object.h - annotation
r16483:49069459064a
5.6 KiB
text/x-c
(svn r21218) -Fix (r21189)[FS#4236]: don't force a minimum speed when braking
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15962:a51ebdf99ec8 r15952:5f49686d97e6 r15940:064272152529 r15940:064272152529 r15962:a51ebdf99ec8 r15940:064272152529 r15952:5f49686d97e6 r15951:b2083610fae0 r15950:217ba3ee892a r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15949:1632bafb6884 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15949:1632bafb6884 r15940:064272152529 r15951:b2083610fae0 r15951:b2083610fae0 r15951:b2083610fae0 r15951:b2083610fae0 r15951:b2083610fae0 r15951:b2083610fae0 r15951:b2083610fae0 r15951:b2083610fae0 r15951:b2083610fae0 r15940:064272152529 r15940:064272152529 r15950:217ba3ee892a r15950:217ba3ee892a r15951:b2083610fae0 r15943:830b62bff1b4 r15950:217ba3ee892a r15952:5f49686d97e6 r15943:830b62bff1b4 r15943:830b62bff1b4 r15943:830b62bff1b4 r15952:5f49686d97e6 r15952:5f49686d97e6 r15943:830b62bff1b4 r15952:5f49686d97e6 r15952:5f49686d97e6 r15952:5f49686d97e6 r15949:1632bafb6884 r15940:064272152529 r15940:064272152529 r15953:2c33a6b20161 r15953:2c33a6b20161 r15953:2c33a6b20161 r15953:2c33a6b20161 r15953:2c33a6b20161 r15953:2c33a6b20161 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15954:be63e4d3dfa6 r15954:be63e4d3dfa6 r15954:be63e4d3dfa6 r15954:be63e4d3dfa6 r15954:be63e4d3dfa6 r15954:be63e4d3dfa6 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15940:064272152529 r15951:b2083610fae0 r15951:b2083610fae0 r15951:b2083610fae0 r15957:71ffc94a16b5 r15957:71ffc94a16b5 r15957:71ffc94a16b5 r15962:a51ebdf99ec8 r15962:a51ebdf99ec8 r15962:a51ebdf99ec8 r15962:a51ebdf99ec8 r15964:69583adf1ac1 r15964:69583adf1ac1 r15964:69583adf1ac1 r15962:a51ebdf99ec8 r15940:064272152529 | /* $Id$ */
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file newgrf_object.h Functions related to NewGRF objects. */
#ifndef NEWGRF_OBJECT_H
#define NEWGRF_OBJECT_H
#include "newgrf_callbacks.h"
#include "date_type.h"
#include "economy_func.h"
#include "strings_type.h"
#include "tile_cmd.h"
#include "object_type.h"
#include "newgrf_animation_type.h"
#include "newgrf_class.h"
#include "newgrf_commons.h"
/** Various object behaviours. */
enum ObjectFlags {
OBJECT_FLAG_NONE = 0, ///< Just nothing.
OBJECT_FLAG_ONLY_IN_SCENEDIT = 1 << 0, ///< Object can only be constructed in the scenario editor.
OBJECT_FLAG_CANNOT_REMOVE = 1 << 1, ///< Object can not be removed.
OBJECT_FLAG_AUTOREMOVE = 1 << 2, ///< Object get automatically removed (like "owned land").
OBJECT_FLAG_BUILT_ON_WATER = 1 << 3, ///< Object can be built on water (not required).
OBJECT_FLAG_CLEAR_INCOME = 1 << 4, ///< When object is cleared a positive income is generated instead of a cost.
OBJECT_FLAG_HAS_NO_FOUNDATION = 1 << 5, ///< Do not display foundations when on a slope.
OBJECT_FLAG_ANIMATION = 1 << 6, ///< Object has animated tiles.
OBJECT_FLAG_ONLY_IN_GAME = 1 << 7, ///< Object can only be built in game.
OBJECT_FLAG_2CC_COLOUR = 1 << 8, ///< Object wants 2CC colour mapping.
OBJECT_FLAG_NOT_ON_LAND = 1 << 9, ///< Object can not be on land, implicitly sets #OBJECT_FLAG_BUILT_ON_WATER.
OBJECT_FLAG_DRAW_WATER = 1 << 10, ///< Object wants to be drawn on water.
OBJECT_FLAG_ALLOW_UNDER_BRIDGE = 1 << 11, ///< Object can built under a bridge.
OBJECT_FLAG_ANIM_RANDOM_BITS = 1 << 12, ///< Object wants random bits in "next animation frame" callback
};
DECLARE_ENUM_AS_BIT_SET(ObjectFlags)
void ResetObjects();
/** Class IDs for objects. */
enum ObjectClassID {
OBJECT_CLASS_BEGIN = 0, ///< The lowest valid value
OBJECT_CLASS_MAX = 32, ///< Maximum number of classes.
INVALID_OBJECT_CLASS = 0xFF, ///< Class for the less fortunate.
};
/** Allow incrementing of ObjectClassID variables */
DECLARE_POSTFIX_INCREMENT(ObjectClassID)
/** An object that isn't use for transport, industries or houses. */
struct ObjectSpec {
/* 2 because of the "normal" and "buy" sprite stacks. */
GRFFilePropsBase<2> grf_prop; ///< Properties related the the grf file
ObjectClassID cls_id; ///< The class to which this spec belongs.
StringID name; ///< The name for this object.
uint8 climate; ///< In which climates is this object available?
uint8 size; ///< The size of this objects; low nibble for X, high nibble for Y.
uint8 build_cost_multiplier; ///< Build cost multiplier per tile.
uint8 clear_cost_multiplier; ///< Clear cost multiplier per tile.
Date introduction_date; ///< From when can this object be built.
Date end_of_life_date; ///< When can't this object be built anymore.
ObjectFlags flags; ///< Flags/settings related to the object.
AnimationInfo animation; ///< Information about the animation.
uint16 callback_mask; ///< Bitmask of requested/allowed callbacks.
uint8 height; ///< The height of this structure, in heightlevels; max MAX_TILE_HEIGHT.
bool enabled; ///< Is this spec enabled?
/**
* Check whether the object is available at this time.
* @return true if it is available.
*/
bool IsAvailable() const;
/**
* Get the cost for building a structure of this type.
* @return The cost for building.
*/
Money GetBuildCost() const { return (_price[PR_BUILD_OBJECT] * this->build_cost_multiplier); }
/**
* Get the cost for clearing a structure of this type.
* @return The cost for clearing.
*/
Money GetClearCost() const { return (_price[PR_CLEAR_OBJECT] * this->clear_cost_multiplier); }
/**
* Gets the index of this spec.
* @return The index.
*/
uint Index() const;
/**
* Get the specification associated with a specific ObjectType.
* @param index The object type to fetch.
* @return The specification.
*/
static const ObjectSpec *Get(ObjectType index);
/**
* Get the specification associated with a tile.
* @param tile The tile to fetch the data for.
* @return The specification.
*/
static const ObjectSpec *GetByTile(TileIndex tile);
};
/** Struct containing information relating to station classes. */
typedef NewGRFClass<ObjectSpec, ObjectClassID, OBJECT_CLASS_MAX> ObjectClass;
/** Mapping of purchase for objects. */
static const CargoID CT_PURCHASE_OBJECT = 1;
uint16 GetObjectCallback(CallbackID callback, uint32 param1, uint32 param2, const ObjectSpec *spec, const Object *o, TileIndex tile);
void DrawNewObjectTile(TileInfo *ti, const ObjectSpec *spec);
void DrawNewObjectTileInGUI(int x, int y, const ObjectSpec *spec);
void AnimateNewObjectTile(TileIndex tile);
void TriggerObjectTileAnimation(const Object *o, TileIndex tile, ObjectAnimationTrigger trigger, const ObjectSpec *spec);
void TriggerObjectAnimation(const Object *o, ObjectAnimationTrigger trigger, const ObjectSpec *spec);
#endif /* NEWGRF_OBJECT_H */
|