aboutsummaryrefslogtreecommitdiff
path: root/game/src/LobbyMenu/LobbyMenu.gd
Commit message (Collapse)AuthorAgeLines
* Reorganize the file structure of the files in `game/src` Spartan3222023-06-03-165/+0
|
* Fix incomplete #110 requirement documentation Spartan3222023-05-14-0/+3
| | | | | | | | | | Fix incorrect reference to UIFUN-83 as UIFUNC-83 Also fulfills: SS-18 UI-39, UI-40, UI-41, UI-86, UI-93 UIFUN-77, UIFUN-78 FS-8
* Add SaveManager autoload singleton Spartan3222023-05-12-12/+133
| | | | | | | | | | | | | | | | | | | | | 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
* Double-click a start date to automatically start a game session ClarkeCode2023-04-18-0/+5
|
* Basic Game Session skeleton (#67) Hop3112023-03-22-1/+1
| | | | | | | | | | | | | * Fixed grab_focus error on not is_inside_tree * Moved SampleGame to GameSession/GameSession * Basic GameSession and GameSessionMenu/Escape Menu * Map Control Panel skeleton * Added requirement comments * Removed unnecessary CenterContainer
* Comments marking implemeneted requirements Hop3112023-03-04-2/+3
|
* Make LobbyMenu resolution independent Spartan3222023-03-02-1/+1
| | | | Fix MacOS export directory
* Add skeleton for Game Lobby Menu (#26) nuruvilu2023-02-27-0/+35