Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change colour_t to be a strongly typed structure | Spartan322 | 2023-12-24 | -19/+10 |
| | | | | | | | Make RGB default of `colour_t` Distinguish RGB and ARGB colors by type and colour_traits Add `_colour` and `_argb` colour user-defined literals Add `OpenVic::utility::unreachable` | |||
* | Removed modifier generating macros. | hop311 | 2023-12-14 | -14/+15 |
| | ||||
* | Made pop type strata moddable | hop311 | 2023-12-13 | -14/+76 |
| | ||||
* | Province pop history + country government flag override refactors | hop311 | 2023-12-13 | -4/+55 |
| | ||||
* | feat: implemented pop history loading | zaaarf | 2023-12-10 | -28/+1 |
| | ||||
* | feat: improved identifier registry macro | zaaarf | 2023-12-10 | -22/+7 |
| | ||||
* | Vec/set callbacks + crime file + prov building pos | hop311 | 2023-12-07 | -3/+1 |
| | ||||
* | Crime+event modifier loading + misc UI backend | hop311 | 2023-12-02 | -28/+65 |
| | ||||
* | feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX | zaaarf | 2023-12-01 | -5/+2 |
| | ||||
* | chore: use PROPERTY and its variants when possible | zaaarf | 2023-11-22 | -162/+28 |
| | ||||
* | Misc changes | hop311 | 2023-11-16 | -24/+13 |
| | ||||
* | Striped mapmode and improved distributions | hop311 | 2023-11-15 | -1/+1 |
| | ||||
* | Cross-platform file lookup (case and separator) | hop311 | 2023-11-07 | -1/+1 |
| | ||||
* | History loading changes + PROPERTY macro | hop311 | 2023-11-07 | -4/+4 |
| | ||||
* | Clang-format formatting (with manual cleanup) | hop311 | 2023-10-29 | -132/+131 |
| | ||||
* | Astyle formatting (with manual cleanup) | hop311 | 2023-10-29 | -20/+36 |
| | ||||
* | Separated node->string and string->value parsing | hop311 | 2023-10-20 | -3/+3 |
| | ||||
* | Minor cleanup | hop311 | 2023-10-20 | -23/+3 |
| | ||||
* | Loading of poptype needs & rebel compositions | k0uneli | 2023-10-16 | -14/+57 |
| | ||||
* | TGC compatibility fixes + other cleanup | hop311 | 2023-10-13 | -10/+10 |
| | ||||
* | Changed return types to std::string_view | hop311 | 2023-10-13 | -2/+2 |
| | ||||
* | Lots of accumulated changes | hop311 | 2023-10-12 | -40/+26 |
| | ||||
* | Data types, defaults, callback cleanup | Hop311 | 2023-09-29 | -5/+5 |
| | ||||
* | Removed unnecessary `const std::string_view`s | Hop311 | 2023-09-28 | -32/+32 |
| | ||||
* | Fixed pop type loading issue | Hop311 | 2023-09-24 | -8/+8 |
| | ||||
* | Testing (#23) | CptAlanSmith | 2023-09-23 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||
* | Various fixes, refactors and general cleanup | Hop311 | 2023-09-23 | -23/+5 |
| | ||||
* | Merge pull request #20 from OpenVicProject/poptypes | Hop311 | 2023-09-20 | -8/+66 |
|\ | | | | | Basic loading of pop types | |||
| * | Req comment + strata map and error message | Hop311 | 2023-09-20 | -22/+25 |
| | | ||||
| * | Loading pop types | k0uneli | 2023-09-13 | -5/+60 |
| | | ||||
* | | Province adjacency scaffolding | Hop311 | 2023-09-18 | -3/+3 |
| | | ||||
* | | Scaffolding for `positions.txt` + modifier loading | Hop311 | 2023-09-16 | -4/+9 |
| | | ||||
* | | First go at Modifiers | Hop311 | 2023-09-15 | -3/+3 |
| | | ||||
* | | Region + localisation loading | Hop311 | 2023-09-14 | -1/+1 |
|/ | ||||
* | Format cleanup and req comments | Hop311 | 2023-09-09 | -5/+26 |
| | ||||
* | PR feedback + Logger::warning | Hop311 | 2023-09-09 | -19/+12 |
| | ||||
* | More refactoring and duplicate code removal | Hop311 | 2023-09-08 | -0/+712 |