Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Menu reqs: country index, flag type set, province set total populationmenu-reqs | hop311 | 2024-04-19 | -7/+9 |
| | ||||
* | Add default country unit coloursgfx-actor | hop311 | 2024-04-15 | -9/+9 |
| | ||||
* | Generate starting unit instancesunits | hop311 | 2024-04-15 | -24/+101 |
| | ||||
* | Add Issue/Reform/Party colours + improve loading | hop311 | 2024-03-20 | -25/+17 |
| | ||||
* | feat: unit instance type definition, renamed existing structs for consistencymilitary-units | zaaarf | 2024-03-16 | -4/+4 |
| | ||||
* | Added country unit colour loading | BetterBite | 2024-02-15 | -11/+45 |
| | | | | | | | | | | | | | | add skeleton for loading country colours created load_countries_colours function removed const for unit colours in Country.hpp removed some comments Removed erroneous underscore Removed todo comment | |||
* | Added map_callback and expect_item_dictionary_reserve_length | hop311 | 2024-01-08 | -28/+9 |
| | ||||
* | Added framework for loading all Conditions and Effects | hop311 | 2024-01-02 | -1/+1 |
| | ||||
* | Add `https://github.com/Tessil/ordered-map` | Spartan322 | 2023-12-31 | -3/+4 |
| | | | | | | | | | | | 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 | -5/+1 |
| | | | | | | | 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` | |||
* | feat: improved identifier registry macro | zaaarf | 2023-12-10 | -9/+2 |
| | ||||
* | feat: added missing country history keys (except decisions) | zaaarf | 2023-12-10 | -1/+1 |
| | ||||
* | Crime+event modifier loading + misc UI backend | hop311 | 2023-12-02 | -0/+2 |
| | ||||
* | feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX | zaaarf | 2023-12-01 | -1/+1 |
| | ||||
* | chore: use PROPERTY and its variants when possible | zaaarf | 2023-11-22 | -50/+8 |
| | ||||
* | Misc changes | hop311 | 2023-11-16 | -84/+84 |
| | ||||
* | Bookmark loading + province and building cleanup | hop311 | 2023-11-15 | -1/+1 |
| | ||||
* | Striped mapmode and improved distributions | hop311 | 2023-11-15 | -1/+1 |
| | ||||
* | Added CountryInstance & Country History Apply Func | Joel Machens | 2023-11-13 | -0/+119 |
| | ||||
* | Apply Province Histories | BrickPi | 2023-11-12 | -1/+0 |
| | ||||
* | Cross-platform file lookup (case and separator) | hop311 | 2023-11-07 | -9/+14 |
| | ||||
* | History loading changes + PROPERTY macro | hop311 | 2023-11-07 | -23/+22 |
| | ||||
* | Stop passing Dates by reference | hop311 | 2023-11-07 | -4/+4 |
| | ||||
* | Country: datatypes + TGC compat changes | hop311 | 2023-11-07 | -162/+205 |
| | ||||
* | Clang-format formatting (with manual cleanup) | hop311 | 2023-10-29 | -63/+36 |
| | ||||
* | Astyle formatting (with manual cleanup) | hop311 | 2023-10-29 | -12/+21 |
| | ||||
* | Country History & Order of Battle Loading | Joel Machens | 2023-10-25 | -8/+16 |
| | ||||
* | Separated node->string and string->value parsing | hop311 | 2023-10-20 | -3/+3 |
| | ||||
* | Add Country Loading | Spartan322 | 2023-10-16 | -0/+317 |
Searches for countries.txt then loads the country from the directed file |