Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more | hop311 | 2024-01-23 | -346/+517 |
| | ||||
* | Merge pull request #136 from OpenVicProject/windows-1251-dataloader | Hop311 | 2024-01-22 | -0/+0 |
|\ | | | | | Updated OpenVic-Dataloader to support Windows-1251 | |||
| * | Updated OpenVic-Dataloader to support Windows-1251 | hop311 | 2024-01-22 | -0/+0 |
|/ | ||||
* | Merge pull request #135 from OpenVicProject/misc-changes | Hop311 | 2024-01-22 | -50/+78 |
|\ | | | | | Miscellaneous bug fixes and format cleanup | |||
| * | Miscellaneous bug fixes and format cleanupmisc-changes | hop311 | 2024-01-22 | -50/+78 |
|/ | ||||
* | Merge pull request #134 from OpenVicProject/update-lexy-vdf | Hop311 | 2024-01-20 | -0/+0 |
|\ | | | | | Update lexy-vdf to fix headless build issues | |||
| * | Update lexy-vdf to fix headless build issues | hop311 | 2024-01-20 | -0/+0 |
|/ | ||||
* | Merge pull request #133 from OpenVicProject/fix/search-path | George L. Albany | 2024-01-19 | -13/+31 |
|\ | | | | | Harmonize empty result behavior for `_search_for_game_path` | |||
| * | Harmonize empty result behavior for `_search_for_game_path` | Spartan322 | 2024-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. Albany | 2024-01-19 | -50/+374 |
|\ | ||||
| * | Add skeleton CountryRelationManager | Spartan322 | 2024-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 | Hop311 | 2024-01-18 | -276/+745 |
|\ \ | | | | | | | Parse missing variables, Logger counting, misc cleanup | |||
| * | | Parse missing variables, Logger counting, misc cleanup | hop311 | 2024-01-18 | -276/+745 |
| |/ | ||||
* | | Merge pull request #132 from OpenVicProject/enum-tweaks | Hop311 | 2024-01-18 | -189/+205 |
|\ \ | |/ |/| | Minor enum cleanup, changed string functions into stream overloads | |||
| * | Minor enum cleanup, changed string functions into stream overloads | hop311 | 2024-01-18 | -189/+205 |
|/ | ||||
* | Merge pull request #130 from OpenVicProject/need_modifiers_do_something | wvpm | 2024-01-14 | -5/+3 |
|\ | | | | | <strata>_<need>_needs do have effect | |||
| * | <strata>_<need>_needs do have effect | wvpm | 2024-01-14 | -5/+3 |
|/ | ||||
* | Merge pull request #129 from OpenVicProject/registry-template-fun | Hop311 | 2024-01-14 | -149/+243 |
|\ | | | | | Reworked `UniqueKeyRegistry` template params | |||
| * | Reworked UniqueKeyRegistry template params + added support for std::deque ↵ | hop311 | 2024-01-13 | -149/+243 |
|/ | | | | storage | |||
* | Merge pull request #128 from OpenVicProject/westernisation_modifiers | wvpm | 2024-01-13 | -14/+9 |
|\ | | | | | Moved westernisation cost modifiers and added some to no effect | |||
| * | Moved westernisation cost modifiers and added some to no effect | wvpm | 2024-01-13 | -14/+9 |
|/ | ||||
* | Merge pull request #126 from OpenVicProject/improve_modifiers | wvpm | 2024-01-12 | -68/+92 |
|\ | | | | | Case insensitive modifiers & added more | |||
| * | Case insensitive modifiers & added more | wvpm | 2024-01-12 | -68/+92 |
|/ | ||||
* | Merge pull request #127 from OpenVicProject/national-focus-modifiers | Hop311 | 2024-01-12 | -44/+43 |
|\ | | | | | Added NationalFocus ModifierEffects + bool variables | |||
| * | Added NationalFocus ModifierEffects + bool variables | hop311 | 2024-01-12 | -44/+43 |
|/ | ||||
* | Merge pull request #124 from OpenVicProject/improve_production_type_parsing | wvpm | 2024-01-10 | -112/+116 |
|\ | | | | | Improved validation of production types and renamed properties to be descriptive | |||
| * | Improved validation of production types and renamed properties to be descriptive | wvpm | 2024-01-10 | -112/+116 |
|/ | ||||
* | Merge pull request #123 from OpenVicProject/map_callback | Hop311 | 2024-01-09 | -318/+428 |
|\ | | | | | Added map_callback and expect_item_dictionary_reserve_length | |||
| * | Added map_callback and expect_item_dictionary_reserve_length | hop311 | 2024-01-08 | -318/+428 |
|/ | ||||
* | Merge pull request #111 from OpenVicProject/conditions-checking | zaaarf | 2024-01-07 | -119/+1177 |
|\ | | | | | Condition definition checking/loading | |||
| * | feat: condition loading and parsing | zaaarf | 2024-01-07 | -119/+1177 |
| | | | | | | | | Co-authored-by: Hop311 <Hop3114@gmail.com> | |||
* | | Merge pull request #122 from OpenVicProject/more-impassable-adjacencies | Hop311 | 2024-01-07 | -65/+65 |
|\ \ | | | | | | | More impassable adjacencies + WVPM mod fixes | |||
| * | | More impassable adjacencies + WVPM mod fixes | hop311 | 2024-01-07 | -65/+65 |
|/ / | ||||
* | | Merge pull request #121 from OpenVicProject/diplomatic_history_extension | wvpm | 2024-01-07 | -58/+153 |
|\ \ | | | | | | | Reparations & optional end date | |||
| * | | Reparations & optional end date | wvpm | 2024-01-07 | -58/+153 |
|/ / | ||||
* | | Merge pull request #120 from OpenVicProject/support_accepted_culture_in_unit | wvpm | 2024-01-07 | -6/+19 |
|\ \ | |/ |/| | Support culture restrictions for units | |||
| * | Support culture restrictions for units | wvpm | 2024-01-07 | -6/+19 |
|/ | | | | Style | |||
* | Merge pull request #118 from OpenVicProject/case-insensitive-registry | Hop311 | 2024-01-03 | -45/+139 |
|\ | | | | | Added case insensitive ordered set and map and IdentifierRegistry | |||
| * | Added case insensitive ordered set and map and IdentifierRegistry | hop311 | 2024-01-03 | -45/+139 |
|/ | ||||
* | Merge pull request #117 from OpenVicProject/expect_item_dictionary_and_default | Hop311 | 2024-01-03 | -21/+44 |
|\ | | | | | Added expect_item_dictionary_and_default | |||
| * | Added expect_item_dictionary_and_default | hop311 | 2024-01-03 | -21/+44 |
|/ | ||||
* | Merge pull request #116 from OpenVicProject/rule-rework | Hop311 | 2024-01-03 | -99/+237 |
|\ | | | | | Mutually exclusive rule groups + modded building rules | |||
| * | Mutually exclusive rule groups + modded building rules | hop311 | 2024-01-03 | -99/+237 |
| | | ||||
* | | Merge pull request #101 from ↵ | George L. Albany | 2024-01-03 | -0/+473 |
|\ \ | |/ |/| | | | OpenVicProject/spooky-scary-skeletons-send-diplo-down-your-spine | |||
| * | Add diplomatic actions skeleton | Spartan322 | 2024-01-03 | -0/+473 |
| | | | | | | | | | | | | Add AnyRef for cheap "move only" reference Add FunctionRef for cheap "move only" function reference Based on https://github.com/think-cell/think-cell-library/blob/main/tc/base/ref.h | |||
* | | Merge pull request #115 from OpenVicProject/promotion-system | Hop311 | 2024-01-02 | -10/+12 |
|\ \ | | | | | | | Added pop properties (size changes, literacy) | |||
| * | | Added pop properties (size changes, literacy) | FarmingtonS9 | 2024-01-02 | -10/+12 |
|/ / | ||||
* | | Merge pull request #114 from OpenVicProject/squared-roots | zaaarf | 2024-01-02 | -166/+210 |
|\ \ | | | | | | | Integer and fixed point squared roots | |||
| * | | feat: calculate province distance using new sqrt functions | zaaarf | 2024-01-02 | -164/+177 |
| | | | ||||
| * | | feat: integer and fixed point square root functions | zaaarf | 2024-01-02 | -2/+33 |
| |/ |