Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Renamed Country to CountryDefinitioncountry-definition | hop311 | 2024-06-20 | -2/+2 |
| | ||||
* | Province const/mutable separation + State cleanupconst-mutable | hop311 | 2024-06-06 | -0/+1 |
| | ||||
* | Add skeleton CountryRelationManager | Spartan322 | 2024-01-18 | -0/+53 |
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 |