aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/types/IdentifierRegistry.hpp
Commit message (Expand)AuthorAgeLines
* Fleshing out Country, State and Province instances + historycountry-instance hop3112024-07-22-5/+1
* Cleanup: inheritance, const movable variables, code formattingformat-cleanup hop3112024-07-19-1/+1
* Renamed Country to CountryDefinitioncountry-definition hop3112024-06-20-14/+18
* Menu reqs: country index, flag type set, province set total populationmenu-reqs hop3112024-04-19-1/+1
* Rework GFX::Actor Attachments and Animations hop3112024-04-15-0/+21
* Rework province position loading and map dims hop3112024-04-15-10/+24
* Identifier string_view invalidation fix hop3112024-03-01-1/+9
* Reworked ReturnByValue, warn_or_error, expect_date_[identifier_or_]string hop3112024-02-04-14/+26
* Added StringMapCase and case insensitive expect_dictionary_keyscase-rework hop3112024-01-25-36/+19
* Merge pull request #139 from OpenVicProject/constexpr-date Hop3112024-01-24-11/+3
|\
| * Made Date constexpr so that PROPERTY getters can be constexprconstexpr-date hop3112024-01-24-11/+3
* | Reworked Units and added IdentifierPointerRegistryunit-rework hop3112024-01-23-47/+91
|/
* Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more hop3112024-01-23-18/+31
* Miscellaneous bug fixes and format cleanupmisc-changes hop3112024-01-22-1/+21
* Parse missing variables, Logger counting, misc cleanup hop3112024-01-18-8/+2
* Reworked UniqueKeyRegistry template params + added support for std::deque sto... hop3112024-01-13-120/+215
* Added map_callback and expect_item_dictionary_reserve_length hop3112024-01-08-93/+111
* Added case insensitive ordered set and map and IdentifierRegistry hop3112024-01-03-11/+24
* Added expect_item_dictionary_and_default hop3112024-01-03-21/+44
* Change colour_t to be a strongly typed structure Spartan3222023-12-24-18/+31
* feat: improved identifier registry macro zaaarf2023-12-10-46/+31
* Crime+event modifier loading + misc UI backend hop3112023-12-02-30/+56
* feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX zaaarf2023-12-01-3/+1
* Bookmark loading + province and building cleanup hop3112023-11-15-0/+3
* Striped mapmode and improved distributions hop3112023-11-15-19/+4
* Directory lookup refactor+suppressed wargoal error hop3112023-11-13-15/+22
* History loading generalisation hop3112023-11-07-3/+9
* Cross-platform file lookup (case and separator) hop3112023-11-07-16/+26
* History loading changes + PROPERTY macro hop3112023-11-07-41/+8
* Country: datatypes + TGC compat changes hop3112023-11-07-7/+13
* Clang-format formatting (with manual cleanup) hop3112023-10-29-29/+63
* Astyle formatting (with manual cleanup) hop3112023-10-29-13/+20
* Add Defines Loading Spartan3222023-10-20-44/+76
* Separated node->string and string->value parsing hop3112023-10-20-9/+11
* Change `has_identifier` to use `map::contains` Spartan3222023-10-17-8/+12
* Further CLI and modifier reading work hop3112023-10-14-86/+76
* TGC compatibility fixes + other cleanup hop3112023-10-13-15/+38
* Changed return types to std::string_view hop3112023-10-13-6/+14
* Further cleanup and rearrangement hop3112023-10-13-7/+5
* Lots of accumulated changes hop3112023-10-12-65/+91
* Data types, defaults, callback cleanup Hop3112023-09-29-0/+10
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-7/+7
* Adding terrain image/type loading Hop3112023-09-25-0/+1
* fix: fixed multiple compile-time warnings zaaarf2023-09-24-0/+1
* Fixed pop type loading issue Hop3112023-09-24-0/+10
* Testing (#23) CptAlanSmith2023-09-23-1/+17
* Province adjacency scaffolding Hop3112023-09-18-8/+50
* Scaffolding for `positions.txt` + modifier loading Hop3112023-09-16-3/+3
* First go at Modifiers Hop3112023-09-15-2/+2
* PR feedback + Logger::warning Hop3112023-09-09-0/+3