aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Examples
AgeCommit message (Expand)Author
2014-09-21Scripts/Examples: Remove outdated example scriptsjackpoz
2014-09-14Scripts/Commands: Fixed build with -DSCRIPTS=0Shauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-07-22Core/Misc: Replace rand() calls with SFMTjackpoz
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-12-23Core/Chat: Refactored building chat packetsShauren
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-10-22Scripts/Misc: Coding Style unification? (by Aokromes)Vincent_Michael
2013-08-07Scripts/DrakTharonKeep: add some spellscripts, add yells to novos, and do som...joschiwald
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-06-22Scripts: Convert DoCast(me->GetVictim(), SPELL_XXXXX); in DoCastVictim(SPELL_...Vincent-Michael
2013-06-11Core: Some function renaming.Malcrom
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-02-19Core/Scripts: Removed useless const modifier on method parameters accepting p...Shauren
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-26Core/DB: Convert 25 more scripts to creature textGacko
2012-11-17Core: Remove Player.h dependency from all the possible headersSpp
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-07-30Core/Misc: Use proper headers to optimize compileVincent-Michael
2012-04-28Core/SpellScripts: rename GetTarget*() functions to GetExplTarget*(), so the ...QAston
2012-03-29Core/Script: Code style.Gyx
2012-03-28Core/Script: Code style and remove unused core.Gyx
2012-03-14Core/Script: Clean-Up in Scripts.Gyx
2012-03-11Update forgotten copyright-headers for 2012.frozenarmor
2012-03-07Warning fixes and some random cleanup here and thereSpp
2012-02-18Core: Clean up whitespace and tabs in the base sourcetreeclick
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-31Core/SpellScripts: Add BeforeCast, OnCast and AfterCast hooks to SpellScripts.QAston
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-25Core/Spells: spell effect handling improvementsQAston
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-07-26Core: Use new SpellInfo class in core. Sadly, this commit is not compatibile ...QAston
2011-07-03Core: Cleaning up hungarian notation - Phase8: pSummon -> summon (also did re...click
2011-07-02Core: Cleaning up hungarian notation - Phase5: pKiller -> killerclick
2011-07-02Core: Cleaning up hungarian notation - Phase5: pWho -> whoclick
2011-07-02Core: Cleaning up hungarian notation - Phase2: pPlayer -> playerclick
2011-07-02Core: Start cleaning up hungarian notation - Phase1: pCreature -> creatureclick
2011-06-30Scripts: Reorder file names in Commands/CMakeList file and cosmetic changes i...Spp-
2011-06-11Core: Codestyle cleanupclick
2011-05-31Changes missing from last commit.QAston
2011-05-31Core/AuraScript: Add DoCheckAreaTarget hook to allow explicit area aura targe...QAston
2011-05-30Core/Defines: Update enum TextEmotes, values and names from client. (These em...kaelima
2011-05-29Core/Auras: Use existing aura object on aura reapply/stack increase instead o...QAston
2011-05-25Core/AuraScripts: Add AfterEffectRemove and AfterEffectApply hooks, to allow ...QAston
2011-04-29Add spaces after commasleak