aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/utility/StringUtils.hpp
Commit message (Collapse)AuthorAgeLines
* Cleanup: inheritance, const movable variables, code formattingformat-cleanup hop3112024-07-19-2/+2
|
* Miscellaneous bug fixes and format cleanupmisc-changes hop3112024-01-22-2/+2
|
* Harmonize empty result behavior for `_search_for_game_path` Spartan3222024-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. Albany2024-01-19-0/+1
|\
| * Add skeleton CountryRelationManager Spartan3222024-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 hop3112024-01-18-1/+2
|/
* Added case insensitive ordered set and map and IdentifierRegistry hop3112024-01-03-5/+34
|
* Cross-platform file lookup (case and separator) hop3112023-11-07-2/+66
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-12/+30
|
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-2/+2
|
* Format cleanup and req comments Hop3112023-09-09-1/+1
|
* More refactoring and duplicate code removal Hop3112023-09-08-0/+127