Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Data types, defaults, callback cleanup | Hop311 | 2023-09-29 | -42/+47 |
| | ||||
* | Removed unnecessary `const std::string_view`s | Hop311 | 2023-09-28 | -3/+3 |
| | ||||
* | fix: use timespan for unit build time | zaaarf | 2023-09-28 | -4/+6 |
| | ||||
* | Testing (#23) | CptAlanSmith | 2023-09-23 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||
* | chore: converted several types | zaaarf | 2023-09-23 | -21/+21 |
| | ||||
* | fix: various fixes, now runs and parses without military-related errors | zaaarf | 2023-09-23 | -72/+62 |
| | ||||
* | chore: removed hardcoded possible values on unit type | zaaarf | 2023-09-22 | -4/+8 |
| | ||||
* | feat: removed enum, passed goods manager | zaaarf | 2023-09-22 | -35/+35 |
| | ||||
* | feat: implemenet most of the unit loading function | zaaarf | 2023-09-22 | -9/+96 |
| | ||||
* | feat: created Unit struct | zaaarf | 2023-09-21 | -0/+210 |
this looks horrid but what can you do |