| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move GameSession MusicPlayer to below OptionsMenu
Ensures the MusicPlayer appears above the OptionsMenu
Add Save and Quit/Resign to GameSessionMenu resign/quit popup
To allow the player to save and resign/quit more quicker
Remove GameSessionMenu hide on OptionsMenu open
Renamed many UI elements to better reflect their purpose
Add SessionButton theme_type_variation to GameSession buttons
Add SessionButton style similar to TitleButton
Disable 3D for dialog windows
Change _play_pause_display_button pause text to "⏸ "
Change IncreaseSpeedButton text to +
Change DecreaseSpeedButton text to -
Change Minimap NinePatch frame to function like a nine patch
Rename actions map_zoomin and map_zoomout to map_zoom_in and map_zoom_out
Change ProvinceOverviewPanel to a PanelContainer
Reorganize ProvinceOverviewPanel to better use container functionality
Optimize MusicPlayer
Enables one line support for MusicPlayer
Add warning to StyleBoxWithSound to avoid UI elements with toggle functionality
|
| |
|
|
|
|
|
|
|
| |
* Whitespace cleanup
* Icon import files
* Logo on main menu.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
* 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
|