Commit Graph

44853 Commits

Author SHA1 Message Date
MoltenCrystal
08a0280829 Scripts/Spells: Implement warrior talent Brutal Finish (#31695) 2026-03-06 14:07:39 +01:00
Shauren
b63e55323b Core/Utils: Modernize Types and Tuples utils - use constexpr variables instead of structs
* Also remove unneccessary tuple type list wrapping in packet utilities
2026-03-06 00:51:07 +01:00
Shauren
88fe0f40be DB/Spells: Update Improved Whirlwind proc data to consume stack on last hit of Rampage 2026-03-06 00:37:15 +01:00
Jeremy
56cd4fd3bd Scripts/Spells: Implement Thunder Blast (Fury Warrior) (#31693) 2026-03-05 20:05:19 +01:00
Shauren
05fab3eb8f Core: Updated allowed build to 12.0.1.66263 2026-03-05 18:30:06 +01:00
Shauren
d6f4f02bec Core/Players: Fixed crashes happening when player is teleported again while still being teleported to a different map 2026-03-05 00:41:37 +01:00
Jeremy
804d80a8e1 Scripts/Spells: Add proc check for Keep Your Feet on the Ground (Mountain Thane warrior talent) (#31691) 2026-03-04 22:06:42 +01:00
Shauren
03c292f59f Scripts/Exile's Reach: Remove unreachable code that appears to be the result of incorrect merge conflict resolution 2026-03-04 20:26:47 +01:00
Shauren
0607798755 Core/Misc: Remove unneccessary semicolons 2026-03-04 20:21:15 +01:00
Jeremy
ba259c0b98 Scripts/Spells: Implement Cleave Damage Reduction from Improved Whirlwind (Fury Warrior Talent) (#31690) 2026-03-04 20:00:18 +01:00
Shauren
811cdeeb9c Core: Updated allowed build to 12.0.1.66220 2026-03-04 11:24:43 +01:00
Shauren
592e6381a9 Core/Misc: Update CURRENT_EXPANSION to Midnight 2026-03-03 22:08:13 +01:00
MoltenCrystal
436fd27443 DB/Spells: Fix Executioner's Precision procs (#31688) 2026-03-03 19:54:01 +01:00
Shauren
d23ea9773c Core/Spells: Fixed autoattack timer being reset by almost every spell cast 2026-03-03 10:33:05 +01:00
Jeremy
59720664b3 Scripts/Spells: Implement Rampaging Ruin (Fury Warrior Talent) (#31681) 2026-03-02 20:58:34 +01:00
Jeremy
2e005f02b9 Scripts/Spells: Implement Kill or Be Killed (Fury Warrior Talent) (#31680) 2026-03-02 13:52:08 +01:00
Shauren
2706fbb3bf Core/Achievements: Reduce differences between branches 2026-03-02 00:12:02 +01:00
Shauren
f9c57cda50 Core: Updated allowed build to 12.0.1.66198 2026-03-02 00:05:41 +01:00
ModoX
85fb4e7b17 DB/Templates: Added 12.0.1 wdb data 2026-03-01 23:01:06 +01:00
Shauren
180ed6db54 Core/Items: Use Player::CanSellItemToVendor and Player::SellItemToVendor in sell all junk packet handler 2026-03-01 20:22:30 +01:00
agatho
b18f615ddc Core/Items: Implement Sell All Junk button at vendors 2026-03-01 20:22:30 +01:00
Shauren
57166618f3 Scripts/Spells: Fix wrong hook being used for Evangelism script
Closes #31699
2026-03-01 15:46:33 +01:00
Shauren
2847100a2d Core/Items: Move selling items to separate function 2026-03-01 15:45:26 +01:00
Aqua Deus
1db53689a4 Scripts/Spells: Implement Shattered Souls of Devourer Spec (DH) (#31672) 2026-02-28 20:48:26 +01:00
Jeremy
4eadd7f69a Scripts/Spells: Implement Meat Cleaver (Fury Warrior Talent) (#31671) 2026-02-28 18:52:27 +01:00
Jeremy
50e1d67688 Scripts/Spells: Implement Surge of Adrenaline (Fury Warrior Talent) (#31668) 2026-02-28 17:22:19 +01:00
Shauren
1de6f59ffc Core/Spells: Fixed proc phase order for spells with no travel time (CAST now happens before FINISH as intended) 2026-02-28 14:45:12 +01:00
Shauren
b0eef35616 Core/Spells: Move duplicated code for proc flag selection to separate function 2026-02-28 14:41:52 +01:00
Shauren
b49b15c94d Core: Updated allowed build to 12.0.1.66192 2026-02-27 21:20:07 +01:00
Cristian Vintila
733488037b Scripts/Spells: Update priest talent Evangelism implementation (#31661) 2026-02-27 16:37:14 +01:00
Cristian Vintila
6da8e45580 Core/Spells: Set CAST_FLAG_EX_DONT_CONSUME_CHARGES for spells ignoring cds (#31686) 2026-02-27 14:02:21 +01:00
Aqua Deus
dd416b9e9a Scripts/Spells: Implement dh talent "Voidglare Boon" (#31660) 2026-02-27 00:36:13 +01:00
Aqua Deus
18a99afd32 Scripts/Spells: Implement dh talent "Void Ray" (#31659) 2026-02-26 22:55:50 +01:00
Shauren
ec31dc8d3c Dep/jemalloc: Update to 5.3.0
Closes #31684
2026-02-26 10:53:22 +01:00
Shauren
34c95a73cf Core: Updated allowed build to 12.0.1.66102 2026-02-25 22:41:52 +01:00
Shauren
8f0fb67a83 Core: Updated allowed build to 12.0.1.66066 2026-02-25 20:08:17 +01:00
Shauren
d649427edc Core/AreaTriggers: Fixed crashes caused by areatrigger OnUnitEnter/OnUnitExit scripts teleporting players to other maps 2026-02-24 00:23:21 +01:00
Shauren
4a3cb9c76b Core/Spells: Update CAST_FLAG_NO_GCD flag implementation 2026-02-23 23:21:55 +01:00
Jeremy
cde7258411 Scripts/Spells: Implement Execute damage and Improved Execute (arms) (#31658) 2026-02-23 22:38:34 +01:00
Aqua Deus
e169742781 Scripts/Spells: Implement dh talent "Shift" (#31656) 2026-02-23 13:57:12 +01:00
Aqua Deus
bd1356ea06 Scripts/Spells: Implement dh talent "Voidblade" (#31654) 2026-02-23 12:03:24 +01:00
Aqua Deus
d4a9797f89 Scripts/Spells: Fix power gain for dh talent "Consume" (#31653) 2026-02-23 00:04:39 +01:00
Shauren
c8b391c158 Core/MMaps: Fix possible access of freed memory in DynamicTileBuilder 2026-02-22 20:14:22 +01:00
Meji
c801846438 SQL: Fix names 2026-02-21 19:23:43 +01:00
Shauren
f2101431c0 Core/Players: Fixed storing items in bank bags slots 67-74 2026-02-21 19:18:10 +01:00
Luzifix
fff6783ca9 Core/Players: Don't count empty bag slots (slots where you equip bags) as free inventory slots 2026-02-21 18:59:41 +01:00
Macsimka
5f0491c8d3 Core/MMaps: Allow dynamic tile building for M2 models 2026-02-21 18:56:27 +01:00
Shauren
ad0683315a Build: Remove scripts include directories from worldserver compilation command line, allowing compilation to happen in directories with longer path before encountering msbuild error MSB6002: The command-line for the “RC” task is too long 2026-02-21 15:08:51 +01:00
Shauren
d2b6bf0ca5 Core/Graveyards: Fixed subzone graveyard selection 2026-02-21 00:32:15 +01:00
Shauren
c60a1a8933 Core: Updated allowed build to 12.0.1.66044 2026-02-20 20:59:13 +01:00