From 8ab166ae0bd784145c3706aba0c3f3326cbbaac1 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sun, 23 Apr 2023 16:01:49 -0400 Subject: Add SaveManager autoload singleton Globally handles save finding, creation, removal, changes, naming, and flushing Globally handles the session tags for the active save Add SaveLoadMenu to GameSession Add Start Date Panel and Save Panel loading to LobbyMenu Includes session tag filter Add LobbyPanelButton and SavePanelButton scene and scripts Add SaveResource to handle saving and loading individual save files Add localization for SaveLoadMenu Expand localization for additions to LobbyMenu Add ButtonContainer variation type to default theme Fulfill: UI-82, UI-83, UI-84, UI-85, UI-87, UI-89, UI-90, UI-91, UI-92, UI-94 UIFUN-82, UIFUN-83, UIFUN-84, UIFUN-86, UIFUN-87, UIFUN-89 FS-28 --- game/localisation/en_GB/menus.csv | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'game/localisation') diff --git a/game/localisation/en_GB/menus.csv b/game/localisation/en_GB/menus.csv index 999483f..fe11e0c 100644 --- a/game/localisation/en_GB/menus.csv +++ b/game/localisation/en_GB/menus.csv @@ -48,6 +48,12 @@ CREDITS_BACK,Back to Main Menu ,, Game Lobby GAMELOBBY_START,Start Game GAMELOBBY_BACK,Back +GAMELOBBY_SESSION_TAG,Session Tag +GAMELOBBY_SELECT_ALL,All +GAMELOBBY_DELETE_DIALOG_TITLE,Delete {file_name} +GAMELOBBY_DELETE_DIALOG_TEXT,Are you sure you want to delete {file_name}? +GAMELOBBY_SESSIONTAG_DIALOG_TITLE,Override {session_tag} +GAMELOBBY_SESSIONTAG_DIALOG_TEXT,Are you want to override {session_tag} as a previous session? ,, Game Session Menu GAMESESSIONMENU_SAVE,Save Game @@ -62,6 +68,21 @@ GAMESESSIONMENU_MAINMENU_DIALOG_TEXT,Are you sure you want to resign and return GAMESESSIONMENU_QUIT_DIALOG_TITLE,Quit Game GAMESESSIONMENU_QUIT_DIALOG_TEXT,Are you sure you want to quit and return to desktop? +,, Save Load Menu +SAVELOADMENU_SAVE_TITLE,Save Menu +SAVELOADMENU_LOAD_TITLE,Load Menu +SAVELOADMENU_SAVE_BUTTON,Save +SAVELOADMENU_LOAD_BUTTON,Load + +SAVELOADMENU_DELETE_DIALOG_TITLE,Delete {file_name} +SAVELOADMENU_DELETE_DIALOG_TEXT,Are you sure you want to delete {file_name}? +SAVELOADMENU_OVERWRITE_DIALOG_TITLE,Overwrite {file_name} +SAVELOADMENU_OVERWRITE_DIALOG_TEXT,Are you want to overwrite {file_name}? + +SAVELOADMENU_SESSION,Session: + +SAVELOADMENU_TABSELECTIONTABBAR_ALL,All + DIALOG_OK,OK DIALOG_CANCEL,Cancel DIALOG_SAVE_AND_RESIGN,Save and Resign -- cgit v1.2.3-56-ga3b1