aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Add ConditionNode printing functioncondition-scripts hop3112 days-6/+131
* Finish condition parse callbacks (apart from scope checks) hop3115 days-223/+301
* Remove STATE scope and start implementing special condition parsing cases hop3115 days-95/+383
* Add more condition parsing callbacks hop3115 days-65/+357
* more condition parsing work, skipped some which need a multi type helper func... hop3115 days-27/+154
* tmp Hop3115 days-17/+115
* tmp hop3115 days-210/+573
* (WIP) Register conditions with parse and execute callbacks hop3115 days-10/+1416
* Create basic condition script parsing and execution framework hop3115 days-873/+314
* Merge pull request #229 from OpenVicProject/artisan_modifiers_no_effectHEADmaster wvpm5 days-5/+6
|\
| * artisan_goods_ modifiers have no effectartisan_modifiers_no_effect wvpm11 days-5/+6
* | Merge pull request #227 from OpenVicProject/cleanup_fixedpoint wvpm5 days-94/+6
|\ \ | |/ |/|
| * Remove unused (and inaccurate) fixed point memberscleanup_fixedpoint wvpm5 days-94/+6
|/
* Merge pull request #223 from OpenVicProject/add-indexed-map-mapping-type Hop31114 days-0/+1
|\
| * Add IndexedMap::mapping_type alias for easier interchangeability with ordered... hop31114 days-0/+1
|/
* Merge pull request #222 from OpenVicProject/defines-variables Hop3112024-10-31-375/+2559
|\
| * Load defines directly into named and typed variables rather than using an Ide...defines-variables hop3112024-10-31-375/+2559
* | Merge pull request #218 from OpenVicProject/condition-scripts-prep-work Hop3112024-10-31-127/+251
|\ \
| * | Finish ConditionalWeight base key parsing (including days/months/years) hop3112024-10-31-19/+98
| * | Rename `scope_t` enum to `scope_type_t` hop3112024-10-29-108/+153
* | | Merge pull request #221 from OpenVicProject/correct_rgo_size wvpm2024-10-31-4/+24
|\ \ \ | |_|/ |/| |
| * | Correct rgo size calcuation wvpm2024-10-31-4/+24
|/ /
* | Merge pull request #220 from OpenVicProject/cleanup_const& wvpm2024-10-30-6/+6
|\ \
| * | Use normal const for fixed_point_tcleanup_const& wvpm2024-10-30-6/+6
|/ /
* | Merge pull request #206 from OpenVicProject/prepare_for_rgo wvpm2024-10-30-143/+712
|\ \
| * | Implement rgo for new gameprepare_for_rgo wvpm2024-10-30-143/+712
|/ /
* | Merge pull request #219 from OpenVicProject/always_apply_pop_history wvpm2024-10-30-6/+9
|\ \ | |/ |/|
| * Always apply pop historyalways_apply_pop_history wvpm2024-10-30-6/+9
|/
* Merge pull request #215 from OpenVicProject/movement_cost wvpm2024-10-29-17/+3
|\
| * movement_cost is a province modifiermovement_cost wvpm2024-10-29-17/+3
* | Merge pull request #216 from OpenVicProject/attrition_local_modifier wvpm2024-10-29-3/+6
|\ \
| * | Support attrition modifier from terrainattrition_local_modifier wvpm2024-10-29-3/+6
| |/
* | Merge pull request #217 from OpenVicProject/allow_unit_icon_0 wvpm2024-10-29-2/+2
|\ \ | |/ |/|
| * Allow unit icon to be 0allow_unit_icon_0 wvpm2024-10-29-2/+2
|/
* Merge pull request #214 from OpenVicProject/provinces_contribute_to_controlle... wvpm2024-10-28-3/+3
|\
| * Provinces contribute modifiers to controller, not ownerprovinces_contribute_to_controller_not_owner wvpm2024-10-28-3/+3
|/
* Merge pull request #210 from OpenVicProject/contextual_modifier_parsing wvpm2024-10-26-930/+988
|\
| * contextual modifier parsingcontextual_modifier_parsing wvpm2024-10-26-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[_nu...modifier-excluded-targets-fix hop3112024-10-20-2/+2
|/
* Merge pull request #198 from OpenVicProject/resultant-modifier Hop3112024-10-20-1008/+2912
|\
| * 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 positiv... hop3112024-10-19-38/+133
| * 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
| * 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