aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/types
Commit message (Expand)AuthorAgeLines
* Added StringMapCase and case insensitive expect_dictionary_keyscase-rework hop3112024-01-25-42/+65
* Merge pull request #139 from OpenVicProject/constexpr-date Hop3112024-01-24-278/+194
|\
| * Made Date constexpr so that PROPERTY getters can be constexprconstexpr-date hop3112024-01-24-278/+194
* | 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-10/+30
* Parse missing variables, Logger counting, misc cleanup hop3112024-01-18-26/+34
* 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-94/+200
* Added case insensitive ordered set and map and IdentifierRegistry hop3112024-01-03-17/+94
* Added expect_item_dictionary_and_default hop3112024-01-03-21/+44
* Merge pull request #101 from OpenVicProject/spooky-scary-skeletons-send-diplo... George L. Albany2024-01-03-0/+178
|\
| * Add diplomatic actions skeleton Spartan3222024-01-03-0/+178
* | Merge pull request #114 from OpenVicProject/squared-roots zaaarf2024-01-02-0/+6
|\ \
| * | feat: integer and fixed point square root functions zaaarf2024-01-02-0/+6
| |/
* / Added framework for loading all Conditions and Effects hop3112024-01-02-6/+0
|/
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-4/+117
* Clock refactor + misc small fixes hop3112023-12-28-1/+1
* Province building scaffolding hop3112023-12-25-3/+3
* Change colour_t to be a strongly typed structure Spartan3222023-12-24-73/+446
* Additional adjacency loading BuildTools2023-12-17-0/+10
* Province pop history + country government flag override refactors hop3112023-12-13-0/+4
* feat: improved identifier registry macro zaaarf2023-12-10-46/+31
* Make vec2_t header only (friend functions weren't being found) hop3112023-12-09-97/+114
* Crime+event modifier loading + misc UI backend hop3112023-12-02-30/+76
* feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX zaaarf2023-12-01-3/+1
* chore: change some lingering lowerCamelCase to snake_case zaaarf2023-11-22-18/+18
* Bookmark loading + province and building cleanup hop3112023-11-15-0/+9
* Striped mapmode and improved distributions hop3112023-11-15-20/+53
* Directory lookup refactor+suppressed wargoal error hop3112023-11-13-15/+22
* Implement Wargoal Loading Joel Machens2023-11-08-0/+84
* 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-56/+18
* Stop passing Dates by reference hop3112023-11-07-2/+2
* Country: datatypes + TGC compat changes hop3112023-11-07-7/+13
* Clang-format formatting (with manual cleanup) hop3112023-10-29-66/+110
* Astyle formatting (with manual cleanup) hop3112023-10-29-68/+181
* Country History & Order of Battle Loading Joel Machens2023-10-25-18/+18
* 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-23/+60
* Changed return types to std::string_view hop3112023-10-13-7/+15
* Further cleanup and rearrangement hop3112023-10-13-7/+5
* Lots of accumulated changes hop3112023-10-12-72/+117
* Data types, defaults, callback cleanup Hop3112023-09-29-0/+10
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-12/+12
* Fixed point to_string rounding Hop3112023-09-26-9/+24