aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/misc
Commit message (Collapse)AuthorAgeLines
* Miscellaneous bug fixes and format cleanupmisc-changes hop3112024-01-22-6/+6
|
* Parse missing variables, Logger counting, misc cleanup hop3112024-01-18-7/+11
|
* <strata>_<need>_needs do have effect wvpm2024-01-14-5/+3
|
* Reworked UniqueKeyRegistry template params + added support for std::deque ↵ hop3112024-01-13-10/+5
| | | | storage
* Moved westernisation cost modifiers and added some to no effect wvpm2024-01-13-6/+9
|
* Case insensitive modifiers & added more wvpm2024-01-12-37/+53
|
* Added map_callback and expect_item_dictionary_reserve_length hop3112024-01-08-9/+9
|
* feat: condition loading and parsing zaaarf2024-01-07-21/+41
| | | | 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-46/+159
|
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-3/+8
| | | | | | | | | | | 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
* Clock refactor + misc small fixes hop3112023-12-28-119/+128
|
* feat: rule and modifier loading for issues and reforms zaaarf2023-12-28-0/+6
|
* Fixed TGC compatibility + misc cleanup hop3112023-12-23-66/+80
|
* Merge pull request #92 from OpenVicProject/dataloading-onactions Hop3112023-12-14-0/+58
|\ | | | | on_action dataloading
| * feat: on_action dataloading zaaarf2023-12-14-0/+58
| |
* | Removed modifier generating macros. hop3112023-12-14-3/+8
| |
* | Made pop type strata moddable hop3112023-12-13-15/+0
| |
* | Province pop history + country government flag override refactors hop3112023-12-13-2/+2
|/
* feat: improved identifier registry macro zaaarf2023-12-10-32/+7
|
* feat: decision dataloading zaaarf2023-12-10-0/+122
|
* Generic Event Loading BrickPi2023-12-10-0/+220
|
* Vec/set callbacks + crime file + prov building pos hop3112023-12-07-60/+8
|
* feat: implemented invention dataloading zaaarf2023-12-05-15/+36
|
* Crime+event modifier loading + misc UI backend hop3112023-12-02-27/+261
|
* feat: implemented modifier identifier flattening, added/fixed remaining tech ↵ zaaarf2023-12-02-25/+54
| | | | modifiers effects
* feat: implemented basic technology and school loading (modifier processing ↵ zaaarf2023-10-22-0/+2
| | | | is still missing)
* feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX zaaarf2023-12-01-1/+1
|
* chore: use PROPERTY and its variants when possible zaaarf2023-11-22-34/+5
|
* Misc changes hop3112023-11-16-0/+576
|
* Bookmark loading + province and building cleanup hop3112023-11-15-15/+17
|
* History loading changes + PROPERTY macro hop3112023-11-07-3/+3
|
* Stop passing Dates by reference hop3112023-11-07-4/+4
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-29/+9
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-28/+32
|
* Add Defines Loading Spartan3222023-10-20-0/+184
Caches start_date and end_date in DefineManager Add static `get_property` and HASID_PROPERTY macro to HasIdentifier