aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2010-07-19Clean up old (and partially unused) Aggro() function and use EnterCombat() ↵click
instead + fix some minor enum-typos (INTURRUPT -> INTERRUPT) (fix by Azazel) --HG-- branch : trunk
2010-07-12change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"click
--HG-- branch : trunk
2010-07-08* Implement proper script support for quest "The Prophecy of Akida" (9544)Brian
* Script by antihrist --HG-- branch : trunk
2010-07-06Update GPL-licensing information on scripts (now with the proper bling-bling ↵click
headers!) If any more scriptfiles are missing their respective header, let us know please... --HG-- branch : trunk
2010-07-04Use RemoveAurasByType() and not RemoveAuraDueToSpell() to remove iterated ↵click
spellauras of a type - DueTospell() expects singular spellID Thanks to Azazel for the heads up --HG-- branch : trunk
2010-07-02Adjust some more script copyrights (grrrrr)click
--HG-- branch : trunk
2010-07-02Adjust to use correct timeframe for script-copyrightsclick
--HG-- branch : trunk
2010-07-02Add Trinity copyright holders for scriptsclick
--HG-- branch : trunk
2010-07-01Adjust includes for some Ulduar-scripts (fixes non-PCH build on *nix and ↵click
should also do the same for Visual Studio/Windows) --HG-- branch : trunk
2010-06-30Obsidian Sanctum: Many improvements & fixes, by moriquenduTartalo
Closes issue #1278 Closes issue #2505 Finally I make some time to review & push this change. Thanks for the patience --HG-- branch : trunk
2010-06-30Violet Hold: Don't make sinclari unselectable when event startsTartalo
Thanks to dex for pointing it --HG-- branch : trunk
2010-06-30It is now possible to use CMake on windows for proper build (PCH support ↵Shauren
included) Merged PCH header into gamePCH since they became the same after these changes --HG-- branch : trunk rename : src/server/game/PrecompiledHeaders/NixCorePCH.cpp => src/server/game/PrecompiledHeaders/gamePCH.cpp rename : src/server/game/PrecompiledHeaders/NixCorePCH.h => src/server/game/PrecompiledHeaders/gamePCH.h
2010-06-29Violet Hold: Implement sinclari's option to teleport player's inside duringTartalo
main event, based on DennisRassmann Closes issue #2810 --HG-- branch : trunk
2010-06-29Violet Hold: Restructuration: Add an EventPhase var instead of using door'sTartalo
status to handle main event. Needed for next commits and cleansing --HG-- branch : trunk
2010-06-29Hellfire Ramparts - Code cleanup & Re-write Nazan a little bitSupabad
--HG-- branch : trunk
2010-06-28Violet Hold: More work on crystal activation thing.Tartalo
Process the event that's throw by the activation spell --HG-- branch : trunk
2010-06-28Violet Hold: Fix crystal activation mechanicTartalo
--HG-- branch : trunk
2010-06-28Violet Hold: Link Defenseless achiev code to crystal activation codeTartalo
--HG-- branch : trunk
2010-06-28add forgotten header for leviathanSupabad
--HG-- branch : trunk
2010-06-28Add Hard Mode support to Flame Leviathan. more code cleanup.Supabad
Big Thanks to all who participated. --HG-- branch : trunk
2010-06-28Violet Hold: Add crystal mechanic support to Portal's and Ichoron's addsTartalo
--HG-- branch : trunk
2010-06-28Violet Hold: Add crystal activation support backend to instance script.Tartalo
Support is not used yet by the instance mechanic so is not usable as is --HG-- branch : trunk
2010-06-27Violet Hold: Implement Defenseless AchievementTartalo
--HG-- branch : trunk
2010-06-27Violet Hold: Add copyright noteTartalo
--HG-- branch : trunk
2010-06-27Get rid of a compile warning.Xanadu
--HG-- branch : trunk
2010-06-26Violet Hold, Cyanigosa: Clear transformation on EnterCombat, now is handled byTartalo
instance script --HG-- branch : trunk
2010-06-26Violet Hold: Azure Saboteour animation on boss encounters, by DenissRassmanTartalo
From issue #2180 --HG-- branch : trunk
2010-06-26Violet Hold: Cyanigosa's pre-fight animation, by DenissRassmannTartalo
From issue #2810 --HG-- branch : trunk
2010-06-26Violet Hold: bosses go out of the cell when door is open, by DennisRassmannTartalo
From issue #2810 --HG-- branch : trunk
2010-06-26Another fix for naxx GO handlingTartalo
--HG-- branch : trunk
2010-06-26Fix naxxramas savingTartalo
--HG-- branch : trunk
2010-06-26Remove duplicated jobTartalo
--HG-- branch : trunk
2010-06-26Load&save gothik's door state on instancedata load&saveTartalo
Partial fix for issue #1244 --HG-- branch : trunk
2010-06-25Get rid of Trinity Singleton and Threading patterns and replace them with ↵Machiavelli
ACE_Singletons and ACE_GUARD_x macro´s with ACE_Thread_Mutex´es respectively. Also get rid of unused CountedReference class that used Trinity threading pattern. --HG-- branch : trunk
2010-06-24Remove a possible NaN-value in WorldObject::HasInArc (thanks to arrai)click
+ do some hack'n'slash-work on the CMakeLists with my trusted axe ( I just LOVE being a viking - I get to wield an axe for free!) --HG-- branch : trunk
2010-06-23minor fixes in boss_morogrim_tidewalkerShauren
--HG-- branch : trunk
2010-06-22Cleanup of logging - removed a few duplicit functions from olden times, ↵Xanadu
fixed a typo. --HG-- branch : trunk
2010-06-21Add more CMake-related support for building g3dlib, zlib, bzip2, ace on Windowsclick
--HG-- branch : trunk
2010-06-21Use CMakeLists.txt file-globbing on scriptslibrary instead of adding every ↵click
single script. Note that new scripts added means "run CMake to make it aware of any new files" --HG-- branch : trunk
2010-06-21Remove obsolete script for Highlord Mograine (not active as boss in Naxxramas)click
--HG-- branch : trunk
2010-06-20Violet Hold: Fix portal #2 spawning. Some minor cleansing and pointer checksTartalo
--HG-- branch : trunk
2010-06-19Ulduar: Halls of Stone, Krystallus: Fix Shatter usageTartalo
--HG-- branch : trunk
2010-06-19Violet Hold: Some fixes, infinite loop one includedTartalo
--HG-- branch : trunk
2010-06-19Violet Hold: Instance mechanics fixes, by PivoNRollTartalo
Closes issue #2733 Implements door hiting by trash, trash waypoints and more --HG-- branch : trunk
2010-06-09Add copyright notes to CMake filesTartalo
--HG-- branch : trunk
2010-06-08Change around some more headers to adhere to new strucutre and namebaseclick
--HG-- branch : trunk
2010-06-08* Linux compile with and without PCH fixedBrian
* Script library compile fixed * --todo: fix all scripts themselves :) --HG-- branch : trunk
2010-06-08Add libmpq-0.4.2 (was missing from sourcetree after cleanup)click
--HG-- branch : trunk
2010-06-07* Nearly done with fixing the Linux build.Brian
* Thanks to samccstudios for saving me some time with the Outlands scripts. --HG-- branch : trunk
2010-06-07* More cleanupBrian
--HG-- branch : trunk