aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/politics
Commit message (Expand)AuthorAgeLines
* Changed return types to std::string_view hop3112023-10-13-2/+2
* Further cleanup and rearrangement hop3112023-10-13-1/+23
* Lots of accumulated changes hop3112023-10-12-103/+111
* Fix Data Types Joel Machens2023-10-04-21/+29
* Fix Extraneous Callback BrickPi2023-10-03-7/+3
* Add Requirements BrickPi2023-10-03-0/+1
* Finish Government Type Loading BrickPi2023-10-03-7/+8
* Initial Government Type Loading Joel Machens2023-10-03-0/+136
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-36/+36
* Testing (#23) CptAlanSmith2023-09-23-13/+11
* 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