-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Comparing changes
Open a pull request
base repository: PathOfBuildingCommunity/PathOfBuilding
base: dev@{1day}
head repository: PathOfBuildingCommunity/PathOfBuilding
compare: dev
- 14 commits
- 24 files changed
- 5 contributors
Commits on Nov 4, 2025
-
Fix Spectre conversion multiplier applying to gain and Chaos damage (#…
…9168) The new conversion damage multiplier was meant to only apply to conversion from phys to elemental damage types It is also not meant to apply to damage gain mods but since we grouped them into the same multiplier value it was mistakenly working Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2cc49fb - Browse repository at this point
Copy the full SHA 2cc49fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2064829 - Browse repository at this point
Copy the full SHA 2064829View commit details -
Fix incorrect tooltip when crafting some flask mods (#9164)
When crafting mods on items that used a `less x` mod, we flipped the order of the values so they would smoothly transition between tiers instead of jumping e.g. (45-49)% less Duration, (40-44)% less Duration, (35-39)% less Duration We didn't update the range slider tooltip though so it was still jumping and was not representing the value on the item Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dab3f7c - Browse repository at this point
Copy the full SHA dab3f7cView commit details -
Fix mod order when crafting Grafts (#9163)
Some graft mods had identical statOrder values and the same level requirement so it would then fall back to the random order the pairs list added the mods in Instead now we sort based on Id if the statOrder and level values are the same Making the change also requires change the lastSeries list to no longer prepend the values Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 20018a0 - Browse repository at this point
Copy the full SHA 20018a0View commit details -
Fix "Farewell to Flesh" not applying to Agony Crawler ailment damage (#…
…9162) The `GetStat` code relied on using `cfg.summonSkillName` to match names for the skills but when we handle the ailments we were not including summonSkillName in the cfg so it would fail to match and not grant Ailment damage to Agony Crawler Also added a floor to the returned value as it was a float before Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af39d58 - Browse repository at this point
Copy the full SHA af39d58View commit details -
Fix Pyroclast Mine exposure being inverted and unscaleable (#9160)
For some reason I was inverting the value of the exposure and also forgot to remove the unscaleable tag from the mod Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7abc4ce - Browse repository at this point
Copy the full SHA 7abc4ceView commit details -
Fix Damage Gain breakdown including skill conversion (#9170)
The breakdown for skill conversion and damage gained were grouped together to make 1 value instead of being separate table columns Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8a397e0 - Browse repository at this point
Copy the full SHA 8a397e0View commit details
Commits on Nov 5, 2025
-
Fix insufficient skill cost warning applying to other skills (#9172)
When checking to see if we should apply the red text to a skills resource cost value we were checking the list of all skills that had a warning for that cost type instead of just the active skill in the sidebar Decided to change the variable name for the list so that we can still use other `statData.stat.."Warning"` for other stats if we want Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b8adac5 - Browse repository at this point
Copy the full SHA b8adac5View commit details -
Fix some enemy modifiers not working (#9173)
enemyDB was not populated with `EnemyModifier` mods until doActorMisc was run on line 3078 so all the calls to enemyDB before that could be potentially missing mods We now pull the call out of doMisc and run it early in the pass so all the subsequent calls to enemyDB will include them Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b8e9992 - Browse repository at this point
Copy the full SHA b8e9992View commit details -
* Prepare release 2.58.1 * Manifest --------- Co-authored-by: LocalIdentity <LocalIdentity@users.noreply.github.com> Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de43d58 - Browse repository at this point
Copy the full SHA de43d58View commit details -
Also fixes the export of mods files so the stat orders are not broken anymore
LocalIdentity committedNov 5, 2025 Configuration menu - View commit details
-
Copy full SHA for e9373b2 - Browse repository at this point
Copy the full SHA e9373b2View commit details -
LocalIdentity committed
Nov 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 07256d2 - Browse repository at this point
Copy the full SHA 07256d2View commit details -
--- User Interface --- - Fix incorrect tooltip when crafting some flask mods (LocalIdentity) - Fix Damage Gain breakdown including skill conversion (LocalIdentity) - Fix insufficient skill cost warning applying to other skills (LocalIdentity) --- Fixed Calculations --- - Fix Spectre conversion multiplier applying to "gain as x" mods and Chaos damage (LocalIdentity) - Fix Pyroclast Mine Exposure being inverted and unscalable (LocalIdentity) --- Fixed Behaviours --- - Fix Intuitive Leap, Thread of Hope and Impossible Escape not parsing correctly (Wires77) - Fix mod order when crafting Grafts (LocalIdentity) - Fix "Farewell to Flesh" not applying to Agony Crawler ailment damage (LocalIdentity) - Fix Dying Breath Curse effect mod not working (LocalIdentity)
LocalIdentity committedNov 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 5eff6b4 - Browse repository at this point
Copy the full SHA 5eff6b4View commit details -
Merge branch 'master' into dev
LocalIdentity committedNov 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 58aef43 - Browse repository at this point
Copy the full SHA 58aef43View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev@{1day}...dev