aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/misc/Define.hpp
Commit message (Collapse)AuthorAgeLines
* Calculate country military power (still needs modifiers + soldier pop ↵ranking hop31112 days-0/+8
| | | | supported regiment count)
* Calculate country industrial power (states still need factory data) hop31113 days-0/+1
|
* Add country ranking system + great/secondary powers hop31113 days-0/+3
|
* Add define caching to avoid post-load lookupsdefines-caching hop31113 days-13/+42
|
* Cleanup: inheritance, const movable variables, code formattingformat-cleanup hop3112024-07-19-1/+1
|
* Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more hop3112024-01-23-2/+1
|
* feat: improved identifier registry macro zaaarf2023-12-10-4/+1
|
* Bookmark loading + province and building cleanup hop3112023-11-15-3/+4
|
* History loading changes + PROPERTY macro hop3112023-11-07-3/+3
|
* Stop passing Dates by reference hop3112023-11-07-2/+2
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-16/+3
|
* Add Defines Loading Spartan3222023-10-20-0/+63
Caches start_date and end_date in DefineManager Add static `get_property` and HASID_PROPERTY macro to HasIdentifier