aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Made Date constexpr so that PROPERTY getters can be constexprconstexpr-date hop3112024-01-24-284/+204
* 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 hop3112024-01-22-0/+0
|/
* Merge pull request #135 from OpenVicProject/misc-changes Hop3112024-01-22-50/+78
|\
| * 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 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` Spartan3222024-01-19-13/+31
|/
* Merge pull request #119 from OpenVicProject/add/country-relations George L. Albany2024-01-19-50/+374
|\
| * Add skeleton CountryRelationManager Spartan3222024-01-18-50/+375
* | Merge pull request #131 from OpenVicProject/misc-changes Hop3112024-01-18-276/+745
|\ \
| * | 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 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 wvpm2024-01-14-5/+3
|/
* Merge pull request #129 from OpenVicProject/registry-template-fun Hop3112024-01-14-149/+243
|\
| * Reworked UniqueKeyRegistry template params + added support for std::deque sto... hop3112024-01-13-149/+243
|/
* Merge pull request #128 from OpenVicProject/westernisation_modifiers wvpm2024-01-13-14/+9
|\
| * Moved westernisation cost modifiers and added some to no effect wvpm2024-01-13-14/+9
|/
* Merge pull request #126 from OpenVicProject/improve_modifiers wvpm2024-01-12-68/+92
|\
| * Case insensitive modifiers & added more wvpm2024-01-12-68/+92
|/
* Merge pull request #127 from OpenVicProject/national-focus-modifiers Hop3112024-01-12-44/+43
|\
| * Added NationalFocus ModifierEffects + bool variables hop3112024-01-12-44/+43
|/
* Merge pull request #124 from OpenVicProject/improve_production_type_parsing wvpm2024-01-10-112/+116
|\
| * Improved validation of production types and renamed properties to be descriptive wvpm2024-01-10-112/+116
|/
* Merge pull request #123 from OpenVicProject/map_callback Hop3112024-01-09-318/+428
|\
| * Added map_callback and expect_item_dictionary_reserve_length hop3112024-01-08-318/+428
|/
* Merge pull request #111 from OpenVicProject/conditions-checking zaaarf2024-01-07-119/+1177
|\
| * feat: condition loading and parsing zaaarf2024-01-07-119/+1177
* | Merge pull request #122 from OpenVicProject/more-impassable-adjacencies Hop3112024-01-07-65/+65
|\ \
| * | More impassable adjacencies + WVPM mod fixes hop3112024-01-07-65/+65
|/ /
* | Merge pull request #121 from OpenVicProject/diplomatic_history_extension wvpm2024-01-07-58/+153
|\ \
| * | Reparations & optional end date wvpm2024-01-07-58/+153
|/ /
* | Merge pull request #120 from OpenVicProject/support_accepted_culture_in_unit wvpm2024-01-07-6/+19
|\ \ | |/ |/|
| * Support culture restrictions for units wvpm2024-01-07-6/+19
|/
* Merge pull request #118 from OpenVicProject/case-insensitive-registry Hop3112024-01-03-45/+139
|\
| * Added case insensitive ordered set and map and IdentifierRegistry hop3112024-01-03-45/+139
|/
* Merge pull request #117 from OpenVicProject/expect_item_dictionary_and_default Hop3112024-01-03-21/+44
|\
| * Added expect_item_dictionary_and_default hop3112024-01-03-21/+44
|/
* Merge pull request #116 from OpenVicProject/rule-rework Hop3112024-01-03-99/+237
|\
| * Mutually exclusive rule groups + modded building rules hop3112024-01-03-99/+237
* | Merge pull request #101 from OpenVicProject/spooky-scary-skeletons-send-diplo... George L. Albany2024-01-03-0/+473
|\ \ | |/ |/|
| * Add diplomatic actions skeleton Spartan3222024-01-03-0/+473
* | Merge pull request #115 from OpenVicProject/promotion-system Hop3112024-01-02-10/+12
|\ \
| * | Added pop properties (size changes, literacy) FarmingtonS92024-01-02-10/+12
|/ /
* | Merge pull request #114 from OpenVicProject/squared-roots zaaarf2024-01-02-166/+210
|\ \
| * | feat: calculate province distance using new sqrt functions zaaarf2024-01-02-164/+177