aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Make LobbyMenu resolution independent Spartan3222023-03-02-31/+33
| | | | Fix MacOS export directory
* Merge pull request #50 from Spartan322/update/godot4-stable George L. Albany2023-03-01-4/+4
|\
| * Update to Godot 4.0 Stable Release Spartan3222023-03-01-4/+4
|/
* Merge pull request #48 from Spartan322/fix/erroneous-theme-changes BrickPi2023-03-01-3/+233
|\ | | | | Make default_theme a text resource
| * Change default_theme.theme to default_theme.tres Spartan3222023-02-27-3/+233
| | | | | | | | | | | | | | | | Makes it a text resource Remove Button font data from default_theme Fixes erroneous theme updates Centralize Label_Checksum font_color into default_theme
* | Update Keychain SVG imports to Godot 4 RC 5 (#43) George L. Albany2023-03-01-10/+10
| |
* | add: credits.csv - req: FS4 (#16) Brendan Griffiths2023-03-01-3/+281
|/ | | | | | | | | | | | | Requirements met by this PR: SS-17 SS-29 [1] UI-32 UI-34 UIFUN-36 UI-35 UI-38 UIFUN-37 FS-4
* Refactor SFX into a SoundManager (#45) George L. Albany2023-02-27-26/+115
| | | | | | | | | | | | | * 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 MacOS template (#3) Andres Villagra2023-02-27-1/+111
| | | Co-authored-by: Andres V <andres@avillagra.net>
* Use uint64_t rather than size_t (#47) BrickPi2023-02-27-4/+4
| | | Fix https://github.com/OpenVic2Project/OpenVic2/pull/3#issuecomment-1446571846
* Update to Godot 4 Release Candidate 6 (#46) George L. Albany2023-02-27-4/+4
|
* Add skeleton for Game Lobby Menu (#26) nuruvilu2023-02-27-2/+132
|
* Add Main Menu Version and Checksum Labels (#44) BrickPi2023-02-27-2/+97
|
* Add Setting Sanatization (#21) Hop3112023-02-26-126/+215
|
* Add Sound Effect Manager (#25) BrickPi2023-02-26-0/+45
|
* Merge pull request #24 from Spartan322/update/godot4-rc5 CptAlanSmith2023-02-26-4/+4
|\ | | | | Update to Godot 4 Release Candidate 5
| * Update to Godot 4 Release Candidate 5 Spartan3222023-02-26-4/+4
|/
* Update to Godot 4 Release Candidate 4 (#20) George L. Albany2023-02-25-4/+4
|
* Added contributor quickstart guide (#19) ClarkeCode2023-02-23-1/+123
|
* Delete Simulation singleton correctly. (#17) Hop3112023-02-22-1/+1
|
* Add Keychain plugin for Controls tab (#15) George L. Albany2023-02-21-200/+2240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add stylized theme to MainMenu (#12) George L. Albany2023-02-21-77/+412
| | | | | | | | | | | | | | | | | | | | * Add stylized theme to MainMenu Increase message queue memory size by 4 Add default_theme.theme Refactor SampleGame.gd to better account for refactoring via @export nodes Properly aligne SampleGame scene Reorganize MainMenu into its own directory Add main_menu_border_paper.png Add main_menu_button.png * Add background image to theme Implement StyleBoxCombinedTexture Allows drawing an array of textures all at once Make MainMenu Panel a PanelContainer for consistency * Implement MainMenu button press, hover, and focus styles Improve MainMenu button disabled style * Add Godot's latest documentation to the README.md
* Merge pull request #13 from Orwellian-225/ProjectStructure Justin Nolan2023-02-20-0/+93
|\ | | | | Project File Structure
| * add: Project File Structure doc Orwellian-2252023-02-20-0/+93
| |
* | Merge pull request #11 from Spartan322/update/godot4-rc2 ClarkeCode2023-02-19-4/+4
|\ \ | |/ |/| Update to Godot 4 Release Candidate 2
| * Update to Godot 4 Release Candidate 2 Spartan3222023-02-18-4/+4
|/
* Merge pull request #9 from OpenVic2Project/docs-wip ClarkeCode2023-02-15-0/+323
|\ | | | | Introduction of C++ styleguide
| * Update of C++ styleguide Robert Clarke2023-02-14-38/+300
| |
| * Update docs readme Justin Nolan2023-02-10-6/+1
| |
| * Remove Latex files Justin Nolan2023-02-10-110/+0
| |
| * Revert "Remove latex files" Justin Nolan2023-02-10-0/+68
| | | | | | | | This reverts commit 180a7c5a6dff21f319a80780376450a46080ca28.
| * Remove latex files Justin Nolan2023-02-10-68/+0
| |
| * Fix table of contents #2 Justin Nolan2023-02-10-4/+4
| |
| * Fix table of contents Justin Nolan2023-02-10-0/+4
| |
| * Convert styleguide-cpp from latex to markdown Justin Nolan2023-02-10-0/+54
| |
| * Beginning of initial draft Robert Clarke2023-02-08-0/+118
| |
* | Merge pull request #8 from OpenVic2Project/dev-trailblazing-cpp ClarkeCode2023-02-13-22/+188
|\ \ | | | | | | Exploration of uniting Godot UI with Stateful C++ Objects via GDExtension
| * | Removing semicolons that would cause issues on MSVC Robert Clarke2023-02-13-2/+2
| | |
| * | Moved positioning of GDCLASS macro Robert Clarke2023-02-13-1/+1
| | |
| * | Reversion of commit e7ee0dd Robert Clarke2023-02-13-6/+11
| | |
| * | Simple example of Godot querying and updating the state of a C++ object Robert Clarke2023-02-12-0/+105
| | |
| * | Everything necessary to register a C++ class with internal state for access ↵ Robert Clarke2023-02-12-21/+82
| | | | | | | | | | | | within Godot
| * | Just changed bracketing style Robert Clarke2023-02-12-11/+6
| | |
| * | Likely an automatic change caused by Godot 4rc1 Robert Clarke2023-02-12-1/+1
| | |
* | | Merge pull request #7 from Spartan322/feature/usable-ui George L. Albany2023-02-12-221/+641
|\ \ \ | |/ / |/| |
| * | Implement a usable settings UI, should fulfill: Spartan3222023-02-10-221/+641
| | | | | | | | | | | | | | | 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
* | | Merge pull request #6 from Spartan322/update-godot4-rc1 ClarkeCode2023-02-11-4/+4
|\| | | |/ |/| Update Godot 4 to Release Candidate 1
| * Update Godot 4 to Release Candidate 1 George L. Albany2023-02-10-4/+4
|/
* Merge pull request #5 from ClarkeCode/basic-ui ClarkeCode2023-02-08-17/+280
|\ | | | | Exploration of UI and rudimentary scene switching.
| * Exploration of UI and rudimentary scene switching. Robert Clarke2023-02-08-17/+280
|/