Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |||
* | Additional adjacency loading | BuildTools | 2023-12-17 | -1/+1 |
| | ||||
* | Province pop history + country government flag override refactors | hop311 | 2023-12-13 | -55/+60 |
| | ||||
* | feat: implemented pop history loading | zaaarf | 2023-12-10 | -0/+44 |
| | ||||
* | Vec/set callbacks + crime file + prov building pos | hop311 | 2023-12-07 | -15/+7 |
| | ||||
* | Misc changes | hop311 | 2023-11-16 | -8/+8 |
| | ||||
* | Bookmark loading + province and building cleanup | hop311 | 2023-11-15 | -2/+2 |
| | ||||
* | History loading generalisation | hop311 | 2023-11-07 | -251/+94 |
| | ||||
* | History loading changes + PROPERTY macro | hop311 | 2023-11-07 | -109/+108 |
| | ||||
* | Stop passing Dates by reference | hop311 | 2023-11-07 | -4/+4 |
| | ||||
* | Make add_province_history_entry use optionals | Spartan322 | 2023-10-30 | -41/+40 |
| | ||||
* | Clang-format formatting (with manual cleanup) | hop311 | 2023-10-29 | -74/+58 |
| | ||||
* | Astyle formatting (with manual cleanup) | hop311 | 2023-10-29 | -262/+285 |
| | ||||
* | Imrpove Province Histories | Joel Machens | 2023-10-29 | -23/+83 |
| | ||||
* | Implement Province History Loading | BrickPi | 2023-10-27 | -0/+263 |