aboutsummaryrefslogtreecommitdiff
path: root/game/src/Autoload
Commit message (Collapse)AuthorAgeLines
* Add debug mode Spartan3222023-03-11-0/+20
| | | | Fulfills requirement SS-56
* Comments marking implemeneted requirements Hop3112023-03-04-1/+12
|
* Refactor SFX into a SoundManager (#45) George L. Albany2023-02-27-20/+36
| | | | | | | | | | | | | * Refactor SFX into a SoundManager Add SoundManager able to play arbitrary sound streams Make SoundManager use only one AudioStreamPlayer per bus Add StyleBoxWithSound Add Kenney UI Audio click3.wav Removed sound play via pressed signals in MainMenu Make Button_MainMenu pressed style StyleBoxWithSound with click3.wav sound * Add playing mp3 files by name to the SoundManager * Fix missing quotation
* Add Setting Sanatization (#21) Hop3112023-02-26-39/+69
|
* Add Sound Effect Manager (#25) BrickPi2023-02-26-0/+20
|
* Add Keychain plugin for Controls tab (#15) George L. Albany2023-02-21-17/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add modified Keychain plugin for future Controls tab See https://github.com/Orama-Interactive/Keychain/tree/4.x Added Events autoload singleton for global eventing namespace Added Events.Options for global options functionality * Add Controls tab via Keychain plugin Use Events.Options for save, load, and reset of settings Separate OptionMenu tabs into scene files Add locale saving and loading Refactor SettingNodes scripts for more generalized use Remove random prints Remove useless spinbox signal connection Make Resolution consistently use Vector2i * Implement Godot project overrides for resolution and window mode Overrides are necessary as Godot does not load resolution or window mode on startup, so an override is necessary to ensure this happens. Add null checks to SettingHSlider and SettingOptionButton * Fix incorrect resolution value in ResolutionSelector * Correct project settings override behavior in editor Godot normally tries to overwrite the project settings in the editor, a template feature tag must be used to prevent the editor from overwriting the project.godot settings. * Fix Orama-Interactive/Keychain#8
* Implement a usable settings UI, should fulfill: Spartan3222023-02-10-0/+43
SS-58, SS-61, SS-6, SS-9, SS-10, SS-11, SS-13 UI-11, UI-12, UI-19, UI-44, UI-47, UI-22