Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Astyle formatting (with manual cleanup) | hop311 | 2023-10-29 | -13/+26 |
| | ||||
* | Minor cleanup | hop311 | 2023-10-20 | -3/+1 |
| | ||||
* | Add National Values Loading | Joel Machens | 2023-10-17 | -0/+77 |
| | ||||
* | TGC compatibility fixes + other cleanup | hop311 | 2023-10-13 | -2/+2 |
| | ||||
* | Changed return types to std::string_view | hop311 | 2023-10-13 | -2/+2 |
| | ||||
* | Further cleanup and rearrangement | hop311 | 2023-10-13 | -1/+23 |
| | ||||
* | Lots of accumulated changes | hop311 | 2023-10-12 | -103/+111 |
| | ||||
* | Fix Data Types | Joel Machens | 2023-10-04 | -21/+29 |
| | ||||
* | Fix Extraneous Callback | BrickPi | 2023-10-03 | -7/+3 |
| | ||||
* | Add Requirements | BrickPi | 2023-10-03 | -0/+1 |
| | ||||
* | Finish Government Type Loading | BrickPi | 2023-10-03 | -7/+8 |
| | ||||
* | Initial Government Type Loading | Joel Machens | 2023-10-03 | -0/+136 |
| | ||||
* | Removed unnecessary `const std::string_view`s | Hop311 | 2023-09-28 | -36/+36 |
| | ||||
* | Testing (#23) | CptAlanSmith | 2023-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 | zaaarf | 2023-09-23 | -89/+194 |
| | ||||
* | Various fixes, refactors and general cleanup | Hop311 | 2023-09-23 | -39/+48 |
| | ||||
* | chore: added requirements | zaaarf | 2023-09-20 | -0/+9 |
| | ||||
* | feat: added issue loading! | zaaarf | 2023-09-20 | -18/+80 |
| | ||||
* | feat: merged PartyIssue and PoliticalReform into single Issue structure | zaaarf | 2023-09-20 | -176/+168 |
| | ||||
* | feat: ideology loading | zaaarf | 2023-09-20 | -2/+51 |
| | ||||
* | feat: added PartyIssue and PoliticalReform structs | zaaarf | 2023-09-19 | -1/+177 |
| | ||||
* | feat: added Ideology and IdeologyGroup data structures | zaaarf | 2023-09-19 | -0/+101 |