Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Separated GameManager into Definition and Instance Managersinstance-definition-managers | hop311 | 2024-06-13 | -4/+4 |
| | ||||
* | feat: condition loading and parsing | zaaarf | 2024-01-07 | -2/+2 |
| | | | | Co-authored-by: Hop311 <Hop3114@gmail.com> | |||
* | Added framework for loading all Conditions and Effects | hop311 | 2024-01-02 | -7/+20 |
| | ||||
* | 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 | |||
* | Fixed TGC compatibility + misc cleanup | hop311 | 2023-12-23 | -4/+5 |
| | ||||
* | feat: on_action dataloading | zaaarf | 2023-12-14 | -0/+17 |
| | ||||
* | feat: improved identifier registry macro | zaaarf | 2023-12-10 | -4/+1 |
| | ||||
* | Generic Event Loading | BrickPi | 2023-12-10 | -0/+84 |