Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more | hop311 | 2024-01-23 | -4/+2 |
| | ||||
* | Add `https://github.com/Tessil/ordered-map` | Spartan322 | 2023-12-31 | -3/+4 |
| | | | | | | | | | | | 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 | -5/+10 |
| | ||||
* | feat: implemented pop history loading | zaaarf | 2023-12-10 | -0/+6 |
| | ||||
* | Misc changes | hop311 | 2023-11-16 | -3/+3 |
| | ||||
* | Bookmark loading + province and building cleanup | hop311 | 2023-11-15 | -3/+2 |
| | ||||
* | Striped mapmode and improved distributions | hop311 | 2023-11-15 | -1/+1 |
| | ||||
* | History loading generalisation | hop311 | 2023-11-07 | -59/+39 |
| | ||||
* | History loading changes + PROPERTY macro | hop311 | 2023-11-07 | -18/+23 |
| | ||||
* | Stop passing Dates by reference | hop311 | 2023-11-07 | -1/+1 |
| | ||||
* | Make add_province_history_entry use optionals | Spartan322 | 2023-10-30 | -4/+5 |
| | ||||
* | Clang-format formatting (with manual cleanup) | hop311 | 2023-10-29 | -20/+6 |
| | ||||
* | Astyle formatting (with manual cleanup) | hop311 | 2023-10-29 | -75/+78 |
| | ||||
* | Imrpove Province Histories | Joel Machens | 2023-10-29 | -5/+13 |
| | ||||
* | Implement Province History Loading | BrickPi | 2023-10-27 | -0/+88 |