| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-29 | Core/CrashHandler: Include assertion messages in crash reports | Shauren | |
| 2018-08-29 | Core/Threat: Fear no longer suppresses threat. All confuse effects now ↵ | Treeston | |
| suppress threat, even ones that wouldn't break on damage. | |||
| 2018-08-29 | Core/Maps: Fix a crash when spawning a spawn group | Treeston | |
| 2018-08-29 | Core/GameObject: Add getter for current Quat rotation | Treeston | |
| 2018-08-29 | Core/Movement: Some improvements to script interfaces for ↵ | Treeston | |
| SplineChainMovementGenerator | |||
| 2018-08-29 | DB/Gossip: Doctor Gregory Victor | illfated | |
| Closes #22324 | |||
| 2018-08-29 | DB/Creature: Add missing Wandering Forest Walker spawns | Killyana | |
| Closes #22285 | |||
| 2018-08-29 | DB/Creature: Add some missing cosmetic npcs at Culling of Stratholme Dungeon ↵ | Killyana | |
| Entrance | |||
| 2018-08-29 | Core/Scripting: Delay zone script's OnCreatureCreate until the creature has ↵ | Treeston | |
| been added to map stores | |||
| 2018-08-29 | Scripts/Spells: Check range to fire totem when casting Fire Nova. Closes #22303. | Treeston | |
| 2018-08-29 | Core/Maps: Properly re-create map on login for ephemeral player saves. ↵ | Treeston | |
| Because it bugged me to no end when testing anything ever. | |||
| 2018-08-29 | Core/Spells: Clean up some assist checks (no behavior change) | Treeston | |
| 2018-08-28 | Core/Spells: Fix an incorrect check that was exempting negative spells from ↵ | Treeston | |
| _IMMUNE_TO_x checks. Closes #21929. | |||
| 2018-08-28 | woops (da21ca8 follow-up) | Treeston | |
| 2018-08-28 | Core/Entities: Fixed an issue where creatures would not properly assist ↵ | Treeston | |
| formation members in certain scenarios. Tagging #21967. | |||
| 2018-08-28 | Core/Unit: Some charm fixes: | Treeston | |
| * Properly restore react state after possession expires. Closes #20769. * Possessed creatures now don't override player control with random/waypoint motion * SmartAI creatures now properly re-aggress charmer after charm expires | |||
| 2018-08-28 | Core/LFG: fixed random dungeon cooldown (#22321) | Ovah | |
| * Core/LFG: fixed random dungeon cooldown The issue was that queuing up for random dungeons puts you into a queue for a already selected dungeon from the beginning so the dungeonId that we use here is actually the dungeonId that we will enter when out group is complete. We change that and use our selected dungeons as reference instead which contains the random dungeon at the very beginning (if we queued up for random dungeons so we check that too). | |||
| 2018-08-28 | Scripts/Commands: .npc info now includes react state info | Treeston | |
| 2018-08-27 | Core/Spells: Mage slow need be negative | Keader | |
| Was possible use Spellsteal vs Bosses | |||
| 2018-08-28 | DB/Achievement: Fix Achievement Hadronox Denied exploit | Aokromes | |
| Closes 22322 | |||
| 2018-08-27 | Core/Threat: Only send SMSG_THREAT_UPDATE if the threat list actually changed | Treeston | |
| 2018-08-27 | Core/Threat: Further tweak to assist threat, all CC now prevents assist ↵ | Treeston | |
| threat splitting (not just damage-breakable CC) | |||
| 2018-08-27 | Core/Unit: Random code style/naming adjustments | Treeston | |
| 2018-08-27 | Core/Threat: Threat system adjustments: | Treeston | |
| * Online states are now re-evaluated before victim update instead of continuously. Closes #22226. Tagging #21501. * Victim update now happens every 1s as opposed to every server tick unless current target goes away. * Suppressed threat is no longer re-established until the victim gains additional threat (by hitting the target, for instance). * Assistance threat is now split between non-controlled units threatened by target, as opposed to all units threatened by target. | |||
| 2018-08-27 | Core/Unit: Inline some unnecessary helpers. | Treeston | |
| 2018-08-27 | DB/Loot: Indurium Mineral Vein | Killyana | |
| Closes #22317 | |||
| 2018-08-26 | Chain heal won't bounce on 100% target now (#22136) | PolarCookie | |
| 2018-08-26 | DB: Naxxanar and Voltarus teleporters | PolarCookie | |
| Closes #22311 | |||
| 2018-08-26 | DB/Quest: Quest Emotes (Hillsbrad Foothills & Alterac Mountains) (Alliance) | ZenoX92 | |
| Closes #22301 | |||
| 2018-08-26 | DB/Quest: Torek's Assault | ZenoX92 | |
| Closes #22302 | |||
| 2018-08-26 | DB/Quest: actual RewardText for The New Horde | illfated | |
| Closes #22313 | |||
| 2018-08-26 | DB/Quest: Quest Emotes (Dustwallow Marsh) | ZenoX92 | |
| Closes #22312 | |||
| 2018-08-26 | DB/Creature: Theramore Practicing Guard | ZenoX92 | |
| Closes #22310 | |||
| 2018-08-26 | DB: Fix some DB errors | Killyana | |
| 2018-08-26 | DB: Typo | Killyana | |
| 2018-08-26 | DB/Script: Update guid object related to "Cleansing Witch Hill" | Killyana | |
| Ref #22262 | |||
| 2018-08-26 | Core/Maps: initialize PositionFullTerrainStatus to avoid having issues with ↵ | Ovah | |
| those variables (#22315) | |||
| 2018-08-26 | Build fix | Keader | |
| 2018-08-26 | Scripts/Uduar: XT002 Rework (#21566) | Keader | |
| Closes #21489 | |||
| 2018-08-26 | Utilities/EventProcessor: Added a overload to AddEventAtOffset accept rand time | Keader | |
| 2018-08-26 | Scripts/Black Temple: Fixed some issues on Illidan | Keader | |
| 2018-08-25 | Core/Unit: Store charmer and charmed pointers on Unit directly, no more map ↵ | Treeston | |
| lookups for Unit::GetCharmer and Unit::GetCharmed | |||
| 2018-08-24 | Core/Creatures: Restored old initialization order: AI after movement | Shauren | |
| Closes #22307 | |||
| 2018-08-23 | Core/Unit: Acquire GetControllingPlayer. Use to fix duel bugs. | Treeston | |
| 2018-08-23 | indent + header fix | Treeston | |
| 2018-08-23 | wops (042f551 follow-up) | Treeston | |
| 2018-08-23 | missing base class forward, 042f551 follow-up | Treeston | |
| 2018-08-23 | Core/AI: Clean up charm AI handling, we now have two unique_ptr instead of a ↵ | Treeston | |
| crapton of booleans | |||
| 2018-08-23 | Core/Creature: Fall back to combat list if calling for help without threat list | Treeston | |
| 2018-08-22 | Scripts/SmartScripts: _SET_IN_COMBAT_WITH_ZONE and _CALL_FOR_HELP no longer ↵ | Treeston | |
| use a target. Because that feature made no sense and was unused. | |||
