aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/misc/Modifier.cpp
Commit message (Collapse)AuthorAgeLines
* Cleanup: inheritance, const movable variables, code formattingformat-cleanup hop3112024-07-19-1/+1
|
* Update OpenVicProject/OpenVic-Dataloader@4a49007dryad zaaarf2024-07-07-2/+6
| | | | | Update .clang-format categories Move type_name and SelfType functioanlity to utility/Getters
* Separated GameManager into Definition and Instance Managersinstance-definition-managers hop3112024-06-13-4/+4
|
* Reworked Units and added IdentifierPointerRegistryunit-rework hop3112024-01-23-0/+1
|
* Miscellaneous bug fixes and format cleanupmisc-changes hop3112024-01-22-5/+5
|
* Parse missing variables, Logger counting, misc cleanup hop3112024-01-18-6/+10
|
* <strata>_<need>_needs do have effect wvpm2024-01-14-5/+3
|
* Reworked UniqueKeyRegistry template params + added support for std::deque ↵ hop3112024-01-13-3/+1
| | | | storage
* Moved westernisation cost modifiers and added some to no effect wvpm2024-01-13-6/+9
|
* Case insensitive modifiers & added more wvpm2024-01-12-35/+46
|
* Added map_callback and expect_item_dictionary_reserve_length hop3112024-01-08-7/+5
|
* feat: condition loading and parsing zaaarf2024-01-07-1/+1
| | | | Co-authored-by: Hop311 <Hop3114@gmail.com>
* 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