Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added framework for loading all Conditions and Effects | hop311 | 2024-01-02 | -12/+32 |
| | ||||
* | Add `https://github.com/Tessil/ordered-map` | Spartan322 | 2023-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 | hop311 | 2023-12-13 | -16/+57 |
| | ||||
* | feat: completed country history loading | zaaarf | 2023-12-11 | -14/+21 |
| | ||||
* | feat: added missing country history keys (except decisions) | zaaarf | 2023-12-10 | -10/+31 |
| | ||||
* | feat: loading techs, inventions and foreign investments in country history | zaaarf | 2023-12-09 | -5/+31 |
| | ||||
* | Vec/set callbacks + crime file + prov building pos | hop311 | 2023-12-07 | -4/+1 |
| | ||||
* | History loading generalisation | hop311 | 2023-11-07 | -300/+112 |
| | ||||
* | History loading changes + PROPERTY macro | hop311 | 2023-11-07 | -108/+79 |
| | ||||
* | Stop passing Dates by reference | hop311 | 2023-11-07 | -6/+6 |
| | ||||
* | Country: datatypes + TGC compat changes | hop311 | 2023-11-07 | -4/+5 |
| | ||||
* | Clang-format formatting (with manual cleanup) | hop311 | 2023-10-29 | -139/+131 |
| | ||||
* | Astyle formatting (with manual cleanup) | hop311 | 2023-10-29 | -51/+117 |
| | ||||
* | Implement Province History Loading | BrickPi | 2023-10-27 | -5/+6 |
| | ||||
* | Country History & Order of Battle Loading | Joel Machens | 2023-10-25 | -0/+315 |