aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/dataloader/NodeTools.cpp
Commit message (Collapse)AuthorAgeLines
* Added StringMapCase and case insensitive expect_dictionary_keyscase-rework hop3112024-01-25-78/+1
|
* Added map_callback and expect_item_dictionary_reserve_length hop3112024-01-08-2/+13
|
* feat: condition loading and parsing zaaarf2024-01-07-3/+7
| | | | Co-authored-by: Hop311 <Hop3114@gmail.com>
* Added framework for loading all Conditions and Effects hop3112024-01-02-15/+32
|
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-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 Spartan3222023-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 hop3112023-12-07-11/+1
|
* chore: change some lingering lowerCamelCase to snake_case zaaarf2023-11-22-3/+3
|
* Misc changes hop3112023-11-16-1/+5
|
* GUI and GFX file loading hop3112023-11-12-7/+15
|
* History loading changes + PROPERTY macro hop3112023-11-07-2/+7
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-75/+66
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-17/+27
|
* Country History & Order of Battle Loading Joel Machens2023-10-25-21/+15
|
* Separated node->string and string->value parsing hop3112023-10-20-22/+26
|
* Change some NodeTools functions to return Callback concepts Spartan3222023-10-17-3/+3
|
* allow_empty option for expect_identifier_or_string hop3112023-10-15-3/+3
|
* TGC compatibility fixes + other cleanup hop3112023-10-13-13/+18
|
* Lots of accumulated changes hop3112023-10-12-41/+95
|
* Data types, defaults, callback cleanup Hop3112023-09-29-3/+24
|
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-1/+1
|
* Expect modifier value + keys function Hop3112023-09-26-22/+39
|
* Various fixes, refactors and general cleanup Hop3112023-09-23-0/+14
|
* Futher scaffolding for province positions loading Hop3112023-09-17-5/+26
|
* Format cleanup and req comments Hop3112023-09-09-2/+0
|
* More refactoring and duplicate code removal Hop3112023-09-08-0/+256