OpenTTD Source
1.11.0-beta2
|
Go to the documentation of this file.
16 #include "viewport_kdtree.h"
18 #include "table/strings.h"
52 this->sign.
UpdatePosition(pt.x, pt.y - 6 * ZOOM_LVL_BASE, STR_WHITE_SIGN);
54 _viewport_sign_kdtree.
Insert(ViewportSignKdtreeItem::MakeSign(this->
index));
61 si->UpdateVirtCoord();
static Point RemapCoords(int x, int y, int z)
Map 3D world or tile coordinate to equivalent 2D coordinate as used in the viewports and smallmap.
Tindex index
Index of this pool item.
Owner
Enum for all companies/owners.
static void SetDParam(uint n, uint64 v)
Set a string parameter v at index n in the global string parameter array.
SignPool _sign_pool("Sign")
Initialize the sign-pool.
void Remove(const T &element)
Remove a single element from the tree, if it exists.
void Insert(const T &element)
Insert a single element in the tree.
void UpdateVirtCoord()
Update the coordinate of one sign.
void UpdateAllSignVirtCoords()
Update the coordinates of all signs.
Coordinates of a point in 2D.
static Pool::IterateWrapper< Titem > Iterate(size_t from=0)
Returns an iterable ensemble of all valid Titem.
Base class for all pools.
void UpdatePosition(int center, int top, StringID str, StringID str_small=STR_NULL)
Update the position of the viewport sign.
static bool CleaningPool()
Returns current state of pool cleaning - yes or no.
bool kdtree_valid
Are the sign data valid for use with the _viewport_sign_kdtree?
#define INSTANTIATE_POOL_METHODS(name)
Force instantiation of pool methods so we don't get linker errors.
void DeleteRenameSignWindow(SignID sign)
Close the sign window associated with the given sign.