aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/politics
Commit message (Collapse)AuthorAgeLines
* Mutually exclusive rule groups + modded building rules hop3112024-01-03-67/+197
|
* Added framework for loading all Conditions and Effects hop3112024-01-02-64/+256
|
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-5/+7
| | | | | | | | | | | Add is_specialization_of to Utility.hpp Add OpenVic::ordered_map and OpenVic::ordered_set Change `std::map` to `ordered_map` Change `std::set to use `ordered_set` Add `set_callback_pointer(tsl::ordered_set<T const*>& set)` Add mutable_iterator to enable mutable value iterator for `tsl::ordered_map` Add std::hash<OpenVic::Date> implementation Enable deps/SCsub to expose dependency includes neccessary for inclusion
* feat: rule and modifier loading for issues and reforms zaaarf2023-12-28-59/+100
|
* Added political/policy rules hop3112023-12-26-1/+200
|
* Change colour_t to be a strongly typed structure Spartan3222023-12-24-7/+4
| | | | | | | 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. hop3112023-12-14-5/+6
|
* Province pop history + country government flag override refactors hop3112023-12-13-0/+8
|
* feat: improved identifier registry macro zaaarf2023-12-10-52/+12
|
* Vec/set callbacks + crime file + prov building pos hop3112023-12-07-5/+8
|
* feat: implemented invention dataloading zaaarf2023-12-05-3/+17
|
* Crime+event modifier loading + misc UI backend hop3112023-12-02-59/+81
|
* feat: rebel type parsing zaaarf2023-12-01-0/+221
|
* feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX zaaarf2023-12-01-16/+10
|
* chore: use PROPERTY and its variants when possible zaaarf2023-11-22-101/+16
|
* Misc changes hop3112023-11-16-7/+7
|
* Striped mapmode and improved distributions hop3112023-11-15-3/+3
|
* Implement National Foci BrickPi2023-11-15-0/+200
|
* History loading changes + PROPERTY macro hop3112023-11-07-2/+2
|
* Stop passing Dates by reference hop3112023-11-07-2/+2
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-95/+122
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-13/+26
|
* Minor cleanup hop3112023-10-20-3/+1
|
* Add National Values Loading Joel Machens2023-10-17-0/+77
|
* TGC compatibility fixes + other cleanup hop3112023-10-13-2/+2
|
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 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