Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-27 | Core/SmartAI: Reserve a param for SMART_ACTION_SOUND master branch specific ↵ | Shauren | |
functionality, for compatibility reasons | |||
2020-12-27 | Core/Maps: Partially revert 0c69316714d0558e32462f5401197fe1e803ae75 | jackpoz | |
Revert define to constexpr as this also broke some calculations | |||
2020-12-27 | Core/Maps: Partially revert 0c69316714d0558e32462f5401197fe1e803ae75 | jackpoz | |
The development will continue in a PR | |||
2020-12-27 | COre/Misc: Remove whitespace | jackpoz | |
2020-12-27 | Core/Maps: Use the same logic to calculate grid coords to avoid mismatches | jackpoz | |
Use the same logic of (CENTER_GRID_ID - x / SIZE_OF_GRIDS) in GridMap::getMinHeight() as Map::GetGrid() to avoid coord grid mismatches caused by floating point precision, i.e. getting the wrong grid. Replace defines with constexpr in grids to make debugging easier. Closes #25652 | |||
2020-12-27 | Scripts/Commands: Include map min height in ".gps" command | jackpoz | |
2020-12-27 | Core/Scripts: Add missing spells to Black Morass | offl | |
2020-12-27 | DB/Spell: Add effects to more spells from Violet Hold | offl | |
Turned out almost all spells from BM were copied to create Violet Hold. Not only serverside spells and not only their effects but also attributes and icons. The scripts were also copied, possibly unchanged | |||
2020-12-27 | DB/Locales: Add missing esES & esMX quest locales (Part 79) | Cerveciento | |
Closes #25766 | |||
2020-12-27 | DB/Quest: Add missing CompletionText to 2 quests | Cerveciento | |
Closes #25752 | |||
2020-12-27 | DB/Creature: Replace unit flags stun & immune with auras | offl | |
2020-12-27 | DB/Creature: Add conditions to Steam Tonk's spells & misc fixes | offl | |
Ref ed8bf7f0e2e67ca1eb65ffa05518fe29df526642 Updates #9373 | |||
2020-12-27 | Core/Units: do not send power update packets when gaining power via energize ↵ | Ovah | |
spell effects to match retail behavior (#25599) This fixes possible clientside visual issues where power is being added twice until the next update_object packet is being sent | |||
2020-12-26 | Core/SAI: implement new smart actions to change AI Animkits and to ↵ | Ovah | |
enable/disable hover movement (#25623) * Core/SAI: implement new smart actions to change AI Animkits and to enable/disable hover movement for units SMART_ACTION_SET_AI_ANIM_KIT (parameter 1: animKitId) SMART_ACTION_SET_HOVER (parameter1: enable/disable) * Update SmartScriptMgr.cpp * Update SmartScript.cpp * removed SMART_ACTION_SET_AI_ANIM_KIT since it's reserved for master | |||
2020-12-26 | Core/Visibility: Split BG/Arena visibility settings (#25690) | Gildor | |
2020-12-26 | Core/Spells: Implemented personal summons (#19231) (#25765) | Giacomo Pozzoni | |
* Core/Spells: Implemented personal summons (#19231) * By default determined by summon property flag SUMMON_PROP_FLAG_PERSONAL_SPAWN Closes #18254 (cherry picked from commit b7bb5e6a98119512702519adecf559ecedc20743) # Conflicts: # src/server/game/Combat/ThreatManager.cpp # src/server/game/DataStores/DBCEnums.h # src/server/game/Entities/Creature/TemporarySummon.cpp # src/server/game/Entities/Creature/TemporarySummon.h # src/server/game/Entities/GameObject/GameObject.cpp # src/server/game/Entities/Object/Object.cpp # src/server/game/Entities/Object/Object.h # src/server/game/Maps/Map.h # src/server/game/Spells/SpellEffects.cpp * Build fix * Implement feedback * Fix parameters passed in wrong order | |||
2020-12-26 | CI/GitHub: Apply branch label to PRs when they are opened | jackpoz | |
Apply branch label to PRs when they are opened instead of having a cron job that runs every 5 minutes. This uses the "new" github action type "pull_request_target" (cherry picked from commit 89cfced1b568e8807ab71f7da0e3ffc5cdc10ce7) # Conflicts: # .github/workflows/pr-labeler.yml | |||
2020-12-26 | Core/Scripts: Add missing spells to Violet Hold | offl | |
2020-12-26 | DB/Spell: Add effects to all summoning spells from Violet Hold | offl | |
2020-12-26 | DB/Creature: Use serverside spells to activate taxi at Wyrmrest Temple | offl | |
2020-12-26 | DB/Creature: Wyrmrest Protector & Warden of the Chamber | offl | |
2020-12-25 | DB/Spell: Add effects to some serverside spells | offl | |
2020-12-25 | DB/Quest: Update 'Cycle of Life' (12454) | offl | |
2020-12-25 | DB/Quest: Rework 'The Honored Ancestors' (11605) | offl | |
2020-12-25 | DB/Quest: Update 'Ebon Blade Prisoners' (12982) | offl | |
2020-12-23 | DB/Locales: Add missing esES & esMX quest locales (Part 78) | Cerveciento | |
Closes #25753 | |||
2020-12-23 | DB/Locales: Add missing esES & esMX quest locales (Part 77) | Cerveciento | |
Closes #25751 | |||
2020-12-23 | DB/Locales: Add missing esES & esMX quest locales (Part 76) | Cerveciento | |
Closes #25747 | |||
2020-12-23 | DB/Creature: Update stats & auras of some creatures | offl | |
2020-12-23 | DB/Quest: Update 'The Seer's Crystal' & 'Corki's Gone Missing Again!' | offl | |
2020-12-23 | DB/Instance/Sunwell Plateau: Overhaul part 3 | offl | |
2020-12-23 | DB/Creature: Root Ironwork Cannon & fix model | offl | |
2020-12-18 | DB/Locales: Add missing esES & esMX quest locales (Part 75) | Cerveciento | |
Closes #25739 | |||
2020-12-18 | DB/Locales: Add missing esES & esMX quest locales (Part 74) | Cerveciento | |
Closes #25737 | |||
2020-12-18 | DB/Locales: Add missing esES & esMX quest locales (Part 73) | Cerveciento | |
Closes #25728 | |||
2020-12-18 | DB/Locales: Add missing esES & esMX quest locales (Part 72) | Cerveciento | |
Closes #25725 | |||
2020-12-18 | DB/Creature: Apprentice Osterkilgr | offl | |
2020-12-18 | DB/Instance/Sunwell Plateau: Overhaul part 2 | offl | |
2020-12-18 | DB/Instance/Sunwell Plateau: Overhaul part 1 | offl | |
2020-12-18 | DB/Spell: Isle of Quel'Danas & Sunwell Plateau area spells | offl | |
2020-12-18 | DB/Quest: Conditions for 'Winter's Presents' & 'New Year Celebrations!' | offl | |
Closes #25733 Closes #25734 | |||
2020-12-15 | TDB 335.20121 - 2020/12/15TDB335.20121 | TDB Release | |
2020-12-13 | DB/Locales: Add missing esES & esMX quest locales (Part 71) | Cerveciento | |
Closes #25713 | |||
2020-12-13 | DB/Locales: Add missing esES & esMX quest locales (Part 70) | Cerveciento | |
Closes #25703 | |||
2020-12-13 | DB/Locales: Add missing esES & esMX quest locales (Part 69) | Cerveciento | |
Closes #25700 | |||
2020-12-10 | Game/ChatCommands: Make sure ChatHandler::extractPlayerTarget populates the ↵ | Treeston | |
strtok buffer for non-nullptr returns. Closes #25692, supersedes #25698. | |||
2020-12-10 | DB/Locales: Add missing esES & esMX quest locales (Part 68) | Cerveciento | |
Closes #25695 | |||
2020-12-10 | DB/Instance/Shadow Labyrinth: Adjustments for Grandmaster Vorpil & fix stats | offl | |
2020-12-10 | DB/Instance/Sethekk Halls: Adjustments for Anzu & fix positions of some ↵ | offl | |
creatures | |||
2020-12-10 | DB/Creature: Make Metzen the Reindeer's event not repeatable | offl | |
Ref f45d2d6597a9c8cb97ae5f20dbd52be91c3eae71 |