aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-06Core/Crypto: Remove support for OpenSSL 1.0Shauren
2022-09-06Misc: Codestyle fixfunjoker
2022-09-05Core/Players: Properly mark all class/specialization/talent/pvp talent ↵Shauren
learned spells as dependent
2022-09-05Core/Auras: Improve aura interactions with immunities on spell effect levelShauren
* Effects that target is immune to will be suppressed instead of completely removed Closes #28096 (cherry picked from commit 3306a4d06cc557967c23adcc60c2e3257811b324)
2022-09-05Core/Spells: Move entering combat for caster and calculating crit chance to ↵Shauren
separate function called only once for each target instead of doing it once for every effect on every target (cherry picked from commit f3384fecaa17c2b14bf2089c6813a31f5799a020)
2022-09-05Core/Spells: Simplify combat flagging code on spell launch and impactShauren
(cherry picked from commit e2840a3f817ccdda416605d45f83a6c13121f435)
2022-09-05Core/Combat: Allow PvE combat references to become suppressed, just like PvP ↵Shauren
ones (cherry picked from commit e8dfd8c25c69247b17bc9359dfbe3a1d96ef98bf)
2022-09-05Core/Spells: Delay combat flagging for spell targets until spell missile landsAlan Deutscher
(cherry picked from commit b59706c8b6856bdfe084a38330773725d3404f05)
2022-09-05Core/Battlegrounds: Capture flag immediately when standing on capture point ↵Gildor
and your team's flag return due to drop timer ended (#28200) (cherry picked from commit d86dcce1c855c5d2d5b48c00ef0e929f87b8b36e)
2022-09-05Core/Debugging: Improve SymInitialize fail message (#28206)ihm-tswow
* clarify that this is not the crash error, but an error with the crash report itself * improve formatting and message boundaries * warn the reader that this means the call stack symbols may be inaccurate (cherry picked from commit 6e37438e5dadd30dc2ce36e468045e0be4d26c83)
2022-09-05DB/Loot: Koralon 25 drops item 40811, not Emalon 25Jildor
Closes #28167 (cherry picked from commit 87f2180f7687ee4783468a16b2fd09d71e5f5e99)
2022-09-05DB/Creature: Adjust General Lightsbane's damageoffl
(cherry picked from commit 56eff06526a1383ea5b25ab8d6ac86eed4b1b8f6)
2022-09-05Core/Battlegrounds: Capture flags immediately when standing on capture point ↵CoderKane
and your team's flag gets returned (#28087) Closes #28076 (cherry picked from commit 2ad36c37b430694dfa61f43fb7c135037423bdb2)
2022-09-05Scripts/Naxxramas: Curse of the Plaguebringer should affect 10 targets in 25 ↵Dan Johnson
man mode (#28164) (cherry picked from commit 3735a3df0ea73b81442c0057acd228b2b287a1ea)
2022-09-05Scripts/Naxxramas: Fixed number of affected targets for Cripple and Curse ↵Dan Johnson
spells in 25 man version of Noth the Plaguebringer encounter (#28161) (cherry picked from commit 6b2fac687d05e14ae3e7b947b1193c39cc0d43c1)
2022-09-05Scripts/Spells: Random fixes (#28143)offl
(cherry picked from commit 53cc21b1b45e11ba9358df3281cfa2b021fb1ea0)
2022-09-05Scripts/Quest: Rework 'Fel Spirits' (10909) (#28134)offl
(cherry picked from commit aef55d5dfac99808d28f5ff5591b243f1100a89c)
2022-09-05Scripts/Spells: Script 'Hate To' spells (#28129)offl
(cherry picked from commit d06842d42a0c140e76571fa30131a950be6d5faa)
2022-09-05Scripts/Quest: Adjustments to Runeforging (#28115)offl
(cherry picked from commit 444928f3c5fb51056321c9fe554743e25354de27)
2022-09-05Scripts/Spells: Great/Fish/Gigantic/Small/Bountiful Feast (#28114)offl
(cherry picked from commit 9a9edb4dfe60f574b33c705c79fca29e278e2384)
2022-09-05DB/Quest: Fix 'Help Tavara'offl
Closes #28110 (cherry picked from commit a041ac4677d415a86954d8f2b859fc31d21c2a0b)
2022-09-05Scripts/Quest: Update few quests (#28108)offl
(cherry picked from commit 1c96eebcc185026cac4a84875195fb93c0485d08)
2022-09-05Core/Spells: MaxAffectedTargets for 47731 Critteroffl
(cherry picked from commit 37fcaf64ef0f4b16debbe16178c032dca7e91563)
2022-09-05Scripts/Nexus: Rework Telestra (#28104)offl
Closes #27792 Closes #27941 (cherry picked from commit 93db014cb9dec117c23a5402c83e6c67ca033006)
2022-09-05Core/Auras: Do not remove auras unaffected by invincibility (#28100)Alan Deutscher
* Mark WSG's Focused Assault and Brutal Assault as unaffected by immunities (cherry picked from commit b484b7e9270bef8bf6347c75a4c71b25bb750b11)
2022-09-05Core/Battlegrounds: Fix WSG Focused/Brutal Assault #28088 (#28094)Alan Deutscher
* Warsong Gulch: Do not clear Focused Assault or Brutal Assault from one team's flagbearer when the other team's flag is returned. The timer should only stop / reset when both flags have returned to the pedestal. * When a flag is picked up from the pedestal with Focused Assault or Brutal Assaul active, the new flagbearer should receive the debuff. (cherry picked from commit b1db528780c455ad0adc5b8a10c20719e461d3aa)
2022-09-05Scripts/Events: Update few Love is in the Air quests & items (#28084)offl
(cherry picked from commit b339fbaaf3832a468acdc35d5dfa2f7024b67ff0)
2022-09-05Scripts/Spells: Hex of Jammal'an (#28083)offl
(cherry picked from commit b801528e9db77ed10edf88ab2881dd7e33fa9127)
2022-09-05Scripts/Quest: Update 'Sabotage' (12676) (#28082)offl
(cherry picked from commit fca49f428b8cf7cff4d573c9afbd863965975946)
2022-09-05Scripts/Pets: Update Lil' K.T. (#28071)offl
(cherry picked from commit dfd1692e3136606e4633db45cba0871316c0d651)
2022-09-05Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI (#28059)offl
(cherry picked from commit b9450bcdd0924ca69b5b2cc675f5c2b558ff9b47)
2022-09-05Scripts/Spells: Correctly implement Murmur's Touch & Dire Brew (#28058)offl
(cherry picked from commit f0d2418e5f2dabfae97a481fde52bc20ba93c72e)
2022-09-05Scripts/Oculus: Update Drakos the Interrogator (#28053)offl
(cherry picked from commit 2d348b6d8b39f93a7cc18731aa394116332c5cf5)
2022-09-05Fixed MariaDB build the easy way for the client version check (#28039)daMaex
depending on https://jira.mariadb.org/browse/CONC-509 (cherry picked from commit f922a7dff644451a05a6b0088b652fbe86dafebc)
2022-09-05Scripts/Spells: Get rid of several DB spell scripts (#28048)offl
(cherry picked from commit 3808e614d9760a2588fec0c1b0b4c30feda36dcc)
2022-09-05Scripts/Quest: Update 'Dissension Amongst the Ranks...' (10769, 10776) (#28044)offl
(cherry picked from commit ffcc976524e3b1ba99023e40e7fc9cce4d01a2f7)
2022-09-05Scripts/Quest: Update 'Through the Eye' (13121) (#28043)offl
(cherry picked from commit 5512cf8a99da6a019bae1234429526fe47322878)
2022-09-05Scripts/UB: Rework The Black Stalker (#28040)offl
(cherry picked from commit c025fcef743122ccd1c2a8e79463941c72ee7e12)
2022-09-05DB/Loot: Remove loot from creatures which shouldn't drop anythingoffl
(cherry picked from commit 74ed066aa34fbd30161136d5989e99bbe34ab72d)
2022-09-05Scripts/Quest: Rework 'Mending Fences' (12915) (#28034)offl
(cherry picked from commit 61f32426ab534f8b19fc85bbbac1224ffc73a70c)
2022-09-05DB/Spells: Get rid of a couple spell scriptsoffl
(cherry picked from commit 5221f56d8cb5f43c91e0f5d4ecb5bc5b98e3227d)
2022-09-05Core/Crypto: Fixed build with openssl 1.1daMaex
(cherry picked from commit 9368823c8dfa0587ef915d2f1e0aa443355d7854)
2022-09-05Core/Crypto: Fixed loading legacy openssl provider for RC4 on windowsShauren
2022-09-05Core/Crypto: Updated ARC4 code with openssl 3.0 supportdaMaex
(cherry picked from commit 9fca5e9117317d6706fdf7d09fb86acaa3361129)
2022-09-05DB/Spells: Get rid of few more spell scripts (handle effects in a more ↵offl
correct way) (cherry picked from commit a1c8b709f9ff3bd20cff6f543b0d7ad681f7b58a)
2022-09-05DB/Spells: Get rid of few spell scripts (handle effects in a more correct way)offl
(cherry picked from commit 2c64802aed1fd9c30ce3df73ec718f24ca251d33)
2022-09-05DB/Quest: Update 'Destroying the Altars' (13119)offl
(cherry picked from commit 1490fc22385f4150df294241b31797f89c2f501b)
2022-09-05DB/Creature: Mennu the Betrayer's totemsoffl
(cherry picked from commit 773b65d25960764eb2cafaa02cf41e1c4c43385f)
2022-09-05MariaDB support for Ubuntu 22.04 (#28031)daMaex
(cherry picked from commit bceb5b606068b8ef29a55338bcaa8fb611be4e33)
2022-09-05Scripts/Spells: Rework Fire Bomb (Halaa) (#28025)offl
(cherry picked from commit b5194a15276f5ffc88ebaf38971dce0c2057f10f)