aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/research
Commit message (Collapse)AuthorAgeLines
* Separated GameManager into Definition and Instance Managersinstance-definition-managers hop3112024-06-13-13/+13
|
* feat: unit instance type definition, renamed existing structs for consistencymilitary-units zaaarf2024-03-16-14/+14
|
* Cleaned up tech loading and added tech lists for areastech-improvements hop3112024-03-02-34/+100
|
* Parse missing variables, Logger counting, misc cleanup hop3112024-01-18-0/+1
|
* Moved westernisation cost modifiers and added some to no effect wvpm2024-01-13-8/+0
|
* feat: condition loading and parsing zaaarf2024-01-07-4/+3
| | | | Co-authored-by: Hop311 <Hop3114@gmail.com>
* Added framework for loading all Conditions and Effects hop3112024-01-02-26/+71
|
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-8/+11
| | | | | | | | | | | 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. hop3112023-12-14-9/+12
|
* feat: improved identifier registry macro zaaarf2023-12-10-21/+5
|
* feat: added missing country history keys (except decisions) zaaarf2023-12-10-5/+5
|
* Vec/set callbacks + crime file + prov building pos hop3112023-12-07-76/+81
|
* feat: implemented invention dataloading zaaarf2023-12-05-0/+412