aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-07-17Scripts/Molten Core: Update remaining scripts to new register model (2/2) ↵offl
(#26710)
2021-07-17Scripts/Molten Core: Update remaining scripts to new register model (1/2) ↵offl
(#26709)
2021-07-17Scripts/ToC: Update Twin Val'kyr to new register model (#26708)offl
2021-07-17Scripts/ToC: Update remaining scripts of Beasts of Northrend to new register ↵offl
model (#26707)
2021-07-17Scripts/ToC: Update Faction Champions to new register model (#26706)offl
2021-07-17Scripts/ToC: Update Anub'arak to new register model (#26705)offl
2021-07-17Scripts/Azjol Nerub: Update Krik'thir to new register model (#26704)offl
2021-07-17Scripts/Azjol Nerub: Update Hadronox to new register model (#26703)offl
2021-07-15Scripts/FoS: Update remaining scripts to new register model (#26700)offl
2021-07-15Scripts/Ruby Sanctum: Update instance scripts to new register model (#26699)offl
2021-07-15Scripts/Ruby Sanctum: Update Saviana to new register model (#26698)offl
2021-07-15Scripts/Ruby Sanctum: Update Zarithrian to new register model (#26697)offl
2021-07-15Scripts/Obsidian Sanctum: Update Sartharion to new register model (#26696)offl
2021-07-14Scripts/ZG: Update scripts to new register model (5/5) (#26695)offl
2021-07-14Scripts/ZG: Update scripts to new register model (4/5) (#26694)offl
2021-07-14Scripts/ZG: Update scripts to new register model (3/5) (#26693)offl
2021-07-14Scripts/ZG: Update scripts to new register model (2/5) (#26692)offl
2021-07-14Scripts/BWL: Update scripts to new register model (3/3) (#26691)offl
2021-07-14Scripts/BWL: Update scripts to new register model (2/3) (#26690)offl
2021-07-13Scripts/The Eye: Migrate Al'ar's fire immunity to DBoffl
Nope, that apply-remove hack is not needed
2021-07-13Scripts/The Eye: Reorder Kael'thas' scriptsoffl
2021-07-13Scripts/BWL: Update scripts to new register model (1/3) (#26686)offl
2021-07-13Scripts/SFK: Update Apothecary Hummel to new register model (#26685)offl
2021-07-13Scripts/ZG: Update scripts to new register model (1/5) (#26684)offl
2021-07-13Scripts/OL: Update Onyxia to new register model (#26683)offl
2021-07-13Scripts/FoS: Update Bronjahm to new register model (#26682)offl
2021-07-13Scripts/Ruby Sanctum: Update Baltharus to new register model (#26681)offl
2021-07-13Scripts/Obsidian Sanctum: Update instance scripts to new register model (#26680)offl
2021-07-13Scripts/MT: Update scripts to new register model (#26679)offl
2021-07-13Scripts/SH: Update scripts to new register model (#26678)offl
2021-07-13Scripts/SL: Update scripts to new register model (#26677)offl
2021-07-11Scripts/BT: Remove unconfirmed parts of Teron's intro (#26670)offl
2021-07-11Scripts/The Eye: Update Kael'thas to new register model (#26669)offl
2021-07-11Scripts/Spells: Update Winter Veil holiday scripts to new register model ↵offl
(#26668)
2021-07-11Scripts/Spells: Update rogue scripts to new register model (#26667)offl
2021-07-11Scripts/Spells: Update warlock scripts to new register model (#26666)offl
2021-07-11Scripts/Spells: Update mage scripts to new register model (#26665)offl
2021-07-11Scripts/Spells: Update paladin scripts to new register model (#26664)offl
2021-07-11Scripts/Spells: Update death knight scripts to new register model (#26663)offl
2021-07-11Scripts/Pet: Update pet scripts to new register model (2/2) (#26662)offl
2021-07-11Scripts/Pet: Update pet scripts to new register model (1/2) (#26661)offl
2021-07-11Core/Unit: Include m_Controlled in crashlogsjackpoz
2021-07-04Core:Movement: Replace assert by logging and returning in case of unexpected ↵Chaouki Dhib
case in WorldSession::ReadMovementInfo
2021-07-04Core/Movement: Add missing change to the unit validation of ACK handlersChaouki Dhib
2021-07-04Core/Movement: Fix crash that occurs when ReadMovementInfo is called with ↵Chaouki Dhib
mi.guid is not set
2021-07-04Revert "Core/Movement: Better handle cases of passing incomplete data to ↵Chaouki Dhib
ReadMovementInfo()" This reverts commit 0c90970b0668df93356d035ecff8124b5dc5c44d.
2021-07-04Core/Movement: Better handle cases of passing incomplete data to ↵jackpoz
ReadMovementInfo() ReadMovementInfo() checks MovementInfo::guid but that field is not always set by the callers. An error is logged in that case, skipping triggering an assert.
2021-07-04Core/Movement: Include GetGameClientMovingMe() details in assert logsjackpoz
2021-07-04Core/Movement: Fix movement handler crash during ReadMovementInfo check (#26644)Chaouki Dhib
* Core/Movement: Fix movement handler crash during ReadMovementInfo check * fix noph build * add an assert
2021-07-03Scripts/SholazarBasin: Fix a possible nullptr dereference issue found by ↵Peter Keresztes Schmidt
coverity (#26648)