aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/modifier
Commit message (Collapse)AuthorAgeLines
* 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