17 #include "viewport_kdtree.h"
19 #include "table/strings.h"
53 this->sign.
UpdatePosition(pt.x, pt.y - 6 * ZOOM_BASE, STR_WHITE_SIGN);
55 _viewport_sign_kdtree.
Insert(ViewportSignKdtreeItem::MakeSign(this->
index));
62 si->UpdateVirtCoord();
void Insert(const T &element)
Insert a single element in the tree.
void Remove(const T &element)
Remove a single element from the tree, if it exists.
CompanyID _current_company
Company currently doing an action.
Functions related to companies.
Owner
Enum for all companies/owners.
@ OWNER_DEITY
The object is owned by a superuser / goal script.
Functions related to OTTD's landscape.
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.
Some methods of Pool are placed here in order to reduce compilation time and binary size.
#define INSTANTIATE_POOL_METHODS(name)
Force instantiation of pool methods so we don't get linker errors.
A number of safeguards to prevent using unsafe methods.
SignPool _sign_pool("Sign")
Initialize the sign-pool.
bool CompanyCanRenameSign(const Sign *si)
Check if the current company can rename a given sign.
void UpdateAllSignVirtCoords()
Update the coordinates of all signs.
Functions related to signs.
void DeleteRenameSignWindow(SignID sign)
Close the sign window associated with the given sign.
Definition of base types and functions in a cross-platform compatible way.
void SetDParam(size_t n, uint64_t v)
Set a string parameter v at index n in the global string parameter array.
Functions related to OTTD's strings.
Coordinates of a point in 2D.
Tindex index
Index of this pool item.
static bool CleaningPool()
Returns current state of pool cleaning - yes or no.
static Pool::IterateWrapper< Titem > Iterate(size_t from=0)
Returns an iterable ensemble of all valid Titem.
Base class for all pools.
void UpdateVirtCoord()
Update the coordinate of one sign.
void UpdatePosition(int center, int top, StringID str, StringID str_small=STR_NULL)
Update the position of the viewport sign.
bool kdtree_valid
Are the sign data valid for use with the _viewport_sign_kdtree?