aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/history/HistoryMap.hpp
Commit message (Collapse)AuthorAgeLines
* Calculate country industrial power (states still need factory data) hop31111 days-13/+14
|
* Separated GameManager into Definition and Instance Managersinstance-definition-managers hop3112024-06-13-13/+17
|
* Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more hop3112024-01-23-1/+0
|
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-1/+2
| | | | | | | | | | | 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
* Province pop history + country government flag override refactors hop3112023-12-13-20/+32
|
* feat: implemented pop history loading zaaarf2023-12-10-2/+2
|
* Bookmark loading + province and building cleanup hop3112023-11-15-6/+9
|
* History loading generalisation hop3112023-11-07-0/+110