Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add Country Loading | Spartan322 | 2023-10-16 | -0/+3 |
| | | | | Searches for countries.txt then loads the country from the directed file | |||
* | Add Bookmark Loading | Spartan322 | 2023-10-13 | -0/+3 |
| | ||||
* | Further cleanup and rearrangement | hop311 | 2023-10-13 | -36/+15 |
| | ||||
* | Initial Government Type Loading | Joel Machens | 2023-10-03 | -0/+4 |
| | ||||
* | Data types, defaults, callback cleanup | Hop311 | 2023-09-29 | -4/+1 |
| | ||||
* | Removed unnecessary `const std::string_view`s | Hop311 | 2023-09-28 | -1/+1 |
| | ||||
* | Adding terrain image/type loading | Hop311 | 2023-09-25 | -0/+3 |
| | ||||
* | feat: implemented ProductionType, implemented (broken) loading for it | zaaarf | 2023-09-23 | -0/+4 |
| | ||||
* | Testing (#23) | CptAlanSmith | 2023-09-23 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: removed enum, passed goods manager | zaaarf | 2023-09-22 | -6/+10 |
| | ||||
* | feat: added issue loading! | zaaarf | 2023-09-20 | -0/+3 |
| | ||||
* | feat: ideology loading | zaaarf | 2023-09-20 | -3/+5 |
| | ||||
* | More refactoring and duplicate code removal | Hop311 | 2023-09-08 | -0/+40 |