Skip to content

Commit

Permalink
Merge branch 'PathOfBuildingCommunity:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Paliak authored Mar 25, 2024
2 parents 8394e2f + 1bed7eb commit 6d55153
Show file tree
Hide file tree
Showing 126 changed files with 280,803 additions and 1,829 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ src/Export/ggpk/*.dll

# Timeless Jewels
src/Data/TimelessJewelData/*.bin

# Simplegraphic Debugging
runtime/imgui.ini
86 changes: 86 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,91 @@
# Changelog

## [v2.41.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.41.0) (2024/03/25)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.40.1...v2.41.0)

<!-- Release notes generated using configuration in .github/release.yml at dev -->

## What's Changed
### New to Path of Building
- Add support for new ES Stun mastery [\#7429](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7429) ([LocalIdentity](https://github.com/LocalIdentity))
* 3.24 Changes:
* Convocation updated to only have 1 level ([LocalIdentity](https://github.com/LocalIdentity))
* Add Convocation mod to Minion Wands and Shields ([LocalIdentity](https://github.com/LocalIdentity))
* Add new Mechanical Belt base from Heist ([LocalIdentity](https://github.com/LocalIdentity))

### Fixed Bugs
- Stop sorting unique item list when added item isn't equipped [\#7418](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7418) ([Wires77](https://github.com/Wires77))
- Fix Wither stacks not working with Unholy Might [\#7427](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7427) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Shield Crush of the Chieftain gem scaling [\#7430](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7430) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Replica Hyrri's Ire not appearing in unique list [\#7426](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7426) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Devouring Diadem missing Mana Reservation mod [\#7423](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7423) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix Wraithlord not giving global Minion levels [\#7425](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7425) ([LocalIdentity](https://github.com/LocalIdentity))



## [v2.40.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.40.1) (2024/03/24)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.40.0...v2.40.1)

<!-- Release notes generated using configuration in .github/release.yml at dev -->

## What's Changed
### Fixed Bugs
- Fix Archmage added Mana cost not scaling correctly ([LocalIdentity](https://github.com/LocalIdentity))



## [v2.40.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.40.0) (2024/03/24)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.39.3...v2.40.0)

<!-- Release notes generated using configuration in .github/release.yml at dev -->

## What's Changed
### New to Path of Building
- Overhaul graphics engine to v2.0 [\#7399](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7399) ([Zao](https://github.com/Zao))
* Should have a noticeable increase in performance and fix many obscure crashes
* 3.24 Changes:
* Add 3.24 Trees [\#7396](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7397), [\#7398](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7398) ([Regisle](https://github.com/Regisle))
* Add support for new 3.24 Uniques [\#7396](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7396) ([Lexy](https://github.com/learn2draw), [LocalIdentity](https://github.com/LocalIdentity))
* Update existing uniques from 3.24 patch notes [\#7396](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7396) ([Lexy](https://github.com/learn2draw), [LocalIdentity](https://github.com/LocalIdentity))
* Update existing skill gems from 3.24 patch notes [\#7404](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7404) ([Wires77](https://github.com/Wires77), [LocalIdentity](https://github.com/LocalIdentity))
* Update Tattoos, Flasks and item mods with 3.24 changes [\#7408](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7408) ([LocalIdentity](https://github.com/LocalIdentity))
- Add a config option for disabling Champion Intimidate effect [\#7356](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7356) ([Paliak](https://github.com/Paliak))
- Add support for Everlasting Sacrifice Keystone [\#7327](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7327) ([sida-wang](https://github.com/sida-wang))
- Fix import of Taiwan realm to use Hotcool [\#7366](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7366) ([Chuanhsing](https://github.com/Chuanhsing))

### Fixed Crashes
- Fix crash when opening Item Trader after selecting a different league [\#7338](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7338) ([Peechey](https://github.com/Peechey))
- Fix snipe pre-calculation using wrong calc mode [\#7390](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7390) ([Paliak](https://github.com/Paliak))

### User Interface
- Reduce clutter in Import character selection list [\#7401](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7401) ([ryuukk](https://github.com/ryuukk))
- Adjust Totem Labels and Duration in Calc Sections [\#7335](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7335) ([Peechey](https://github.com/Peechey))
- Minor improvements to DPS display for mirages [\#7375](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7375) ([Paliak](https://github.com/Paliak))

### Fixed Bugs
- Fix Dancing Dervish stats (Life, Damage and Damage reduction) [\#7353](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7353) ([LocalIdentity](https://github.com/LocalIdentity))
- Fix self-hit damage conversion [\#7351](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7351) ([Regisle](https://github.com/Regisle))
- Fix Formless Inferno not increasing Minion Life [\#7370](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7370) ([Paliak](https://github.com/Paliak))
- Fix Utula's Hunger interaction with multiple uniques [\#7330)]((https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7341, https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7330)) ([Peechey](https://github.com/Peechey))
- Fix Summon Skeletons Duration when using To Dust jewels [\#7352](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7352) ([mart-mihkel](https://github.com/mart-mihkel))
- Disable skill rotation for Cast when Stunned [\#7355](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7355) ([Paliak](https://github.com/Paliak))
- Fix Snipe doing damage when in trigger mode [\#7391](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7391) ([Paliak](https://github.com/Paliak))

### Accuracy Improvements
- Fix tooltip for Maximum Charges when using Badge of the Brotherhood or Masterful Form [\#7328](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7328) ([sida-wang](https://github.com/sida-wang))
- Force Main Hand for Skills used by General's Cry mirages [\#7369](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7369) ([Paliak](https://github.com/Paliak))
- Fix sorting of Ailment breakdown sections [\#7336](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7336) ([Peechey](https://github.com/Peechey))
- Fix Armour and ES breakdowns for "100% increased..." Armour and ES Mastery [\#7387](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7387) ([Peechey](https://github.com/Peechey))
- Implement explosive trap +-30% base tertiary radius, fix overlap chance for transfigured version [\#7384](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7384) ([Edvinas-Smita](https://github.com/Edvinas-Smita))
- Fix Life Leech and Block missing from current version of Essentia Sanguis [\#7377](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7377) ([Paliak](https://github.com/Paliak))
- Fix current variant of Lioneye's Glare missing Far Shot [\#7376](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7376) ([Paliak](https://github.com/Paliak))
- Fix Nightgrip missing "taken" keyword in description [\#7383](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7383) ([MattiaCiccone](https://github.com/MattiaCiccone))



## [v2.39.3](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.39.3) (2024/01/26)

[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.39.2...v2.39.3)
Expand Down
67 changes: 67 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@
VERSION[2.41.0][2024/03/25]

--- New to Path of Building ---
* Add support for new ES Stun mastery (LocalIdentity)
* 3.24 Changes:
* Convocation updated to only have 1 level (LocalIdentity)
* Add Convocation mod to Minion Wands and Shields (LocalIdentity)
* Add new Mechanical Belt base from Heist (LocalIdentity)

--- Fixed Bugs ---
* Stop sorting unique item list when added item isn't equipped (Wires77)
* Fix Wither stacks not working with Unholy Might (LocalIdentity)
* Fix Shield Crush of the Chieftain gem scaling (LocalIdentity)
* Fix Replica Hyrri's Ire not appearing in unique list (LocalIdentity)
* Fix Devouring Diadem missing Mana Reservation mod (LocalIdentity)
* Fix Wraithlord not giving global Minion levels (LocalIdentity)


VERSION[2.40.1][2024/03/24]

--- Fixed Bugs ---
* Fix Archmage added Mana cost not scaling correctly (LocalIdentity)

VERSION[2.40.0][2024/03/24]

--- New to Path of Building ---
* Overhaul graphics engine to v2.0 (Zao)
* Should have a noticeable increase in performance and fix many obscure crashes
* 3.24 Changes:
* Add 3.24 Trees by (Regisle)
* Add support for new 3.24 Uniques by (Lexy, LocalIdentity)
* Update existing uniques from 3.24 patch notes by (Lexy, LocalIdentity)
* Update existing skill gems from 3.24 patch notes by (Wires77, LocalIdentity)
* Update Tattoos, Flasks and item mods with 3.24 changes by (LocalIdentity)
* Add a config option for disabling Champion Intimidate effect (Paliak)
* Add support for Everlasting Sacrifice Keystone (sida-wang)
* Fix import of Taiwan realm to use Hotcool (Chuanhsing)

--- Fixed Crashes ---
* Fix crash when opening Item Trader after selecting a different league (Peechey)
* Fix snipe pre-calculation using wrong calc mode (Paliak)

--- User Interface ---
* Reduce clutter in Import character selection list (ryuukk)
* Adjust Totem Labels and Duration in Calc Sections (Peechey)
* Minor improvements to DPS display for mirages (Paliak)

--- Fixed Bugs ---
* Fix Dancing Dervish stats (Life, Damage and Damage reduction) (LocalIdentity)
* Fix self-hit damage conversion (Regisle)
* Fix Formless Inferno not increasing Minion Life (Paliak)
* Fix Utula's Hunger interaction with multiple uniques (Peechey)
* Fix Summon Skeletons Duration when using To Dust jewels (mart-mihkel)
* Disable skill rotation for Cast when Stunned (Paliak)
* Fix Snipe doing damage when in trigger mode (Paliak)

--- Accuracy Improvements ---
* Fix tooltip for Maximum Charges when using Badge of the Brotherhood or Masterful Form (sida-wang)
* Force Main Hand for Skills used by General's Cry mirages (Paliak)
* Fix sorting of Ailment breakdown sections (Peechey)
* Fix Armour and ES breakdowns for "100% increased..." Armour and ES Mastery (Peechey)
* Implement explosive trap +-30% base tertiary radius, fix overlap chance for transfigured version (Edvinas-Smita)
* Fix Life Leech and Block missing from current version of Essentia Sanguis (Paliak)
* Fix current variant of Lioneye's Glare missing Far Shot (Paliak)
* Fix Nightgrip missing "taken" keyword in description (MattiaCiccone)


VERSION[2.39.3][2024/01/26]

--- Fixed Crashes ---
Expand Down
Loading

0 comments on commit 6d55153

Please sign in to comment.