aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Add Issue/Reform/Party colours + improve loading hop3112024-03-20-58/+133
|
* Add GUI Text border_size hop3112024-03-20-3/+4
|
* Merge pull request #147 from OpenVicProject/military-units Hop3112024-03-20-253/+400
|\ | | | | Military unit instance
| * feat: unit instance type definition, renamed existing structs for consistencymilitary-units zaaarf2024-03-16-253/+400
|/
* Merge pull request #151 from OpenVicProject/tech-improvements Conor2024-03-02-37/+106
|\ | | | | Cleaned up tech loading and added tech lists for areas
| * Cleaned up tech loading and added tech lists for areastech-improvements hop3112024-03-02-37/+106
|/
* Merge pull request #150 from OpenVicProject/identifier-name-fix Hop3112024-03-01-1/+9
|\ | | | | Identifier string_view invalidation fix
| * Identifier string_view invalidation fix hop3112024-03-01-1/+9
|/
* Merge pull request #148 from OpenVicProject/region-colours Arturo2024-02-22-11/+38
|\ | | | | Regions are now coloured from colors.txt
| * Regions are now coloured from colors.txtregion-colours Arturo2024-02-22-11/+38
| |
* | Merge pull request #149 from OpenVicProject/fp-rounding+texture-sprites Hop3112024-02-19-110/+136
|\ \ | | | | | | Fixed point rounding and Texture Sprites
| * | Add TextureSprite base class hop3112024-02-19-35/+48
| | |
| * | Fixed point rounding functions and sources cleanup hop3112024-02-19-75/+88
|/ /
* | Merge pull request #146 from BetterBite/master BetterBite2024-02-15-11/+52
|\ \ | |/ |/| Implemented loading of country unit colours
| * Added country unit colour loading BetterBite2024-02-15-11/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add skeleton for loading country colours created load_countries_colours function removed const for unit colours in Country.hpp removed some comments Removed erroneous underscore Removed todo comment
* | Merge pull request #125 from OpenVicProject/producer_types wvpm2024-02-06-0/+163
|\ \ | | | | | | Added producer types
| * | Added producer typesproducer_types wvpm2024-02-05-0/+163
| |/
* | Merge pull request #145 from OpenVicProject/gui-loading Hop3112024-02-05-168/+515
|\ \ | |/ |/| Added support for loading all gui files
| * Added support for loading all gui filesgui-loading hop3112024-02-04-72/+391
| |
| * Reworked ReturnByValue, warn_or_error, expect_date_[identifier_or_]string hop3112024-02-04-96/+124
|/
* Update scripts to OpenVicProject/scripts#9 hop3112024-01-30-0/+0
| | | | | Update deps/openvic-dataloader to OpenVicProject/OpenVic-Dataloader@7211a22 Update deps/lexy-vdf to OpenVicProject/lexy-vdf@5be3819
* Merge pull request #143 from OpenVicProject/update/workflow-actions George L. Albany2024-01-30-8/+20
|\ | | | | Update build workflow actions
| * Update build workflow actionsupdate/workflow-actions Spartan3222024-01-30-8/+20
|/ | | | | Update openvic-dataloader to OpenVicProject/OpenVic-Dataloader@9f06c13977efce7d0dd0a849a1b3611ebdab6451 Update lexy-vdf to OpenVicProject/lexy-vdf@dbe24a241645eb9cc22de96136c1f0a2d6019aff
* Merge pull request #142 from OpenVicProject/update/scripts George L. Albany2024-01-30-0/+0
|\ | | | | Update scripts to OpenVicProject/scripts#8
| * Update scripts to OpenVicProject/scripts#8update/scripts Spartan3222024-01-29-0/+0
|/ | | | | Update deps/openvic-dataloader to OpenVicProject/openvic-dataloader#38 Update deps/lexy-vdf to OpenVicProject/lexy-vdf#12
* Merge pull request #140 from OpenVicProject/case-rework Hop3112024-01-25-214/+253
|\ | | | | Added StringMapCase and case insensitive expect_dictionary_keys
| * Added StringMapCase and case insensitive expect_dictionary_keyscase-rework hop3112024-01-25-214/+253
|/
* Merge pull request #139 from OpenVicProject/constexpr-date Hop3112024-01-24-284/+204
|\ | | | | Made Date constexpr so that PROPERTY getters can be constexpr
| * Made Date constexpr so that PROPERTY getters can be constexprconstexpr-date hop3112024-01-24-284/+204
| |
* | Merge pull request #138 from OpenVicProject/unit-rework Hop3112024-01-24-276/+487
|\ \ | | | | | | Reworked Units and added IdentifierPointerRegistry
| * | Reworked Units and added IdentifierPointerRegistryunit-rework hop3112024-01-23-276/+487
| |/
* | Merge pull request #137 from OpenVicProject/reserve_more Hop3112024-01-24-346/+517
|\| | | | | Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]
| * Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more hop3112024-01-23-346/+517
|/
* Merge pull request #136 from OpenVicProject/windows-1251-dataloader Hop3112024-01-22-0/+0
|\ | | | | Updated OpenVic-Dataloader to support Windows-1251
| * Updated OpenVic-Dataloader to support Windows-1251 hop3112024-01-22-0/+0
|/
* Merge pull request #135 from OpenVicProject/misc-changes Hop3112024-01-22-50/+78
|\ | | | | Miscellaneous bug fixes and format cleanup
| * Miscellaneous bug fixes and format cleanupmisc-changes hop3112024-01-22-50/+78
|/
* Merge pull request #134 from OpenVicProject/update-lexy-vdf Hop3112024-01-20-0/+0
|\ | | | | Update lexy-vdf to fix headless build issues
| * Update lexy-vdf to fix headless build issues hop3112024-01-20-0/+0
|/
* Merge pull request #133 from OpenVicProject/fix/search-path George L. Albany2024-01-19-13/+31
|\ | | | | Harmonize empty result behavior for `_search_for_game_path`
| * Harmonize empty result behavior for `_search_for_game_path` Spartan3222024-01-19-13/+31
|/ | | | | | | Enables actually searching for game path Reports info or warning depending on why it fails Remove StringUtils.hpp include in Vic2PathSearch.cpp Add <cstdint> to StringUtils.hpp
* Merge pull request #119 from OpenVicProject/add/country-relations George L. Albany2024-01-19-50/+374
|\
| * Add skeleton CountryRelationManager Spartan3222024-01-18-50/+375
| | | | | | | | | | | | | | | | | | Change `DiplomaticAction::Argument` to refer to `CountryInstance*` instead of `Country*` Add `GameManager&` argument to `DiplomaticActionManager::setup_diplomatic_actions` Add some ErrorMacros, likely and unlikely macros and stringization macros (based on Godot's macros) Implement `increase_relations` DiplomaticAction commit function Implement `decrease_relations` DiplomaticAction commit function Fix include StringUtils.hpp errors
* | Merge pull request #131 from OpenVicProject/misc-changes Hop3112024-01-18-276/+745
|\ \ | | | | | | Parse missing variables, Logger counting, misc cleanup
| * | Parse missing variables, Logger counting, misc cleanup hop3112024-01-18-276/+745
| |/
* | Merge pull request #132 from OpenVicProject/enum-tweaks Hop3112024-01-18-189/+205
|\ \ | |/ |/| Minor enum cleanup, changed string functions into stream overloads
| * Minor enum cleanup, changed string functions into stream overloads hop3112024-01-18-189/+205
|/
* Merge pull request #130 from OpenVicProject/need_modifiers_do_something wvpm2024-01-14-5/+3
|\ | | | | <strata>_<need>_needs do have effect
| * <strata>_<need>_needs do have effect wvpm2024-01-14-5/+3
|/
* Merge pull request #129 from OpenVicProject/registry-template-fun Hop3112024-01-14-149/+243
|\ | | | | Reworked `UniqueKeyRegistry` template params