aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/history/ProvinceHistory.cpp
Commit message (Collapse)AuthorAgeLines
* Fleshing out Country, State and Province instances + historycountry-instance hop3112024-07-22-2/+29
|
* Use minimal PopBase for pop historypop-base hop3112024-06-27-1/+1
|
* Renamed Country to CountryDefinitioncountry-definition hop3112024-06-20-7/+11
|
* Separated GameManager into Definition and Instance Managersinstance-definition-managers hop3112024-06-13-21/+22
|
* Add GoodInstancegood-instance hop3112024-06-08-2/+3
|
* Separated MapDefinition and MapInstancemap-instance hop3112024-06-07-4/+4
|
* Province const/mutable separation + State cleanupconst-mutable hop3112024-06-06-15/+17
|
* Add std::optional assign pointer callback with overwrite controlpointer-opt hop3112024-04-15-4/+4
|
* Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more hop3112024-01-23-0/+8
|
* Parse missing variables, Logger counting, misc cleanup hop3112024-01-18-3/+7
|
* Added map_callback and expect_item_dictionary_reserve_length hop3112024-01-08-9/+27
|
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-1/+1
| | | | | | | | | | | 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
* Additional adjacency loading BuildTools2023-12-17-1/+1
|
* Province pop history + country government flag override refactors hop3112023-12-13-55/+60
|
* feat: implemented pop history loading zaaarf2023-12-10-0/+44
|
* Vec/set callbacks + crime file + prov building pos hop3112023-12-07-15/+7
|
* Misc changes hop3112023-11-16-8/+8
|
* Bookmark loading + province and building cleanup hop3112023-11-15-2/+2
|
* History loading generalisation hop3112023-11-07-251/+94
|
* History loading changes + PROPERTY macro hop3112023-11-07-109/+108
|
* Stop passing Dates by reference hop3112023-11-07-4/+4
|
* Make add_province_history_entry use optionals Spartan3222023-10-30-41/+40
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-74/+58
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-262/+285
|
* Imrpove Province Histories Joel Machens2023-10-29-23/+83
|
* Implement Province History Loading BrickPi2023-10-27-0/+263