Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Improve map view and game panel user experience | Spartan322 | 2024-05-07 | -75/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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` | |||
* | Merge pull request #223 from OpenVicProject/budget-tab-gui | Arturo | 2024-04-28 | -15/+199 |
|\ | | | | | Preparation of the Budget Menu for the simulation data | |||
| * | Preparation of the Budget Menu for the simulation databudget-tab-gui | Arturo | 2024-04-28 | -15/+199 |
| | | ||||
* | | Add province names and improve zooming | hop311 | 2024-04-24 | -6/+96 |
| | | ||||
* | | Smooth province edges and zoom tweaksprovince-edge-blending | hop311 | 2024-04-22 | -49/+96 |
| | | ||||
* | | Implement Population Menupop-menu-imp | hop311 | 2024-04-16 | -2/+581 |
|/ | ||||
* | Add map background plane to hide transparent windowmap-background | hop311 | 2024-03-13 | -5/+31 |
| | ||||
* | Move GDExtension menu-related functions to MenuSingletonmenu-singleton | hop311 | 2024-03-05 | -15/+15 |
| | ||||
* | Add types to GDScript for-loop variablesfor-loop-types | hop311 | 2024-03-03 | -2/+2 |
| | ||||
* | ProgressBar, StyleBoxTexture, Icon tweaks + current dir install check fix | hop311 | 2024-03-03 | -7/+4 |
| | ||||
* | Added GUIScrollbar and GFXCorneredTileSupportingTexturescrollbar | hop311 | 2024-02-24 | -3/+17 |
| | ||||
* | Added multipurpose GFXSpriteTexture + reworked GFXButtonStateTexturesprite-texture | hop311 | 2024-02-19 | -19/+19 |
| | ||||
* | Basic Nation Management Screen frameworknation-management-screens | hop311 | 2024-02-19 | -6/+365 |
| | ||||
* | Reorganise Asset File Structure | BrickPi | 2024-01-21 | -1/+1 |
| | ||||
* | Added overlay parchment map and refactored map shader | hop311 | 2024-01-19 | -83/+137 |
| | ||||
* | Improved province colouring and terrain texture tiling | hop311 | 2024-01-15 | -55/+75 |
| | ||||
* | Added button state textures + block colour progress bars | hop311 | 2023-12-30 | -15/+17 |
| | ||||
* | Back to UI Work | hop311 | 2023-12-25 | -198/+254 |
| | | | | | | | | | - 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 | |||
* | New pop history loading + bookmark selection by index | hop311 | 2023-12-18 | -1/+2 |
| | ||||
* | Big UI commit - GUINode, MaskedFlag, PieChart, etc | hop311 | 2023-12-11 | -187/+265 |
| | ||||
* | Sim submodule update + extension compatibility | hop311 | 2023-12-04 | -2/+2 |
| | ||||
* | Cosmetic terrain map colour tinting | hop311 | 2023-11-17 | -16/+56 |
| | ||||
* | Striped mapmodes | hop311 | 2023-11-16 | -14/+38 |
| | ||||
* | GUI elements -> Godot UI nodes generator | hop311 | 2023-11-16 | -272/+232 |
| | ||||
* | Terrain types calculation, label and mapmode | Hop311 | 2023-09-27 | -2/+10 |
| | ||||
* | Preparation for interface loading | Hop311 | 2023-09-23 | -1/+1 |
| | ||||
* | Compat localisation loading | Hop311 | 2023-09-14 | -1/+1 |
| | ||||
* | Merge pull request #155 from Ben1152000/zoom-to-cursor | Hop311 | 2023-09-14 | -8/+25 |
|\ | | | | | Implemented zoom-to-cursor functionality | |||
| * | Fix edge scrolling when window not in focus. | Benjamin Darnell | 2023-09-11 | -3/+16 |
| | | ||||
| * | Implemented zoom-to-cursor functionality; Fixed bug with edge scrolling. | Benjamin Darnell | 2023-09-05 | -8/+12 |
| | | ||||
* | | Logger::warning, format cleanup + req comments | Hop311 | 2023-09-14 | -2/+5 |
|/ | ||||
* | PieChart data and image now come from c++ layer | Hop311 | 2023-08-10 | -120/+18 |
| | ||||
* | add piecharts | Nemrav | 2023-08-09 | -3/+132 |
| | ||||
* | First pass at pops (test pops and density mapmode) | Hop311 | 2023-07-28 | -3/+14 |
| | ||||
* | Tidying: missing req comments, submodules, hotkeys | Hop311 | 2023-07-21 | -6/+37 |
| | ||||
* | Add GameLoader Autoload to handle global loading data | Spartan322 | 2023-07-09 | -8/+8 |
| | | | | | | | | | | | | | | Remove GameDebug, Localization, and ShaderManager from Events.gd Renamed OptionsSingleton class_name to OptionsEventsObject Add Events.Loader to handle Loader events (which are global signals) Make GameDebug singleton with static functions and property Make Localization functions static Move ShaderManager variable to GameLoader Move Events._define_filepaths_dict to GameLoader.define_filepaths_dict Move game initialization from LoadingScreen.gd and Events.gd to GameStart.gd Attach GameStart.gd to GameStart.tscn root Make LoadingScreen generalized and so it is reusable Remove class_name from LoaderingScreen.gd | |||
* | Localisation and UI focus cleanup | Hop311 | 2023-06-23 | -5/+24 |
| | | | | | | | | Updated Russian localisation Resolution, window_mode, monitor refactor Locale based number formatting | |||
* | Update file contents according to reorganization | Spartan322 | 2023-06-03 | -20/+20 |
| | ||||
* | Reorganize the file structure of the files in `game/src` | Spartan322 | 2023-06-03 | -0/+1192 |