Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Calculate country industrial power (states still need factory data) | hop311 | 2024-09-08 | -13/+14 |
| | ||||
* | Separated GameManager into Definition and Instance Managersinstance-definition-managers | hop311 | 2024-06-13 | -13/+17 |
| | ||||
* | Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more | hop311 | 2024-01-23 | -1/+0 |
| | ||||
* | Add `https://github.com/Tessil/ordered-map` | Spartan322 | 2023-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 | hop311 | 2023-12-13 | -20/+32 |
| | ||||
* | feat: implemented pop history loading | zaaarf | 2023-12-10 | -2/+2 |
| | ||||
* | Bookmark loading + province and building cleanup | hop311 | 2023-11-15 | -6/+9 |
| | ||||
* | History loading generalisation | hop311 | 2023-11-07 | -0/+110 |