aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-11DB/Misc: Some Combat AI, Remove spawns, and aura fixes.Malcrom
2013-12-11DB/Waypoints: Some Outlands waypoints. Mostly Blade's Edge.Malcrom
2013-12-11Core/SmartScripts: speedup loading/validating sai scripts from dbjoschiwald
Before: >> Loaded 6953 SmartAI scripts in 3543 ms After: >> Loaded SmartAIMgr Helpers in 4 ms >> Loaded 6953 SmartAI scripts in 95 ms
2013-12-11Merge pull request #11306 from trickerer/fixaggroShauren
Don't allow units to enter combat upon death
2013-12-11Scripting/Obsidian Sanctum: Updated scripts to use Events.Malcrom
2013-12-11Don't allow units to enter combat upon deathtrickerer
2013-12-10Scripts: replace some SetOrientation() calls with spline packets and some ↵joschiwald
random changes
2013-12-10Merge pull request #11275 from Carbenium/UtgardePinnaclejoschiwald
Scripts/UtgardePinnacle: Convert Svala Sorrowgrave to event system
2013-12-10Convert Svala Sorrowgrave to event systemCarbenium
2013-12-10Scripting/Storm Peaks: Renamed npc_brann_bronzebeard script because name has ↵Malcrom
already been used.
2013-12-09DB/Misc: Mostly cosmetic for Storm Peaks with a few SAI updates.Malcrom
"It's like eye liner for your TC server"
2013-12-09Core/Enums: Few inns/zones use the zone itself for the resting state instead ↵Kinzcool
of an areatrigger.
2013-12-09DB/Waypoints: Fix error in previous sql.Malcrom
2013-12-09DB/Waypoints: All pathing for Stormforged War Golem.Malcrom
2013-12-09Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about uninitialized values.
2013-12-09DB/Waypoints: Add missing waypoints for Stormforged Taskmaster and 3 missing ↵Malcrom
spawns
2013-12-09Scripting/Storm Peaks: Tested all my sql but not the title :PMalcrom
2013-12-09Scripting/Storm Peaks: Quest 13285 "Forging the Keystone" now scripted.Malcrom
Closes #6921
2013-12-08DB/Misc: Darkspeaker R'khem now has chains.Malcrom
Closes #7316
2013-12-08Scripting/Howling Fjord: Fix Quest 11310 Warning: Some Assembly RequiredMalcrom
Quest is doable and completeable with the following Issues: Aura not being removed from player after Abomination explodes. Camera angle should not changes after Abomination explodes. Can't check if Abomination leaves Halgrind. GetAreaId returns players area id.
2013-12-08Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about uninitialized values in scripts. Add spell id validation in Unit::SpellNonMeleeDamageLog() .
2013-12-08Core: Fix warningVincent_Michael
2013-12-08Scripting/Razorfen Downs: That emote shouldn't have slipped in there.Malcrom
2013-12-08Scripting/Razorfen Downs: Discovered some missing text for boss Glutton.Malcrom
2013-12-08Core/Unit: Add switch to prevent COMMAND_ATTACK being added to action bar ↵Malcrom
for supplied creature entries.
2013-12-08Core/Spells: Fixed rare issues where spell modifiers would not be correctly ↵Warpten
restored. Happens in case of a spell having more than one modifier granted by an aura.
2013-12-08DB/SAI: Grimscale Murloc shouldn't fear Closes #11259Malcrom
2013-12-07DB/SAI: Aokromes likes to inform me of one typo at a time :)Malcrom
2013-12-07DB/Misc: Fix typoMalcrom
2013-12-07DB/SAI: Fix my stupid mistakeMalcrom
2013-12-07DB/SAI: Remove bad unneeded Springpaw Stalker & Elder Springpaw SAIMalcrom
2013-12-08Core: Fix non pch buildVincent_Michael
2013-12-07Scripting/Razorfen Downs: Additions and fixes for instance.Malcrom
Moved bosses Glutton, Mordresh Fire Eye, Tuten Kash to cpp. Cleaned up code for boss Amnennar The Coldbringer. Fixed up gong event for gong to have sound and proper spawning. Scripted quest 3525 "Extinguishing the Idol" so you can now fight Plagmaw the Rotting.
2013-12-05DB/SAI: Fix for QUEST 12512 "Leave no one behind" by PitcrawlerMalcrom
Closes #6583
2013-12-05DB/SAI: Add SAI for Val'kyr Guardian & Val'kyr ProtectorMalcrom
Closes #3280
2013-12-05Scripting/Grizzly Hills: Add missing include "SpellScript.h"Malcrom
2013-12-05Core/Vehicle: Add an extra check for required energy before setting power.Malcrom
2013-12-05Grizzly Hills/Scripting: Fix Quest 12244 "Shredder Repair" and 12270 "Shred ↵Malcrom
the Alliance" Closes #1942 #3754
2013-12-05Scripts/HoR: Some fixups.w1sht0l1v3
2013-12-04DB/SAI: Spawn Baron Aquanis when Fathom Stone is used Closes #3118Malcrom
2013-12-04DB/SAI: Little fix for Quest Re-Cursive to make Mechagnomes despawn after ↵Malcrom
spell hit. Closes# 2024
2013-12-04DB/SAI: Fix SAI script for Denalan. Closes #6758Malcrom
2013-12-05Scripts/Oculus: fix drake spellsjoschiwald
Closes #6681 Closes #6680 Closes #6673
2013-12-04Core/RBAC: Fix typoVincent_Michael
2013-12-04DB/SAI: Fix SAI for Terrorspark Closes #9999Malcrom
2013-12-04Core/Commands: Fix NULL dereference crash in .npc set linkjackpoz
Fix NULL dereference crash in .npc set link happening when passing a not-existent Creature guid as parameter, es. ".npc set link -1" . Issue spotted by static analysis, added in c05ed659cbc561b6e7c0016cc7b1548886d5337a
2013-12-04Core/SpellMgr: Remove unneeded check for max targetsMalcrom
2013-12-04Scripting/Blade's Edge: Quest 10594 "Gauging the Resonant Frequency"Malcrom
Closes #6214
2013-12-04Core/SmartAI: Remove unneeded code added in errorMalcrom
2013-12-04DB/SAI: Replace a couple bad scripts...not mine :)Malcrom