Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move ModifierEffect and ModifierValue into their own files | hop311 | 2024-10-05 | -1/+2 |
| | ||||
* | Rearrange modifier files | hop311 | 2024-09-20 | -1/+1 |
| | ||||
* | Separated GameManager into Definition and Instance Managersinstance-definition-managers | hop311 | 2024-06-13 | -2/+2 |
| | ||||
* | Added framework for loading all Conditions and Effects | hop311 | 2024-01-02 | -2/+22 |
| | ||||
* | Add `https://github.com/Tessil/ordered-map` | Spartan322 | 2023-12-31 | -4/+5 |
| | | | | | | | | | | | 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 | |||
* | Removed modifier generating macros. | hop311 | 2023-12-14 | -1/+1 |
| | ||||
* | feat: improved identifier registry macro | zaaarf | 2023-12-10 | -4/+1 |
| | ||||
* | feat: implemented invention dataloading | zaaarf | 2023-12-05 | -3/+3 |
| | ||||
* | Crime+event modifier loading + misc UI backend | hop311 | 2023-12-02 | -6/+10 |
| | ||||
* | feat: rebel type parsing | zaaarf | 2023-12-01 | -0/+81 |