aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-01-29Scripts/Tanaris: move Aquementas to SAI & improve related event (#20464)Wyreth
* Script/Tanaris: move Aquementas to SAI and improve related event Closes #11668 (cherry picked from commit 8888e6d96d026597190190d8f5f554d52df61216)
2021-01-29DB/Creature: Coosh'coosh to SAIAndrew Letson
(cherry picked from commit 7822f058b0ee997d4c114b60ec9ea5ddc2cc2874)
2021-01-29Core/Auras: Fixed stacking SPELL_AURA_MOD_CRIT_DAMAGE_BONUS with ↵Robingad
SPELLMOD_CRIT_DAMAGE_BONUS (#25978)
2021-01-29Core/Quests: Automatically add quests with AUTO_PUSH flag to player (#25938)Matan Shukry
* Removed check for world quests on criteria tree reset * Quests are currently filtered by their tag to only allow untagged or tag == 0 quests (other types are unsupported)
2021-01-28Core/Misc: Update a few enums from db2 to 9.0.2 (#25956)Osleyder Gonzalez Acosta
2021-01-26Core/Misc: Define a lot of new enum members (#25959)MaxtorCoder
- Languages.db2 - EmotesText.db2 - Emotes.db2 - SkillLine.db2 - TotemCategory.db2 - BattlemasterList.db2
2021-01-26Core/Player: remaining XP logging overflow correction (#25934)Matan Shukry
2021-01-25Core/GameObjects: Allow setting GameObject anim kits in database (#25941)Osleyder Gonzalez Acosta
Necessary to be able to see the new visual effects of the gameobjects such as the portals in the Portals Halls of Orgrimmar and Stormwind.
2021-01-25Core/Commands: Fixed .go zonexy command (#25825)Robingad
2021-01-25Core/Misc: Added more quest sort enums from db2 (#25946)Matan Shukry
2021-01-25Core/Quests: Fixed marking quest objectives as complete clientside for ↵Shauren
objectives using flagging instead of counters
2021-01-23Core/Spells: Implemented summoning a personal gameobject effect (#25917)Matan Shukry
2021-01-23Scripts/Commands: Fixed .modify gender not setting correct customizations ↵Matan Shukry
(#25920)
2021-01-23Core/Misc: Fix loading error log in the LoadTrainers (#25916)arcaniafr
2021-01-22Core/Spells: IsAllowingDeadTargets now checks effects targets as well (#25914)Matan Shukry
2021-01-21Quest/Script: Conversion of Bristlelimb Cage/Stillpine Captive cpp to SAIdr-j
Closes #19868 (cherry picked from commit 3bb5f17ff5ff8b208139388dce7411f6d55aa45e)
2021-01-21Core/Logs: Add load time to some logs like every other load logAokromes
(cherry picked from commit 4289eae5e754c3abba85998045d958cfbef36abd)
2021-01-21Core/Logs: Fix more logsAokromes
the others have exit,so they continue to be error because they are critical (cherry picked from commit b68484cfb0c371dc8de24acf533a20cb5277d2fd)
2021-01-21Core/Logs: Fix some logsAokromes
(cherry picked from commit 5f7ba453ce598f61c4f32958f21c7ad1bbf0fa9d)
2021-01-21Scripts: tabs2spaces cleanup after commit cc89428tkrokli
Thanks to Wyreth for reporting the overlooked tabs. (cherry picked from commit bbd339370ed2eea5f12e79a977fd9e0e93543101)
2021-01-21Scripts/Northrend: talk event for quest A Suitable Test Subject (#20462)Wyreth
- When using the quest item for A Suitable Test Subject and the spell aura vanishes, Bloodmage Laurith should turn toward the player and whisper a line. - This is handled via spell event for Bloodspore Ruination (45997) (cherry picked from commit fda99b2972aed2b98642f8974e34c5b18f7f3676)
2021-01-21Script/Quests: Fix some missing NPC spells and quest creditMalleus
(cherry picked from commit cc894288b77299e9e73f322869f16c2791435104)
2021-01-21Creature/Scripts: Add Aggro sound to Cairne Bloodhoo, Sylvanas Windrunner ↵Killyana
and Thrall (cherry picked from commit 48ecd81d614559c6f023aa8910a99901d9d794b5)
2021-01-21Calendar/GameEvents: Store + send holiday data (#20117)Gerhood
Close: #16845 (cherry picked from commit 951fa46fe9b14a9e275ac9306b2346959e40e3e5)
2021-01-21TypoKeader
(cherry picked from commit 04271388f8ba5160de0411451673a67a6828ae8a)
2021-01-21Scripts/BlackTemple: Updates on Illidan encounterKeader
- Fixed issues related with Parasitic Shadowfiend - Updated script to new model - Fixed loop of Parasitic Shadowfiend Summon - Added a new spell (SPELL_REMOVE_PARASITIC_SHADOWFIEND) - Fixed illidari elite attacking players - SPELL_PARASITIC_SHADOWFIEND now is a negative aura (cherry picked from commit 90f07bd948546595a04d7633eaa95a463f0ce6f9)
2021-01-17Core/logs: added xp info on login & logout (#25867)Matan Shukry
* Core/logs: added xp info on login & logout * - Moved getters to header - Changed %s to %u
2021-01-15Build fixShauren
2021-01-15Core/Spells: Defined new spell attributesShauren
2021-01-13another typo fixAokromes
(cherry picked from commit 95b4faf01582513155cf8ceeef6f7e753ca5faef)
2021-01-13typo fixAokromes
(cherry picked from commit c2f152d903cbbf16271189b86cfebd7eacce09f5)
2021-01-13Core/Battleground: mistaked rowsAokromes
(cherry picked from commit d5a4cae7d3ff303f05446bf048b529f3096567e9)
2021-01-13Core/Battleground: use sniffed positions of Arathi Basin buffsAokromes
Closes #20149 (cherry picked from commit 5ae891d9705faac381fddcb32d90fe920f76cba2)
2021-01-13Core/Creatures: Remove duplicate check for evade from Creature::CanAssistTo ↵Teppic1
(#20722) (cherry picked from commit 967dcc5dba0df965e4df19b5c6d02e4880dfce58)
2021-01-13some more cleanup (cbd025f follow-up)Treeston
(cherry picked from commit 4f5ec886d086261dccde4592e7670723c9b0c7f4)
2021-01-13Scripts/MagistersTerrace: Fix some crashes in Selin Fireheart. His script is ↵Treeston
still a shitshow, though. Closes #20614. (cherry picked from commit cbd025f14698a8392fac6e7d2ad418ff57bfb195)
2021-01-13Core/Map: Fix a crash bug when teleporting out of map before being fully ↵Treeston
added to that map. Closes #20289. (cherry picked from commit bf81a7b207b28d0a873cc9e3f2ece6a322d80256)
2021-01-13Core/SAI: Add distance option for SMART_ACTION_SOUND & ↵Kittnz
SMART_ACTION_RANDOM_SOUND (#20717) (cherry picked from commit 37995ade2991ed27845728eb6a6dd95f3a490849)
2021-01-13Core/Maps: Prevent potential null dereferencer00ty-tc
- Coverity: 1381663 (cherry picked from commit 82a93e6be95af4419e001a7dbf109b416a109fb6)
2021-01-13Core/Misc: Fix build on CentOSAokromes
By Nayd. Closes #20413 (cherry picked from commit c5a3ec667f49dca5472a8db398674d0b7e47d684)
2021-01-13DB/Scripts: Greengill SlaveAndrew Letson
(cherry picked from commit c8a346a23c6cb377f02bd960f578a886b65d6561)
2021-01-13Core/SAI: remove double calls to SMART_EVENT_RESPAWN for creatures and ↵Wyreth
gameobjects (#20420) (cherry picked from commit 637b5f922d5849fa5b01d8ed28a826eddd3dc2cd)
2021-01-13Core/SAI: allow to pause/resume waypoint for non-escorting NPCs (#20684)Wyreth
(cherry picked from commit 21bd52cb995bb7ba6e0bee33317857a285ffd14c)
2021-01-13Core/Illidan: Parasitic Shadowfiend can target tankerKeader
(cherry picked from commit b4d632e57d72b1049c3a89a11b29192b27ebea9f)
2021-01-13Scripts/Quest: Captain Tyralius improvements (#20419)Wyreth
Update: #12352 (cherry picked from commit 398e67cbca3960603cc498e8b0e40bd6a7625d6e)
2021-01-13Core/SAI: Fix static analysis issuejackpoz
Initialize uninitialized value, move class field from public to private. (cherry picked from commit 7dc97c035350f9505a9fba0b8ec2d2037044e586)
2021-01-10Core/DataStores: Allow more TaxiNode rowsShauren
Closes #25835
2021-01-10Scripts/Chat log: Move LANG_ADDON_LOGGED to addon chat loggerShauren
2021-01-08Split all addon chat logs into separate log streams (#25816)Kyle Phelps
* Split all addon chat logs into separate log streams * Add missing channels
2021-01-08[3.3.5] DB/Scripts: Rivern FrostwindAndrew Letson
(cherry picked from commit 9fe890744c5967bd46c0bd19e8901df6d91cd891)