aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/country/Country.hpp
Commit message (Collapse)AuthorAgeLines
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-3/+4
| | | | | | | | | | | 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
* feat: improved identifier registry macro zaaarf2023-12-10-7/+2
|
* Crime+event modifier loading + misc UI backend hop3112023-12-02-0/+2
|
* 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-18/+8
|
* Added CountryInstance & Country History Apply Func Joel Machens2023-11-13-0/+1
|
* Apply Province Histories BrickPi2023-11-12-1/+0
|
* Cross-platform file lookup (case and separator) hop3112023-11-07-3/+1
|
* History loading changes + PROPERTY macro hop3112023-11-07-7/+7
|
* Stop passing Dates by reference hop3112023-11-07-2/+2
|
* Country: datatypes + TGC compat changes hop3112023-11-07-39/+46
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-17/+6
|
* Country History & Order of Battle Loading Joel Machens2023-10-25-5/+9
|
* Add Country Loading Spartan3222023-10-16-0/+113
Searches for countries.txt then loads the country from the directed file