Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added case insensitive ordered set and map and IdentifierRegistry | hop311 | 2024-01-03 | -9/+2 |
| | ||||
* | 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 | |||
* | Move Victoria 2 path searching to Vic2PathSearch.cpp | Spartan322 | 2023-12-04 | -0/+342 |
Move fshash and _cached_paths definitions to Dataloader::Search_for_game_path |