aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Added Goods loading + mapmode Hop3112023-05-11-5692/+659
|
* 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
* Merge pull request #104 from OpenVic2Project/map-hover-tweaks George L. Albany2023-05-02-4/+15
|\
| * Better province highlight on selection/hover. Hop3112023-05-01-4/+15
| |
* | Merge pull request #97 from Spartan322/update/clang-format George L. Albany2023-05-02-133/+233
|\ \
| * | Support features up to clang-format 14 Spartan3222023-05-02-133/+233
| |/ | | | | | | | | Add .editorconfig Update C++ files within `extension/src` to follow .clang-format
* | Merge pull request #102 from Spartan322/refine/argument-parsing George L. Albany2023-05-02-1/+348
|\ \
| * | Add ArgumentParser Spartan3222023-05-02-1/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Streamlines parsing of commandline arguments Arguments reside in ProjectSettings as `openvic2/data/arguments` as a dictionary The dictionary's key is the option name The dictionary is set with default values This enables project setting overrides for arguments (user specified arguments take priority) Add help commandline option Prepare for removal of GameDebug.gd Add game project description
* | | Merge pull request #99 from Spartan322/conform-license-for-godot George L. Albany2023-05-02-1/+139
|\ \ \ | |_|/ |/| |
| * | Add some license conformance for Godot Spartan3222023-04-28-1/+139
| |/ | | | | | | | | | | Add License Attribution for OpenVic2, Godot, FreeType, ENet, and mbed TLS in credits with redirect links to licenses Add contributor and donor list for Godot to credits Add link button for Godot, redirects to https://godotengine.org
* | Merge pull request #103 from OpenVic2Project/terrain Hop3112023-05-01-177/+496
|\ \ | | | | | | Cosmetic terrain + Hashmaps
| * | Hashmaps instead of linear + better province hover Hop3112023-05-01-31/+28
| | |
| * | Highlight selected province on minimap Hop3112023-04-30-3/+29
| | |
| * | Terrain textures + province colour alpha channel Hop3112023-04-29-146/+442
|/ /
* | Merge pull request #100 from OpenVic2Project/goods ClarkeCode2023-04-29-80/+145
|\ \ | | | | | | Addition of goods struct
| * | Resolving merge conflicts ClarkeCode2023-04-29-1/+1
| | |
| * | Merge branch 'main' into goods Hop3112023-04-29-226/+215
| |\ \ | |/ / |/| |
* | | Merge pull request #101 from OpenVic2Project/more-image-processing Hop3112023-04-29-228/+216
|\ \ \ | |_|/ |/| | Dynamic minimap + vertical map subdivision
| * | Terrain channel for provinces + generated minimap Hop3112023-04-28-210/+179
| | |
| * | Vertical subdivision + calculation for both dims Hop3112023-04-26-43/+62
|/ /
| * Moved several type aliases to Types.hpp; Added HasColour class for items ↵ ClarkeCode2023-04-28-85/+123
| | | | | | | | which need associated colours
| * Struct tweaks ClarkeCode2023-04-28-28/+10
| |
| * Temporarily removed; will be re-added after C++ code moved to submodule ClarkeCode2023-04-28-103/+0
| |
| * Fix typo ClarkeCode2023-04-27-2/+2
| |
| * Merge branch 'main' of github.com:OpenVic2Project/OpenVic2 into goods ClarkeCode2023-04-27-292/+7377
| |\ | |/ |/|
* | Merge pull request #98 from OpenVic2Project/some-cleanup Hop3112023-04-26-195/+302
|\ \ | | | | | | Req comments + cleanup + c++ registry refactoring
| * | Divide map texture to fit in 16384 GPU dim limit Hop3112023-04-26-34/+49
| | |
| * | Further cleanup + reset on return to main menu Hop3112023-04-25-50/+121
| | |
| * | Req comments + cleanup + c++ registry refactoring Hop3112023-04-25-144/+165
|/ /
* | Merge pull request #93 from Spartan322/some-refurbishing George L. Albany2023-04-24-155/+317
|\ \
| * | Refurbish UI elements Spartan3222023-04-24-155/+317
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #96 from OpenVic2Project/clang-format ClarkeCode2023-04-24-17/+4
|\ \ | | | | | | Altering .clang-format to make compliant with clang-format 10.0.0
| * | Altering .clang-format to make compliant with clang-format 10.0.0; formerly ↵ ClarkeCode2023-04-24-17/+4
|/ / | | | | | | 16.0.1 compliant
* | Merge pull request #95 from OpenVic2Project/clang-format ClarkeCode2023-04-23-0/+48
|\ \ | | | | | | Added a .clang-format file for formatting use
| * | Added a .clang-format for formatting use ClarkeCode2023-04-23-0/+48
| | |
* | | Merge pull request #94 from OpenVic2Project/province-buildings Hop3112023-04-23-735/+1353
|\ \ \ | |/ / |/| | Province buildings
| * | C++ refactoring + simulation prototype Hop3112023-04-23-735/+1353
| | |
* | | Merge pull request #92 from OpenVic2Project/map-canadian-blocking ClarkeCode2023-04-23-3/+33
|\| | | | | | | | Added basic outlines of Canadian provinces + territories
| * | Added basic outlines of Canadian provinces + territories ClarkeCode2023-04-20-3/+33
|/ /
* | Merge pull request #91 from OpenVic2Project/minor-map-ui ClarkeCode2023-04-18-1/+94
|\ \ | | | | | | Minor map UI
| * | Double-click a start date to automatically start a game session ClarkeCode2023-04-18-0/+6
| | |
| * | Added music player control to GameSession ClarkeCode2023-04-18-1/+13
| | |
| * | Added game speed panel to GameSession ClarkeCode2023-04-18-1/+76
|/ /