Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change default `excluded_targets` argument for ↵modifier-excluded-targets-fix | hop311 | 2024-10-20 | -2/+2 |
| | | | | `ModifierSum::add_modifier[_nullcheck]` from `ALL_TARGETS` to `NO_TARGETS` | |||
* | Switch to excluding given modifier effect targets rather than using a ↵ | hop311 | 2024-10-19 | -7/+23 |
| | | | | positive filter | |||
* | Add alternative modifier calculation (keeping country modifiers out of their ↵ | hop311 | 2024-10-06 | -0/+1 |
| | | | | owned provinces' modifier sums) | |||
* | Move ModifierEffect and ModifierValue into their own files | hop311 | 2024-10-05 | -1/+2 |
| | ||||
* | Add nullcheck fuction variants accepting pointer arguments to ModifierValue ↵ | hop311 | 2024-10-05 | -0/+5 |
| | | | | and ModifierSum | |||
* | Add ModifierEffect targets | hop311 | 2024-10-05 | -3/+15 |
| | ||||
* | Store sources in ModifierSum | hop311 | 2024-10-05 | -7/+19 |
| | ||||
* | Add ModifierSum and improve ModifierValue and RuleSet | hop311 | 2024-09-20 | -0/+30 |