aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/GameSession/ProvinceOverviewPanel.gd
Commit message (Collapse)AuthorAgeLines
* Fix checkbox theme and positioningfix-checkbox hop3112024-07-25-10/+0
|
* Province const/mutable + proper State namesprovince-const-mutable hop3112024-06-06-3/+3
|
* Misc UI code changesmisc hop3112024-05-14-1/+1
|
* Updated number formatting functions hop3112024-05-08-4/+3
|
* Improve map view and game panel user experience Spartan3222024-05-07-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minimizes panel mouse obstruction to scripted panel images Prevents map view from hovering inside UI elements Unsets province hover when not over provinces Add `GUINode.click_mask` Prevents mouse interactions not within click_mask Add `GUINode.set_click_mask_from_nodepaths` Generates click_mask from paths relating to GUINode textures Sets nodepaths to MOUSE_FILTER_IGNORE Add CanvasLayer parent to GameSession UI nodes Set mouse_force_pass_scroll_events to GameSession UI nodes Set MapControlPanel mouse_filter to default (MOUSE_FILTER_STOP) Move MapView mouse viewport changes to _input Move MapView _action_drag released check to _input Move MapView processing to _process Remove viewport and window notifications Disable if window is not focused or input is handled: MapView mouse interactions (including edge scrolling and drag panning) MapView province hover Set mouse_filter to MOUSE_FILTER_IGNORE for ProvinceOverviewPanel province_view panel Set ProvinceOverviewPanel click_mask path to `province_view/background` Set mouse_filter to MOUSE_FILTER_IGNORE for Topbar topbar panel Set Topbar click_mask path to `topbar/topbar_bg` and `topbar/topbar_paper`
* Implement Population Menupop-menu-imp hop3112024-04-16-0/+9
|
* Move GDExtension menu-related functions to MenuSingletonmenu-singleton hop3112024-03-05-7/+7
|
* ProgressBar, StyleBoxTexture, Icon tweaks + current dir install check fix hop3112024-03-03-3/+2
|
* Added GUIScrollbar and GFXCorneredTileSupportingTexturescrollbar hop3112024-02-24-3/+3
|
* Added multipurpose GFXSpriteTexture + reworked GFXButtonStateTexturesprite-texture hop3112024-02-19-15/+15
|
* Basic Nation Management Screen frameworknation-management-screens hop3112024-02-19-4/+4
|
* Added overlay parchment map and refactored map shader hop3112024-01-19-3/+7
|
* Added button state textures + block colour progress bars hop3112023-12-30-1/+1
|
* Back to UI Work hop3112023-12-25-157/+208
| | | | | | | | | - UIAdapter -> UITools with cleaner API - GUIOverlappingElementsBox (for core and modifier icons) - Improved GUINode API - Province building slots - TypeHints for files in the GameSession folder - Incorporate SIM strong colour types
* Big UI commit - GUINode, MaskedFlag, PieChart, etc hop3112023-12-11-64/+173
|
* GUI elements -> Godot UI nodes generator hop3112023-11-16-0/+215