aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/politics
Commit message (Collapse)AuthorAgeLines
* Testing (#23) CptAlanSmith2023-09-23-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* feat: separated once more Issue and Reform zaaarf2023-09-23-89/+194
|
* Various fixes, refactors and general cleanup Hop3112023-09-23-39/+48
|
* chore: added requirements zaaarf2023-09-20-0/+9
|
* feat: added issue loading! zaaarf2023-09-20-18/+80
|
* feat: merged PartyIssue and PoliticalReform into single Issue structure zaaarf2023-09-20-176/+168
|
* feat: ideology loading zaaarf2023-09-20-2/+51
|
* feat: added PartyIssue and PoliticalReform structs zaaarf2023-09-19-1/+177
|
* feat: added Ideology and IdeologyGroup data structures zaaarf2023-09-19-0/+101