aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-09Core/Movement: Add a debug log when a player falls below the mapjackpoz
2020-12-08DB/Creature: Properly apply CREATURE_FLAG_EXTRA_NO_SKILLGAINoffl
Closes #25674
2020-12-08DB/Locales: Add missing esES & esMX quest locales (Part 67)Cerveciento
Closes #25694
2020-12-08DB/Locales: Add missing esES & esMX quest locales (Part 66)Cerveciento
Closes #25693
2020-12-08DB/Locales: Add missing esES & esMX quest locales (Part 65)Cerveciento
Closes #25691
2020-12-08DB/Creature: Bethod Feigr & Valhalas Varguloffl
2020-12-08DB/Quest: Rework 'The Sum is Greater than the Parts' (13043)offl
2020-12-08DB/Quest: Rework 'Revenge for the Vargul' (13059)offl
2020-12-08DB/Quest: Update 'Metzen the Reindeer'offl
2020-12-06Improve multithreading of mmaps_generator (#25625)Giacomo Pozzoni
* Build/Misc: Add a few *San CMake flags Add the following flags for the related tools: - MSAN for Memory Sanitizer - UBSAN for Undefined Behavior Sanitizer - TSAN for Thread Sanitizer * Remove unused parameter * Fix UBSan reported issue * Disable G3D buffer pools when using Thread Sanitizer as it has its custom locking mechanisms * Code cleanup * Move threads from maps to tiles * Move tile building logic to TileBuilder class * Fix memory leak in TileBuilder * Fix build * Store TileBuilder as raw pointer for now, it will be changed later on to use modern C++ constructs * Fix crash on shutdown * Revert pvs-studio change * Fix generating 1 single tile not closing the program
2020-12-05DB/Loot: Captain's Key & Pirate's Footlockerschell244
Closes #25689
2020-12-05DB/Quest: Rework 'Plundering the Plunderers' (2381)offl
2020-12-05DB/Creature: Remove skinning loot from some unskinnable creaturesoffl
2020-12-05DB/Creature: Make Drakkari Rhino immune to polymorphoffl
2020-12-04DB/Locales: Add missing esES & esMX quest locales (Part 64)Cerveciento
Closes #25687
2020-12-04DB/Quest: Add PrevQuestID to 'Flash Bomb Recipe' (1559)offl
Closes #25686
2020-12-03DB/Loot: Create common skinning loot tables for more creaturesoffl
2020-12-02DB/Locales: Add missing esES & esMX quest locales (Part 63)Cerveciento
Closes #25685
2020-12-02DB/Loot: Create common skinning loot tables for some silithidsoffl
2020-12-02DB/Quest: Rework 'Delivering the Message' (10406)offl
Closes #25666
2020-11-30DB/Gameobject: Fix position of Goldthornoffl
Closes #25681
2020-11-30DB: Update subzone Kul'galar Keepoffl
2020-11-30DB/Quest: Rework 'Through the Eye' (13121)offl
2020-11-30DB/Quest: Update 'Putting Olakin Back Together Again' (13220)offl
2020-11-30DB/Onslaught Harbor: Update Captain Welsington, Captain Hartford & Onslaught ↵offl
Darkweaver
2020-11-30DB/Creature: Spawn missing A Mysterious Voice & add textsoffl
2020-11-30DB/Creature: Update Apothecary Thedra & script Halis Dawnstrideroffl
2020-11-30DB/Creature: Update Silithid Creeper Egg & Silithid Gruboffl
2020-11-28DB/Locales: Add missing esES & esMX quest locales (Part 62)Cerveciento
Closes #25676
2020-11-28DB/Creature: Properly root few creatures & update their scriptsoffl
2020-11-28DB/Quest: Add correct emotes to some Scarlet Enclave questsOvahlord
2020-11-28DB/SAI: Add or update few scriptsoffl
2020-11-28DB/Creature: Add script to Thornlingoffl
2020-11-28DB/Creature: Add CREATURE_FLAG_EXTRA_NO_COMBAT to jewelcrafting stone ↵offl
statues & root them Closes #20406
2020-11-26DB/Quest: Add missing CompletionText & RewardText for Pilgrim's Bounty questsillfated
Closes #25671
2020-11-26DB/Creature: Remove wrongly added despawn on death action from Flawless ↵offl
Arcane Elemental Closes #25668
2020-11-26DB/Instance/Eye of Eternity: Verify & update spawn positions & statsoffl
2020-11-26DB/Instance/Arcatraz: More adjustmentsoffl
2020-11-26DB/Battleground/Alterac: Update statsoffl
2020-11-26DB/Locales: Add missing esES & esMX quest locales (Part 61)Cerveciento
Closes #25673
2020-11-26DB/Locales: Add missing esES & esMX quest locales (Part 60)Cerveciento
Closes #25665
2020-11-26DB/Locales: Add missing esES & esMX quest locales (Part 59)Cerveciento
Closes #25661
2020-11-26DB/Locales: Add missing esES & esMX quest locales (Part 58)Cerveciento
Closes #25659
2020-11-26DB/Locales: Add missing esES & esMX quest locales (Part 57)Cerveciento
Closes #25653
2020-11-21Core/Player: Adjust fall damage logjackpoz
Move fall damage log to "entities.player.falldamage" category and include the usual debug info
2020-11-18[3.3.5] Scripts/Commands: .learn adjustments (PR #25454)Treeston
2020-11-17Core/Maps: add new FLAG_ALLIANCE_ONLY and FLAG_HORDE_ONLY for instance spawn ↵Ovah
groups (PR #25656)
2020-11-17Scripts/Misc: Use InstanceMap* in InstanceScript instead of Map* (#25655)Ovah
# Conflicts: # src/server/game/Instances/InstanceScript.cpp # src/server/game/Instances/InstanceScript.h # src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockCaverns/instance_blackrock_caverns.cpp # src/server/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp # src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp # src/server/scripts/EasternKingdoms/ZulGurub/instance_zulgurub.cpp # src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/instance_culling_of_stratholme.cpp # src/server/scripts/Maelstrom/Stonecore/instance_stonecore.cpp # src/server/scripts/Outland/BlackTemple/instance_black_temple.cpp Co-authored-by: Shauren <shauren.trinity@gmail.com>
2020-11-16TDB 335.20111 - 2020/11/16TDB335.20111TDB Release
2020-11-15DB/Quest: Rework support for 'Bury Those Cockroaches!'offl