Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added map_callback and expect_item_dictionary_reserve_length | hop311 | 2024-01-08 | -2/+13 |
| | ||||
* | feat: condition loading and parsing | zaaarf | 2024-01-07 | -3/+7 |
| | | | | Co-authored-by: Hop311 <Hop3114@gmail.com> | |||
* | Added framework for loading all Conditions and Effects | hop311 | 2024-01-02 | -15/+32 |
| | ||||
* | Add `https://github.com/Tessil/ordered-map` | Spartan322 | 2023-12-31 | -9/+8 |
| | | | | | | | | | | | 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 | |||
* | Change colour_t to be a strongly typed structure | Spartan322 | 2023-12-24 | -9/+13 |
| | | | | | | | Make RGB default of `colour_t` Distinguish RGB and ARGB colors by type and colour_traits Add `_colour` and `_argb` colour user-defined literals Add `OpenVic::utility::unreachable` | |||
* | Vec/set callbacks + crime file + prov building pos | hop311 | 2023-12-07 | -11/+1 |
| | ||||
* | chore: change some lingering lowerCamelCase to snake_case | zaaarf | 2023-11-22 | -3/+3 |
| | ||||
* | Misc changes | hop311 | 2023-11-16 | -1/+5 |
| | ||||
* | GUI and GFX file loading | hop311 | 2023-11-12 | -7/+15 |
| | ||||
* | History loading changes + PROPERTY macro | hop311 | 2023-11-07 | -2/+7 |
| | ||||
* | Clang-format formatting (with manual cleanup) | hop311 | 2023-10-29 | -75/+66 |
| | ||||
* | Astyle formatting (with manual cleanup) | hop311 | 2023-10-29 | -17/+27 |
| | ||||
* | Country History & Order of Battle Loading | Joel Machens | 2023-10-25 | -21/+15 |
| | ||||
* | Separated node->string and string->value parsing | hop311 | 2023-10-20 | -22/+26 |
| | ||||
* | Change some NodeTools functions to return Callback concepts | Spartan322 | 2023-10-17 | -3/+3 |
| | ||||
* | allow_empty option for expect_identifier_or_string | hop311 | 2023-10-15 | -3/+3 |
| | ||||
* | TGC compatibility fixes + other cleanup | hop311 | 2023-10-13 | -13/+18 |
| | ||||
* | Lots of accumulated changes | hop311 | 2023-10-12 | -41/+95 |
| | ||||
* | Data types, defaults, callback cleanup | Hop311 | 2023-09-29 | -3/+24 |
| | ||||
* | Removed unnecessary `const std::string_view`s | Hop311 | 2023-09-28 | -1/+1 |
| | ||||
* | Expect modifier value + keys function | Hop311 | 2023-09-26 | -22/+39 |
| | ||||
* | Various fixes, refactors and general cleanup | Hop311 | 2023-09-23 | -0/+14 |
| | ||||
* | Futher scaffolding for province positions loading | Hop311 | 2023-09-17 | -5/+26 |
| | ||||
* | Format cleanup and req comments | Hop311 | 2023-09-09 | -2/+0 |
| | ||||
* | More refactoring and duplicate code removal | Hop311 | 2023-09-08 | -0/+256 |