aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/misc
Commit message (Collapse)AuthorAgeLines
* 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