(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
This commit is contained in:
@@ -128,6 +128,28 @@ enum Sprites {
|
||||
SPR_TRUCK_STOP_DT_X_W = SPR_ROADSTOP_BASE + 6,
|
||||
SPR_TRUCK_STOP_DT_X_E = SPR_ROADSTOP_BASE + 7,
|
||||
|
||||
SPR_GROUP_BASE = SPR_ROADSTOP_BASE + 8, // The sprites used for the group interface
|
||||
SPR_GROUP_CREATE_TRAIN = SPR_GROUP_BASE,
|
||||
SPR_GROUP_CREATE_ROADVEH = SPR_GROUP_BASE + 1,
|
||||
SPR_GROUP_CREATE_SHIP = SPR_GROUP_BASE + 2,
|
||||
SPR_GROUP_CREATE_AIRCRAFT = SPR_GROUP_BASE + 3,
|
||||
SPR_GROUP_DELETE_TRAIN = SPR_GROUP_BASE + 4,
|
||||
SPR_GROUP_DELETE_ROADVEH = SPR_GROUP_BASE + 5,
|
||||
SPR_GROUP_DELETE_SHIP = SPR_GROUP_BASE + 6,
|
||||
SPR_GROUP_DELETE_AIRCRAFT = SPR_GROUP_BASE + 7,
|
||||
SPR_GROUP_RENAME_TRAIN = SPR_GROUP_BASE + 8,
|
||||
SPR_GROUP_RENAME_ROADVEH = SPR_GROUP_BASE + 9,
|
||||
SPR_GROUP_RENAME_SHIP = SPR_GROUP_BASE + 10,
|
||||
SPR_GROUP_RENAME_AIRCRAFT = SPR_GROUP_BASE + 11,
|
||||
SPR_GROUP_REPLACE_ON_TRAIN = SPR_GROUP_BASE + 12,
|
||||
SPR_GROUP_REPLACE_ON_ROADVEH = SPR_GROUP_BASE + 13,
|
||||
SPR_GROUP_REPLACE_ON_SHIP = SPR_GROUP_BASE + 14,
|
||||
SPR_GROUP_REPLACE_ON_AIRCRAFT = SPR_GROUP_BASE + 15,
|
||||
SPR_GROUP_REPLACE_OFF_TRAIN = SPR_GROUP_BASE + 16,
|
||||
SPR_GROUP_REPLACE_OFF_ROADVEH = SPR_GROUP_BASE + 17,
|
||||
SPR_GROUP_REPLACE_OFF_SHIP = SPR_GROUP_BASE + 18,
|
||||
SPR_GROUP_REPLACE_OFF_AIRCRAFT = SPR_GROUP_BASE + 19,
|
||||
|
||||
/* Manager face sprites */
|
||||
SPR_GRADIENT = 874, // background gradient behind manager face
|
||||
|
||||
|
Reference in New Issue
Block a user