Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added framework for loading all Conditions and Effects | hop311 | 2024-01-02 | -2/+19 |
| | ||||
* | feat: improved identifier registry macro | zaaarf | 2023-12-10 | -6/+2 |
| | ||||
* | feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX | zaaarf | 2023-12-01 | -1/+1 |
| | ||||
* | chore: use PROPERTY and its variants when possible | zaaarf | 2023-11-22 | -8/+4 |
| | ||||
* | Stop passing Dates by reference | hop311 | 2023-11-07 | -1/+1 |
| | ||||
* | Clang-format formatting (with manual cleanup) | hop311 | 2023-10-29 | -6/+10 |
| | ||||
* | Astyle formatting (with manual cleanup) | hop311 | 2023-10-29 | -2/+4 |
| | ||||
* | Lots of accumulated changes | hop311 | 2023-10-12 | -2/+2 |
| | ||||
* | Removed unnecessary `const std::string_view`s | Hop311 | 2023-09-28 | -4/+4 |
| | ||||
* | Testing (#23) | CptAlanSmith | 2023-09-23 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes for building scons * Initial proof of concept auto-testing Shows how we can pull loaded data and display it back * Re-did headless Because hubert insisted it be done like this ;) * Auto-Testing Framework Basics * Requirements Calculations * Fix for messy merge (teach me to use merge tools) * Fixing up misc merge issues to fully reconcile with master changes * Re-added missing getters * Move of testing files due to folder reorgs * Use new accessors + int reading fix --------- Co-authored-by: Hop311 <hop3114@gmail.com> | |||
* | Various fixes, refactors and general cleanup | Hop311 | 2023-09-23 | -3/+5 |
| | ||||
* | feat: added issue loading! | zaaarf | 2023-09-20 | -1/+1 |
| | ||||
* | feat: merged PartyIssue and PoliticalReform into single Issue structure | zaaarf | 2023-09-20 | -0/+1 |
| | ||||
* | feat: ideology loading | zaaarf | 2023-09-20 | -1/+2 |
| | ||||
* | feat: added Ideology and IdeologyGroup data structures | zaaarf | 2023-09-19 | -0/+53 |