| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Fulfills requirement SS-56
|
|\ \ |
|
| |/ |
|
|\ \
| |/
|/| |
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add music import files
Rename MusicUIController to MusicPlayer
Adjust MusicPlayer node position, offset, and anchors
Adjust MusicConductor, MusicPlayer, and SongInfo style to conform with other GDScript files
Correct capability for MusicPlayer to desync from the MusicConductor
Adjusted MusicPlayer button text to use media player unicode symbols
Adjust MusicPlayer to correct mouse filter problems
Adjust MusicPlayer to appear more consistent
Correct lack of path_join use in SongInfo
Correct mouse filter problems in OptionsMenu
|
|\ \
| |/
|/| |
Added Data modelling Documentation - Ideology & Pops - JC and Vanilla
|
|/
|
|
|
|
| |
add: ideology documentation
add: goods documentation
add: sim doc format
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
- Enables reliable theme application
Remove LabelSettings resources from Credits
Moved theme load from MainMenu to GameMenu scene
Removed Button references from default_theme resource
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adding MusicConductor
* Added selectable songs and player visibility toggle
* Refinements to the music system
* SongInfo compatability with various audio formats
* Moved UI reqs to editor description; flipped conditions to exclude music .import files
* Made selection of the first music track extension-agnostic
* Fixed visual bug with play/pause button when interacting with progress slider
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add: Asset and Data file structure
add: Naming Conventions
add: Clarification on asset file exporting
* change: More relevant file structure examples
Co-authored-by: ClarkeCode <33846391+ClarkeCode@users.noreply.github.com>
* apply: Directory Naming Convention Changes
Co-authored-by: ClarkeCode <33846391+ClarkeCode@users.noreply.github.com>
* apply: Remove Prefixes for asset names
Co-authored-by: ClarkeCode <33846391+ClarkeCode@users.noreply.github.com>
* apply: Directory Naming Convention Changes to example
---------
Co-authored-by: ClarkeCode <33846391+ClarkeCode@users.noreply.github.com>
|
|\
| |
| | |
Comments marking implemented requirements
|
| | |
|
|\ \
| |/
|/| |
Credits loading sanatization
|
| | |
|
|/ |
|
|\ |
|
|/
|
|
| |
Fix MacOS export directory
|
|\ |
|
|/ |
|
|\
| |
| | |
Make default_theme a text resource
|
| |
| |
| |
| |
| |
| |
| |
| | |
Makes it a text resource
Remove Button font data from default_theme
Fixes erroneous theme updates
Centralize Label_Checksum font_color into default_theme
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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
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
|
|
|
| |
Co-authored-by: Andres V <andres@avillagra.net>
|
|
|
| |
Fix https://github.com/OpenVic2Project/OpenVic2/pull/3#issuecomment-1446571846
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Update to Godot 4 Release Candidate 5
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
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
|
|\
| |
| | |
Project File Structure
|