OpenTTD Source 20260311-master-g511d3794ce
waypoint.cpp
Go to the documentation of this file.
1/*
2 * This file is part of OpenTTD.
3 * 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.
4 * 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.
5 * 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 <https://www.gnu.org/licenses/old-licenses/gpl-2.0>.
6 */
7
9
10#include "stdafx.h"
11
12#include "order_func.h"
13#include "window_func.h"
14#include "newgrf_station.h"
15#include "waypoint_base.h"
16#include "viewport_kdtree.h"
17
18#include "safeguards.h"
19
28void DrawWaypointSprite(int x, int y, StationClassID station_class, uint16_t station_type, RailType railtype)
29{
30 if (!DrawStationTile(x, y, railtype, AXIS_X, station_class, station_type)) {
31 StationPickerDrawSprite(x, y, StationType::RailWaypoint, railtype, INVALID_ROADTYPE, AXIS_X);
32 }
33}
34
36{
37 switch (type) {
40 case StationType::Buoy: return {this->xy, 1, 1};
41 default: NOT_REACHED();
42 }
43}
44
47{
48 if (CleaningPool()) return;
50 RemoveOrderFromAllVehicles(OT_GOTO_WAYPOINT, this->index);
51 if (this->sign.kdtree_valid) _viewport_sign_kdtree.Remove(ViewportSignKdtreeItem::MakeWaypoint(this->index));
52}
@ AXIS_X
The X axis.
bool DrawStationTile(int x, int y, RailType railtype, Axis axis, StationClassID sclass, uint station)
Draw representation of a station tile for GUI purposes.
Header file for NewGRF stations.
PoolID< uint16_t, struct StationClassIDTag, UINT16_MAX, UINT16_MAX > StationClassID
Class IDs for stations.
void RemoveOrderFromAllVehicles(OrderType type, DestinationID destination, bool hangar)
Removes an order from all vehicles.
Functions related to orders.
RailType
Enumeration for all possible railtypes.
Definition rail_type.h:25
@ INVALID_ROADTYPE
flag for invalid roadtype
Definition road_type.h:28
A number of safeguards to prevent using unsafe methods.
StationType
Station types.
@ RailWaypoint
Waypoint for trains.
@ Buoy
Waypoint for ships.
@ RoadWaypoint
Waypoint for trucks and busses.
Definition of base types and functions in a cross-platform compatible way.
TileIndex xy
Base tile of the station.
TileArea train_station
Tile area the train 'station' part covers.
TrackedViewportSign sign
NOSAVE: Dimensions of sign.
TileArea road_waypoint_area
Tile area the road waypoint part covers.
TileArea GetTileArea(StationType type) const override
Get the tile area for a given station type.
Definition waypoint.cpp:35
~Waypoint() override
Remove all references to this waypoint.
Definition waypoint.cpp:46
OrthogonalTileArea TileArea
Shorthand for the much more common orthogonal tile area.
Declarations for accessing the k-d tree of viewports.
void DrawWaypointSprite(int x, int y, StationClassID station_class, uint16_t station_type, RailType railtype)
Draw a waypoint.
Definition waypoint.cpp:28
Base of waypoints.
void CloseWindowById(WindowClass cls, WindowNumber number, bool force, int data)
Close a window by its class and window number (if it is open).
Definition window.cpp:1209
Window functions not directly related to making/drawing windows.
@ WC_WAYPOINT_VIEW
Waypoint view; Window numbers: