Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #119 from OpenVicProject/add/country-relations | George L. Albany | 2024-01-19 | -38/+253 |
|\ | ||||
| * | Add skeleton CountryRelationManager | Spartan322 | 2024-01-18 | -38/+253 |
| | | | | | | | | | | | | | | | | | | 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/+0 |
|/ | ||||
* | Added map_callback and expect_item_dictionary_reserve_length | hop311 | 2024-01-08 | -12/+11 |
| | ||||
* | Add diplomatic actions skeleton | Spartan322 | 2024-01-03 | -0/+289 |
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 |