aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Update openvic-simulation to OpenVicProject/OpenVic-Simulation@d0f8ec5update-sim hop3112024-04-20-3/+9
|
* Update openvic-simulation to OpenVicProject/OpenVic-Simulation@8f97145 hop3112024-04-20-5/+14
|
* Update openvic-simulation to OpenVicProject/OpenVic-Simulation@109d31f hop3112024-04-20-5/+5
|
* Merge pull request #216 from OpenVicProject/pop-menu-imp Hop3112024-04-16-4/+1463
|\ | | | | Implement Population Menu
| * Implement Population Menupop-menu-imp hop3112024-04-16-4/+1463
| |
* | Merge pull request #215 from Spartan322/arch-warning George L. Albany2024-04-15-0/+3
|\ \ | | | | | | Add warning for Arch users to avoid the Arch package
| * | Add warning for Arch users to avoid the Arch package Spartan3222024-04-14-0/+3
|/ /
* | Merge pull request #214 from OpenVicProject/pop-menu Hop3112024-03-23-93/+232
|\| | | | | Assorted UI Changes (in preparation for Population Menu)
| * GUIListBox rework (internal scrollbar, fixed mode, no child data vector)pop-menu hop3112024-03-20-58/+148
| |
| * Add selected button state hop3112024-03-20-20/+35
| |
| * Label padding, progressbar range and piechart slice order tweaks hop3112024-03-20-15/+49
|/
* Merge pull request #213 from OpenVicProject/map-background Hop3112024-03-15-5/+31
|\ | | | | Add map background plane to hide transparent window
| * Add map background plane to hide transparent windowmap-background hop3112024-03-13-5/+31
|/
* Merge pull request #212 from OpenVicProject/menu-singleton Hop3112024-03-06-250/+366
|\ | | | | Move GDExtension menu-related functions to MenuSingleton
| * Move GDExtension menu-related functions to MenuSingletonmenu-singleton hop3112024-03-05-250/+366
|/
* Merge pull request #211 from OpenVicProject/for-loop-types Hop3112024-03-04-36/+34
|\ | | | | Add types to GDScript for-loop variables
| * Add types to GDScript for-loop variablesfor-loop-types hop3112024-03-03-36/+34
| |
* | Merge pull request #210 from OpenVicProject/gui-listbox Hop3112024-03-04-67/+413
|\| | | | | Add GUIListBox + UI improvements
| * Add GUIListBox + GUIScrollbar tweaksgui-listbox hop3112024-03-03-27/+364
| |
| * ProgressBar, StyleBoxTexture, Icon tweaks + current dir install check fix hop3112024-03-03-40/+49
|/
* Merge pull request #209 from OpenVicProject/scrollbar Hop3112024-02-24-68/+906
|\ | | | | Added GUIScrollbar and GFXCorneredTileSupportingTexture
| * Added GUIScrollbar and GFXCorneredTileSupportingTexturescrollbar hop3112024-02-24-68/+906
|/
* Merge pull request #208 from OpenVicProject/sprite-texture Hop3112024-02-19-294/+335
|\ | | | | Added multipurpose GFXSpriteTexture + reworked GFXButtonStateTexture
| * Added multipurpose GFXSpriteTexture + reworked GFXButtonStateTexturesprite-texture hop3112024-02-19-294/+335
|/
* Merge pull request #202 from OpenVicProject/nation-management-screens Hop3112024-02-19-77/+538
|\ | | | | Basic Nation Management Screen framework
| * Basic Nation Management Screen frameworknation-management-screens hop3112024-02-19-77/+538
| |
* | Merge pull request #207 from OpenVicProject/document_hr wvpm2024-02-15-14/+31
|\ \ | | | | | | Document HR
| * | Document HRdocument_hr wvpm2024-02-14-14/+31
|/ /
* | Merge pull request #205 from Spartan322/fixup/game-info George L. Albany2024-02-06-17/+85
|\ \ | | | | | | Add GameInfo button to MainMenu
| * | Add GameInfo button to MainMenu Spartan3222024-02-06-17/+85
| |/ | | | | | | Add clarifications to ReleaseInfoBox buttons
* | Merge pull request #204 from Spartan322/limit/workflow-runs George L. Albany2024-02-05-1/+17
|\ \ | |/ |/| Add workflow run limitations
| * Add workflow run limitations Spartan3222024-02-05-1/+17
|/
* Merge pull request #200 from Spartan322/update/workflow-builds George L. Albany2024-01-31-32/+56
|\ | | | | Update build workflow actions
| * Update build workflow actions Spartan3222024-01-31-32/+56
|/ | | | | | Add max compression to exported artifacts Make commit action merge libopenvic extension artifact files Make release action merge libopenvic extension files into zip
* Merge pull request #199 from OpenVicProject/update-sim Hop3112024-01-31-3/+3
|\ | | | | Update sim and script submodules
| * Update openvic-simulation to OpenVicProject/OpenVic-Simulation@068c13e hop3112024-01-31-3/+3
|/ | | | Update scripts to OpenVicProject/scripts@21d1427
* Merge pull request #198 from Spartan322/add/vic2-file-picker George L. Albany2024-01-22-15/+53
|\ | | | | Add Victoria 2 Folder Picker dialog
| * Add Victoria 2 Folder Picker dialog Spartan3222024-01-22-15/+53
|/ | | | | | | Move Localization.initialize to beginning of GameStart._ready Move compatibility mode paths search to separate _setup_compatibility_mode_paths Move _setup_compatibility_mode_paths call to GameStart._ready Fix `Non-argument '%s' found, skipping.` warning for Godot command line arguments
* Merge pull request #197 from OpenVicProject/reorganising BrickPi2024-01-21-1694/+183
|\
| * Use SVG Iconreorganising BrickPi2024-01-21-5/+11
| |
| * Reorganise Asset File Structure BrickPi2024-01-21-1732/+179
| |
| * Add Native Icons BrickPi2024-01-20-1/+37
|/
* Merge pull request #161 from OpenVicProject/dataloading-docs BrickPi2024-01-20-0/+94
|\ | | | | Add Basic Dataloding Documentation
| * Add Basic Dataloding Documentation BrickPi2024-01-19-0/+94
|/
* Merge pull request #196 from OpenVicProject/overlay-parchment-map Hop3112024-01-19-120/+225
|\ | | | | Added overlay parchment map and refactored map shader
| * Added overlay parchment map and refactored map shader hop3112024-01-19-120/+225
|/
* Merge pull request #194 from OpenVicProject/need_modifiers_effect wvpm2024-01-15-5/+9
|\ | | | | Document <strata>_<need>_needs modifier effect
| * Document <strata>_<need>_needs modifier effect wvpm2024-01-15-5/+9
| |
* | Merge pull request #193 from OpenVicProject/map-colours Hop3112024-01-15-60/+79
|\ \ | |/ |/| Improved province colouring and terrain texture tiling
| * Improved province colouring and terrain texture tiling hop3112024-01-15-60/+79
|/