2020-04-19 16:34:08 +00:00
|
|
|
#pragma once
|
2020-06-27 21:01:51 +00:00
|
|
|
#ifdef PS2_MENU
|
|
|
|
#include "Frontend_PS2.h"
|
|
|
|
#else
|
2019-05-30 19:24:47 +00:00
|
|
|
|
|
|
|
#include "Sprite2d.h"
|
2020-11-23 22:25:44 +00:00
|
|
|
#include "Timer.h"
|
2019-05-30 19:24:47 +00:00
|
|
|
|
2020-05-19 11:07:24 +00:00
|
|
|
#define MENUHEADER_POS_X 10.0f
|
|
|
|
#define MENUHEADER_POS_Y 10.0f
|
2020-06-01 14:52:40 +00:00
|
|
|
#define MENUHEADER_HEIGHT 2.0f
|
|
|
|
#define MENUHEADER_WIDTH 1.0f
|
|
|
|
|
|
|
|
#define MENU_UNK_X_MARGIN 10.0f
|
2019-06-25 00:34:29 +00:00
|
|
|
|
2020-04-04 11:39:58 +00:00
|
|
|
#define MENUACTION_SCALE_MULT 0.9f
|
2019-06-25 00:34:29 +00:00
|
|
|
|
2020-06-01 14:52:40 +00:00
|
|
|
#define MENULABEL_X_MARGIN 80.0f
|
|
|
|
#define MENULABEL_POS_X 100.0f
|
|
|
|
#define MENULABEL_POS_Y 97.0f
|
2019-06-25 00:34:29 +00:00
|
|
|
|
2020-06-01 14:52:40 +00:00
|
|
|
#define MENU_DEFAULT_CONTENT_X 320
|
|
|
|
#define MENU_DEFAULT_CONTENT_Y 100
|
|
|
|
#define MENU_DEFAULT_LINE_HEIGHT 29
|
2019-06-25 00:34:29 +00:00
|
|
|
|
2020-11-14 14:46:12 +00:00
|
|
|
#define MENURADIO_ICON_FIRST_X 238.f
|
|
|
|
#define MENURADIO_ICON_Y 288.0f
|
|
|
|
#define MENURADIO_ICON_SIZE 60.0f
|
|
|
|
#define MENURADIO_SELECTOR_START_Y 285.f // other options should leave room on the screen
|
|
|
|
#define MENURADIO_SELECTOR_HEIGHT 65.f
|
2020-06-01 14:52:40 +00:00
|
|
|
|
|
|
|
#define MENUSLIDER_X 500.0f
|
|
|
|
#define MENUSLIDER_UNK 100.0f
|
|
|
|
#define MENUSLIDER_SMALLEST_BAR 8.0f
|
|
|
|
#define MENUSLIDER_BIGGEST_BAR 25.0f
|
|
|
|
|
|
|
|
#define BIGTEXT2_X_SCALE 0.6f
|
|
|
|
#define BIGTEXT2_Y_SCALE 1.2f
|
|
|
|
#define BIGTEXT_X_SCALE 0.6f
|
|
|
|
#define BIGTEXT_Y_SCALE 1.0f
|
|
|
|
#define MEDIUMTEXT_X_SCALE 0.48f
|
|
|
|
#define MEDIUMTEXT_Y_SCALE 1.0f
|
|
|
|
#define SMALLTEXT_X_SCALE 0.42f
|
|
|
|
#define SMALLTEXT_Y_SCALE 0.9f
|
|
|
|
#define SMALLESTTEXT_X_SCALE 0.3f
|
|
|
|
#define SMALLESTTEXT_Y_SCALE 0.7f
|
2020-04-04 11:39:58 +00:00
|
|
|
|
2020-10-25 15:01:09 +00:00
|
|
|
#define PLAYERSETUP_LIST_TOP 58.0f
|
|
|
|
#define PLAYERSETUP_LIST_BOTTOM 95.0f
|
2020-04-04 11:39:58 +00:00
|
|
|
#define PLAYERSETUP_LIST_LEFT 200.0f
|
|
|
|
#define PLAYERSETUP_LIST_RIGHT 36.0f
|
|
|
|
#ifdef FIX_BUGS // See the scrollbar button drawing code
|
|
|
|
#define PLAYERSETUP_SCROLLBAR_WIDTH 19.0f
|
|
|
|
#else
|
|
|
|
#define PLAYERSETUP_SCROLLBAR_WIDTH 16.0f
|
|
|
|
#endif
|
|
|
|
#define PLAYERSETUP_SCROLLBUTTON_HEIGHT 17.0f
|
|
|
|
#define PLAYERSETUP_SCROLLBUTTON_TXD_DIMENSION 64
|
|
|
|
#define PLAYERSETUP_ROW_TEXT_X_SCALE 0.4f
|
|
|
|
#define PLAYERSETUP_ROW_TEXT_Y_SCALE 0.6f
|
|
|
|
#define PLAYERSETUP_SKIN_COLUMN_LEFT 220.0f
|
|
|
|
#define PLAYERSETUP_DATE_COLUMN_RIGHT 56.0f
|
2020-10-25 15:01:09 +00:00
|
|
|
#define PLAYERSETUP_LIST_BODY_TOP 77
|
2020-04-04 11:39:58 +00:00
|
|
|
#define PLAYERSETUP_ROW_HEIGHT 9
|
|
|
|
|
2020-07-06 13:38:00 +00:00
|
|
|
#define STATS_ROW_HEIGHT 17.0f
|
|
|
|
#define STATS_ROW_LEFT_MARGIN 110.0f
|
|
|
|
#define STATS_ROW_RIGHT_MARGIN 113.0f
|
|
|
|
#define STATS_TOP_Y 135.0f // Just faded in
|
|
|
|
#define STATS_BOTTOM_Y 300.0f // Starts to fade out after that
|
|
|
|
#define STATS_FADING_AREA_LENGTH 50.0f
|
|
|
|
#define STATS_VISIBLE_START_Y (STATS_TOP_Y - 10.f)
|
|
|
|
#define STATS_VISIBLE_END_Y (STATS_BOTTOM_Y + 21.f)
|
|
|
|
#define STATS_RATING_X 320.0f
|
|
|
|
#define STATS_RATING_Y_1 85.0f
|
|
|
|
#define STATS_RATING_Y_2 110.0f
|
|
|
|
|
|
|
|
#define BRIEFS_TOP_MARGIN 140.0f
|
|
|
|
#define BRIEFS_BOTTOM_MARGIN 280.0f
|
|
|
|
#define BRIEFS_LINE_X 100.0f
|
|
|
|
#define BRIEFS_LINE_HEIGHT 20.0f
|
|
|
|
#define BRIEFS_LINE_SPACING 10.0f
|
2020-04-17 18:22:33 +00:00
|
|
|
|
2020-04-10 15:06:49 +00:00
|
|
|
#define CONTSETUP_STANDARD_ROW_HEIGHT 10.7f
|
|
|
|
#define CONTSETUP_CLASSIC_ROW_HEIGHT 9.0f
|
|
|
|
#define CONTSETUP_BOUND_HIGHLIGHT_HEIGHT 10
|
|
|
|
#define CONTSETUP_BOUND_COLUMN_WIDTH 190.0f
|
2020-11-29 16:19:50 +00:00
|
|
|
#define CONTSETUP_LIST_TOP 58.0f
|
2020-04-10 15:06:49 +00:00
|
|
|
#define CONTSETUP_LIST_RIGHT 18.0f
|
2020-11-29 16:19:50 +00:00
|
|
|
#define CONTSETUP_LIST_BOTTOM 78.0f
|
|
|
|
#define CONTSETUP_LIST_LEFT 30.0f
|
2020-04-10 15:06:49 +00:00
|
|
|
#define CONTSETUP_COLUMN_1_X 40.0f
|
|
|
|
#define CONTSETUP_COLUMN_2_X 210.0f
|
|
|
|
#define CONTSETUP_COLUMN_3_X (CONTSETUP_COLUMN_2_X + CONTSETUP_BOUND_COLUMN_WIDTH + 10.0f)
|
|
|
|
#define CONTSETUP_BACK_RIGHT 35.0f
|
2020-11-29 16:19:50 +00:00
|
|
|
#define CONTSETUP_BACK_BOTTOM 82.0f
|
2020-04-10 15:06:49 +00:00
|
|
|
#define CONTSETUP_BACK_HEIGHT 25.0f
|
|
|
|
|
2020-06-01 14:52:40 +00:00
|
|
|
enum
|
|
|
|
{
|
|
|
|
MENUALIGN_LEFT = 1,
|
|
|
|
MENUALIGN_RIGHT,
|
|
|
|
MENUALIGN_CENTER,
|
|
|
|
};
|
|
|
|
|
2019-06-25 12:25:39 +00:00
|
|
|
enum eMenuSprites
|
|
|
|
{
|
2020-05-19 07:07:15 +00:00
|
|
|
MENUSPRITE_BACKGROUND,
|
|
|
|
MENUSPRITE_VCLOGO,
|
2019-06-25 12:25:39 +00:00
|
|
|
MENUSPRITE_MOUSE,
|
2020-05-19 07:07:15 +00:00
|
|
|
MENUSPRITE_MAPTOP01,
|
|
|
|
MENUSPRITE_MAPTOP02,
|
|
|
|
MENUSPRITE_MAPTOP03,
|
|
|
|
MENUSPRITE_MAPMID01,
|
|
|
|
MENUSPRITE_MAPMID02,
|
|
|
|
MENUSPRITE_MAPMID03,
|
|
|
|
MENUSPRITE_MAPBOT01,
|
|
|
|
MENUSPRITE_MAPBOT02,
|
|
|
|
MENUSPRITE_MAPBOT03,
|
|
|
|
MENUSPRITE_WILDSTYLE,
|
|
|
|
MENUSPRITE_FLASH,
|
|
|
|
MENUSPRITE_KCHAT,
|
|
|
|
MENUSPRITE_FEVER,
|
|
|
|
MENUSPRITE_VROCK,
|
|
|
|
MENUSPRITE_VCPR,
|
|
|
|
MENUSPRITE_ESPANTOSO,
|
|
|
|
MENUSPRITE_EMOTION,
|
|
|
|
MENUSPRITE_WAVE,
|
|
|
|
MENUSPRITE_MP3,
|
2019-06-25 12:25:39 +00:00
|
|
|
MENUSPRITE_DOWNOFF,
|
|
|
|
MENUSPRITE_DOWNON,
|
|
|
|
MENUSPRITE_UPOFF,
|
|
|
|
MENUSPRITE_UPON,
|
2020-04-06 23:15:55 +00:00
|
|
|
NUM_MENU_SPRITES
|
2019-06-25 00:34:29 +00:00
|
|
|
};
|
|
|
|
|
2019-06-25 12:25:39 +00:00
|
|
|
enum eSaveSlot
|
|
|
|
{
|
|
|
|
SAVESLOT_NONE,
|
2019-06-25 18:48:05 +00:00
|
|
|
SAVESLOT_0,
|
2019-06-25 12:25:39 +00:00
|
|
|
SAVESLOT_1,
|
|
|
|
SAVESLOT_2,
|
|
|
|
SAVESLOT_3,
|
|
|
|
SAVESLOT_4,
|
|
|
|
SAVESLOT_5,
|
|
|
|
SAVESLOT_6,
|
|
|
|
SAVESLOT_7,
|
|
|
|
SAVESLOT_8,
|
|
|
|
SAVESLOT_LABEL = 36
|
2019-06-25 00:34:29 +00:00
|
|
|
};
|
|
|
|
|
2019-06-25 12:25:39 +00:00
|
|
|
enum eMenuScreen
|
|
|
|
{
|
|
|
|
MENUPAGE_DISABLED = -1,
|
2020-06-01 14:52:40 +00:00
|
|
|
MENUPAGE_STATS = 0,
|
|
|
|
MENUPAGE_NEW_GAME = 1,
|
|
|
|
MENUPAGE_BRIEFS = 2,
|
|
|
|
MENUPAGE_SOUND_SETTINGS = 3,
|
2020-08-19 20:34:33 +00:00
|
|
|
MENUPAGE_DISPLAY_SETTINGS = 4,
|
2020-06-01 14:52:40 +00:00
|
|
|
MENUPAGE_LANGUAGE_SETTINGS = 5,
|
|
|
|
MENUPAGE_MAP = 6,
|
|
|
|
MENUPAGE_NEW_GAME_RELOAD = 7,
|
2019-06-25 12:25:39 +00:00
|
|
|
MENUPAGE_CHOOSE_LOAD_SLOT = 8,
|
|
|
|
MENUPAGE_CHOOSE_DELETE_SLOT = 9,
|
2020-06-01 14:52:40 +00:00
|
|
|
MENUPAGE_LOAD_SLOT_CONFIRM = 10,
|
|
|
|
MENUPAGE_DELETE_SLOT_CONFIRM = 11,
|
|
|
|
MENUPAGE_LOADING_IN_PROGRESS = 12,
|
|
|
|
MENUPAGE_DELETING_IN_PROGRESS = 13,
|
|
|
|
MENUPAGE_DELETE_SUCCESSFUL = 14,
|
|
|
|
MENUPAGE_CHOOSE_SAVE_SLOT = 15,
|
|
|
|
MENUPAGE_SAVE_OVERWRITE_CONFIRM = 16,
|
|
|
|
MENUPAGE_SAVING_IN_PROGRESS = 17,
|
|
|
|
MENUPAGE_SAVE_SUCCESSFUL = 18,
|
|
|
|
MENUPAGE_SAVE_CUSTOM_WARNING = 19,
|
|
|
|
MENUPAGE_SAVE_CHEAT_WARNING = 20,
|
|
|
|
MENUPAGE_SKIN_SELECT = 21,
|
|
|
|
MENUPAGE_SAVE_UNUSED = 22,
|
|
|
|
MENUPAGE_SAVE_FAILED = 23,
|
|
|
|
MENUPAGE_SAVE_FAILED_2 = 24,
|
|
|
|
MENUPAGE_LOAD_FAILED = 25,
|
|
|
|
MENUPAGE_CONTROLLER_PC = 26,
|
|
|
|
MENUPAGE_OPTIONS = 27,
|
|
|
|
MENUPAGE_EXIT = 28,
|
|
|
|
MENUPAGE_START_MENU = 29,
|
|
|
|
MENUPAGE_KEYBOARD_CONTROLS = 30,
|
|
|
|
MENUPAGE_MOUSE_CONTROLS = 31,
|
|
|
|
MENUPAGE_PAUSE_MENU = 32,
|
|
|
|
MENUPAGE_NONE = 33, // Then chooses main menu or pause menu
|
|
|
|
MENUPAGE_OUTRO = 34,
|
|
|
|
#ifdef LEGACY_MENU_OPTIONS
|
|
|
|
MENUPAGE_CONTROLLER_SETTINGS,
|
|
|
|
MENUPAGE_DEBUG_MENU,
|
|
|
|
MENUPAGE_CONTROLLER_PC_OLD1,
|
|
|
|
MENUPAGE_CONTROLLER_PC_OLD2,
|
|
|
|
MENUPAGE_CONTROLLER_PC_OLD3,
|
|
|
|
MENUPAGE_CONTROLLER_PC_OLD4,
|
|
|
|
MENUPAGE_CONTROLLER_DEBUG,
|
2020-08-15 22:37:09 +00:00
|
|
|
#endif
|
|
|
|
#ifdef GRAPHICS_MENU_OPTIONS
|
|
|
|
MENUPAGE_GRAPHICS_SETTINGS,
|
2020-04-06 23:15:55 +00:00
|
|
|
#endif
|
2019-06-25 12:25:39 +00:00
|
|
|
MENUPAGES
|
2019-06-14 23:34:19 +00:00
|
|
|
};
|
|
|
|
|
2019-06-25 12:25:39 +00:00
|
|
|
enum eMenuAction
|
|
|
|
{
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_NOTHING,
|
|
|
|
MENUACTION_LABEL,
|
2020-06-01 14:52:40 +00:00
|
|
|
MENUACTION_YES,
|
|
|
|
MENUACTION_NO,
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_CHANGEMENU,
|
2020-06-06 14:19:36 +00:00
|
|
|
MENUACTION_INVERTPADY,
|
2020-10-07 21:21:44 +00:00
|
|
|
MENUACTION_CTRLDISPLAY,
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_FRAMESYNC,
|
|
|
|
MENUACTION_FRAMELIMIT,
|
|
|
|
MENUACTION_TRAILS,
|
|
|
|
MENUACTION_SUBTITLES,
|
|
|
|
MENUACTION_WIDESCREEN,
|
|
|
|
MENUACTION_BRIGHTNESS,
|
|
|
|
MENUACTION_MUSICVOLUME,
|
|
|
|
MENUACTION_SFXVOLUME,
|
|
|
|
MENUACTION_RADIO,
|
|
|
|
MENUACTION_LANG_ENG,
|
|
|
|
MENUACTION_LANG_FRE,
|
|
|
|
MENUACTION_LANG_GER,
|
2019-06-25 12:25:39 +00:00
|
|
|
MENUACTION_LANG_ITA,
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_LANG_SPA,
|
2020-03-17 18:03:13 +00:00
|
|
|
MENUACTION_POPULATESLOTS_CHANGEMENU,
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_CHECKSAVE,
|
|
|
|
MENUACTION_NEWGAME,
|
2020-06-01 14:52:40 +00:00
|
|
|
MENUACTION_RESUME_FROM_SAVEZONE,
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_RELOADIDE,
|
|
|
|
MENUACTION_SETDBGFLAG,
|
2020-06-01 14:52:40 +00:00
|
|
|
MENUACTION_LOADRADIO,
|
|
|
|
MENUACTION_SAVEGAME,
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_SWITCHBIGWHITEDEBUGLIGHT,
|
|
|
|
MENUACTION_COLLISIONPOLYS,
|
2020-06-01 14:52:40 +00:00
|
|
|
MENUACTION_LEGENDS,
|
|
|
|
MENUACTION_RADARMODE,
|
|
|
|
MENUACTION_HUD,
|
|
|
|
MENUACTION_GOBACK,
|
|
|
|
MENUACTION_KEYBOARDCTRLS,
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_GETKEY,
|
|
|
|
MENUACTION_SHOWHEADBOB,
|
2020-09-29 19:53:12 +00:00
|
|
|
MENUACTION_UNK38, // MENUACTION_PARSEHEAP? MENUACTION_DEBUGSTREAM? MENUACTION_MEMCARDSAVECONFIRM?
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_INVVERT,
|
2020-03-17 18:03:13 +00:00
|
|
|
MENUACTION_CANCELGAME,
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_RESUME,
|
2020-03-17 18:03:13 +00:00
|
|
|
MENUACTION_DONTCANCEL,
|
2019-06-25 06:19:47 +00:00
|
|
|
MENUACTION_SCREENRES,
|
|
|
|
MENUACTION_AUDIOHW,
|
|
|
|
MENUACTION_SPEAKERCONF,
|
|
|
|
MENUACTION_PLAYERSETUP,
|
|
|
|
MENUACTION_RESTOREDEF,
|
|
|
|
MENUACTION_CTRLMETHOD,
|
|
|
|
MENUACTION_DYNAMICACOUSTIC,
|
|
|
|
MENUACTION_MOUSESTEER,
|
2020-09-29 19:53:12 +00:00
|
|
|
MENUACTION_DRAWDIST,
|
|
|
|
MENUACTION_MOUSESENS,
|
|
|
|
MENUACTION_MP3VOLUMEBOOST,
|
2020-05-01 18:08:39 +00:00
|
|
|
#ifdef IMPROVED_VIDEOMODE
|
2020-08-15 22:37:09 +00:00
|
|
|
MENUACTION_SCREENFORMAT,
|
2020-05-21 10:06:09 +00:00
|
|
|
#endif
|
2020-06-06 14:19:36 +00:00
|
|
|
#ifdef LEGACY_MENU_OPTIONS
|
|
|
|
MENUACTION_CTRLVIBRATION,
|
|
|
|
MENUACTION_CTRLCONFIG,
|
2020-05-01 18:08:39 +00:00
|
|
|
#endif
|
2020-08-15 22:37:09 +00:00
|
|
|
#ifdef ANISOTROPIC_FILTERING
|
|
|
|
MENUACTION_MIPMAPS,
|
|
|
|
MENUACTION_TEXTURE_FILTERING,
|
|
|
|
#endif
|
|
|
|
#ifdef MULTISAMPLING
|
|
|
|
MENUACTION_MULTISAMPLING,
|
|
|
|
#endif
|
2020-08-16 14:26:44 +00:00
|
|
|
#ifdef NO_ISLAND_LOADING
|
|
|
|
MENUACTION_ISLANDLOADING,
|
|
|
|
#endif
|
|
|
|
#ifdef PS2_ALPHA_TEST
|
|
|
|
MENUACTION_PS2_ALPHA_TEST,
|
|
|
|
#endif
|
2020-08-15 22:37:09 +00:00
|
|
|
#ifdef CUTSCENE_BORDERS_SWITCH
|
|
|
|
MENUACTION_CUTSCENEBORDERS,
|
|
|
|
#endif
|
2019-06-25 06:19:47 +00:00
|
|
|
};
|
|
|
|
|
2019-06-25 12:25:39 +00:00
|
|
|
enum eCheckHover
|
|
|
|
{
|
2019-07-10 07:57:08 +00:00
|
|
|
HOVEROPTION_0,
|
|
|
|
HOVEROPTION_1,
|
2020-03-17 18:03:13 +00:00
|
|
|
HOVEROPTION_RANDOM_ITEM,
|
2019-07-10 07:57:08 +00:00
|
|
|
HOVEROPTION_3,
|
|
|
|
HOVEROPTION_4,
|
|
|
|
HOVEROPTION_5,
|
|
|
|
HOVEROPTION_6,
|
|
|
|
HOVEROPTION_7,
|
|
|
|
HOVEROPTION_8,
|
2020-04-04 11:39:58 +00:00
|
|
|
HOVEROPTION_BACK, // also layer in controller setup and skin menu
|
2019-07-10 07:57:08 +00:00
|
|
|
HOVEROPTION_10,
|
|
|
|
HOVEROPTION_11,
|
2020-03-17 18:03:13 +00:00
|
|
|
HOVEROPTION_OVER_SCROLL_UP,
|
|
|
|
HOVEROPTION_OVER_SCROLL_DOWN,
|
|
|
|
HOVEROPTION_CLICKED_SCROLL_UP,
|
|
|
|
HOVEROPTION_CLICKED_SCROLL_DOWN,
|
|
|
|
HOVEROPTION_HOLDING_SCROLLBAR,
|
|
|
|
HOVEROPTION_PAGEUP,
|
|
|
|
HOVEROPTION_PAGEDOWN,
|
2020-04-04 11:39:58 +00:00
|
|
|
HOVEROPTION_LIST, // also layer in controller setup and skin menu
|
|
|
|
HOVEROPTION_SKIN,
|
|
|
|
HOVEROPTION_USESKIN, // also layer in controller setup and skin menu
|
2020-11-14 14:46:12 +00:00
|
|
|
HOVEROPTION_NEXT_RADIO,
|
|
|
|
HOVEROPTION_PREV_RADIO,
|
2020-03-17 18:03:13 +00:00
|
|
|
HOVEROPTION_INCREASE_BRIGHTNESS,
|
2020-01-07 14:23:09 +00:00
|
|
|
HOVEROPTION_DECREASE_BRIGHTNESS,
|
|
|
|
HOVEROPTION_INCREASE_DRAWDIST,
|
|
|
|
HOVEROPTION_DECREASE_DRAWDIST,
|
|
|
|
HOVEROPTION_INCREASE_MUSICVOLUME,
|
|
|
|
HOVEROPTION_DECREASE_MUSICVOLUME,
|
|
|
|
HOVEROPTION_INCREASE_SFXVOLUME,
|
|
|
|
HOVEROPTION_DECREASE_SFXVOLUME,
|
|
|
|
HOVEROPTION_INCREASE_MOUSESENS,
|
|
|
|
HOVEROPTION_DECREASE_MOUSESENS,
|
2020-08-14 19:41:04 +00:00
|
|
|
HOVEROPTION_INCREASE_MP3BOOST,
|
|
|
|
HOVEROPTION_DECREASE_MP3BOOST,
|
2020-03-17 18:03:13 +00:00
|
|
|
HOVEROPTION_NOT_HOVERING,
|
2019-06-25 00:34:29 +00:00
|
|
|
};
|
|
|
|
|
2019-07-14 10:46:36 +00:00
|
|
|
enum
|
2019-06-25 12:25:39 +00:00
|
|
|
{
|
2020-06-01 14:52:40 +00:00
|
|
|
#ifdef LEGACY_MENU_OPTIONS
|
2020-06-03 13:16:31 +00:00
|
|
|
NUM_MENUROWS = 14,
|
2020-06-01 14:52:40 +00:00
|
|
|
#else
|
|
|
|
NUM_MENUROWS = 12,
|
|
|
|
#endif
|
2019-06-25 12:25:39 +00:00
|
|
|
};
|
|
|
|
|
2019-10-27 03:17:30 +00:00
|
|
|
enum eControlMethod
|
|
|
|
{
|
2020-04-02 10:48:01 +00:00
|
|
|
CONTROL_STANDARD = 0,
|
2019-10-27 03:17:30 +00:00
|
|
|
CONTROL_CLASSIC,
|
|
|
|
};
|
|
|
|
|
2020-04-04 11:39:58 +00:00
|
|
|
// Why??
|
|
|
|
enum ControllerSetupColumn
|
|
|
|
{
|
|
|
|
CONTSETUP_PED_COLUMN = 0,
|
2020-11-29 16:19:50 +00:00
|
|
|
CONTSETUP_VEHICLE_COLUMN = 16,
|
2020-04-04 11:39:58 +00:00
|
|
|
};
|
|
|
|
|
2019-05-30 19:24:47 +00:00
|
|
|
struct tSkinInfo
|
|
|
|
{
|
2020-04-04 11:39:58 +00:00
|
|
|
int32 skinId;
|
|
|
|
char skinNameDisplayed[256];
|
|
|
|
char skinNameOriginal[256];
|
2019-05-30 19:24:47 +00:00
|
|
|
char date[256];
|
2020-04-04 11:39:58 +00:00
|
|
|
tSkinInfo *nextSkin;
|
2019-05-30 19:24:47 +00:00
|
|
|
};
|
|
|
|
|
2020-03-17 18:03:13 +00:00
|
|
|
struct BottomBarOption
|
|
|
|
{
|
|
|
|
char name[8];
|
|
|
|
int32 screenId;
|
|
|
|
};
|
|
|
|
|
2019-06-25 12:25:39 +00:00
|
|
|
struct CMenuScreen
|
|
|
|
{
|
2019-06-25 00:34:29 +00:00
|
|
|
char m_ScreenName[8];
|
2020-06-01 14:52:40 +00:00
|
|
|
int32 m_PreviousPage; // eMenuScreen
|
|
|
|
int32 m_ParentEntry; // row
|
2019-06-25 00:34:29 +00:00
|
|
|
|
|
|
|
struct CMenuEntry
|
|
|
|
{
|
2019-06-25 12:25:39 +00:00
|
|
|
int32 m_Action; // eMenuAction
|
2019-06-25 00:34:29 +00:00
|
|
|
char m_EntryName[8];
|
2019-06-25 12:25:39 +00:00
|
|
|
int32 m_SaveSlot; // eSaveSlot
|
|
|
|
int32 m_TargetMenu; // eMenuScreen
|
2020-06-01 14:52:40 +00:00
|
|
|
uint16 m_X;
|
|
|
|
uint16 m_Y;
|
|
|
|
uint8 m_Align;
|
2019-07-14 10:46:36 +00:00
|
|
|
} m_aEntries[NUM_MENUROWS];
|
2019-06-25 00:34:29 +00:00
|
|
|
};
|
|
|
|
|
2020-05-21 23:44:01 +00:00
|
|
|
struct MenuTrapezoid
|
|
|
|
{
|
|
|
|
float topLeft_x;
|
|
|
|
float topLeft_y;
|
2020-05-23 23:59:30 +00:00
|
|
|
float topRight_x;
|
|
|
|
float topRight_y;
|
2020-05-21 23:44:01 +00:00
|
|
|
float bottomLeft_x;
|
|
|
|
float bottomLeft_y;
|
|
|
|
float bottomRight_x;
|
|
|
|
float bottomRight_y;
|
|
|
|
float old_topRight_x;
|
|
|
|
float old_topRight_y;
|
|
|
|
float old_topLeft_x;
|
|
|
|
float old_topLeft_y;
|
|
|
|
float old_bottomLeft_x;
|
|
|
|
float old_bottomLeft_y;
|
|
|
|
float old_bottomRight_x;
|
|
|
|
float old_bottomRight_y;
|
|
|
|
float mult_topRight_x;
|
|
|
|
float mult_topRight_y;
|
|
|
|
float mult_topLeft_x;
|
|
|
|
float mult_topLeft_y;
|
|
|
|
float mult_bottomLeft_x;
|
|
|
|
float mult_bottomLeft_y;
|
|
|
|
float mult_bottomRight_x;
|
|
|
|
float mult_bottomRight_y;
|
|
|
|
|
|
|
|
MenuTrapezoid(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) {
|
2020-05-23 23:59:30 +00:00
|
|
|
topLeft_x = x1;
|
|
|
|
topLeft_y = y1;
|
|
|
|
topRight_x = x2;
|
|
|
|
topRight_y = y2;
|
2020-05-21 23:44:01 +00:00
|
|
|
bottomLeft_x = x3;
|
|
|
|
bottomLeft_y = y3;
|
|
|
|
bottomRight_x = x4;
|
|
|
|
bottomRight_y = y4;
|
|
|
|
};
|
2020-05-23 23:59:30 +00:00
|
|
|
|
|
|
|
void SaveCurrentCoors() {
|
|
|
|
old_topLeft_x = topLeft_x;
|
|
|
|
old_topLeft_y = topLeft_y;
|
|
|
|
old_topRight_x = topRight_x;
|
|
|
|
old_topRight_y = topRight_y;
|
|
|
|
old_bottomLeft_x = bottomLeft_x;
|
|
|
|
old_bottomLeft_y = bottomLeft_y;
|
|
|
|
old_bottomRight_x = bottomRight_x;
|
|
|
|
old_bottomRight_y = bottomRight_y;
|
|
|
|
}
|
|
|
|
|
|
|
|
void Translate(int delta) {
|
|
|
|
bottomRight_x = delta * mult_bottomRight_x + old_bottomRight_x;
|
|
|
|
bottomRight_y = delta * mult_bottomRight_y + old_bottomRight_y;
|
|
|
|
bottomLeft_x = delta * mult_bottomLeft_x + old_bottomLeft_x;
|
|
|
|
bottomLeft_y = delta * mult_bottomLeft_y + old_bottomLeft_y;
|
|
|
|
topRight_x = delta * mult_topRight_x + old_topRight_x;
|
|
|
|
topRight_y = delta * mult_topRight_y + old_topRight_y;
|
|
|
|
topLeft_x = delta * mult_topLeft_x + old_topLeft_x;
|
|
|
|
topLeft_y = delta * mult_topLeft_y + old_topLeft_y;
|
|
|
|
}
|
|
|
|
|
|
|
|
void UpdateMultipliers() {
|
|
|
|
mult_bottomRight_x = (bottomRight_x - old_bottomRight_x) / 255.0f;
|
|
|
|
mult_bottomRight_y = (bottomRight_y - old_bottomRight_y) / 255.0f;
|
|
|
|
mult_bottomLeft_x = (bottomLeft_x - old_bottomLeft_x) / 255.0f;
|
|
|
|
mult_bottomLeft_y = (bottomLeft_y - old_bottomLeft_y) / 255.0f;
|
|
|
|
mult_topRight_x = (topRight_x - old_topRight_x) / 255.0f;
|
|
|
|
mult_topRight_y = (topRight_y - old_topRight_y) / 255.0f;
|
|
|
|
mult_topLeft_x = (topLeft_x - old_topLeft_x) / 255.0f;
|
|
|
|
mult_topLeft_y = (topLeft_y - old_topLeft_y) / 255.0f;
|
|
|
|
}
|
2020-05-21 23:44:01 +00:00
|
|
|
};
|
|
|
|
|
2019-05-30 19:24:47 +00:00
|
|
|
class CMenuManager
|
|
|
|
{
|
|
|
|
public:
|
2020-05-21 23:44:01 +00:00
|
|
|
int8 m_StatsScrollDirection;
|
|
|
|
float m_StatsScrollSpeed;
|
|
|
|
uint8 field_8;
|
|
|
|
bool m_PrefsUseVibration;
|
|
|
|
bool m_PrefsShowHud;
|
|
|
|
int32 m_PrefsRadarMode;
|
2020-10-07 21:21:44 +00:00
|
|
|
bool m_DisplayControllerOnFoot;
|
2020-05-21 23:44:01 +00:00
|
|
|
bool m_bShutDownFrontEndRequested;
|
|
|
|
bool m_bStartUpFrontEndRequested;
|
|
|
|
int32 m_KeyPressedCode;
|
|
|
|
int32 m_PrefsBrightness;
|
|
|
|
float m_PrefsLOD;
|
|
|
|
int8 m_PrefsShowSubtitles;
|
|
|
|
int8 m_PrefsShowLegends;
|
|
|
|
int8 m_PrefsUseWideScreen;
|
2020-11-29 16:19:50 +00:00
|
|
|
int8 m_PrefsVsync;
|
2020-05-21 23:44:01 +00:00
|
|
|
int8 m_PrefsVsyncDisp;
|
|
|
|
int8 m_PrefsFrameLimiter;
|
2019-05-30 19:24:47 +00:00
|
|
|
int8 m_nPrefsAudio3DProviderIndex;
|
2020-05-21 23:44:01 +00:00
|
|
|
int8 m_PrefsSpeakers;
|
|
|
|
int8 m_PrefsDMA;
|
2020-07-06 13:38:00 +00:00
|
|
|
int8 m_PrefsSfxVolume;
|
|
|
|
int8 m_PrefsMusicVolume;
|
2020-11-14 14:46:12 +00:00
|
|
|
int8 m_PrefsRadioStation;
|
2020-07-06 13:38:00 +00:00
|
|
|
uint8 m_PrefsStereoMono; // unused except restore settings
|
2020-05-21 23:44:01 +00:00
|
|
|
int32 m_nCurrOption;
|
|
|
|
bool m_bQuitGameNoCD;
|
|
|
|
bool m_bMenuMapActive;
|
|
|
|
bool m_AllowNavigation;
|
|
|
|
uint8 field_37;
|
2019-05-30 19:24:47 +00:00
|
|
|
bool m_bMenuActive;
|
2020-04-08 23:52:38 +00:00
|
|
|
bool m_bWantToRestart;
|
2019-05-30 19:24:47 +00:00
|
|
|
bool m_bFirstTime;
|
2020-05-21 23:44:01 +00:00
|
|
|
bool m_bActivateSaveMenu;
|
|
|
|
bool m_bWantToLoad;
|
|
|
|
float m_fMapSize;
|
|
|
|
float m_fMapCenterX;
|
|
|
|
float m_fMapCenterY;
|
|
|
|
uint32 OS_Language;
|
|
|
|
int32 m_PrefsLanguage;
|
|
|
|
int32 field_54;
|
|
|
|
int8 m_bLanguageLoaded;
|
|
|
|
uint8 m_PrefsAllowNastyGame;
|
|
|
|
uint8 m_PrefsMP3BoostVolume;
|
|
|
|
uint8 m_ControlMethod;
|
|
|
|
int32 m_nPrefsVideoMode;
|
|
|
|
int32 m_nDisplayVideoMode;
|
2019-05-30 19:24:47 +00:00
|
|
|
int32 m_nMouseTempPosX;
|
|
|
|
int32 m_nMouseTempPosY;
|
2020-05-21 23:44:01 +00:00
|
|
|
bool m_bGameNotLoaded;
|
2020-05-23 23:59:30 +00:00
|
|
|
int8 m_lastWorking3DAudioProvider;
|
2020-05-21 23:44:01 +00:00
|
|
|
bool m_bFrontEnd_ReloadObrTxtGxt;
|
|
|
|
int32 *pEditString;
|
|
|
|
uint8 field_74[4];
|
|
|
|
int32 *pControlEdit;
|
|
|
|
bool m_OnlySaveMenu;
|
2020-11-29 16:19:50 +00:00
|
|
|
int32 m_firstStartCounter;
|
2020-05-19 07:07:15 +00:00
|
|
|
CSprite2d m_aFrontEndSprites[NUM_MENU_SPRITES];
|
2020-05-21 23:44:01 +00:00
|
|
|
bool m_bSpritesLoaded;
|
2020-11-14 14:46:12 +00:00
|
|
|
int32 m_LeftMostRadioX;
|
2020-09-29 19:53:12 +00:00
|
|
|
int32 m_ScrollRadioBy;
|
2020-05-21 23:44:01 +00:00
|
|
|
int32 m_nCurrScreen;
|
|
|
|
int32 m_nPrevScreen;
|
|
|
|
int32 m_nCurrSaveSlot;
|
2020-06-01 14:52:40 +00:00
|
|
|
uint32 m_LastScreenSwitch;
|
2020-05-23 13:53:20 +00:00
|
|
|
int32 m_nMenuFadeAlpha;
|
2020-06-01 14:52:40 +00:00
|
|
|
int32 m_nOptionHighlightTransitionBlend;
|
2020-05-21 23:44:01 +00:00
|
|
|
bool bMenuChangeOngoing;
|
|
|
|
int32 MouseButtonJustClicked;
|
|
|
|
int32 JoyButtonJustClicked;
|
|
|
|
bool DisplayComboButtonErrMsg;
|
|
|
|
bool m_NoEmptyBinding;
|
|
|
|
bool m_ShowEmptyBindingError;
|
|
|
|
int32 m_nHelperTextAlpha;
|
2020-03-17 18:03:13 +00:00
|
|
|
bool m_bPressedPgUpOnList;
|
|
|
|
bool m_bPressedPgDnOnList;
|
|
|
|
bool m_bPressedUpOnList;
|
|
|
|
bool m_bPressedDownOnList;
|
|
|
|
bool m_bPressedScrollButton;
|
2020-05-21 23:44:01 +00:00
|
|
|
uint8 field_129;
|
|
|
|
uint8 field_12A;
|
|
|
|
uint8 field_12B;
|
|
|
|
int32 m_nMousePosX;
|
|
|
|
int32 m_nMousePosY;
|
2020-03-17 18:03:13 +00:00
|
|
|
int32 m_nMouseOldPosX;
|
|
|
|
int32 m_nMouseOldPosY;
|
|
|
|
int32 m_nHoverOption;
|
2020-05-21 23:44:01 +00:00
|
|
|
bool m_bShowMouse;
|
2020-07-21 02:59:31 +00:00
|
|
|
int32 m_nOptionMouseHovering;
|
2020-05-21 23:44:01 +00:00
|
|
|
bool m_bStartWaitingForKeyBind;
|
|
|
|
bool m_bWaitingForNewKeyBind;
|
|
|
|
bool m_bKeyChangeNotProcessed;
|
|
|
|
int32 m_CurrCntrlAction;
|
|
|
|
uint8 field_150;
|
|
|
|
uint8 field_151;
|
|
|
|
uint8 field_152;
|
|
|
|
uint8 field_153;
|
|
|
|
int32 m_nSelectedContSetupColumn;
|
|
|
|
bool m_bKeyIsOK;
|
|
|
|
bool field_159;
|
|
|
|
uint8 m_nCurrExLayer;
|
|
|
|
char m_PrefsSkinFile[256];
|
|
|
|
char m_aSkinName[256];
|
|
|
|
uint8 field_35B;
|
|
|
|
int32 m_nHelperTextMsgId;
|
|
|
|
tSkinInfo m_pSkinListHead;
|
|
|
|
tSkinInfo *m_pSelectedSkin;
|
|
|
|
int32 m_nFirstVisibleRowOnList;
|
|
|
|
float m_nScrollbarTopMargin;
|
|
|
|
int32 m_nTotalListRow;
|
|
|
|
int32 m_nSkinsTotal;
|
|
|
|
uint8 field_67C[4];
|
|
|
|
int32 m_nSelectedListRow;
|
|
|
|
bool m_bSkinsEnumerated;
|
2019-05-30 19:24:47 +00:00
|
|
|
|
2020-04-29 16:08:54 +00:00
|
|
|
#ifdef IMPROVED_VIDEOMODE
|
|
|
|
int32 m_nPrefsWidth;
|
|
|
|
int32 m_nPrefsHeight;
|
|
|
|
int32 m_nPrefsDepth;
|
|
|
|
int32 m_nPrefsWindowed;
|
|
|
|
int32 m_nPrefsSubsystem;
|
2020-05-01 18:08:39 +00:00
|
|
|
int32 m_nSelectedScreenMode;
|
2020-04-29 16:08:54 +00:00
|
|
|
#endif
|
2020-08-15 22:37:09 +00:00
|
|
|
#ifdef MULTISAMPLING
|
|
|
|
static int8 m_nPrefsMSAALevel;
|
|
|
|
static int8 m_nDisplayMSAALevel;
|
|
|
|
#endif
|
2020-04-29 16:08:54 +00:00
|
|
|
|
2020-06-27 21:01:51 +00:00
|
|
|
enum LANGUAGE
|
|
|
|
{
|
|
|
|
LANGUAGE_AMERICAN,
|
|
|
|
LANGUAGE_FRENCH,
|
|
|
|
LANGUAGE_GERMAN,
|
|
|
|
LANGUAGE_ITALIAN,
|
|
|
|
LANGUAGE_SPANISH,
|
|
|
|
#ifdef MORE_LANGUAGES
|
|
|
|
LANGUAGE_POLISH,
|
|
|
|
LANGUAGE_RUSSIAN,
|
|
|
|
LANGUAGE_JAPANESE,
|
|
|
|
#endif
|
|
|
|
};
|
2019-10-27 03:17:30 +00:00
|
|
|
bool GetIsMenuActive() {return !!m_bMenuActive;}
|
|
|
|
|
2020-07-11 09:03:56 +00:00
|
|
|
#ifdef CUTSCENE_BORDERS_SWITCH
|
|
|
|
static bool m_PrefsCutsceneBorders;
|
|
|
|
#endif
|
|
|
|
|
2020-04-09 18:50:24 +00:00
|
|
|
#ifndef MASTER
|
|
|
|
static bool m_PrefsMarketing;
|
|
|
|
static bool m_PrefsDisableTutorials;
|
|
|
|
#endif // !MASTER
|
2020-03-31 10:30:13 +00:00
|
|
|
|
2020-05-21 23:44:01 +00:00
|
|
|
CMenuManager(void);
|
|
|
|
~CMenuManager(void) { UnloadTextures(); }
|
2020-03-31 10:30:13 +00:00
|
|
|
|
2020-08-16 14:26:44 +00:00
|
|
|
#ifdef NO_ISLAND_LOADING
|
|
|
|
enum
|
|
|
|
{
|
|
|
|
ISLAND_LOADING_LOW = 0,
|
|
|
|
ISLAND_LOADING_MEDIUM,
|
|
|
|
ISLAND_LOADING_HIGH
|
|
|
|
};
|
|
|
|
|
|
|
|
static int8 m_DisplayIslandLoading;
|
|
|
|
static int8 m_PrefsIslandLoading;
|
2020-08-19 00:31:42 +00:00
|
|
|
|
|
|
|
#define ISLAND_LOADING_IS(p) if (CMenuManager::m_PrefsIslandLoading == CMenuManager::ISLAND_LOADING_##p)
|
|
|
|
#define ISLAND_LOADING_ISNT(p) if (CMenuManager::m_PrefsIslandLoading != CMenuManager::ISLAND_LOADING_##p)
|
|
|
|
#else
|
|
|
|
#define ISLAND_LOADING_IS(p)
|
|
|
|
#define ISLAND_LOADING_ISNT(p)
|
2020-08-16 14:26:44 +00:00
|
|
|
#endif
|
|
|
|
|
2020-11-23 22:25:44 +00:00
|
|
|
#ifdef XBOX_MESSAGE_SCREEN
|
|
|
|
static uint32 m_nDialogHideTimer;
|
|
|
|
static PauseModeTime m_nDialogHideTimerPauseMode;
|
|
|
|
static bool m_bDialogOpen;
|
|
|
|
static wchar *m_pDialogText;
|
|
|
|
static bool m_bSaveWasSuccessful;
|
|
|
|
|
|
|
|
static void SetDialogText(const char*);
|
|
|
|
static bool DialogTextCmp(const char*);
|
|
|
|
static void ToggleDialog(bool);
|
|
|
|
static void SetDialogTimer(uint32);
|
|
|
|
void ProcessDialogTimer(void);
|
|
|
|
void DrawOverlays(void);
|
|
|
|
void CloseDialog(void);
|
|
|
|
#endif
|
|
|
|
|
2020-05-21 23:44:01 +00:00
|
|
|
void Initialise();
|
2020-04-06 23:15:55 +00:00
|
|
|
void PrintMap();
|
2020-05-21 23:44:01 +00:00
|
|
|
void SetFrontEndRenderStates();
|
2019-06-25 00:34:29 +00:00
|
|
|
static void CentreMousePointer();
|
2020-04-10 15:06:49 +00:00
|
|
|
void CheckCodesForControls(int);
|
2019-06-25 00:34:29 +00:00
|
|
|
bool CheckHover(int x1, int x2, int y1, int y2);
|
2019-07-03 15:26:15 +00:00
|
|
|
void CheckSliderMovement(int);
|
2020-07-04 20:50:43 +00:00
|
|
|
void DisplayHelperText(char*);
|
2020-06-01 14:52:40 +00:00
|
|
|
int DisplaySlider(float, float, float, float, float, float, float);
|
2019-06-25 00:34:29 +00:00
|
|
|
void DoSettingsBeforeStartingAGame();
|
2020-06-01 14:52:40 +00:00
|
|
|
void DrawStandardMenus(bool);
|
2020-04-04 11:39:58 +00:00
|
|
|
void DrawControllerBound(int32, int32, int32, int8);
|
2019-06-25 00:34:29 +00:00
|
|
|
void DrawControllerScreenExtraText(int, int, int);
|
|
|
|
void DrawControllerSetupScreen();
|
2020-06-01 14:52:40 +00:00
|
|
|
void DrawQuitGameScreen();
|
2019-06-25 00:34:29 +00:00
|
|
|
void DrawFrontEnd();
|
2020-05-23 23:59:30 +00:00
|
|
|
void DrawBackground(bool transitionCall);
|
2020-09-26 23:36:49 +00:00
|
|
|
void DrawPlayerSetupScreen(bool);
|
2019-06-14 23:34:19 +00:00
|
|
|
int FadeIn(int alpha);
|
2019-06-25 00:34:29 +00:00
|
|
|
int GetStartOptionsCntrlConfigScreens();
|
2020-05-21 23:44:01 +00:00
|
|
|
void InitialiseChangedLanguageSettings();
|
2019-06-25 00:34:29 +00:00
|
|
|
void LoadAllTextures();
|
|
|
|
void LoadSettings();
|
2020-06-01 14:52:40 +00:00
|
|
|
void MessageScreen(const char *str, bool);
|
|
|
|
void SmallMessageScreen(const char *str);
|
2019-06-25 00:34:29 +00:00
|
|
|
void PrintBriefs();
|
|
|
|
static void PrintErrorMessage();
|
|
|
|
void PrintStats();
|
|
|
|
void Process();
|
2020-08-14 19:41:04 +00:00
|
|
|
void ProcessList(bool &optionSelected, bool &goBack);
|
|
|
|
void UserInput();
|
2020-09-29 19:53:12 +00:00
|
|
|
void ProcessUserInput(uint8, uint8, uint8, uint8, int8);
|
2020-11-14 14:46:12 +00:00
|
|
|
void ChangeRadioStation(int8);
|
2020-05-21 23:44:01 +00:00
|
|
|
void ProcessFileActions();
|
2019-06-25 00:34:29 +00:00
|
|
|
void ProcessOnOffMenuOptions();
|
2020-05-21 23:44:01 +00:00
|
|
|
void RequestFrontEndShutDown();
|
|
|
|
void RequestFrontEndStartUp();
|
2019-06-25 00:34:29 +00:00
|
|
|
void ResetHelperText();
|
|
|
|
void SaveSettings();
|
|
|
|
void SetHelperText(int text);
|
2019-07-11 21:29:59 +00:00
|
|
|
float StretchX(float);
|
|
|
|
float StretchY(float);
|
2019-06-25 00:34:29 +00:00
|
|
|
void SwitchMenuOnAndOff();
|
|
|
|
void UnloadTextures();
|
|
|
|
void WaitForUserCD();
|
2020-04-04 11:39:58 +00:00
|
|
|
int GetNumOptionsCntrlConfigScreens();
|
2020-05-23 23:59:30 +00:00
|
|
|
void SwitchToNewScreen(int8);
|
2020-11-14 14:46:12 +00:00
|
|
|
void AdditionalOptionInput(bool &goBack);
|
|
|
|
void ExportStats(void);
|
|
|
|
void PrintRadioSelector(void);
|
2019-07-03 15:26:15 +00:00
|
|
|
|
2020-03-25 14:13:06 +00:00
|
|
|
// New (not in function or inlined in the game)
|
|
|
|
void ThingsToDoBeforeLeavingPage();
|
|
|
|
void ScrollUpListByOne();
|
|
|
|
void ScrollDownListByOne();
|
|
|
|
void PageUpList(bool);
|
|
|
|
void PageDownList(bool);
|
2020-07-21 02:59:31 +00:00
|
|
|
int8 GetPreviousPageOption();
|
2020-03-25 14:13:06 +00:00
|
|
|
|
|
|
|
// uint8 GetNumberOfMenuOptions();
|
2019-05-30 19:24:47 +00:00
|
|
|
};
|
2019-06-14 23:34:19 +00:00
|
|
|
|
2020-04-29 16:08:54 +00:00
|
|
|
#ifndef IMPROVED_VIDEOMODE
|
2020-05-21 23:44:01 +00:00
|
|
|
VALIDATE_SIZE(CMenuManager, 0x688);
|
2020-04-29 16:08:54 +00:00
|
|
|
#endif
|
2019-05-30 19:24:47 +00:00
|
|
|
|
2020-04-13 02:32:11 +00:00
|
|
|
extern CMenuManager FrontEndMenuManager;
|
2020-07-21 02:59:31 +00:00
|
|
|
extern CMenuScreen aScreens[];
|
2020-06-29 06:37:53 +00:00
|
|
|
|
2020-10-07 21:21:44 +00:00
|
|
|
#endif
|