aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/history/CountryHistory.cpp
Commit message (Collapse)AuthorAgeLines
* Added framework for loading all Conditions and Effects hop3112024-01-02-12/+32
|
* 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
* Province pop history + country government flag override refactors hop3112023-12-13-16/+57
|
* feat: completed country history loading zaaarf2023-12-11-14/+21
|
* feat: added missing country history keys (except decisions) zaaarf2023-12-10-10/+31
|
* feat: loading techs, inventions and foreign investments in country history zaaarf2023-12-09-5/+31
|
* Vec/set callbacks + crime file + prov building pos hop3112023-12-07-4/+1
|
* History loading generalisation hop3112023-11-07-300/+112
|
* History loading changes + PROPERTY macro hop3112023-11-07-108/+79
|
* Stop passing Dates by reference hop3112023-11-07-6/+6
|
* Country: datatypes + TGC compat changes hop3112023-11-07-4/+5
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-139/+131
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-51/+117
|
* Implement Province History Loading BrickPi2023-10-27-5/+6
|
* Country History & Order of Battle Loading Joel Machens2023-10-25-0/+315