aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-05-12Fix dynamic windows buildShauren
2021-05-12Core/Scenes: Fix scenes played by package id storing pointers to stack variablesShauren
2021-05-11Core/Commands: Add ItemContext argument to .additem and .additemset commandsShauren
2021-05-11Core/Misc: Define new ItemContext valuesShauren
2021-05-11Core/Quests: Set quest accept time updatefieldShauren
2021-05-11Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_KILL_PLAYERS_SAME_FACTIONShauren
2021-05-11Core/Quests: Implement new quest objective types QUEST_OBJECTIVE_LEARNSPELL, ↵Shauren
QUEST_OBJECTIVE_AREA_TRIGGER_ENTER, QUEST_OBJECTIVE_AREA_TRIGGER_EXIT
2021-05-11Core/Quests: Un-deprecate QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENTShauren
2021-05-11Core/Quests: Fix loading quest_template.AreaDescriptionShauren
2021-05-10Core/Quests: Unify quest objective updating into one function and replace ↵Shauren
iterating entire quest log to find objective with direct {type, id} lookup
2021-05-09Core/Auras: Use owner instead of caster for same map check in ↵Shauren
SPELL_EFFECT_APPLY_AREA_AURA_SUMMONS
2021-05-09Core/Quests: Quest improvementsShauren
* Add quest log slot argument to functions dealing with objective progress * Implemented QUEST_OBJECTIVE_FLAG_SEQUENCED (prevent progressing hidden objectives)
2021-05-09Core/Quests: Drop unneeded QuestSpecialFlagsShauren
2021-05-06Core/Scripts: fix Millhouse Manastorm resetting dialogs after Skyriss encounterariel-
Closes #21159 (cherry picked from commit fd7fff80c9ce9954c58fa3fa35eadcdfe5648e3d)
2021-05-06Core/Scripts: cast "Trial of the Naaru: Tenacity" credit spell when criteria ↵ariel-
is achieved Closes #21155 (cherry picked from commit 036a05458eb90f137326885651dec05b303116f9)
2021-05-06Core/Scripts: fixed npc immunity flags during Harbinger Skyriss encounterariel-
- Added missing _Reset - Properly register Skyriss summons in SummonList Closes #21154 Who ordered up an extra large can of whoop-ass? (cherry picked from commit f8b148c3346e6d5017bf3b044cc36bce32c0cf45)
2021-05-06Core/Scripts: Implemented Shifting Naaru Sliverariel-
(cherry picked from commit a5d4f34c3158bbbd65436bd2bd1dd8a9fad1ff52)
2021-05-06Core/Scripts: fix issues with 'Squeeze' on Yogg-Saron encounterariel-
- Unassigned spell script for 25-man difficulty - Didn't remove aura on 25-man when tentacle killed (cherry picked from commit de3fd4d076a1d02c5b75ab5d2f32bfb7ecb202a5)
2021-05-06Core/Player: fix issue with SendLoot when using Disarm Trap at maximum rangeariel-
(cherry picked from commit a0dcd9c7988912e97909df2ba9ab0b86d20ff22d)
2021-05-05Core/Misc: Remove incorrect uses of std::unordered_map<T>::rehash and ↵Shauren
replace them with intended reserve
2021-05-05Core/PacketIO: Fixed combat log packets not being sent to selfShauren
2021-05-05Core/Auras: Fixed possible crash on login with ↵Shauren
SPELL_EFFECT_APPLY_AREA_AURA_SUMMONS
2021-05-04Core/Chat: Updated item chat link format to 9.0Shauren
2021-05-03Core/Auras: Add missing SPELL_AURA_COMPREHEND_LANGUAGE check for serverside ↵Shauren
chat translations
2021-05-03Core/Chat: Chat translation improvementsShauren
* Remove hyperlinks from translated chat messages * Implement case preservation rules depending on receiver client locale
2021-05-03Core/Chat: Allow incorrect spell/skill language assignments to mirror client ↵Shauren
behavior
2021-05-03Core/Chat: Apply chat translation also to messeges sent to selfShauren
2021-05-03Core/Chat: Only exclude LANG_UNIVERSAL, LANG_ADDON and LANG_ADDON_LOGGED ↵Shauren
from chat translations instead of all languages that don't have a skill
2021-05-03Core/Chat: Apply language translations to creature chatShauren
2021-05-03Core/Chat: Load chat language data from db2 and implement serverside chat ↵Matan Shukry
translations
2021-05-01Core/Grids: Move packet sending functionality out of MessageDistDeliverer ↵Shauren
and into separate, customizable class and unify LocalizedPacketDo, LocalizedPacketListDo as generic localizable action
2021-04-30Dynamic linking build fixShauren
2021-04-30Core/Grids: Allow customizing packets sent with MessageDistDeliverer and ↵Shauren
MessageDistDelivererToHostile depending on receiver * Switch combat log sending to that implementation
2021-04-29Core/DataStores: Load LanguageWords.db2 and Languages.db2 for future useMatan Shukry
2021-04-29Core/Spells: Only interrupt spells with interrupt flag Combat when spell ↵Shauren
also has SPELL_ATTR0_CANT_USED_IN_COMBAT attribute
2021-04-27Core/Entities: fix crashariel-
- m_currentSpells and spell would be different in case cancelation of a channeled spell would remove the aura, and aura scripted to cast another channeled spell on remove - In the above situation, we would lose reference of currentSpell and remove reference from wrong one, this was fixed by clearing the pointer before spell cancelation. Closes #20172 (cherry picked from commit 5e284d4b3826cd345193298688c1d2bc5b3c8f72)
2021-04-27Core/AI: UnitAI.h trimming part two. WaypointX methods kicked upstairs to ↵Treeston
CreatureAI.h. (cherry picked from commit 9c1e675590c1fa61a80b3f2c856aaf97c549f202)
2021-04-27Core/AI: Kick Gossip functions upstairs, from UnitAI to CreatureAI - they ↵Treeston
only make sense for Creatures anyway. Also change a very ugly hack in GetDialogStatus. Ew. (cherry picked from commit eacfa9d89afcfad0cbd0715c8a84890c3ccd1c74)
2021-04-27Core/Conversations: Fix conversation data handling (#26375)funjoker
2021-04-26Core/SAI: Don't clear stored pathid if it changed after processing waypoint ↵Matan Shukry
events (#26334)
2021-04-25Tools/vmap_extractor: Unify version printed to console with shared vmap ↵Shauren
version definition
2021-04-25Tools/vmap_extractor: Fix MOVX implementation for "small" vmaps (-s or no ↵Shauren
command line argument)
2021-04-25Core/Vmaps: Extract more doodad setsShauren
2021-04-25Core/Vmaps: Prepare vmaps for reading new WMO chunk - MOVX, replacement for ↵Shauren
MOVI using larger data type (currently unused in 9.0.5 client)
2021-04-25Core/Vmaps: Reduce memory used by vmaps, part 2Shauren
2021-04-25Core/Vmaps: Reduce memory used by vmaps (and their size, slightly)Shauren
2021-04-22Core/Spells: Fix feed pet effect after wrong merge conflict resolutionShauren
2021-04-22Scripts/Spells: Implemented monk stagger (#26295)Matan Shukry
2021-04-22Core/Spells: Removed extra health from feed pet (#26305)Matan Shukry
2021-04-21Scripts/Spells: Implemented discipline priest PvP talent TrinityShauren