src/newgrf_station.cpp
author rubidium
Sat, 12 Jan 2008 14:10:35 +0000
changeset 8750 fdd6054e7bae
parent 8733 9e2d2a2619ff
child 8760 ce0891c412ce
permissions -rw-r--r--
(svn r11818) -Codechange: split player.h into smaller pieces.
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
     1
/* $Id$ */
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
     2
6443
b8f06d8eb7be (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
belugas
parents: 6439
diff changeset
     3
/** @file newgrf_station.cpp Functions for dealing with station classes and custom stations. */
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
     4
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
     5
#include "stdafx.h"
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
     6
#include "openttd.h"
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
     7
#include "variables.h"
8615
6b91ca653bad (svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
rubidium
parents: 8614
diff changeset
     8
#include "tile_cmd.h"
6669
487ac09b95c4 (svn r9371) -Feature: Add support for variable snow lines in the arctic climate, supplied
maedhros
parents: 6573
diff changeset
     9
#include "landscape.h"
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    10
#include "debug.h"
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    11
#include "sprite.h"
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
    12
#include "table/sprites.h"
3594
31fd59e606c8 (svn r4484) - Newstations: Use StringIDs instead of char*s to reference our custom names.
peter1138
parents: 3587
diff changeset
    13
#include "table/strings.h"
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
    14
#include "station.h"
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
    15
#include "station_map.h"
5568
75f13d7bfaed (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Darkvater
parents: 5172
diff changeset
    16
#include "newgrf.h"
3752
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
    17
#include "newgrf_callbacks.h"
7345
6fab61079176 (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as
maedhros
parents: 7179
diff changeset
    18
#include "newgrf_commons.h"
2963
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2625
diff changeset
    19
#include "newgrf_station.h"
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
    20
#include "newgrf_spritegroup.h"
6439
99a5807852b1 (svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
peter1138
parents: 6432
diff changeset
    21
#include "cargotype.h"
6680
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
    22
#include "town_map.h"
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
    23
#include "newgrf_town.h"
8619
c2434269c3eb (svn r11684) -Codechange: split gfx.h in a type and functional header.
rubidium
parents: 8617
diff changeset
    24
#include "gfx_func.h"
8636
2b158acb649c (svn r11702) -Codechange: move all date related stuff to date*.
rubidium
parents: 8626
diff changeset
    25
#include "date_func.h"
8750
fdd6054e7bae (svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
parents: 8733
diff changeset
    26
#include "player_func.h"
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    27
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    28
static StationClass station_classes[STAT_CLASS_MAX];
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    29
3786
73784d02aa69 (svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
peter1138
parents: 3780
diff changeset
    30
enum {
73784d02aa69 (svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
peter1138
parents: 3780
diff changeset
    31
	MAX_SPECLIST = 255,
73784d02aa69 (svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
peter1138
parents: 3780
diff changeset
    32
};
73784d02aa69 (svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
peter1138
parents: 3780
diff changeset
    33
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    34
/**
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    35
 * Reset station classes to their default state.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    36
 * This includes initialising the Default and Waypoint classes with an empty
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    37
 * entry, for standard stations and waypoints.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    38
 */
6573
7624f942237f (svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
parents: 6474
diff changeset
    39
void ResetStationClasses()
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    40
{
5838
9c3129cb019b (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents: 5835
diff changeset
    41
	for (StationClassID i = STAT_CLASS_BEGIN; i < STAT_CLASS_MAX; i++) {
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    42
		station_classes[i].id = 0;
3594
31fd59e606c8 (svn r4484) - Newstations: Use StringIDs instead of char*s to reference our custom names.
peter1138
parents: 3587
diff changeset
    43
		station_classes[i].name = STR_EMPTY;
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    44
		station_classes[i].stations = 0;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    45
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    46
		free(station_classes[i].spec);
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    47
		station_classes[i].spec = NULL;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    48
	}
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    49
6674
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
    50
	/* Set up initial data */
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    51
	station_classes[0].id = 'DFLT';
3594
31fd59e606c8 (svn r4484) - Newstations: Use StringIDs instead of char*s to reference our custom names.
peter1138
parents: 3587
diff changeset
    52
	station_classes[0].name = STR_STAT_CLASS_DFLT;
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    53
	station_classes[0].stations = 1;
5860
7fdc9b423ba1 (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
KUDr
parents: 5838
diff changeset
    54
	station_classes[0].spec = MallocT<StationSpec*>(1);
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    55
	station_classes[0].spec[0] = NULL;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    56
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    57
	station_classes[1].id = 'WAYP';
3594
31fd59e606c8 (svn r4484) - Newstations: Use StringIDs instead of char*s to reference our custom names.
peter1138
parents: 3587
diff changeset
    58
	station_classes[1].name = STR_STAT_CLASS_WAYP;
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    59
	station_classes[1].stations = 1;
5860
7fdc9b423ba1 (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
KUDr
parents: 5838
diff changeset
    60
	station_classes[1].spec = MallocT<StationSpec*>(1);
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    61
	station_classes[1].spec[0] = NULL;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    62
}
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    63
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    64
/**
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    65
 * Allocate a station class for the given class id.
6977
67b989528f3d (svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
parents: 6956
diff changeset
    66
 * @param cls A 32 bit value identifying the class.
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    67
 * @return Index into station_classes of allocated class.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    68
 */
5838
9c3129cb019b (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents: 5835
diff changeset
    69
StationClassID AllocateStationClass(uint32 cls)
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    70
{
5838
9c3129cb019b (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents: 5835
diff changeset
    71
	for (StationClassID i = STAT_CLASS_BEGIN; i < STAT_CLASS_MAX; i++) {
9c3129cb019b (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents: 5835
diff changeset
    72
		if (station_classes[i].id == cls) {
6674
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
    73
			/* ClassID is already allocated, so reuse it. */
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    74
			return i;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    75
		} else if (station_classes[i].id == 0) {
6674
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
    76
			/* This class is empty, so allocate it to the ClassID. */
5838
9c3129cb019b (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents: 5835
diff changeset
    77
			station_classes[i].id = cls;
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    78
			return i;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    79
		}
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    80
	}
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    81
5568
75f13d7bfaed (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Darkvater
parents: 5172
diff changeset
    82
	grfmsg(2, "StationClassAllocate: already allocated %d classes, using default", STAT_CLASS_MAX);
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    83
	return STAT_CLASS_DFLT;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    84
}
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
    85
3642
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    86
/** Set the name of a custom station class */
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    87
void SetStationClassName(StationClassID sclass, StringID name)
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    88
{
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    89
	assert(sclass < STAT_CLASS_MAX);
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    90
	station_classes[sclass].name = name;
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    91
}
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    92
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    93
/** Retrieve the name of a custom station class */
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    94
StringID GetStationClassName(StationClassID sclass)
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    95
{
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    96
	assert(sclass < STAT_CLASS_MAX);
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    97
	return station_classes[sclass].name;
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    98
}
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
    99
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   100
/** Build a list of station class name StringIDs to use in a dropdown list
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   101
 * @return Pointer to a (static) array of StringIDs
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   102
 */
6573
7624f942237f (svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
parents: 6474
diff changeset
   103
StringID *BuildStationClassDropdown()
3642
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   104
{
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   105
	/* Allow room for all station classes, plus a terminator entry */
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   106
	static StringID names[STAT_CLASS_MAX + 1];
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   107
	uint i;
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   108
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   109
	/* Add each name */
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   110
	for (i = 0; i < STAT_CLASS_MAX && station_classes[i].id != 0; i++) {
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   111
		names[i] = station_classes[i].name;
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   112
	}
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   113
	/* Terminate the list */
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   114
	names[i] = INVALID_STRING_ID;
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   115
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   116
	return names;
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   117
}
a247e07fafdf (svn r4551) - NewGRF: add string handling for newstations.
peter1138
parents: 3594
diff changeset
   118
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   119
/**
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   120
 * Get the number of station classes in use.
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   121
 * @return Number of station classes.
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   122
 */
6573
7624f942237f (svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
parents: 6474
diff changeset
   123
uint GetNumStationClasses()
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   124
{
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   125
	uint i;
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   126
	for (i = 0; i < STAT_CLASS_MAX && station_classes[i].id != 0; i++);
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   127
	return i;
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   128
}
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   129
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   130
/**
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   131
 * Return the number of stations for the given station class.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   132
 * @param sclass Index of the station class.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   133
 * @return Number of stations in the class.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   134
 */
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   135
uint GetNumCustomStations(StationClassID sclass)
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   136
{
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   137
	assert(sclass < STAT_CLASS_MAX);
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   138
	return station_classes[sclass].stations;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   139
}
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   140
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   141
/**
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   142
 * Tie a station spec to its station class.
6977
67b989528f3d (svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
parents: 6956
diff changeset
   143
 * @param statspec The station spec.
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   144
 */
3676
48444d881fbe (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
belugas
parents: 3668
diff changeset
   145
void SetCustomStationSpec(StationSpec *statspec)
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   146
{
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   147
	StationClass *station_class;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   148
	int i;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   149
3780
9555a46e6ca9 (svn r4772) - Newstations: when allocating a custom station (via action 0x03) check if the station has already been allocated. (Fixes duplicate waypoints in newstatsw in non-temperate climate)
peter1138
parents: 3775
diff changeset
   150
	/* If the station has already been allocated, don't reallocate it. */
9555a46e6ca9 (svn r4772) - Newstations: when allocating a custom station (via action 0x03) check if the station has already been allocated. (Fixes duplicate waypoints in newstatsw in non-temperate climate)
peter1138
parents: 3775
diff changeset
   151
	if (statspec->allocated) return;
9555a46e6ca9 (svn r4772) - Newstations: when allocating a custom station (via action 0x03) check if the station has already been allocated. (Fixes duplicate waypoints in newstatsw in non-temperate climate)
peter1138
parents: 3775
diff changeset
   152
3676
48444d881fbe (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
belugas
parents: 3668
diff changeset
   153
	assert(statspec->sclass < STAT_CLASS_MAX);
48444d881fbe (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
belugas
parents: 3668
diff changeset
   154
	station_class = &station_classes[statspec->sclass];
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   155
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   156
	i = station_class->stations++;
5860
7fdc9b423ba1 (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
KUDr
parents: 5838
diff changeset
   157
	station_class->spec = ReallocT(station_class->spec, station_class->stations);
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   158
3676
48444d881fbe (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
belugas
parents: 3668
diff changeset
   159
	station_class->spec[i] = statspec;
3780
9555a46e6ca9 (svn r4772) - Newstations: when allocating a custom station (via action 0x03) check if the station has already been allocated. (Fixes duplicate waypoints in newstatsw in non-temperate climate)
peter1138
parents: 3775
diff changeset
   160
	statspec->allocated = true;
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   161
}
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   162
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   163
/**
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   164
 * Retrieve a station spec from a class.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   165
 * @param sclass Index of the station class.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   166
 * @param station The station index with the class.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   167
 * @return The station spec.
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   168
 */
3676
48444d881fbe (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
belugas
parents: 3668
diff changeset
   169
const StationSpec *GetCustomStationSpec(StationClassID sclass, uint station)
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   170
{
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   171
	assert(sclass < STAT_CLASS_MAX);
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   172
	if (station < station_classes[sclass].stations)
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   173
		return station_classes[sclass].spec[station];
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   174
6674
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   175
	/* If the custom station isn't defined any more, then the GRF file
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   176
	 * probably was not loaded. */
2625
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   177
	return NULL;
66b3d632dcd2 (svn r3167) - NewGRF: Start moving custom station code to separate files.
peter1138
parents:
diff changeset
   178
}
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   179
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   180
3765
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   181
const StationSpec *GetCustomStationSpecByGrf(uint32 grfid, byte localidx)
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   182
{
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   183
	uint j;
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   184
5838
9c3129cb019b (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents: 5835
diff changeset
   185
	for (StationClassID i = STAT_CLASS_BEGIN; i < STAT_CLASS_MAX; i++) {
3765
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   186
		for (j = 0; j < station_classes[i].stations; j++) {
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   187
			const StationSpec *statspec = station_classes[i].spec[j];
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   188
			if (statspec == NULL) continue;
6947
c21859ab4493 (svn r9601) -Codechange: Store grf file reference in station spec, not just GRF ID
peter1138
parents: 6683
diff changeset
   189
			if (statspec->grffile->grfid == grfid && statspec->localidx == localidx) return statspec;
3765
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   190
		}
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   191
	}
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   192
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   193
	return NULL;
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   194
}
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   195
e057e2b740d4 (svn r4757) - Newstations: add saveload support for custom station speclists
peter1138
parents: 3764
diff changeset
   196
3756
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   197
/* Evaluate a tile's position within a station, and return the result a bitstuffed format.
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   198
 * if not centred: .TNLcCpP, if centred: .TNL..CP
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   199
 * T = Tile layout number (GetStationGfx), N = Number of platforms, L = Length of platforms
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   200
 * C = Current platform number from start, c = from end
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   201
 * P = Position along platform from start, p = from end
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   202
 * if centred, C/P start from the centre and c/p are not available.
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   203
 */
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   204
uint32 GetPlatformInfo(Axis axis, byte tile, int platforms, int length, int x, int y, bool centred)
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   205
{
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   206
	uint32 retval = 0;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   207
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   208
	if (axis == AXIS_X) {
6432
8fb778a7f2d7 (svn r8841) -Fix
tron
parents: 6100
diff changeset
   209
		Swap(platforms, length);
8fb778a7f2d7 (svn r8841) -Fix
tron
parents: 6100
diff changeset
   210
		Swap(x, y);
3756
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   211
	}
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   212
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   213
	/* Limit our sizes to 4 bits */
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   214
	platforms = min(15, platforms);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   215
	length    = min(15, length);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   216
	x = min(15, x);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   217
	y = min(15, y);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   218
	if (centred) {
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   219
		x -= platforms / 2;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   220
		y -= length / 2;
3790
66700f2c57a9 (svn r4786) - Newstations: in GetPlatformInfo() ensure negative values are only four bits
peter1138
parents: 3789
diff changeset
   221
		SB(retval,  0, 4, y & 0xF);
66700f2c57a9 (svn r4786) - Newstations: in GetPlatformInfo() ensure negative values are only four bits
peter1138
parents: 3789
diff changeset
   222
		SB(retval,  4, 4, x & 0xF);
3756
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   223
	} else {
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   224
		SB(retval,  0, 4, y);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   225
		SB(retval,  4, 4, length - y - 1);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   226
		SB(retval,  8, 4, x);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   227
		SB(retval, 12, 4, platforms - x - 1);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   228
	}
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   229
	SB(retval, 16, 4, length);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   230
	SB(retval, 20, 4, platforms);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   231
	SB(retval, 24, 4, tile);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   232
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   233
	return retval;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   234
}
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   235
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   236
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   237
/* Find the end of a railway station, from the tile, in the direction of delta.
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   238
 * If check_type is set, we stop if the custom station type changes.
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   239
 * If check_axis is set, we stop if the station direction changes.
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   240
 */
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   241
static TileIndex FindRailStationEnd(TileIndex tile, TileIndexDiff delta, bool check_type, bool check_axis)
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   242
{
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   243
	bool waypoint;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   244
	byte orig_type = 0;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   245
	Axis orig_axis = AXIS_X;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   246
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   247
	waypoint = IsTileType(tile, MP_RAILWAY);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   248
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   249
	if (waypoint) {
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   250
		if (check_axis) orig_axis = GetWaypointAxis(tile);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   251
	} else {
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   252
		if (check_type) orig_type = GetCustomStationSpecIndex(tile);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   253
		if (check_axis) orig_axis = GetRailStationAxis(tile);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   254
	}
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   255
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   256
	while (true) {
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   257
		TileIndex new_tile = TILE_ADD(tile, delta);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   258
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   259
		if (waypoint) {
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   260
			if (!IsTileType(new_tile, MP_RAILWAY)) break;
4182
20d711816338 (svn r5624) Use {IsPlainRailTile,IsRailDepot,IsRailWaypoint,HasSignals}() instead of GetRailTile{T,Subt}ype() - this is more concise and a bit more flexible if/when the rail tile encoding changes
tron
parents: 3893
diff changeset
   261
			if (!IsRailWaypoint(new_tile)) break;
3756
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   262
			if (check_axis && GetWaypointAxis(new_tile) != orig_axis) break;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   263
		} else {
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   264
			if (!IsRailwayStationTile(new_tile)) break;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   265
			if (check_type && GetCustomStationSpecIndex(new_tile) != orig_type) break;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   266
			if (check_axis && GetRailStationAxis(new_tile) != orig_axis) break;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   267
		}
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   268
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   269
		tile = new_tile;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   270
	}
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   271
	return tile;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   272
}
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   273
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   274
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   275
static uint32 GetPlatformInfoHelper(TileIndex tile, bool check_type, bool check_axis, bool centred)
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   276
{
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   277
	int tx = TileX(tile);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   278
	int ty = TileY(tile);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   279
	int sx = TileX(FindRailStationEnd(tile, TileDiffXY(-1,  0), check_type, check_axis));
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   280
	int sy = TileY(FindRailStationEnd(tile, TileDiffXY( 0, -1), check_type, check_axis));
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   281
	int ex = TileX(FindRailStationEnd(tile, TileDiffXY( 1,  0), check_type, check_axis)) + 1;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   282
	int ey = TileY(FindRailStationEnd(tile, TileDiffXY( 0,  1), check_type, check_axis)) + 1;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   283
	Axis axis = IsTileType(tile, MP_RAILWAY) ? GetWaypointAxis(tile) : GetRailStationAxis(tile);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   284
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   285
	tx -= sx; ex -= sx;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   286
	ty -= sy; ey -= sy;
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   287
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   288
	return GetPlatformInfo(axis, IsTileType(tile, MP_RAILWAY) ? 2 : GetStationGfx(tile), ex, ey, tx, ty, centred);
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   289
}
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   290
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   291
5660
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   292
static uint32 GetRailContinuationInfo(TileIndex tile)
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   293
{
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   294
	/* Tile offsets and exit dirs for X axis */
7653
898ee6432dc3 (svn r10431) -Codechange: constness on static array
peter1138
parents: 7506
diff changeset
   295
	static const Direction x_dir[8] = { DIR_SW, DIR_NE, DIR_SE, DIR_NW, DIR_S, DIR_E, DIR_W, DIR_N };
898ee6432dc3 (svn r10431) -Codechange: constness on static array
peter1138
parents: 7506
diff changeset
   296
	static const DiagDirection x_exits[8] = { DIAGDIR_SW, DIAGDIR_NE, DIAGDIR_SE, DIAGDIR_NW, DIAGDIR_SW, DIAGDIR_NE, DIAGDIR_SW, DIAGDIR_NE };
5660
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   297
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   298
	/* Tile offsets and exit dirs for Y axis */
7653
898ee6432dc3 (svn r10431) -Codechange: constness on static array
peter1138
parents: 7506
diff changeset
   299
	static const Direction y_dir[8] = { DIR_SE, DIR_NW, DIR_SW, DIR_NE, DIR_S, DIR_W, DIR_E, DIR_N };
898ee6432dc3 (svn r10431) -Codechange: constness on static array
peter1138
parents: 7506
diff changeset
   300
	static const DiagDirection y_exits[8] = { DIAGDIR_SE, DIAGDIR_NW, DIAGDIR_SW, DIAGDIR_NE, DIAGDIR_SE, DIAGDIR_NW, DIAGDIR_SE, DIAGDIR_NW };
5660
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   301
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   302
	Axis axis = IsTileType(tile, MP_RAILWAY) ? GetWaypointAxis(tile) : GetRailStationAxis(tile);
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   303
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   304
	/* Choose appropriate lookup table to use */
7653
898ee6432dc3 (svn r10431) -Codechange: constness on static array
peter1138
parents: 7506
diff changeset
   305
	const Direction *dir = axis == AXIS_X ? x_dir : y_dir;
898ee6432dc3 (svn r10431) -Codechange: constness on static array
peter1138
parents: 7506
diff changeset
   306
	const DiagDirection *diagdir = axis == AXIS_X ? x_exits : y_exits;
5660
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   307
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   308
	uint32 res = 0;
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   309
	uint i;
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   310
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   311
	for (i = 0; i < lengthof(x_dir); i++, dir++, diagdir++) {
7179
3e123c2b7c93 (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
rubidium
parents: 6977
diff changeset
   312
		uint32 ts = GetTileTrackStatus(tile + TileOffsByDir(*dir), TRANSPORT_RAIL, 0);
5660
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   313
		if (ts != 0) {
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   314
			/* If there is any track on the tile, set the bit in the second byte */
8427
143b0be22af1 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13
parents: 8424
diff changeset
   315
			SetBit(res, i + 8);
5660
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   316
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   317
			/* If any track reaches our exit direction, set the bit in the lower byte */
8427
143b0be22af1 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13
parents: 8424
diff changeset
   318
			if (ts & DiagdirReachesTracks(*diagdir)) SetBit(res, i);
5660
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   319
		}
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   320
	}
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   321
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   322
	return res;
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   323
}
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   324
600fdb6cb88f (svn r7606) -Codechange: [NewStations] Add support for variables 45 and 65.
peter1138
parents: 5568
diff changeset
   325
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   326
/* Station Resolver Functions */
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   327
static uint32 StationGetRandomBits(const ResolverObject *object)
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   328
{
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   329
	const Station *st = object->u.station.st;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   330
	const TileIndex tile = object->u.station.tile;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   331
	return (st == NULL ? 0 : st->random_bits) | (tile == INVALID_TILE ? 0 : GetStationTileRandomBits(tile) << 16);
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   332
}
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   333
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   334
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   335
static uint32 StationGetTriggers(const ResolverObject *object)
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   336
{
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   337
	const Station *st = object->u.station.st;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   338
	return st == NULL ? 0 : st->waiting_triggers;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   339
}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   340
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   341
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   342
static void StationSetTriggers(const ResolverObject *object, int triggers)
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   343
{
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   344
	Station *st = (Station*)object->u.station.st;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   345
	assert(st != NULL);
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   346
	st->waiting_triggers = triggers;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   347
}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   348
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   349
/**
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   350
 * Station variable cache
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   351
 * This caches 'expensive' station variable lookups which iterate over
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   352
 * several tiles that may be called multiple times per Resolve().
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   353
 */
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   354
static struct {
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   355
	uint32 v40;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   356
	uint32 v41;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   357
	uint32 v45;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   358
	uint32 v46;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   359
	uint32 v47;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   360
	uint32 v49;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   361
	uint8 valid;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   362
} _svc;
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   363
3893
46169364701b (svn r4960) - NewGRF: explicitly handle unsupported variables, instead of returning -1.
peter1138
parents: 3834
diff changeset
   364
static uint32 StationGetVariable(const ResolverObject *object, byte variable, byte parameter, bool *available)
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   365
{
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   366
	const Station *st = object->u.station.st;
3756
b3835d8eca4d (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
peter1138
parents: 3755
diff changeset
   367
	TileIndex tile = object->u.station.tile;
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   368
6680
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   369
	if (object->scope == VSG_SCOPE_PARENT) {
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   370
		/* Pass the request on to the town of the station */
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   371
		Town *t;
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   372
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   373
		if (st != NULL) {
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   374
			t = st->town;
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   375
		} else if (tile != INVALID_TILE) {
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   376
			t = GetTownByTile(tile);
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   377
		} else {
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   378
			*available = false;
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   379
			return UINT_MAX;
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   380
		}
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   381
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   382
		return TownGetVariable(variable, parameter, available, t);
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   383
	}
2e9f42d9aafa (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
peter1138
parents: 6674
diff changeset
   384
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   385
	if (st == NULL) {
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   386
		/* Station does not exist, so we're in a purchase list */
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   387
		switch (variable) {
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   388
			case 0x40:
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   389
			case 0x41:
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   390
			case 0x46:
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   391
			case 0x47:
6674
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   392
			case 0x49: return 0x2110000;       // Platforms, tracks & position
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   393
			case 0x42: return 0;               // Rail type (XXX Get current type from GUI?)
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   394
			case 0x43: return _current_player; // Station owner
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   395
			case 0x44: return 2;               // PBS status
8418
b49fc6be1ab9 (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
skidd13
parents: 8138
diff changeset
   396
			case 0xFA: return Clamp(_date - DAYS_TILL_ORIGINAL_BASE_YEAR, 0, 65535); // Build date, clamped to a 16 bit value
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   397
		}
3893
46169364701b (svn r4960) - NewGRF: explicitly handle unsupported variables, instead of returning -1.
peter1138
parents: 3834
diff changeset
   398
46169364701b (svn r4960) - NewGRF: explicitly handle unsupported variables, instead of returning -1.
peter1138
parents: 3834
diff changeset
   399
		*available = false;
5838
9c3129cb019b (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents: 5835
diff changeset
   400
		return UINT_MAX;
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   401
	}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   402
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   403
	switch (variable) {
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   404
		/* Calculated station variables */
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   405
		case 0x40:
8427
143b0be22af1 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13
parents: 8424
diff changeset
   406
			if (!HasBit(_svc.valid, 0)) { _svc.v40 = GetPlatformInfoHelper(tile, false, false, false); SetBit(_svc.valid, 0); }
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   407
			return _svc.v40;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   408
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   409
		case 0x41:
8427
143b0be22af1 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13
parents: 8424
diff changeset
   410
			if (!HasBit(_svc.valid, 1)) { _svc.v41 = GetPlatformInfoHelper(tile, true,  false, false); SetBit(_svc.valid, 1); }
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   411
			return _svc.v41;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   412
7345
6fab61079176 (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as
maedhros
parents: 7179
diff changeset
   413
		case 0x42: return GetTerrainType(tile) | (GetRailType(tile) << 8);
6674
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   414
		case 0x43: return st->owner; // Station owner
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   415
		case 0x44: return 2;         // PBS status
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   416
		case 0x45:
8427
143b0be22af1 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13
parents: 8424
diff changeset
   417
			if (!HasBit(_svc.valid, 2)) { _svc.v45 = GetRailContinuationInfo(tile); SetBit(_svc.valid, 2); }
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   418
			return _svc.v45;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   419
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   420
		case 0x46:
8427
143b0be22af1 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13
parents: 8424
diff changeset
   421
			if (!HasBit(_svc.valid, 3)) { _svc.v46 = GetPlatformInfoHelper(tile, false, false, true); SetBit(_svc.valid, 3); }
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   422
			return _svc.v46;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   423
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   424
		case 0x47:
8427
143b0be22af1 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13
parents: 8424
diff changeset
   425
			if (!HasBit(_svc.valid, 4)) { _svc.v47 = GetPlatformInfoHelper(tile, true,  false, true); SetBit(_svc.valid, 4); }
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   426
			return _svc.v47;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   427
6674
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   428
		case 0x48: { // Accepted cargo types
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   429
			CargoID cargo_type;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   430
			uint32 value = 0;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   431
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   432
			for (cargo_type = 0; cargo_type < NUM_CARGO; cargo_type++) {
8427
143b0be22af1 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13
parents: 8424
diff changeset
   433
				if (HasBit(st->goods[cargo_type].acceptance_pickup, GoodsEntry::PICKUP)) SetBit(value, cargo_type);
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   434
			}
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   435
			return value;
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   436
		}
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   437
		case 0x49:
8427
143b0be22af1 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13
parents: 8424
diff changeset
   438
			if (!HasBit(_svc.valid, 5)) { _svc.v49 = GetPlatformInfoHelper(tile, false, true, false); SetBit(_svc.valid, 5); }
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   439
			return _svc.v49;
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   440
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   441
		/* Variables which use the parameter */
6956
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   442
		/* Variables 0x60 to 0x65 are handled separately below */
8614
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   443
		case 0x67: { // Land info of nearby tiles
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   444
			Axis axis = GetRailStationAxis(tile);
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   445
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   446
			if (parameter != 0) tile = GetNearbyTile(parameter, tile); // only perform if it is required
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   447
			byte tile_type = GetTerrainType(tile) << 2 | (IsTileType(tile, MP_WATER) ? 1 : 0) << 1;
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   448
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   449
			uint z;
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   450
			Slope tileh = GetTileSlope(tile, &z);
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   451
			bool swap = (axis == AXIS_Y && HasBit(tileh, 0) != HasBit(tileh, 2));
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   452
			return GetTileType(tile) << 24 | z << 16 | tile_type << 8 | (tileh ^ (swap ? 5 : 0));
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   453
		}
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   454
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   455
		case 0x68: { // Station info of nearby tiles
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   456
			TileIndex nearby_tile = GetNearbyTile(parameter, tile);
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   457
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   458
			if (!IsRailwayStationTile(nearby_tile)) return 0xFFFFFFFF;
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   459
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   460
			uint32 grfid = st->speclist[GetCustomStationSpecIndex(tile)].grfid;
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   461
			bool perpendicular = GetRailStationAxis(tile) != GetRailStationAxis(nearby_tile);
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   462
			bool same_station = st->TileBelongsToRailStation(nearby_tile);
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   463
			uint32 res = GB(GetStationGfx(nearby_tile), 1, 2) << 12 | !!perpendicular << 11 | !!same_station << 10;
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   464
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   465
			if (IsCustomStationSpecIndex(nearby_tile)) {
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   466
				const StationSpecList ssl = GetStationByTile(nearby_tile)->speclist[GetCustomStationSpecIndex(nearby_tile)];
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   467
				res |= 1 << (ssl.grfid != grfid ? 9 : 8) | ssl.localidx;
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   468
			}
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   469
			return res;
21126f54f5c8 (svn r11679) -Add: [newgrf] support for station vars 67 and 68
glx
parents: 8427
diff changeset
   470
		}
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   471
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   472
		/* General station properties */
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   473
		case 0x82: return 50;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   474
		case 0x84: return st->string_id;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   475
		case 0x86: return 0;
3746
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   476
		case 0x8A: return st->had_vehicle_of_type;
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   477
		case 0xF0: return st->facilities;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   478
		case 0xF1: return st->airport_type;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   479
		case 0xF2: return st->truck_stops->status;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   480
		case 0xF3: return st->bus_stops->status;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   481
		case 0xF6: return st->airport_flags;
5172
7e64b65d3c54 (svn r7282) -Fix (r625): ttdpatch vars are little endian
peter1138
parents: 4817
diff changeset
   482
		case 0xF7: return GB(st->airport_flags, 8, 8);
8418
b49fc6be1ab9 (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
skidd13
parents: 8138
diff changeset
   483
		case 0xFA: return Clamp(st->build_date - DAYS_TILL_ORIGINAL_BASE_YEAR, 0, 65535);
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   484
	}
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   485
6956
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   486
	/* Handle cargo variables with parameter, 0x60 to 0x65 */
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   487
	if (variable >= 0x60 && variable <= 0x65) {
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   488
		CargoID c = GetCargoTranslation(parameter, object->u.station.statspec->grffile);
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   489
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   490
		if (c == CT_INVALID) return 0;
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   491
		const GoodsEntry *ge = &st->goods[c];
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   492
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   493
		switch (variable) {
7506
e52d89f5c7c1 (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
rubidium
parents: 7345
diff changeset
   494
			case 0x60: return min(ge->cargo.Count(), 4095);
6956
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   495
			case 0x61: return ge->days_since_pickup;
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   496
			case 0x62: return ge->rating;
7506
e52d89f5c7c1 (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
rubidium
parents: 7345
diff changeset
   497
			case 0x63: return ge->cargo.DaysInTransit();
6956
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   498
			case 0x64: return ge->last_speed | (ge->last_age << 8);
7970
204ece3a05d5 (svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted cargo too.
rubidium
parents: 7823
diff changeset
   499
			case 0x65: return GB(ge->acceptance_pickup, GoodsEntry::ACCEPTANCE, 1) << 3;
6956
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   500
		}
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   501
	}
0d884da2fd1c (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
peter1138
parents: 6947
diff changeset
   502
3746
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   503
	/* Handle cargo variables (deprecated) */
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   504
	if (variable >= 0x8C && variable <= 0xEC) {
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   505
		const GoodsEntry *g = &st->goods[GB(variable - 0x8C, 3, 4)];
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   506
		switch (GB(variable - 0x8C, 0, 3)) {
7506
e52d89f5c7c1 (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
rubidium
parents: 7345
diff changeset
   507
			case 0: return g->cargo.Count();
7970
204ece3a05d5 (svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted cargo too.
rubidium
parents: 7823
diff changeset
   508
			case 1: return GB(min(g->cargo.Count(), 4095), 0, 4) | (GB(g->acceptance_pickup, GoodsEntry::ACCEPTANCE, 1) << 7);
3746
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   509
			case 2: return g->days_since_pickup;
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   510
			case 3: return g->rating;
7506
e52d89f5c7c1 (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
rubidium
parents: 7345
diff changeset
   511
			case 4: return g->cargo.Source();
e52d89f5c7c1 (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
rubidium
parents: 7345
diff changeset
   512
			case 5: return g->cargo.DaysInTransit();
3746
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   513
			case 6: return g->last_speed;
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   514
			case 7: return g->last_age;
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   515
		}
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   516
	}
bde65debf648 (svn r4734) - Newstations: add more variables and fix a division by zero.
peter1138
parents: 3743
diff changeset
   517
5568
75f13d7bfaed (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Darkvater
parents: 5172
diff changeset
   518
	DEBUG(grf, 1, "Unhandled station property 0x%X", variable);
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   519
3893
46169364701b (svn r4960) - NewGRF: explicitly handle unsupported variables, instead of returning -1.
peter1138
parents: 3834
diff changeset
   520
	*available = false;
5838
9c3129cb019b (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents: 5835
diff changeset
   521
	return UINT_MAX;
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   522
}
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   523
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   524
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   525
static const SpriteGroup *StationResolveReal(const ResolverObject *object, const SpriteGroup *group)
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   526
{
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   527
	const Station *st = object->u.station.st;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   528
	const StationSpec *statspec = object->u.station.statspec;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   529
	uint set;
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   530
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   531
	uint cargo = 0;
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   532
	CargoID cargo_type = object->u.station.cargo_type;
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   533
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   534
	if (st == NULL || statspec->sclass == STAT_CLASS_WAYP) {
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   535
		return group->g.real.loading[0];
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   536
	}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   537
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   538
	switch (cargo_type) {
6474
24e7ceeb25f5 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138
parents: 6448
diff changeset
   539
		case CT_INVALID:
24e7ceeb25f5 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138
parents: 6448
diff changeset
   540
		case CT_DEFAULT_NA:
24e7ceeb25f5 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138
parents: 6448
diff changeset
   541
		case CT_PURCHASE:
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   542
			cargo = 0;
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   543
			break;
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   544
6474
24e7ceeb25f5 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138
parents: 6448
diff changeset
   545
		case CT_DEFAULT:
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   546
			for (cargo_type = 0; cargo_type < NUM_CARGO; cargo_type++) {
7506
e52d89f5c7c1 (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
rubidium
parents: 7345
diff changeset
   547
				cargo += st->goods[cargo_type].cargo.Count();
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   548
			}
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   549
			break;
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   550
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   551
		default:
7506
e52d89f5c7c1 (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
rubidium
parents: 7345
diff changeset
   552
			cargo = st->goods[cargo_type].cargo.Count();
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   553
			break;
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   554
	}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   555
8424
4a488a90ccab (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
skidd13
parents: 8418
diff changeset
   556
	if (HasBit(statspec->flags, 1)) cargo /= (st->trainst_w + st->trainst_h);
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   557
	cargo = min(0xfff, cargo);
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   558
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   559
	if (cargo > statspec->cargo_threshold) {
3749
96b36cc10188 (svn r4737) - Newstations: 'real' groups picked the wrong set of loading or loaded sprites
peter1138
parents: 3748
diff changeset
   560
		if (group->g.real.num_loading > 0) {
3787
a71d1c53e679 (svn r4783) - Newstations: fix graphical bug that affected some stations when a station has a high amount of cargo waiting.
peter1138
parents: 3786
diff changeset
   561
			set = ((cargo - statspec->cargo_threshold) * group->g.real.num_loading) / (4096 - statspec->cargo_threshold);
3749
96b36cc10188 (svn r4737) - Newstations: 'real' groups picked the wrong set of loading or loaded sprites
peter1138
parents: 3748
diff changeset
   562
			return group->g.real.loading[set];
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   563
		}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   564
	} else {
3749
96b36cc10188 (svn r4737) - Newstations: 'real' groups picked the wrong set of loading or loaded sprites
peter1138
parents: 3748
diff changeset
   565
		if (group->g.real.num_loaded > 0) {
96b36cc10188 (svn r4737) - Newstations: 'real' groups picked the wrong set of loading or loaded sprites
peter1138
parents: 3748
diff changeset
   566
			set = (cargo * group->g.real.num_loaded) / (statspec->cargo_threshold + 1);
96b36cc10188 (svn r4737) - Newstations: 'real' groups picked the wrong set of loading or loaded sprites
peter1138
parents: 3748
diff changeset
   567
			return group->g.real.loaded[set];
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   568
		}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   569
	}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   570
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   571
	return group->g.real.loading[0];
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   572
}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   573
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   574
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   575
static void NewStationResolver(ResolverObject *res, const StationSpec *statspec, const Station *st, TileIndex tile)
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   576
{
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   577
	res->GetRandomBits = StationGetRandomBits;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   578
	res->GetTriggers   = StationGetTriggers;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   579
	res->SetTriggers   = StationSetTriggers;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   580
	res->GetVariable   = StationGetVariable;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   581
	res->ResolveReal   = StationResolveReal;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   582
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   583
	res->u.station.st       = st;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   584
	res->u.station.statspec = statspec;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   585
	res->u.station.tile     = tile;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   586
7823
cad4dec2b899 (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.
rubidium
parents: 7768
diff changeset
   587
	res->callback        = CBID_NO_CALLBACK;
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   588
	res->callback_param1 = 0;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   589
	res->callback_param2 = 0;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   590
	res->last_value      = 0;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   591
	res->trigger         = 0;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   592
	res->reseed          = 0;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   593
}
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   594
6100
280c81a05098 (svn r8423) -Fix
tron
parents: 6076
diff changeset
   595
static const SpriteGroup *ResolveStation(ResolverObject *object)
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   596
{
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   597
	const SpriteGroup *group;
6474
24e7ceeb25f5 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138
parents: 6448
diff changeset
   598
	CargoID ctype = CT_DEFAULT_NA;
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   599
6100
280c81a05098 (svn r8423) -Fix
tron
parents: 6076
diff changeset
   600
	if (object->u.station.st == NULL) {
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   601
		/* No station, so we are in a purchase list */
6474
24e7ceeb25f5 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138
parents: 6448
diff changeset
   602
		ctype = CT_PURCHASE;
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   603
	} else {
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   604
		/* Pick the first cargo that we have waiting */
6439
99a5807852b1 (svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
peter1138
parents: 6432
diff changeset
   605
		for (CargoID cargo = 0; cargo < NUM_CARGO; cargo++) {
99a5807852b1 (svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
peter1138
parents: 6432
diff changeset
   606
			const CargoSpec *cs = GetCargo(cargo);
6474
24e7ceeb25f5 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138
parents: 6448
diff changeset
   607
			if (cs->IsValid() && object->u.station.statspec->spritegroup[cargo] != NULL &&
7506
e52d89f5c7c1 (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
rubidium
parents: 7345
diff changeset
   608
					!object->u.station.st->goods[cargo].cargo.Empty()) {
6474
24e7ceeb25f5 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138
parents: 6448
diff changeset
   609
				ctype = cargo;
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   610
				break;
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   611
			}
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   612
		}
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   613
	}
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   614
6100
280c81a05098 (svn r8423) -Fix
tron
parents: 6076
diff changeset
   615
	group = object->u.station.statspec->spritegroup[ctype];
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   616
	if (group == NULL) {
6474
24e7ceeb25f5 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138
parents: 6448
diff changeset
   617
		ctype = CT_DEFAULT;
6100
280c81a05098 (svn r8423) -Fix
tron
parents: 6076
diff changeset
   618
		group = object->u.station.statspec->spritegroup[ctype];
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   619
	}
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   620
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   621
	if (group == NULL) return NULL;
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   622
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   623
	/* Remember the cargo type we've picked */
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   624
	object->u.station.cargo_type = ctype;
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   625
7726
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   626
	/* Invalidate all cached vars */
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   627
	_svc.valid = 0;
c5e6d417672a (svn r10509) -Codechange: cache expensive newgrf station variables during
peter1138
parents: 7688
diff changeset
   628
4817
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   629
	return Resolve(group, object);
413372173231 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138
parents: 4331
diff changeset
   630
}
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   631
3751
785501c18d0d (svn r4739) - Newstations: remove cargo type parameter of GetCustomStationRelocation() as we can determine it internally
peter1138
parents: 3750
diff changeset
   632
SpriteID GetCustomStationRelocation(const StationSpec *statspec, const Station *st, TileIndex tile)
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   633
{
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   634
	const SpriteGroup *group;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   635
	ResolverObject object;
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   636
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   637
	NewStationResolver(&object, statspec, st, tile);
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   638
6100
280c81a05098 (svn r8423) -Fix
tron
parents: 6076
diff changeset
   639
	group = ResolveStation(&object);
3743
c6efbe2e3a28 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
peter1138
parents: 3741
diff changeset
   640
	if (group == NULL || group->type != SGT_RESULT) return 0;
3775
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   641
	return group->g.result.sprite - 0x42D;
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   642
}
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   643
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   644
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   645
SpriteID GetCustomStationGroundRelocation(const StationSpec *statspec, const Station *st, TileIndex tile)
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   646
{
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   647
	const SpriteGroup *group;
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   648
	ResolverObject object;
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   649
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   650
	NewStationResolver(&object, statspec, st, tile);
6674
64f4781b4653 (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
parents: 6669
diff changeset
   651
	object.callback_param1 = 1; // Indicate we are resolving the ground sprite
3775
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   652
6100
280c81a05098 (svn r8423) -Fix
tron
parents: 6076
diff changeset
   653
	group = ResolveStation(&object);
3775
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   654
	if (group == NULL || group->type != SGT_RESULT) return 0;
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   655
	return group->g.result.sprite - 0x42D;
2967
4208a82bf0d9 (svn r3530) - NewGRF: Move station resolver to newgrf_station
peter1138
parents: 2963
diff changeset
   656
}
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   657
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   658
7823
cad4dec2b899 (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.
rubidium
parents: 7768
diff changeset
   659
uint16 GetStationCallback(CallbackID callback, uint32 param1, uint32 param2, const StationSpec *statspec, const Station *st, TileIndex tile)
3752
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   660
{
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   661
	const SpriteGroup *group;
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   662
	ResolverObject object;
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   663
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   664
	NewStationResolver(&object, statspec, st, tile);
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   665
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   666
	object.callback        = callback;
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   667
	object.callback_param1 = param1;
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   668
	object.callback_param2 = param2;
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   669
6100
280c81a05098 (svn r8423) -Fix
tron
parents: 6076
diff changeset
   670
	group = ResolveStation(&object);
3752
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   671
	if (group == NULL || group->type != SGT_CALLBACK) return CALLBACK_FAILED;
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   672
	return group->g.callback.result;
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   673
}
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   674
a7cdd7c0c928 (svn r4740) - Newstations: add function to evaluate station callbacks
peter1138
parents: 3751
diff changeset
   675
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   676
/**
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   677
 * Allocate a StationSpec to a Station. This is called once per build operation.
6977
67b989528f3d (svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
parents: 6956
diff changeset
   678
 * @param statspec StationSpec to allocate.
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   679
 * @param st Station to allocate it to.
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   680
 * @param exec Whether to actually allocate the spec.
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   681
 * @return Index within the Station's spec list, or -1 if the allocation failed.
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   682
 */
3676
48444d881fbe (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
belugas
parents: 3668
diff changeset
   683
int AllocateSpecToStation(const StationSpec *statspec, Station *st, bool exec)
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   684
{
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   685
	uint i;
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   686
3676
48444d881fbe (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
belugas
parents: 3668
diff changeset
   687
	if (statspec == NULL) return 0;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   688
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   689
	/* Check if this spec has already been allocated */
3786
73784d02aa69 (svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
peter1138
parents: 3780
diff changeset
   690
	for (i = 1; i < st->num_specs && i < MAX_SPECLIST; i++) {
3676
48444d881fbe (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
belugas
parents: 3668
diff changeset
   691
		if (st->speclist[i].spec == statspec) return i;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   692
	}
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   693
3786
73784d02aa69 (svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
peter1138
parents: 3780
diff changeset
   694
	for (i = 1; i < st->num_specs && i < MAX_SPECLIST; i++) {
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   695
		if (st->speclist[i].spec == NULL && st->speclist[i].grfid == 0) break;
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   696
	}
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   697
3786
73784d02aa69 (svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
peter1138
parents: 3780
diff changeset
   698
	if (i == MAX_SPECLIST) return -1;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   699
3730
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   700
	if (exec) {
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   701
		if (i >= st->num_specs) {
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   702
			st->num_specs = i + 1;
5860
7fdc9b423ba1 (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
KUDr
parents: 5838
diff changeset
   703
			st->speclist = ReallocT(st->speclist, st->num_specs);
3730
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   704
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   705
			if (st->num_specs == 2) {
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   706
				/* Initial allocation */
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   707
				st->speclist[0].spec     = NULL;
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   708
				st->speclist[0].grfid    = 0;
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   709
				st->speclist[0].localidx = 0;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   710
			}
3730
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   711
		}
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   712
3730
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   713
		st->speclist[i].spec     = statspec;
6947
c21859ab4493 (svn r9601) -Codechange: Store grf file reference in station spec, not just GRF ID
peter1138
parents: 6683
diff changeset
   714
		st->speclist[i].grfid    = statspec->grffile->grfid;
3730
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   715
		st->speclist[i].localidx = statspec->localidx;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   716
	}
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   717
3730
1aca9dabaeea (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
peter1138
parents: 3676
diff changeset
   718
	return i;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   719
}
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   720
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   721
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   722
/** Deallocate a StationSpec from a Station. Called when removing a single station tile.
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   723
 * @param st Station to work with.
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   724
 * @param specindex Index of the custom station within the Station's spec list.
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   725
 * @return Indicates whether the StationSpec was deallocated.
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   726
 */
4190
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   727
void DeallocateSpecFromStation(Station* st, byte specindex)
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   728
{
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   729
	/* specindex of 0 (default) is never freeable */
4190
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   730
	if (specindex == 0) return;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   731
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   732
	/* Check all tiles over the station to check if the specindex is still in use */
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   733
	BEGIN_TILE_LOOP(tile, st->trainst_w, st->trainst_h, st->train_tile) {
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   734
		if (IsTileType(tile, MP_STATION) && GetStationIndex(tile) == st->index && IsRailwayStation(tile) && GetCustomStationSpecIndex(tile) == specindex) {
4190
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   735
			return;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   736
		}
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   737
	} END_TILE_LOOP(tile, st->trainst_w, st->trainst_h, st->train_tile)
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   738
4190
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   739
	/* This specindex is no longer in use, so deallocate it */
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   740
	st->speclist[specindex].spec     = NULL;
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   741
	st->speclist[specindex].grfid    = 0;
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   742
	st->speclist[specindex].localidx = 0;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   743
4190
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   744
	/* If this was the highest spec index, reallocate */
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   745
	if (specindex == st->num_specs - 1) {
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   746
		for (; st->speclist[st->num_specs - 1].grfid == 0 && st->num_specs > 1; st->num_specs--);
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   747
4190
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   748
		if (st->num_specs > 1) {
5860
7fdc9b423ba1 (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
KUDr
parents: 5838
diff changeset
   749
			st->speclist = ReallocT(st->speclist, st->num_specs);
4190
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   750
		} else {
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   751
			free(st->speclist);
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   752
			st->num_specs = 0;
24d5420b6242 (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
tron
parents: 4182
diff changeset
   753
			st->speclist  = NULL;
3587
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   754
		}
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   755
	}
2eb52db0b872 (svn r4473) - Newstations:
peter1138
parents: 3573
diff changeset
   756
}
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   757
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   758
/** Draw representation of a station tile for GUI purposes.
6977
67b989528f3d (svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
parents: 6956
diff changeset
   759
 * @param x Position x of image.
67b989528f3d (svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
parents: 6956
diff changeset
   760
 * @param y Position y of image.
67b989528f3d (svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
parents: 6956
diff changeset
   761
 * @param axis Axis.
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   762
 * @param railtype Rail type.
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   763
 * @param sclass, station Type of station.
6977
67b989528f3d (svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
parents: 6956
diff changeset
   764
 * @param station station ID
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   765
 * @return True if the tile was drawn (allows for fallback to default graphic)
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   766
 */
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   767
bool DrawStationTile(int x, int y, RailType railtype, Axis axis, StationClassID sclass, uint station)
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   768
{
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   769
	const StationSpec *statspec;
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   770
	const DrawTileSprites *sprites;
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   771
	const DrawTileSeqStruct *seq;
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   772
	const RailtypeInfo *rti = GetRailTypeInfo(railtype);
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   773
	SpriteID relocation;
5919
2b58160d667d (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents: 5860
diff changeset
   774
	SpriteID image;
2b58160d667d (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents: 5860
diff changeset
   775
	SpriteID pal = PLAYER_SPRITE_COLOR(_local_player);
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   776
	uint tile = 2;
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   777
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   778
	statspec = GetCustomStationSpec(sclass, station);
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   779
	if (statspec == NULL) return false;
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   780
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   781
	relocation = GetCustomStationRelocation(statspec, NULL, INVALID_TILE);
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   782
8424
4a488a90ccab (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
skidd13
parents: 8418
diff changeset
   783
	if (HasBit(statspec->callbackmask, CBM_STATION_SPRITE_LAYOUT)) {
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   784
		uint16 callback = GetStationCallback(CBID_STATION_SPRITE_LAYOUT, 0x2110000, 0, statspec, NULL, INVALID_TILE);
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   785
		if (callback != CALLBACK_FAILED) tile = callback;
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   786
	}
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   787
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   788
	if (statspec->renderdata == NULL) {
7768
2060e8d65a72 (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
rubidium
parents: 7726
diff changeset
   789
		sprites = GetStationTileLayout(STATION_RAIL, tile + axis);
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   790
	} else {
5838
9c3129cb019b (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents: 5835
diff changeset
   791
		sprites = &statspec->renderdata[(tile < statspec->tiles) ? tile + axis : (uint)axis];
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   792
	}
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   793
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   794
	image = sprites->ground_sprite;
8424
4a488a90ccab (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
skidd13
parents: 8418
diff changeset
   795
	if (HasBit(image, SPRITE_MODIFIER_USE_OFFSET)) {
3775
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   796
		image += GetCustomStationGroundRelocation(statspec, NULL, INVALID_TILE);
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   797
		image += rti->custom_ground_offset;
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   798
	} else {
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   799
		image += rti->total_offset;
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   800
	}
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   801
5919
2b58160d667d (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents: 5860
diff changeset
   802
	DrawSprite(image, PAL_NONE, x, y);
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   803
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   804
	foreach_draw_tile_seq(seq, sprites->seq) {
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   805
		Point pt;
3775
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   806
		image = seq->image;
8424
4a488a90ccab (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
skidd13
parents: 8418
diff changeset
   807
		if (HasBit(image, SPRITE_MODIFIER_USE_OFFSET)) {
3775
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   808
			image += rti->total_offset;
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   809
		} else {
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   810
			image += relocation;
f3f1ba3111fa (svn r4767) - Newstations: fix loading / use of custom ground sprites
peter1138
parents: 3766
diff changeset
   811
		}
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   812
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   813
		if ((byte)seq->delta_z != 0x80) {
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   814
			pt = RemapCoords(seq->delta_x, seq->delta_y, seq->delta_z);
5919
2b58160d667d (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents: 5860
diff changeset
   815
			DrawSprite(image, pal, x + pt.x, y + pt.y);
3764
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   816
		}
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   817
	}
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   818
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   819
	return true;
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   820
}
ebcaf412fb3a (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
peter1138
parents: 3758
diff changeset
   821
4206
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   822
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   823
static const StationSpec* GetStationSpec(TileIndex t)
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   824
{
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   825
	const Station* st;
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   826
	uint specindex;
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   827
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   828
	if (!IsCustomStationSpecIndex(t)) return NULL;
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   829
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   830
	st = GetStationByTile(t);
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   831
	specindex = GetCustomStationSpecIndex(t);
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   832
	return specindex < st->num_specs ? st->speclist[specindex].spec : NULL;
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   833
}
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   834
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   835
3766
f0077e6b6f99 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass.
peter1138
parents: 3765
diff changeset
   836
/* Check if a rail station tile is traversable.
f0077e6b6f99 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass.
peter1138
parents: 3765
diff changeset
   837
 * XXX This could be cached (during build) in the map array to save on all the dereferencing */
f0077e6b6f99 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass.
peter1138
parents: 3765
diff changeset
   838
bool IsStationTileBlocked(TileIndex tile)
f0077e6b6f99 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass.
peter1138
parents: 3765
diff changeset
   839
{
4206
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   840
	const StationSpec* statspec = GetStationSpec(tile);
3766
f0077e6b6f99 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass.
peter1138
parents: 3765
diff changeset
   841
8424
4a488a90ccab (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
skidd13
parents: 8418
diff changeset
   842
	return statspec != NULL && HasBit(statspec->blocked, GetStationGfx(tile));
3766
f0077e6b6f99 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass.
peter1138
parents: 3765
diff changeset
   843
}
3789
bf75e48227de (svn r4785) - Newstations: don't draw catenary on non-track tiles
glx
parents: 3787
diff changeset
   844
bf75e48227de (svn r4785) - Newstations: don't draw catenary on non-track tiles
glx
parents: 3787
diff changeset
   845
/* Check if a rail station tile is electrifiable.
bf75e48227de (svn r4785) - Newstations: don't draw catenary on non-track tiles
glx
parents: 3787
diff changeset
   846
 * XXX This could be cached (during build) in the map array to save on all the dereferencing */
bf75e48227de (svn r4785) - Newstations: don't draw catenary on non-track tiles
glx
parents: 3787
diff changeset
   847
bool IsStationTileElectrifiable(TileIndex tile)
bf75e48227de (svn r4785) - Newstations: don't draw catenary on non-track tiles
glx
parents: 3787
diff changeset
   848
{
4206
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   849
	const StationSpec* statspec = GetStationSpec(tile);
3789
bf75e48227de (svn r4785) - Newstations: don't draw catenary on non-track tiles
glx
parents: 3787
diff changeset
   850
4206
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   851
	return
599a0c60e964 (svn r5690) Factor common code to reduce code duplication
tron
parents: 4205
diff changeset
   852
		statspec == NULL ||
8424
4a488a90ccab (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
skidd13
parents: 8418
diff changeset
   853
		HasBit(statspec->pylons, GetStationGfx(tile)) ||
4a488a90ccab (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
skidd13
parents: 8418
diff changeset
   854
		!HasBit(statspec->wires, GetStationGfx(tile));
3789
bf75e48227de (svn r4785) - Newstations: don't draw catenary on non-track tiles
glx
parents: 3787
diff changeset
   855
}