Commit Graph

8693 Commits

Author SHA1 Message Date
Wires77
533b332880 Update permissions for Linux (#9040)
Co-authored-by: Martin Dechev <dechevmartin@gmail.com>
2025-10-26 03:00:19 -05:00
github-actions[bot]
369d962169 Update DLLs to SimpleGraphic-v2.4.1 (#9021)
Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
2025-10-24 09:03:06 -05:00
Wires77
fb77d892ab Change spell suppression effect to 40% 2025-10-24 04:17:17 -05:00
github-actions[bot]
e18fe25b1f Apply changes from https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1484 (#9007)
Co-authored-by: Blitz54 <Blitz54@users.noreply.github.com>
2025-10-23 23:48:17 -05:00
fabianmaurer
4c15ded056 Use correct stat to set "Every3UseCrit" flag for Glacial Hammer of Shattering (#8997) 2025-10-23 23:00:23 -05:00
LocalIdentity
c76097220d Fix Breakdown of Crit Damage when using Dance with Death (#9012)
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2025-10-23 22:44:40 -05:00
LeonSparta
e7f3368843 Added DPI Scaling Support (#8989)
Co-authored-by: ethanblazkowicz <wow990922@outlook.com>
2025-10-20 23:56:26 -05:00
Antorell
f59dd65880 Update BuildSiteTools.lua (#9006)
* Update BuildSiteTools.lua

Fixes Bug Report #8996

Cleans up commit #8967 that introduced the bug.

* Update BuildSiteTools.lua

"Proper" .lua pattern matching.
2025-10-09 06:42:16 -05:00
Wires77
4dc25db6ce Delete .tar file when updating SimpleGraphic DLLs 2025-10-08 22:27:19 -05:00
Inzagini
8cd099f8dd fix: add missing calculation for base_number_of_projectiles_in_spiral_nova (#8995) 2025-09-30 14:22:31 -05:00
LocalIdentity
4738c5d630 Fix Pinnacle condition mods 2025-09-25 11:51:33 +10:00
Wires77
684ba8fc66 Fix cost tooltip to use consistent mult symbol 2025-09-19 09:08:17 -05:00
LocalIdentity
5756e4d2a9 Update installer script to work with Windows server 2025
Windows server 2025 removed the NSIS package from being installed by default so we  now need to specify it
Also added the option  to specify a tag version if we need to manually run the create installer again for a release
2025-09-16 18:45:40 +10:00
Wires77
7a9f6c3402 Update PoE.Ninja URLs after migration (#8967)
* Update PoE.Ninja URLs after migration

* Fix urls that didn't need pattern matching

* Support http redirects in curl lib

* Update to allow old and new download URLs
2025-09-14 19:55:34 +10:00
Никита Троянов
bc49efc926 'Monsters cannot be Leeched from' map mod now disables ES leech (#8970) 2025-09-14 19:55:00 +10:00
majochem
9f71d4e263 Fix typo "unscaleable" to "unscalable" (#8972)
Co-authored-by: majochem <majochem@users.noreply.github.com>
2025-09-14 19:54:37 +10:00
Paliak
9f9be2e590 Update uniques (#8976)
* FIX: update uniques mentioned in https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/8974

* FIX: Update and move the rest of uniques from New.lua

* CHORE: commit updated ModCache

* Add speed tag to Arkhon's Tools

---------

Co-authored-by: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com>
2025-09-14 19:53:26 +10:00
Musholic
c5b18c5ff6 Automatically check if the ModCache needs to be regenerated (#8959)
* Automatically check if the ModCache needs to be regenerated

* Update ModCache.lua
2025-09-13 07:21:36 -05:00
Paliak
dacbc90ad2 FIX: LIST type mods being duplicated (#8977)
Most likely caused by https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/8862
2025-09-03 22:52:58 -05:00
Wires77
78326a6091 Remove .tar file from repo and manifest 2025-09-02 12:58:20 -05:00
Wires77
e7bed7ce46 [PATCH] chore: update cspell to run on push, bump action version numbers, fiddle with yaml list a bit (#8979)
Co-authored-by: Nightblade <Nightblade@users.noreply.github.com>
2025-09-02 09:52:32 -05:00
LocalIdentity
d2524f92d9 Fix potential unencumbered bug 2025-08-23 12:59:38 +10:00
Nighty
ee3fc76d5f consistant -> consistent (#8962) 2025-08-21 01:58:21 +10:00
Nighty
aa9f6f9b40 Feat: Handle non-ASCII account names better (#8949)
* Feat: Handle "non-ASCII" account names better

Refactor the `pasteFilter` on the import -> account name EditControl to encode non-ASCII characters in a more URL-friendly manner than it was previously.

This change eliminates the need to use `www.urlencoder.org` so I've removed that warning and the button.

Tested OK with:  쁘레따뽀르떼#4360

* adjust position of missing discriminator warning

* add help message
2025-08-20 12:42:21 +10:00
Emmanuel Ferdman
e6677c9371 Correct skill slot comparison for General's Cry detection (#8954)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-08-20 12:41:59 +10:00
LocalIdentity
f00fa649c1 Fix Spell Echo not working with some Minion skills (#8956)
The repeat stat was looking for a SkillType check on the minion skill but this is not correct. This change might make spell echo repeats affect some spell unintentionally but it's too hard to tell

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2025-08-20 12:41:43 +10:00
Joseph Potochny
5d6e6498ef x86 does not work, x64 does (#8958) 2025-08-20 12:41:33 +10:00
LocalIdentity
7434f08141 Update GGGPK Spec
Adds spec for a number of files to do with skills and their corresponding animation files
This will now allow us to link up projectile speed values to their respective skills
2025-08-14 00:11:18 +10:00
Nighty
40e0e1ea9f fix: spelling in changelogs (#8955) 2025-08-13 21:23:05 +10:00
Jeremy Lim
59979e7efe tidy: radius descriptions (#8950) 2025-08-12 20:31:09 +10:00
LocalIdentity
358fed0261 Merge branch 'master' into dev 2025-08-12 02:33:23 +10:00
LocalIdentity
8c60cab44c Release 2.56.0
--- New to Path of Building ---
* Add support for average Lightning Tendrils DPS (LocalIdentity)
* Show DPS comparison for Flask slots when hovering over Unique item list (Blitz54)
* Add Undo support to Tattoo/Runegraft overrides (Blitz54)
* Add total minimum weight parameter to Timeless Jewel finder (tserdar)
* Add Beastcrafts to Item crafter (brendan-corrigan)
* Add support for Defiance of Destiny Gain before enemy hit (Regisle)
* Add support for duration of Ailments Retaliation mastery (LocalIdentity)
* Add support for Ancestral Commander Ancestral Spirit Minion buffs (LocalIdentity)
* Add support for Chieftain's Ramako, Sun's Light notable (Ruthless version) (kisiex)

--- Fixed Crashes ---
* Fix crash when using "Add modifier" button on Tinctures (brendan-corrigan)

--- User Interface ---
* Add text after red mods to show that PoB does not currently handle them (LocalIdentity)
* Display distance in Units in graphic for AoE breakdown (Blitz54)
* Tooltip text "tattoo" or "runegraft" based on node type (Blitz54)

--- Fixed Calculations ---
* Use harmonic mean for dual wield attack speed calc instead of average (Tntmister)
* Fix tincture quality effect multiplier rounding issue (NL908)
* Fix rounding of scaled mods being incorrect in some cases (Wires77)
* Fix Temporal Chains double counting towards Brand Ticks (LocalIdentity)
* Fix Poison Conc of Bouncing not counting Chains towards DPS (LocalIdentity)
* Fix Glacial Hammer of Shattering missing crit chance every 3rd use (LocalIdentity)
* Fix Absolution/Dominating Blow of Inspiring FullDPS when using config (LocalIdentity)

--- Fixed Behaviours ---
* Fix Mine Aura effect scaling Curses used with High-Impact Mine (LocalIdentity)
* Fix Ancestral Bond disabling Generals Cry damage (LocalIdentity)
* Fix Hand of Phrecia disabling Mine Auras (LocalIdentity)
* Fix Light of Meaning double counting starting nodes on Ascendant (LocalIdentity)
* Fix Kaladra's Touch not copying influence from other ring (LocalIdentity)
* Fix Howlcrack causing inf DPS with Generals Cry (Paliak)
* Fix issue where Rage Support was affecting Herald of Purity (Wires77)
* Fix Volatility applying to Minion Spell skills (LocalIdentity)
* Fix Influence not appearing correctly in PoB Trader (t1nky)
* Fix enemy Ailment Immunity not working with Rune of Treachery (LocalIdentity)
* Fix Shepherd of Souls applying twice with 2 Yaomac's Accord equipped (LocalIdentity)
* Fix node tooltip when using Untuitive Leap or Impossible Escape (Kojoley)
* Fix Ancestral Vision not working correctly with The Arkhon's Tools (LocalIdentity)
* Fix Ascendant/Gladiator Block Chance when using Necromantic Aegis (LocalIdentity)

--- Accuracy Improvements ---
* Fix Betrayal's Sting and Unique Talisman's missing catalyst scaling (LocalIdentity)
* Fix Devouring Diadem in unique list using suffix veiled mods (LocalIdentity)
* Add Catalyst tags to Whispers of Infinity (linusalpsten)
* Update Cinderswallow and support new mods (LocalIdentity)

--- Fixed Bugs ---
* Fix importing characters with names that contain foreign letters (poyushih)
2025-08-12 02:16:02 +10:00
LocalIdentity
ed88758c27 Merge branch 'dev' 2025-08-12 02:06:58 +10:00
LocalIdentity
0fecd73468 Update manifest version 2025-08-12 02:06:49 +10:00
LocalIdentity
c869a4a435 Fix export 2025-08-12 02:05:41 +10:00
github-actions[bot]
f3948c0cf4 Prepare release 2.56.0 (#8947)
Co-authored-by: LocalIdentity <LocalIdentity@users.noreply.github.com>
2025-08-12 01:57:35 +10:00
LocalIdentity
b7cb052a88 Fix Ascendant/Gladiator Block Chance when using Necromantic Aegis (#8944)
The node should not be granting the 50% block chance to the player if you are using Necromantic Aegis with it

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2025-08-12 01:15:37 +10:00
LocalIdentity
613c48db7a Fix Absolution/Dominating Blow of Inspiring FullDPS when using config (#8945)
The option to show only 1x the players hit DPS was not working for the alternate versions of the skill cause we were looking for a exact match on the name
Also realised that the config option was not even showing up for Dominating Blow of inspiring so fixed that too

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2025-08-12 01:15:24 +10:00
LocalIdentity
5a6796e865 Fix Ancestral Vision not working correctly with The Arkhon's Tools (#8946)
We were not taking into account the ailment avoidance from Ancestral Vision when determining if the Skitterbots effects should be applied to the player

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2025-08-12 01:15:14 +10:00
LocalIdentity
2991588dc8 Add support for Ancestral Commander Ancestral Spirit Minions (#8938)
Adds support for all the minions granted by the ascendancy and also the 5 legacy skills granted by Tattoo's that I believe still exist in standard and may come back in the future at some point
Adds support for tracking the number of each Tattoo type to properly scale the buff effects too

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2025-08-12 00:17:18 +10:00
Po-Yu Shih
67d9fbed2e Fix utf-8 encoding while fetching items & passives (#8935) 2025-08-12 00:10:38 +10:00
LocalIdentity
3fc89b59ac Fix tooltip crash on beta
Fixes #8941
2025-08-11 22:52:38 +10:00
LocalIdentity
ab40a67e9c Typo 2025-08-09 03:01:44 +10:00
LocalIdentity
58bc0ff913 Use values from stats instead of hardcoding 2025-08-09 02:59:59 +10:00
LocalIdentity
b46bbaf4bb Add support for average Lightning Tendrils DPS (#8930)
* Add support for average Lightning Tendrils DPS

Lightning Tendrils has a mechanic where it critically strikes every 3rd / 5th use but we were did not have a averaged calc for this
There is now a new skill part for the averaged DPS
I also applied DPS multipliers to the other 2 skill parts to show accurate DPS for just those parts when they hit as people may use the stronger pulse one to see DPS for Ignite

* Fix formula for average damage on Eccentricity

Averaging the crit chance and damage was not correct to get an accurate DPS value

---------

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2025-08-09 02:44:26 +10:00
LocalIdentity
fd4867183a Fix Glacial Hammer of Shattering missing crit chance every 3rd use (#8931)
The skill critically strikes every 3rd use but we were not calculating that at all

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2025-08-09 02:44:17 +10:00
LocalIdentity
bb747c7c30 Fix unsupported mods tooltip on gems 2025-08-09 02:43:58 +10:00
LocalIdentity
86ebad6643 Fix to tooltip and export 2025-08-07 20:22:54 +10:00
LocalIdentity
1399b52876 Fix Poion Conc of Bouncing not counting Chains towards DPS (#8924)
Poisonous Concoction of Bouncing gains DPS from extra chains as the projectiles keep chaining to the same target

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2025-08-07 19:19:34 +10:00
LocalIdentity
9a02431069 Add text after red mods to show that PoB does not currently handle them (#8925)
* Add text after red mods to show that PoB does not currently handle them

PoB does not calculate mods that have red text on them but many users do not know this. Adding this reminder text after all the lines should make it more obvious

* Fix first load crash

* Fix check for empty line

* Typo

* FIX: fixes toggle requiring reload, minor optimalizations (#8928)

The TooltipClass:CheckForUpdate had to be updated so that
the tooltip updates correctly after changing the option.
I kinda obsessed over optimizing this. Removed the secondary
loop as the first one without the break statement will
update all the records. Though this has the cost of doing
more comparisons which could end up being more expensive if
strings end up being compared often. Looking through current
calls to this function it seems like it's all just addresses
and booleans.

---------

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Co-authored-by: Paliak <91493239+Paliak@users.noreply.github.com>
2025-08-07 19:19:19 +10:00