aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/utility/StringUtils.hpp
Commit message (Collapse)AuthorAgeLines
* 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
* 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