Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #120 from OpenVicProject/support_accepted_culture_in_unit | wvpm | 2024-01-07 | -6/+19 |
|\ | | | | | Support culture restrictions for units | |||
| * | Support culture restrictions for units | wvpm | 2024-01-07 | -6/+19 |
|/ | | | | Style | |||
* | Merge pull request #118 from OpenVicProject/case-insensitive-registry | Hop311 | 2024-01-03 | -45/+139 |
|\ | | | | | Added case insensitive ordered set and map and IdentifierRegistry | |||
| * | Added case insensitive ordered set and map and IdentifierRegistry | hop311 | 2024-01-03 | -45/+139 |
|/ | ||||
* | Merge pull request #117 from OpenVicProject/expect_item_dictionary_and_default | Hop311 | 2024-01-03 | -21/+44 |
|\ | | | | | Added expect_item_dictionary_and_default | |||
| * | Added expect_item_dictionary_and_default | hop311 | 2024-01-03 | -21/+44 |
|/ | ||||
* | Merge pull request #116 from OpenVicProject/rule-rework | Hop311 | 2024-01-03 | -99/+237 |
|\ | | | | | Mutually exclusive rule groups + modded building rules | |||
| * | Mutually exclusive rule groups + modded building rules | hop311 | 2024-01-03 | -99/+237 |
| | | ||||
* | | Merge pull request #101 from ↵ | George L. Albany | 2024-01-03 | -0/+473 |
|\ \ | |/ |/| | | | OpenVicProject/spooky-scary-skeletons-send-diplo-down-your-spine | |||
| * | Add diplomatic actions skeleton | Spartan322 | 2024-01-03 | -0/+473 |
| | | | | | | | | | | | | Add AnyRef for cheap "move only" reference Add FunctionRef for cheap "move only" function reference Based on https://github.com/think-cell/think-cell-library/blob/main/tc/base/ref.h | |||
* | | Merge pull request #115 from OpenVicProject/promotion-system | Hop311 | 2024-01-02 | -10/+12 |
|\ \ | | | | | | | Added pop properties (size changes, literacy) | |||
| * | | Added pop properties (size changes, literacy) | FarmingtonS9 | 2024-01-02 | -10/+12 |
|/ / | ||||
* | | Merge pull request #114 from OpenVicProject/squared-roots | zaaarf | 2024-01-02 | -166/+210 |
|\ \ | | | | | | | Integer and fixed point squared roots | |||
| * | | feat: calculate province distance using new sqrt functions | zaaarf | 2024-01-02 | -164/+177 |
| | | | ||||
| * | | feat: integer and fixed point square root functions | zaaarf | 2024-01-02 | -2/+33 |
| |/ | ||||
* | | Merge pull request #112 from OpenVicProject/script-framework | Hop311 | 2024-01-02 | -512/+1391 |
|\ \ | |/ |/| | Added framework for loading all Conditions and Effects | |||
| * | Added framework for loading all Conditions and Effects | hop311 | 2024-01-02 | -512/+1391 |
| | | ||||
* | | Merge pull request #113 from ↵ | George L. Albany | 2024-01-02 | -1/+1 |
|\ \ | |/ |/| | | | OpenVicProject/disable/unsupported-clang-format-option | |||
| * | Disable AllowShortCompoundRequirementOnASingleLine | Spartan322 | 2024-01-02 | -1/+1 |
|/ | | | | Clang 18 format options should be commented out for now because Clang 18 is not out | |||
* | Merge pull request #105 from OpenVicProject/add/ordered-map | George L. Albany | 2024-01-01 | -67/+396 |
|\ | ||||
| * | Add `https://github.com/Tessil/ordered-map` | Spartan322 | 2023-12-31 | -67/+396 |
|/ | | | | | | | | | | | 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 | |||
* | Merge pull request #110 from OpenVicProject/clock-refactor | Hop311 | 2023-12-28 | -164/+180 |
|\ | | | | | Clock refactor + misc small fixes | |||
| * | Clock refactor + misc small fixes | hop311 | 2023-12-28 | -164/+180 |
|/ | ||||
* | Merge pull request #107 from OpenVicProject/dataloading-issues-reforms-modifiers | zaaarf | 2023-12-28 | -60/+108 |
|\ | | | | | Dataloading Issue/Reform Modifiers and RuleSets | |||
| * | feat: rule and modifier loading for issues and reforms | zaaarf | 2023-12-28 | -60/+108 |
| | | ||||
* | | Merge pull request #108 from OpenVicProject/dataloading-map-climate-continent | zaaarf | 2023-12-27 | -6/+131 |
|\ \ | | | | | | | Dataloading climate and continents | |||
| * | | feat: loading climate.txt and continent.txt | zaaarf | 2023-12-27 | -6/+131 |
|/ / | ||||
* | | Merge pull request #109 from OpenVicProject/const-province-set | Hop311 | 2023-12-27 | -113/+93 |
|\ \ | |/ |/| | Made ProvinceSet use Province const* and updated Region loading | |||
| * | Made ProvinceSet use Province const* and updated Region loading | hop311 | 2023-12-27 | -113/+93 |
|/ | ||||
* | Merge pull request #106 from OpenVicProject/rules | zaaarf | 2023-12-27 | -1/+204 |
|\ | | | | | Added political/policy rules | |||
| * | Added political/policy rules | hop311 | 2023-12-26 | -1/+204 |
|/ | ||||
* | Merge pull request #103 from OpenVicProject/province-buildings | Hop311 | 2023-12-25 | -36/+86 |
|\ | | | | | Province building scaffolding | |||
| * | Province building scaffolding | hop311 | 2023-12-25 | -36/+86 |
| | | ||||
* | | Merge pull request #104 from OpenVicProject/fix/bmp | Hop311 | 2023-12-25 | -5/+9 |
|\ \ | |/ |/| | Add `BMP::palette_colour_t` as uint32_t | |||
| * | Add `BMP::palette_colour_t` as uint32_t | Spartan322 | 2023-12-25 | -5/+9 |
|/ | | | | | | Change `BMP::palette` to `std::vector<palette_colour_t>` Change `BMP::PALETTE_COLOUR_SIZE` to use `sizeof(palette_colour_t)` Silence warning for `header.num_colours - 1 >> header.bits_per_pixel == 0` | |||
* | Merge pull request #100 from OpenVicProject/change/colour_t_to_struct | George L. Albany | 2023-12-24 | -241/+618 |
|\ | ||||
| * | Change colour_t to be a strongly typed structure | Spartan322 | 2023-12-24 | -241/+618 |
| | | | | | | | | | | | | | | 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` | |||
* | | Merge pull request #102 from OpenVicProject/tgc-compat | Hop311 | 2023-12-24 | -91/+145 |
|\ \ | |/ |/| | Fixed TGC compatibility + misc cleanup | |||
| * | Fixed TGC compatibility + misc cleanup | hop311 | 2023-12-23 | -91/+145 |
|/ | ||||
* | Merge pull request #98 from OpenVicProject/additional-adjacencies | Hop311 | 2023-12-17 | -158/+476 |
|\ | | | | | Additional adjacency loading | |||
| * | Additional adjacency loading | BuildTools | 2023-12-17 | -158/+476 |
|/ | ||||
* | Merge pull request #92 from OpenVicProject/dataloading-onactions | Hop311 | 2023-12-14 | -0/+65 |
|\ | | | | | on_action dataloading | |||
| * | feat: on_action dataloading | zaaarf | 2023-12-14 | -0/+65 |
| | | ||||
* | | Merge pull request #97 from OpenVicProject/moddable-strata | Hop311 | 2023-12-14 | -116/+173 |
|\ \ | | | | | | | Made pop type strata moddable | |||
| * | | Removed modifier generating macros. | hop311 | 2023-12-14 | -87/+98 |
| | | | ||||
| * | | Made pop type strata moddable | hop311 | 2023-12-13 | -43/+89 |
|/ / | ||||
* | | Merge pull request #96 from OpenVicProject/calculate_distances | wvpm | 2023-12-13 | -7/+25 |
|\ \ | | | | | | | Calculate distance between adjacencies | |||
| * | | Calculate distance between adjacencies | wvpm | 2023-12-13 | -7/+25 |
|/ / | ||||
* | | Merge pull request #89 from OpenVicProject/dataloading-pop-history | Hop311 | 2023-12-13 | -108/+311 |
|\ \ | | | | | | | Pop History Loading (with the new system) | |||
| * | | Province pop history + country government flag override refactors | hop311 | 2023-12-13 | -131/+307 |
| | | |