aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Merge pull request #214 from ↵ wvpm9 days-3/+3
|\ | | | | | | | | OpenVicProject/provinces_contribute_to_controller_not_owner Provinces contribute modifiers to controller, not owner
| * Provinces contribute modifiers to controller, not ownerprovinces_contribute_to_controller_not_owner wvpm9 days-3/+3
|/
* Merge pull request #210 from OpenVicProject/contextual_modifier_parsing wvpm11 days-930/+988
|\ | | | | Contextual modifier parsing
| * contextual modifier parsingcontextual_modifier_parsing wvpm11 days-930/+988
|/
* Merge pull request #209 from OpenVicProject/modifier-excluded-targets-fix Hop3112024-10-20-2/+2
|\ | | | | Change default `excluded_targets` argument for `ModifierSum::add_modifier[_nullcheck]` from `ALL_TARGETS` to `NO_TARGETS`
| * 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`
* Merge pull request #198 from OpenVicProject/resultant-modifier Hop3112024-10-20-1008/+2912
|\ | | | | Calculate country and province modifier sums
| * Add modifier effect variants based on the type of modifier being parsedresultant-modifier hop3112024-10-19-25/+171
| |
| * Require modifier type when parsing ModifierValues hop3112024-10-19-68/+222
| |
| * Switch to excluding given modifier effect targets rather than using a ↵ hop3112024-10-19-38/+133
| | | | | | | | positive filter
| * Move ModifierManager to its own files hop3112024-10-19-835/+864
| |
| * Add alternative modifier calculation (keeping country modifiers out of their ↵ hop3112024-10-06-24/+142
| | | | | | | | owned provinces' modifier sums)
| * Add supply_consumption and mobilization_impact modifier effect check examples hop3112024-10-05-12/+29
| |
| * Cache modifier effects in dedicated variables hop3112024-10-05-228/+1015
| |
| * Move ModifierEffect and ModifierValue into their own files hop3112024-10-05-265/+308
| |
| * Calculate country and province resultant modifier sums hop3112024-10-05-60/+264
| |
| * Add nullcheck fuction variants accepting pointer arguments to ModifierValue ↵ hop3112024-10-05-0/+30
| | | | | | | | and ModifierSum
| * Add ModifierEffect targets hop3112024-10-05-182/+273
| |
| * Make ModifierEffect format argument mandatory hop3112024-10-05-56/+56
| |
| * Cache static modifiers in dedicated variables hop3112024-10-05-1/+187
| |
| * Store sources in ModifierSum hop3112024-10-05-29/+33
|/
* Merge pull request #207 from OpenVicProject/remove-culture zaaarf2024-09-27-6/+38
|\ | | | | Added support for remove_culture custom instruction
| * Added support for remove_culture custom instructionremove-culture zaaarf2024-09-27-6/+38
|/
* Merge pull request #196 from OpenVicProject/riverstopbar-tech Hop3112024-09-21-12/+240
|\ | | | | Simulation Side Rivers
| * Optimisationrivers BrickPi2024-09-21-15/+31
| |
| * Simulation Side Rivers BrickPi2024-09-21-11/+223
|/
* Merge pull request #204 from OpenVicProject/fix-modifiers Hop3112024-09-21-87/+223
|\ | | | | Fix modifiers
| * Merge pull request #205 from OpenVicProject/modifier-typesfix-modifiers Hop3112024-09-21-40/+146
| |\ | | | | | | Modifier types
| | * Add modifier type enummodifier-types hop3112024-09-20-40/+146
| |/
| * Store national focus encouragement in specific variables rather than ↵ hop3112024-09-20-27/+57
| | | | | | | | modifier effects
| * Fix unit modifier localisation hop3112024-09-20-20/+20
|/
* Merge pull request #203 from OpenVicProject/modifier-sum Hop3112024-09-20-72/+184
|\ | | | | Add ModifierSum and improve ModifierValue
| * Add ModifierSum and improve ModifierValue and RuleSet hop3112024-09-20-56/+170
| |
| * Rearrange modifier files hop3112024-09-20-16/+14
| |
* | Merge pull request #202 from OpenVicProject/issue-modifier Hop3112024-09-20-3/+8
|\| | | | | Allow Issue to inherit Modifier directly
| * Allow Issue to inherit Modifier directlyissue-modifier hop3112024-09-19-3/+8
| |
* | Merge pull request #201 from OpenVicProject/rule-modifier-locale-keys Hop3112024-09-20-126/+276
|\| | | | | ModifierEffect and Rule localisation keys
| * ModifierEffect and Rule localisation keysrule-modifier-locale-keys hop3112024-09-19-126/+276
|/
* Merge pull request #199 from OpenVicProject/pop_size_int32 wvpm2024-09-18-3/+3
|\ | | | | Reduce pop size to int32
| * Reduce pop size to int32pop_size_int32 wvpm2024-09-18-3/+3
| |
* | Merge pull request #200 from OpenVicProject/move_production_to_folder wvpm2024-09-18-33/+20
|\ \ | |/ |/| Move production types to economy/production/
| * Move production types to economy/production/move_production_to_folder wvpm2024-09-18-33/+20
|/
* Merge pull request #197 from OpenVicProject/country-unlock Hop3112024-09-14-116/+606
|\ | | | | CountryInstance unlock tech, invention, crime, building, unit, gas etc.
| * Country reforms and rulescountry-unlock hop3112024-09-12-47/+140
| |
| * CountryInstance unlock tech, invention, crime, building, unit, gas etc. hop3112024-09-12-69/+466
|/
* Merge pull request #195 from OpenVicProject/ranking Hop3112024-09-10-147/+745
|\ | | | | Ranking System
| * Calculate country military power (still needs modifiers + soldier pop ↵ranking hop3112024-09-09-40/+328
| | | | | | | | supported regiment count)
| * Calculate country industrial power (states still need factory data) hop3112024-09-08-92/+180
| |
| * Add country ranking system + great/secondary powers hop3112024-09-08-29/+251
| |
* | Merge pull request #194 from OpenVicProject/defines-caching Hop3112024-09-08-63/+231
|\| | | | | Add define caching to avoid post-load lookups