aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/modifier
Commit message (Collapse)AuthorAgeLines
* Support attrition modifier from terrainattrition_local_modifier wvpm8 days-3/+6
|
* contextual modifier parsingcontextual_modifier_parsing wvpm11 days-802/+840
|
* Change default `excluded_targets` argument for ↵modifier-excluded-targets-fix hop3112024-10-20-2/+2
| | | | `ModifierSum::add_modifier[_nullcheck]` from `ALL_TARGETS` to `NO_TARGETS`
* Add modifier effect variants based on the type of modifier being parsedresultant-modifier hop3112024-10-19-23/+165
|
* Require modifier type when parsing ModifierValues hop3112024-10-19-48/+130
|
* Switch to excluding given modifier effect targets rather than using a ↵ hop3112024-10-19-33/+130
| | | | positive filter
* Move ModifierManager to its own files hop3112024-10-19-829/+833
|
* Add alternative modifier calculation (keeping country modifiers out of their ↵ hop3112024-10-06-6/+12
| | | | owned provinces' modifier sums)
* Cache modifier effects in dedicated variables hop3112024-10-05-154/+862
|
* Move ModifierEffect and ModifierValue into their own files hop3112024-10-05-262/+299
|
* Add nullcheck fuction variants accepting pointer arguments to ModifierValue ↵ hop3112024-10-05-0/+30
| | | | and ModifierSum
* Add ModifierEffect targets hop3112024-10-05-171/+251
|
* Make ModifierEffect format argument mandatory hop3112024-10-05-55/+55
|
* Cache static modifiers in dedicated variables hop3112024-10-05-1/+187
|
* Store sources in ModifierSum hop3112024-10-05-29/+33
|
* Add modifier type enummodifier-types hop3112024-09-20-18/+60
|
* Store national focus encouragement in specific variables rather than ↵ hop3112024-09-20-7/+0
| | | | modifier effects
* Add ModifierSum and improve ModifierValue and RuleSet hop3112024-09-20-21/+147
|
* Rearrange modifier files hop3112024-09-20-0/+827