aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/misc/Modifier.cpp
Commit message (Collapse)AuthorAgeLines
* Mutually exclusive rule groups + modded building rules hop3112024-01-03-2/+6
|
* Added framework for loading all Conditions and Effects hop3112024-01-02-6/+23
|
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-2/+6
| | | | | | | | | | | 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-0/+6
|
* Fixed TGC compatibility + misc cleanup hop3112023-12-23-34/+52
|
* Removed modifier generating macros. hop3112023-12-14-2/+7
|
* Made pop type strata moddable hop3112023-12-13-15/+0
|
* feat: improved identifier registry macro zaaarf2023-12-10-4/+0
|
* Vec/set callbacks + crime file + prov building pos hop3112023-12-07-40/+8
|
* feat: implemented invention dataloading zaaarf2023-12-05-14/+35
|
* Crime+event modifier loading + misc UI backend hop3112023-12-02-24/+100
|
* feat: implemented modifier identifier flattening, added/fixed remaining tech ↵ zaaarf2023-12-02-23/+49
| | | | modifiers effects
* feat: implemented basic technology and school loading (modifier processing ↵ zaaarf2023-10-22-0/+1
| | | | is still missing)
* chore: use PROPERTY and its variants when possible zaaarf2023-11-22-20/+0
|
* Misc changes hop3112023-11-16-0/+386