| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-07 | Core/Spell: make a distinction between triggered flags with debugging ↵ | ariel- | |
| purposes, and don't use them when casting triggered spells Fixes #9721 (also other spells affected, example Threat of Thassarian, Stormstrike) | |||
| 2016-11-03 | Core/Scripts: Archmage Arugal event script (#17922) | tkrokli | |
| Implement boss script for Archmage Arugal - add yells used in boss event to DB - use proper spells instead of only melee fighting - add DataType in shadowfang_keep.h - add event scheduling in the script By Riztazz Closes issue #17916 | |||
| 2016-11-01 | Remove reference to eastern plaguelands script | Dr-J | |
| 2016-11-01 | Remove obsolete file | Dr-J | |
| 2016-10-30 | Core/Auras: don't save auras casted by items | ariel- | |
| - Drop useless field from DB (itemGuid was being saved, but never used, see Prepared Statements) - This type of auras (like Water Bucket, Precious Ribbon, etc) will be recasted on login anyways. This reverts commit 16cfd59f5b368fd1d05eeeab3afbacfccf0a6870 | |||
| 2016-10-29 | Core/Script: set original caster for Paladin judgement triggered effects. | ariel- | |
| Fixes healing not reported for the paladin. | |||
| 2016-10-29 | Script/Quest: improvements for Shizz Work: | SnapperRy | |
| - Proper cosmetic effects for Fel Guard Hound. - Spell cast when looting the Felhound Poo. - Felhound Poo now always contains loot. | |||
| 2016-10-29 | Codestyle. | SnapperRy | |
| 2016-10-28 | Core/Scripts: fix Cobra Strikes | ariel- | |
| 2016-10-28 | Core/Scripts: fix Glyph of Mend pet | ariel- | |
| 2016-10-28 | Core/Script: Messenger Torvus. | SnapperRy | |
| 2016-10-27 | DB/SAI: Zebu'tan and Alys Vol'tyr's conversations. | SnapperRy | |
| Also add forgotten creature_template change in 145bf1d. | |||
| 2016-10-26 | Core/Spells: use DamageInfo struct to calc spell absorbs and resists, and ↵ | ariel- | |
| use calculated proc hitMask on aura ticks Closes #18135 | |||
| 2016-10-23 | Scripts/Trial of the Crusader: Fixed crash in Snobold Vassal script (#18124) | Keader | |
| Closes #18122 | |||
| 2016-10-21 | Fix non-PCH build. | SnapperRy | |
| 2016-10-21 | Add forgotten override. | SnapperRy | |
| 2016-10-21 | Script/Spell: remove cosmetic effect for Water Bucket item at login if it ↵ | SnapperRy | |
| expired after the player logged out. | |||
| 2016-10-17 | Core/Script: Fix improved drain soul mana return. | ariel- | |
| Ref #14859 | |||
| 2016-10-16 | Core/Scripts: fix static analysis issues | ariel- | |
| - Bonus: indentation fixes in zone_wintergrasp.cpp | |||
| 2016-10-16 | Entities/Creature: Fix an edge case issue where creatures would re-acquire ↵ | treeston | |
| target after respawn if they despawned while spell focusing. Instance/AzjolNerub: Fix Anub'arak wall and add sequence break info. Fixes and closes #18013. | |||
| 2016-10-15 | Fix warning. | SnapperRy | |
| Also, the quest's name is Arelion's Secret, not Arelion's Mistress. | |||
| 2016-10-15 | Script/Quest: Arelion's Mistress. | SnapperRy | |
| 2016-10-15 | Scripts/AzjolNerub: Make pulling Anub'arak a bit cleaner. | treeston | |
| 2016-10-15 | Fix _DespawnAtEvade for other creatures to actually respawn said other ↵ | treeston | |
| creatures. Also fix add aggro for Hadronox. Fixes and closes #18012. | |||
| 2016-10-15 | Core/Creature: Fix respawn logic to call reset react state BEFORE calling ↵ | treeston | |
| Reset(). Fixes Krik'thir behavior after a wipe (and maybe some others). Fixes and closes #18011. | |||
| 2016-10-15 | [3.3.5] Core/Scripts: move npc_braug_dimspirit to SAI (#17853) | tkrokli | |
| Additional change: The answers have been changed from containing only names to include the text ` is my answer.` from the matching lines in `broadcast_text`. - added DB creature_text entries for Braug Dimspirit - added DB gossip_menu_option entries for this NPC - implemented NPC `Say` line in reply to the wrong answers - avoiding gossip exploits by turning off npcflags during talk - added conditions for showing gossip depending on quest status - removed deprecated SD comments in zone_stonetalon_mountains.cpp | |||
| 2016-10-15 | Core/Scripts: move npc_saat to DB (#17813) | tkrokli | |
| The core script only contains gossip handling + conditions. - remove script from file the_black_morass.cpp - thereby removing 1 line of hardcoded text - remove redundant SD2 comments in header - add SAI, gossip and conditions to DB | |||
| 2016-10-15 | [WIP] Core/Scripts: Gnomish Mind Control Cap and Gnomish Universal Remote ↵ | tkrokli | |
| (#17374) | |||
| 2016-10-15 | Core/Scripts: Implemented right Snobold Vassal behavior on Gormok fight. ↵ | Keader | |
| (#17934) | |||
| 2016-10-14 | Core/Scripts Boss Lady DeathWhisper improvements (#17389) | Gustavo | |
| 2016-10-14 | Core/Event: Change Midsummer Music container to vector | Kittnz | |
| 2016-10-14 | Core/Event: Change Midsummer Music to search grid only | Kittnz | |
| 2016-10-14 | Script/Creature: Scarshield Infiltrator/Vaelan. | SnapperRy | |
| 2016-10-12 | Core/Scripts: Fix runtime error | ariel- | |
| 2016-10-11 | Core/Scripts: Implemented Blessing of the Eternals Earthliving proc chance ↵ | ariel- | |
| increase | |||
| 2016-10-11 | Script/Quest: Apply Heat and Stir. | SnapperRy | |
| Enjoy one of the most frustrating quests in Northrend! | |||
| 2016-10-10 | Core/Scripts: don't check ghoul each update. Send proper text packet, so ↵ | ariel- | |
| client replaces %s with DK name | |||
| 2016-10-10 | Core/Spells: fix runtime error | ariel- | |
| Partial revert of 11650e4008871138cfec61f84e280adb2cdd2d5d | |||
| 2016-10-10 | Core/Scripts: fix warning reported by MSVC | ariel- | |
| 2016-10-08 | Core/Scripts: added missing null checks for DamageInfo struct | ariel- | |
| 2016-10-08 | Core/Scripts: fix some copy paste and indentation mistake in Chimera Shot script | ariel- | |
| 2016-10-08 | Core/Scripts: updated Lock and Load script with new hooks, DamageInfo might ↵ | ariel- | |
| be null, so check for that too | |||
| 2016-10-08 | Core/Wintergrasp: cleanup and codestyle. | SnapperRy | |
| 2016-10-08 | Scripts/Azjol-Nerub: fix static analysis issues | jackpoz | |
| 2016-10-08 | Core/Scripts: Initialize rnd and remove where it was not needed | Kittnz | |
| 2016-10-08 | Core/Event: Pirate Day Music during the event | Kittnz | |
| 2016-10-08 | Core/Event: Add Darkmoon Fair Music during the event | Kittnz | |
| 2016-10-08 | Core/Event: Add Midsummer Music during the event | Kittnz | |
| 2016-10-08 | Battlefield/Wintergrasp: improvements: | SnapperRy | |
| - Move Wintergrasp Keep guard spawns from core to db, removing all duplicates in the meanwhile. - Add Alliance Brigadier General inside the relic room. Closes #7593. | |||
| 2016-10-07 | Core/Channel: revamp channel system (#17980) | ariel- | |
| * Core/Channel: change the way channels are stored and sent to client. - Fixes multiple channels per zone when using different locales - Connected clients will receive locally the name of the channel for their apropiate locale (if available) - In other cases default locale name will be sent, so as to prevent breaking channel chat for those players Closes #8411 | |||
