aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/politics/Ideology.hpp
Commit message (Collapse)AuthorAgeLines
* Added framework for loading all Conditions and Effects hop3112024-01-02-2/+19
|
* feat: improved identifier registry macro zaaarf2023-12-10-6/+2
|
* feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX zaaarf2023-12-01-1/+1
|
* chore: use PROPERTY and its variants when possible zaaarf2023-11-22-8/+4
|
* Stop passing Dates by reference hop3112023-11-07-1/+1
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-6/+10
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-2/+4
|
* Lots of accumulated changes hop3112023-10-12-2/+2
|
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-4/+4
|
* Testing (#23) CptAlanSmith2023-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 Hop3112023-09-23-3/+5
|
* feat: added issue loading! zaaarf2023-09-20-1/+1
|
* feat: merged PartyIssue and PoliticalReform into single Issue structure zaaarf2023-09-20-0/+1
|
* feat: ideology loading zaaarf2023-09-20-1/+2
|
* feat: added Ideology and IdeologyGroup data structures zaaarf2023-09-19-0/+53