OpenTTD Source
20241121-master-g67a0fccfad
|
Code handling saving and loading of waypoints. More...
#include "../stdafx.h"
#include "../waypoint_base.h"
#include "../debug.h"
#include "../newgrf_station.h"
#include "../vehicle_base.h"
#include "../town.h"
#include "../newgrf.h"
#include "../timer/timer_game_calendar.h"
#include "table/strings.h"
#include "saveload_internal.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | OldWaypoint |
Helper structure to convert from the old waypoint system. More... | |
struct | CHKPChunkHandler |
Functions | |
static void | UpdateWaypointOrder (Order *o) |
Update the waypoint orders to get the new waypoint ID. More... | |
void | MoveWaypointsToBaseStations () |
Perform all steps to upgrade from the old waypoints to the new version that uses station. More... | |
void | ResetOldWaypoints () |
const ChunkHandlerTable | _waypoint_chunk_handlers (waypoint_chunk_handlers) |
Variables | |
static std::vector< OldWaypoint > | _old_waypoints |
Temporary array with old waypoints. | |
static const SaveLoad | _old_waypoint_desc [] |
static const CHKPChunkHandler | CHKP |
static const ChunkHandlerRef | waypoint_chunk_handlers [] |
Code handling saving and loading of waypoints.
Definition in file waypoint_sl.cpp.
void MoveWaypointsToBaseStations | ( | ) |
Perform all steps to upgrade from the old waypoints to the new version that uses station.
This includes some old saveload mechanics.
Definition at line 67 of file waypoint_sl.cpp.
References _old_waypoints, AllocateSpecToStation(), BaseStation::build_date, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_station_pool >::CanAllocateItem(), Debug, BaseStation::delete_ctr, FACIL_TRAIN, BaseStation::facilities, GB(), NewGRFClass< Tspec, Tindex, Tmax >::Get(), GetRailTileType(), GetRailType(), NewGRFClass< Tspec, Tindex, Tmax >::GetSpec(), GetTileOwner(), StationSpec::grf_prop, GRFFilePropsBase< Tcnt >::grffile, HasBit(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, IsSavegameVersionBefore(), IsTileType(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_orderlist_pool >::Iterate(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_vehicle_pool >::Iterate(), GRFFilePropsBase< Tcnt >::local_id, Tile::m2(), Tile::m3(), Tile::m4(), Tile::m5(), MakeRailWaypoint(), MP_RAILWAY, BaseStation::name, Order::next, BaseStation::owner, BaseStation::rect, SetCustomStationSpecIndex(), SetRailStationReservation(), Map::Size(), SlError(), SlErrorCorrupt(), SLV_100, SLV_17, NewGRFClass< Tspec, Tindex, Tmax >::Specs(), STAT_CLASS_WAYP, BaseStation::string_id, BaseStation::town, Waypoint::town_cn, UpdateWaypointOrder(), and VEH_TRAIN.
|
static |
Update the waypoint orders to get the new waypoint ID.
o | the order 'list' to check. |
Definition at line 51 of file waypoint_sl.cpp.
References Order::IsType().
Referenced by MoveWaypointsToBaseStations().
|
static |
Definition at line 165 of file waypoint_sl.cpp.
|
static |
Definition at line 230 of file waypoint_sl.cpp.