aboutsummaryrefslogtreecommitdiff
path: root/game/src/Autoload/SaveManager.gd
Commit message (Collapse)AuthorAgeLines
* Changed from OpenVic2 to OpenVic Hop3112023-05-17-1/+1
|
* Add SaveManager autoload singleton Spartan3222023-05-12-0/+55
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