aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/Uldaman
AgeCommit message (Expand)Author
2015-06-01Merge pull request #14782 from doctaweeks/fixes-for-6.xMitchesD
2015-04-25Scripts: trying to fix non-pchKittnz
2015-04-25Scripts/Uldaman: Fix build & fix some movement suggested by joschKittnz
2015-04-24Scripts/Uldaman: Instance updateKittnz
2015-01-01Update copyright note for 2015Vincent-Michael
2014-09-25Scripts/Misc: Make InstanceScript::Initialize() obsoletejackpoz
2014-09-16Core/Scripts: Fixed PCH buildShauren
2014-09-15Core/Scripts: Fixed build of misc scripts, only zone_* and instance_* remainShauren
2014-09-14ScriptsShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-07Core/InstanceScript: refactored load and save methodsjoschiwald
2014-09-03Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
2014-05-20Core/Misc: Remove Unit::Get* wrappers for ObjectAccessor::Get*jackpoz
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-30Scripts/Misc: Code cleanupjackpoz
2013-12-29Scripts/Misc: Ensure Creatures are in instances when requiredjackpoz
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-10-22Scripts/Misc: Coding Style unification? (by Aokromes)Vincent_Michael
2013-08-10Scripted: Use now override for instance scriptsVincent-Michael
2013-07-06Misc: Use override and final C++11 keywords in a few places (mostly scripts)Nay
2013-07-06Scripted/Misc: Some cleanupVincent-Michael
2013-07-04Scripts/Misc: Rename creatures with mob_ / mobs_ in npc_Vincent-Michael
2013-06-22Scripts: Convert DoCast(me->GetVictim(), SPELL_XXXXX); in DoCastVictim(SPELL_...Vincent-Michael
2013-06-18Core/Scripting: Cleaning of unused/obsolete stuffAokromes
2013-06-11Core: Some function renaming.Malcrom
2013-02-19Core/Scripts: Removed useless const modifier on method parameters accepting p...Shauren
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-13Core/Script: Uldaman - Altar of the KeepersGacko
2013-01-07Core/Scripting: Move Text for Baron Rivendare to creature text.Malcrom
2013-01-07Core: Scripting: Convert Text for boss Archaedas to creature textMalcrom
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-20Merge pull request #8371 from Gacko/creaturetextZxBiohazardZx
2012-11-20Typo Fix after 81606e5 (Thanks to vlad852 for noticing)Spp
2012-11-20Core/DB: Some script to creature text conversions...Gacko
2012-11-20Core/Misc: Define some methods constSpp
2012-11-17Core: Remove Player.h dependency from all the possible headersSpp
2012-08-27Scripts/Uldaman: Archaedas now Awaken his minnions & spawn of npc lore keeper...neuro_999
2012-07-30Core/Misc: Use proper headers to optimize compileVincent-Michael
2012-03-16Core/Script: Code style.Gyx
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
2012-03-14Core/Script: Clean-Up in Scripts.Gyx
2012-02-18Move gossip for Lore Keeper of Norgannon to db. Remove cpp script. Also renam...Malcrom
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-10-07REPO: Code-style clean-upsBootz
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-07-29Core: Append single character to stream as character, not as a stringSpp-
2011-07-26Core: Use new SpellInfo class in core. Sadly, this commit is not compatibile ...QAston
2011-07-02Core: Cleaning up hungarian notation - Phase5: pKiller -> killerclick