aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-21CMake: Add WITH_BOOST_STACKTRACE option to use libbacktrace (#26119)Giacomo Pozzoni
* CMake: Add WITH_BOOST_STACKTRACE option to use libbacktrace * Allow to specify where backtrace.h header is with cmake option -DBOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE="/usr/lib/gcc/x86_64-linux-gnu/10/include/backtrace.h" Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2021-02-21Core/Maps: Use a fixed offset instead of full collision height when ↵Giacomo Pozzoni
retrieving floor Z (#26092) Use a fixed offset 0.5f instead of full collision height when retrieving floor Z as a full collision height ended up on the floor above a few times. It makes more sense to cast the ray just a bit higher up than using a full collision height (which by default is 2.0f)
2021-02-21Core/Unit: Fix glancing blow calculation (#26120)Metalaka
* Fix glancing blow calculation * Comment readability improvement Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/game/Entities/Unit/Unit.cpp Co-authored-by: Metalaka <Metalaka@users.noreply.github.com> * Tabs to spaces Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-02-20Revert "Core/Unit: Improve Glancing Blow calculation (#26100)"jackpoz
This reverts commit c3165dce316d4dc3ecb49e4227ff6789bdbf14f6.
2021-02-19Core/Unit: Improve Glancing Blow calculation (#26100)Metalaka
* Core/Unit: Improve Glancing Blow calculation * Fix minimum reduction of Glancing Blow * Fix comment * Fix glancing minimum damage reduction
2021-02-19DB/Locales: Add missing esES & esMX quest locales (Part 116)Cerveciento
Closes #26112
2021-02-19DB/Locales: Add missing esES & esMX quest locales (Part 115)Cerveciento
Closes #26105
2021-02-19DB/Locales: Add missing esES & esMX quest locales (Part 114)Cerveciento
Closes #26099
2021-02-19DB/SAI: Remove unneeded triggered cast flagdr-j
Closes #26098
2021-02-19DB/Creature: Update stats of some creaturesoffl
2021-02-19DB/Instance/The Eye: Overhaul part 2offl
2021-02-18Scripts/Events: Fix achievement in Love is in the air: "Lonely?" (#26083)Gildor
* Scripts/Events: Fix achievement in Love is in the air: "Lonely?" * apply @keader feedback ;) * apply @jackpoz feedback ;) * @jackpoz feedback
2021-02-16DB/Instance/The Eye: Overhaul part 1offl
2021-02-15DB/Creature: Add CREATURE_FLAG_EXTRA_IGNORE_PATHFINDING to Segacedioffl
Closes #26024
2021-02-15TDB 335.21021 - 2021/02/15TDB335.21021TDB Release
2021-02-14Core/SmartAI: AI change on charmed (#26065)Engilas
* Fix AI refresh on charmed * Remove unnecessary refresh * Check SMART_EVENT_FLAG_WHILE_CHARMED flag
2021-02-14DB/Locales: Add missing esES & esMX quest locales (Part 113)Cerveciento
Closes #26080
2021-02-14DB/Locales: Add missing esES & esMX quest locales (Part 112)Cerveciento
Closes #26079
2021-02-14DB/Locales: Add missing esES & esMX quest locales (Part 111)Cerveciento
Closes #26074
2021-02-14DB/Spells: Perfume/Cologne (Apothecary Hummel Encounter)dr-j
Closes #26073
2021-02-14DB/Creature: Add ground movement state to Stinglasheroffl
Closes #26086 Ref 6d3c01732d27daa4507bd93dc8109b0a955b1dc8
2021-02-14DB/Creature: Grunty, Zerglingoffl
Updates #11044
2021-02-14DB/Creature: Bonesunderoffl
2021-02-10Core/SAI: Reserve additional param for SMART_ACTION_SUMMON_CREATUREShauren
2021-02-10DB/Locales: Add missing esES & esMX quest locales (Part 110)Cerveciento
Closes #26067
2021-02-10DB/Locales: Add missing esES & esMX quest locales (Part 109)Cerveciento
Closes #26061
2021-02-10DB/SAI: Remove SMART_EVENT_FLAG_WHILE_CHARMEDoffl
Guardians are not charmed. Vehicle requires that flag only if player controls vehicle. It has absolutely no impact to creatures which are mind-controlable \ enslave-able. Their default AI is blocked during mind-control \ enslave as intended and you definitely don't want to make them cast spells from their SAI or execute any other action if they are mind-controlled or enslaved. Ref #26065
2021-02-10DB/Instance/Black Temple: Misc fixes (Gorefiend's Vigil)offl
2021-02-10DB/Loot: Conditions for Unfired Plate Gauntletsoffl
Closes #26059
2021-02-10DB/Creature: Remove UNIT_FLAG_STUNNED / UNIT_FLAG_UNK_29 in more casesoffl
Ref #25764
2021-02-09Scripts/UtgardePinnacle: Svala Sorrowgrave Ritual improvements (#25997)Gildor
* Scripts/UtgardePinnacle: Svala Sorrowgrave Ritual improvements * remove unneded fall thx @offl * apply @Ovahlord feedback * prevent svala fall (visual) when ritual start after wipe * svala should be disarmed before teleport when ritual start * apply @Ovahlord feedback * Use DoCastSelf * Remove unneded AttackStart when finish ritual * Use SetDisableGravity properly
2021-02-08DB/Instance/Scholomance: Misc fixesoffl
Updates #26023
2021-02-08DB/Loot: Vampiric Duskbat, restore old lootoffl
Closes #26045
2021-02-07DB/SAI: Disable 8c43abaeb291eba1d46a00f3412487856f444e2d ↵offl
c09bd08f811dc97d94fc8aed5a8179a668ff001b Closes #26048 Ref #24976 Ref #6318
2021-02-07DB/ModelInfo: Partial Revert in last commitKeader
Blizzard changed BoundingRadius of marrowgar recently, in 3.3.5 should be 4.5
2021-02-07DB/ModelInfo: Fixed hitbox of Marrowgar/DeathbringerKeader
2021-02-06DB/Quest: Rework Totem of Coo / Tikti / Yor / Varkoffl
2021-02-06DB/Creature: Remove UNIT_FLAG_NON_ATTACKABLE part 4offl
Ref #25764
2021-02-06DB/Creature: Remove UNIT_FLAG_NON_ATTACKABLE part 3offl
Ref #25764
2021-02-06DB/Creature: Remove unneeded flags from Death Knight Initiateoffl
Closes #25928
2021-02-06Core/Spells: Fix Seed of Corruption (Warlock) target selection (#26019)Gildor
* Core/Spells: Fix Seed of Corruption (Warlock) target selection * unneeded things
2021-02-06Core/Unit: Fix crash when exiting a vehiclejackpoz
Ref #25649
2021-02-06Core/Unit: Set stand state on damage only to playersjackpoz
2021-02-05Core/SAI: Reserve SmartScriptType for master branchShauren
2021-02-04Core/Scripts: Move some speed values & UNIT_FLAG_NOT_SELECTABLE to DBoffl
2021-02-03DB/Misc: Add missing model info for player modelskillerwife
2021-02-03DB/Texts: Fix typo in page text of Hallowed Scrollillfated
Closes #26026
2021-02-03DB/Texts: Fix RewardText of some Lunar Festival questsillfated
Closes #26025
2021-02-03DB/Locales: Add missing esES & esMX quest locales (Part 108)Cerveciento
Closes #26027
2021-02-02DB/Locales: Add missing esES & esMX quest locales (Part 107)Cerveciento
Closes #26016