aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-07-15DB/Gossip: Add and fix a few more gossip menus.Malcrom
2013-07-15Scripting/Black Fathom Deeps: Fixed script to use proper spell.Malcrom
2013-07-15DB/Gossip: Added gossip for Morridune.Malcrom
2013-07-15DB/Gossip: Add missing gossip for Sputtervalve. Moved all scripting to SAI.Malcrom
2013-07-15Core/Config: Refactored ConfigMgrShauren
* Loading initial configuration files is now separate from loading any additional custom configs
2013-07-15Core: Fix buildVincent-Michael
2013-07-15Scripted/Misc: Fix random stuffVincent-Michael
2013-07-13Script/Commands: Fix a crash in .arena captain commandNay
2013-07-13Core/Scripting: Add Wrathbone Flayer script to show channelling visual and ↵Malcrom
correct combat AI.
2013-07-11Core/Quests: Fixed quest sharingShauren
2013-07-11Scripts/Akama: Uninitialized variableMachiavelli
2013-07-10Core/Scripting: Minor fix to Shade of Akama Script.Malcrom
2013-07-10Core/Scripting: Additions to Shade of Akama Script. Just ending sequence ↵Malcrom
left to do. Please supply feedback if anything is not like offi so I can fix.
2013-07-10Core/Scripting: Some cleanup for Hyjal Script.Malcrom
2013-07-10Core/Scripting: Fixup Onyxia Script to use events.Malcrom
2013-07-10Core/Scripting: A couple fixes for Hellfire Ramparts.Malcrom
2013-07-10Core/Scripting: A little update to Hellfire Ramparts. Thanks joschiwald.Malcrom
2013-07-10Core/Scripting: Converted Watchkeeper Gargolmar to use events.Malcrom
2013-07-09Core/Scripting: Fix up Hellfire Ramparts instance and add Instance save.Malcrom
2013-07-09Core/Scripting: Few minor fixes for Shattered Halls.Malcrom
2013-07-09Core/Scripting: A couple fixes for shattered HallsMalcrom
2013-07-09Core / Scripting: Coverted a couple Shattered Halls npc scripts to use eventsMalcrom
2013-07-08Core / Scripting: Updates to Shattered Halls and added Instance save.Malcrom
2013-07-08Scripted: Some cleanups + ninja changesVincent-Michael
2013-07-08Core/Scripting: Fix some errors in Shade of Akama script.Malcrom
2013-07-08Core / Scripting: fix a few warnings.Malcrom
2013-07-08Core: Scripting: Shade of Akama WIPMalcrom
2013-07-06Misc: Use override and final C++11 keywords in a few places (mostly scripts)Nay
OVERRIDE and FINAL are TC macros (expand to nothing if compiler does not support C++11)
2013-07-06Scripted/Misc: Some cleanupVincent-Michael
2013-07-05Scripted/Eversong Woods: Add Missing cleanupVincent-Michael
2013-07-05Misc:Vincent-Michael
- Fix missing newlines - Fix some startup errors
2013-07-04Scripts/Misc: Rename creatures with mob_ / mobs_ in npc_Vincent-Michael
Note: Have fun :P
2013-07-04Scripts/Razorfen Kraul: Fix build and a possible crashNay
2013-07-04Scripts/Razorfen Kraul add script for quest 1221Mislav Blazevic
Credits to @XFurry , he is original author. Closes #8165 Closes #10152 Signed-off-by: Nay <dnpd.dd@gmail.com>
2013-07-02Core/Scripting: Allow Headless Horseman to be attackedAokromes
Fix by digz6666. Note: this script needs rewrite, any pull request doing it is welcome. Closes #3568
2013-07-02Core/Scripting: Fix Gossip option select for npc_spirit_of_olumMalcrom
2013-07-01Core/Scripting: Fix error in previous commit.Malcrom
2013-07-01Core/Scripting: Update spirit of Olum to use db gossip.Malcrom
2013-07-01Core/Scripting: Move most if Illidan script text to creature text.Malcrom
2013-07-01Scripted/Naxxramas: Missing cleanup in ↵Vincent-Michael
f90078f979eacbaa50c14418f82d9c58a4c84b33 :P
2013-07-01Scripted/Naxxramas: Fix Four Horsemen ChestVincent-Michael
2013-07-01Core/Scripting: More updates for BRS instance. Added missing scripts for ↵Malcrom
urok and gizrul.
2013-06-30Core/Scripting: Gyth event still not finished but completable.Malcrom
2013-06-30Scripts/Icecrown Citadel: Fixed Blood Queen Lana'thel flight phaseShauren
Closes #8759
2013-06-30Core/Units: Removed most calls to SendMovementFlagUpdate for creaturesShauren
2013-06-30Core/Scripting: A few fixes for Blackrock Spire. Emberseer now setting ↵Malcrom
properly after wipe and Gyth/Rend event is getting closer to complete.
2013-06-29Core/Vehicles: Implemented vehicle seat flag that makes passengers ↵Shauren
unselectable and dropped redundant UNIT_STATE_ONVEHICLE (it is only checked in the same places as unselectable unit flag)
2013-06-29Scripts/The Storm Peaks: Use proper vehicle check on prisoners from Cold ↵w1sht0l1v3
Hearted quest.
2013-06-27Scripts/Blackwing Lair: Fixed out of bounds array accessKrzysztof Rapacki
2013-06-27Core/Scripting: Typo fixAokromes