aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Reorganize the file structure of the files in `game/src` Spartan3222023-06-03-0/+0
|
* Merge pull request #129 from Spartan322/trivial-workflow-godot George L. Albany2023-06-02-4/+10
|\
| * Add environment variables for trivial Godot updates Spartan3222023-06-02-4/+10
|/
* Merge pull request #127 from OpenVicProject/fix/build-permsv0.02_Mappa_Mundi George L. Albany2023-05-30-3/+4
|\
| * Set build permissions to `write-all` George L. Albany2023-05-30-3/+4
|/ | | | | | Fix missing archive_directory variable Fix excessive archive path for zip release
* Merge pull request #126 from OpenVicProject/req-comments Hop3112023-05-26-9/+31
|\ | | | | Added requirement comments
| * Added requirement comments Hop3112023-05-26-9/+31
|/
* Merge pull request #125 from OpenVicProject/import-fix George L. Albany2023-05-26-125/+762
|\
| * Added compatibility-mode command line argument Hop3112023-05-25-47/+67
| |
| * Import fix + ProvinceOverviewPanel close fix Hop3112023-05-25-78/+695
|/
* Merge pull request #124 from OpenVicProject/bug-fixes Hop3112023-05-24-10/+13
|\ | | | | Date fix + string fix + Logger queue
| * Date fix + string fix + Logger queue Hop3112023-05-24-10/+13
|/
* Merge pull request #123 from OpenVicProject/compatibility-mode Hop3112023-05-22-526/+769
|\ | | | | Map compatibility mode
| * Map compatibility mode Hop3112023-05-22-30/+227
| |
| * GD/std string cleanup + separate data loading cpp Hop3112023-05-22-517/+563
|/
* Merge pull request #122 from OpenVicProject/quickstart-link-update George L. Albany2023-05-21-1/+1
|\
| * Update Godot link to latest stable release ClarkeCode2023-05-21-1/+1
|/
* Merge pull request #121 from Spartan322/update/godot4.0.3-stable George L. Albany2023-05-21-6/+6
|\
| * Update to Godot 4.0.3 Stable Release Spartan3222023-05-20-6/+6
| |
* | Merge pull request #120 from Spartan322/overhaul/resolution-revert George L. Albany2023-05-21-97/+176
|\ \ | |/ |/|
| * Add revert dialog functionality to ScreenModeSelector Spartan3222023-05-20-97/+176
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix recursion bug caused by invalid default value in `reset_setting` Add `option_selected` signal to SettingOptionButton Allows discerning between user option selection and system option selection Add `no_emit` bool defaulted to false for `SettingOptionButton.reset_setting` Add push_error for failing to generate option as well Generalize ResolutionRevertDialog functionality Using the `dialog_reverted` signal enables custom revert functionality instead Disables process function while not visible Displayed time is more correct Add Resolution `resolution_added`, `resolution_changed`, and `window_mode_changed` signals Add `get_resolution_name` to Resolution Change ResolutionSelector `_sync_resolutions` to use `Resolution.resolution_added` signal Reduces unnecessary resolution option list rebuilds Move Resolution display_name functionality to ResolutionSelector Makes it easier to denote default functionality an inline fashion Add SettingRevertButton to automatically handle revert setting behavior Rename VideoTab VBoxContainer/GridContainer to VideoSettingGrid Rename VideoTab VBoxContainer to VideoSettingList Remove `horizontal_alignment` from AutosaveIntervalLabel
* Merge pull request #118 from OpenVicProject/wool-and-grain-icons George L. Albany2023-05-18-0/+0
|\
| * Added Grain & Wool RGO icons Jenny2023-05-18-0/+0
|/
* Merge pull request #113 from Nemrav/keep-video-settings-dialog George L. Albany2023-05-18-16/+73
|\
| * keep-video-settings-dialog and game-session ui layering fix Nemrav2023-05-18-16/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring resolution dialog local inline with standards put changes-dialog functionality in ResolutionSelector fix revert-dialog width cleanup resolution-dialog signals resolution dialog works for all resolutions resolution dialog remove unnecessary timer var resolution dialog better export vars resolution dialog correct var style
* | Merge pull request #117 from OpenVicProject/openvic-rename Hop3112023-05-17-117/+117
|\ \ | | | | | | Changed from OpenVic2 to OpenVic
| * | Changed from OpenVic2 to OpenVic Hop3112023-05-17-117/+117
|/ /
* | Merge pull request #116 from DiarmaidMckeagney/main Hop3112023-05-17-16/+16
|\ \ | | | | | | Changing "OpenVic2" to "OpenVic" in documentation
| * | Changing "OpenVic2" to "OpenVic" DiarmaidMckeagney2023-05-16-16/+16
| | | | | | | | | | | | Changing instances of the term "OpenVic2" to just "OpenVic" within the documentation.
* | | Merge pull request #115 from Spartan322/fix/sound-and-music-player George L. Albany2023-05-16-2/+5
|\ \ \ | |/ / |/| |
| * | Fix SettingHSlider not loading properly on default values Spartan3222023-05-16-2/+5
|/ / | | | | | | | | | | Fixes volume sliders being ignored when loaded at zero Fix MusicConductor ignoring MUSIC_BUS
* | Merge pull request #114 from OpenVicProject/project-rename Hop3112023-05-16-2/+2
|\ \ | | | | | | Update README to reflect project name change.
| * | Update README.md YouriRombouts2023-05-15-2/+2
| |/
* | Merge pull request #112 from Spartan322/update/save-load-req-documentation Hop3112023-05-16-2/+11
|\ \ | |/ |/| Fix incomplete #110 requirement documentation
| * Fix incomplete #110 requirement documentation Spartan3222023-05-14-2/+11
|/ | | | | | | | | | Fix incorrect reference to UIFUN-83 as UIFUNC-83 Also fulfills: SS-18 UI-39, UI-40, UI-41, UI-86, UI-93 UIFUN-77, UIFUN-78 FS-8
* Merge pull request #110 from Spartan322/add/save-and-load George L. Albany2023-05-13-23/+892
|\
| * Add SaveManager autoload singleton Spartan3222023-05-12-23/+892
|/ | | | | | | | | | | | | | | | | | | | | Globally handles save finding, creation, removal, changes, naming, and flushing Globally handles the session tags for the active save Add SaveLoadMenu to GameSession Add Start Date Panel and Save Panel loading to LobbyMenu Includes session tag filter Add LobbyPanelButton and SavePanelButton scene and scripts Add SaveResource to handle saving and loading individual save files Add localization for SaveLoadMenu Expand localization for additions to LobbyMenu Add ButtonContainer variation type to default theme Fulfill: UI-82, UI-83, UI-84, UI-85, UI-87, UI-89, UI-90, UI-91, UI-92, UI-94 UIFUN-82, UIFUN-83, UIFUN-84, UIFUN-86, UIFUN-87, UIFUN-89 FS-28
* Merge pull request #111 from OpenVic2Project/goods Hop3112023-05-12-5947/+786
|\ | | | | Added Goods loading + mapmode
| * Fix building buttons and terrain texture imports Hop3112023-05-11-275/+147
| |
| * Added Goods loading + mapmode Hop3112023-05-11-5692/+659
| |
* | Merge pull request #108 from OpenVic2Project/artistic-license-clarification ClarkeCode2023-05-12-0/+7
|\ \ | |/ |/| Add clarification on licensing of artistic works
| * Add clarification on licensing of artistic works ClarkeCode2023-05-09-0/+7
| |
* | Merge pull request #109 from Nemrav/gui-scaling Hop3112023-05-10-9/+157
|\ \ | |/ |/| Add UI scaling through menu option
| * GUI scale tweaks Hop3112023-05-10-34/+32
| |
| * Add UI scaling through menu option Nemrav2023-05-10-2/+152
|/
* adding text to fix mermaid render error Isaiah2023-05-08-2/+2
|
* Merge pull request #106 from OpenVic2Project/simulation-submodule Hop3112023-05-04-1594/+29
|\ | | | | Moved simulation code to separate submodule
| * Moved simulation code to separate submodule Hop3112023-05-03-1594/+29
|/
* Merge pull request #105 from OpenVic2Project/fix-canadian-name-display Hop3112023-05-02-40/+40
|\ | | | | Fix display names for North American provinces
| * Fix display names for North American provinces ClarkeCode2023-05-02-40/+40
|/ | | | Fix display names for Canadian provinces