Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Miscellaneous bug fixes and format cleanupmisc-changes | hop311 | 2024-01-22 | -2/+2 |
| | ||||
* | Harmonize empty result behavior for `_search_for_game_path` | Spartan322 | 2024-01-19 | -0/+1 |
| | | | | | | | 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 | -0/+1 |
|\ | ||||
| * | Add skeleton CountryRelationManager | Spartan322 | 2024-01-18 | -0/+2 |
| | | | | | | | | | | | | | | | | | | 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 | |||
* | | Parse missing variables, Logger counting, misc cleanup | hop311 | 2024-01-18 | -1/+2 |
|/ | ||||
* | Added case insensitive ordered set and map and IdentifierRegistry | hop311 | 2024-01-03 | -5/+34 |
| | ||||
* | Cross-platform file lookup (case and separator) | hop311 | 2023-11-07 | -2/+66 |
| | ||||
* | Astyle formatting (with manual cleanup) | hop311 | 2023-10-29 | -12/+30 |
| | ||||
* | Removed unnecessary `const std::string_view`s | Hop311 | 2023-09-28 | -2/+2 |
| | ||||
* | Format cleanup and req comments | Hop311 | 2023-09-09 | -1/+1 |
| | ||||
* | More refactoring and duplicate code removal | Hop311 | 2023-09-08 | -0/+127 |