| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-06 | DB/Spell: rewritten conditions for Plant Warmaul Ogre Banner | ariel- | |
| (cherry picked from commit 0ee898b98dc6954cf552261a59c65309bc470da2) | |||
| 2021-05-06 | DB/Creature: Udalo | Serpaa | |
| Closes #21109 (cherry picked from commit 90f7fe609ac980883cab7dfd5eb68cf497f7bf92) | |||
| 2021-05-06 | DB/SAI: Risen Wintergarde Mage | Killyana | |
| Closes #21149 (cherry picked from commit 19d66b8e9fa7c1856bcad367e716eea36728c7f5) | |||
| 2021-05-05 | Core/Misc: Remove incorrect uses of std::unordered_map<T>::rehash and ↵ | Shauren | |
| replace them with intended reserve | |||
| 2021-05-05 | Core/PacketIO: Fixed combat log packets not being sent to self | Shauren | |
| 2021-05-05 | Core/Auras: Fixed possible crash on login with ↵ | Shauren | |
| SPELL_EFFECT_APPLY_AREA_AURA_SUMMONS | |||
| 2021-05-05 | DB/Hotfixes: Update esES broadcast_text_locale | funjoker | |
| 2021-05-05 | DB/Locales: Update esES quest | funjoker | |
| 2021-05-05 | DB/Locales: Update esES creature_template | funjoker | |
| 2021-05-04 | DB/Hotfixes: Update deDE broadcast_text_locale | funjoker | |
| 2021-05-04 | DB/Locales: Update deDE quest | funjoker | |
| 2021-05-04 | DB/Locales: Update deDE creature_template | funjoker | |
| 2021-05-04 | DB/Template: Update quest_template with bruteforce | funjoker | |
| 2021-05-04 | DB/Hotfixes: Update broadcast_text with bruteforce | funjoker | |
| 2021-05-04 | DB/Template: Update creature_template with bruteforce | funjoker | |
| 2021-05-04 | Core/Chat: Updated item chat link format to 9.0 | Shauren | |
| 2021-05-03 | Core/Auras: Add missing SPELL_AURA_COMPREHEND_LANGUAGE check for serverside ↵ | Shauren | |
| chat translations | |||
| 2021-05-03 | Core/Chat: Chat translation improvements | Shauren | |
| * Remove hyperlinks from translated chat messages * Implement case preservation rules depending on receiver client locale | |||
| 2021-05-03 | Core/Chat: Allow incorrect spell/skill language assignments to mirror client ↵ | Shauren | |
| behavior | |||
| 2021-05-03 | Core/Chat: Apply chat translation also to messeges sent to self | Shauren | |
| 2021-05-03 | Core/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-03 | Core/Chat: Apply language translations to creature chat | Shauren | |
| 2021-05-03 | Core/Chat: Load chat language data from db2 and implement serverside chat ↵ | Matan Shukry | |
| translations | |||
| 2021-05-01 | Core/Grids: Move packet sending functionality out of MessageDistDeliverer ↵ | Shauren | |
| and into separate, customizable class and unify LocalizedPacketDo, LocalizedPacketListDo as generic localizable action | |||
| 2021-04-30 | Dynamic linking build fix | Shauren | |
| 2021-04-30 | Core/Grids: Allow customizing packets sent with MessageDistDeliverer and ↵ | Shauren | |
| MessageDistDelivererToHostile depending on receiver * Switch combat log sending to that implementation | |||
| 2021-04-29 | Core/DataStores: Load LanguageWords.db2 and Languages.db2 for future use | Matan Shukry | |
| 2021-04-29 | Core/Spells: Only interrupt spells with interrupt flag Combat when spell ↵ | Shauren | |
| also has SPELL_ATTR0_CANT_USED_IN_COMBAT attribute | |||
| 2021-04-27 | Core/Entities: fix crash | ariel- | |
| - 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-27 | Core/AI: UnitAI.h trimming part two. WaypointX methods kicked upstairs to ↵ | Treeston | |
| CreatureAI.h. (cherry picked from commit 9c1e675590c1fa61a80b3f2c856aaf97c549f202) | |||
| 2021-04-27 | Core/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-27 | Core/Conversations: Fix conversation data handling (#26375) | funjoker | |
| 2021-04-26 | Core/SAI: Don't clear stored pathid if it changed after processing waypoint ↵ | Matan Shukry | |
| events (#26334) | |||
| 2021-04-25 | Tools/vmap_extractor: Unify version printed to console with shared vmap ↵ | Shauren | |
| version definition | |||
| 2021-04-25 | Tools/vmap_extractor: Fix MOVX implementation for "small" vmaps (-s or no ↵ | Shauren | |
| command line argument) | |||
| 2021-04-25 | Core/Vmaps: Extract more doodad sets | Shauren | |
| 2021-04-25 | Core/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-25 | Core/Vmaps: Reduce memory used by vmaps, part 2 | Shauren | |
| 2021-04-25 | Core/Vmaps: Reduce memory used by vmaps (and their size, slightly) | Shauren | |
| 2021-04-22 | Core/Spells: Fix feed pet effect after wrong merge conflict resolution | Shauren | |
| 2021-04-22 | Scripts/Spells: Implemented monk stagger (#26295) | Matan Shukry | |
| 2021-04-22 | Core/Spells: Removed extra health from feed pet (#26305) | Matan Shukry | |
| 2021-04-21 | Scripts/Spells: Implemented discipline priest PvP talent Trinity | Shauren | |
| 2021-04-21 | Scripts/Spells: Implemented Atonement | Matan Shukry | |
| * Also renamed spell_priest_spirit_of_redemption to spell_pri_spirit_of_redemption | |||
| 2021-04-21 | Core/Spells: Added spell value duration to modify aura duration of a ↵ | Matan Shukry | |
| specific spell cast | |||
| 2021-04-21 | Core/Items: Equipping rings/trinkets/weapons by right clicking them in bags ↵ | Shauren | |
| will now swap the lower item level equipped one instead of first slot | |||
| 2021-04-21 | Core/Items: Don't update average item level when obtaining/destroying ↵ | Shauren | |
| non-equippable items | |||
| 2021-04-21 | Core/Items: Calculating item level + organized iterating over items (#26276) | Matan Shukry | |
| * Unified iterating player items into a single function Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2021-04-20 | Core/Misc: Fix crash when loading playerchoice_response (#26454) | MistiX | |
| 2021-04-20 | Core/Misc: New function in GameTime allowing selecting std::chrono clock ↵ | Shauren | |
| type by template argument | |||
