aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Kalimdor
AgeCommit message (Expand)Author
2011-05-27Compile warnings fixesclick
2011-05-26Scripts: Removed SEND_VENDORLIST and SEND_TRAINERLIST definesShauren
2011-05-25Scripts: Removed CAST_SUM defineShauren
2011-05-22Core: Clean up a lot of whitespace, and at the same time fix non-PCH building...click
2011-05-15Core/Scripts: Remove hook GetAuraEffectTriggerTarget from CreatureAI.hQAston
2011-05-15Scripts/RazorfenKraul: Fix force field before boss Agathelos the Ragingneuro_999
2011-05-13Core/CreatureTextMgr: Converted chat types to use values found in sniff, with...Shauren
2011-05-08Scripts/Dustwallow Marsh: Fixed typo introduced with b82ae5ad0d85990c3140kaelima
2011-05-07Core: More warning fixesShauren
2011-05-07Scripts/Dustwallow Marsh: Fix quest 11174 (Corrosion Prevention)kaelima
2011-05-07Scripts/Dustwallow Marsh: Fix quest 11180 (What's Haunting Witch Hill?)kaelima
2011-04-30Scripts/Culling of Stratholme: Fixed quest 'Dispelling Illusions'Shauren
2011-04-29Add spaces after commasleak
2011-04-27Core/Buildsystem: Update copyright-headers for 2011, and adjust with the corr...click
2011-04-23Core: Corrected NULL usage, it should only be used with pointers, not integersShauren
2011-04-06Scripts/BloodmystIsle: Add core support for quest 9667Supabad
2011-04-03Core/Scripts: Removed double calls to InstanceScript's Initialize methodsShauren
2011-04-01Core: Removed unused functions (leftovers from sd2, was needed when scripts w...Shauren
2011-03-28Scripts/Zalazane's Fall: Refactor some code to match coding standardsKaelima
2011-03-27Scripts/Zalazane's Fall: Implement Zalazane's Fall game event.Nay & Kaelima
2011-03-21Core: Removed all double (and more) empty linesShauren
2011-03-19Core/Scripts: Code style cleanup in AI base classes, removed duplicate DoActi...Shauren
2011-03-19Core/Scripts: Code style cleanup in ScriptedAI and BossAIShauren
2011-03-09Scripts: Removed duplicate target selection function (SelectUnit), there is o...Shauren
2011-03-06Core/Creatures: Implemented UNIT_FLAG_PASSIVEShauren
2011-03-02Core/SAI: Implemented Gameobject action allowing to send SMSG_GAMEOBJECT_CUST...Shauren
2011-03-01DB/SAI: Replace core script by proper SmartAI script for quest InoculationMalcrom
2011-02-20Fix build with scripts includedMachiavelli
2011-02-20Fix build with scripts includedMachiavelli
2011-01-31Scripts/Hyjal Summit: Cast Protection of Elune with triggered flag, should pr...Shauren
2011-01-16Core/General: Fix some comment style. //* to // *. Fixes certain code display...Machiavelli
2011-01-13Core/Quests: Resolve ambiguity between QUEST_STATUS_COMPLETED and rewarded st...Machiavelli
2011-01-02Core/Scripts: Added wrapper method for despawning creatures DespawnOrUnsummonShauren
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-26Core/QuestStatus:linencloth
2010-12-24Fix buildMachiavelli
2010-12-24Scripts/Orgrimmar: Remove a not finished quest script. Proper quest support w...Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-22Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...Shauren
2010-12-20Oops, fixed compileShauren
2010-12-20Scripts/Silithus: Fixed some int -> float casts, should fix invalid coord errorShauren
2010-12-20Scripts/Temple of Anh'Qiraj: Fixed possible crash in mob_anubisath_sentinelShauren
2010-12-19Scripts/Temple of Ahn'Qiraj: Its generally not a good idea to delete stuff be...Shauren
2010-12-17Core/Unit: Renamed addUnitState/hasUnitState/clearUnitState to AddUnitState/H...Shauren
2010-12-17Core: Prevent using uninitialized memory in Lazy Peon script - patch by ge0rgclick
2010-12-16Make some cleanup.Anubisss
2010-12-14Fixed compileShauren
2010-12-14Scripts: Fixed uninitialized variables, unreferenced parameters and virtual o...Shauren
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-12-05Core/Scripts: Split OnCreatureCreate() and OnGameObjectCreate() into two virt...leak