aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/World
AgeCommit message (Expand)Author
2014-08-09Scripts/Misc: Fix static analysis issuesjackpoz
2014-07-24Scripts/AreaTriggers: Fix an issue with an AT for the quest The Etymidian (Sh...untaught
2014-07-22Core/Misc: Replace rand() calls with SFMTjackpoz
2014-07-13Merge branch `master` into `boost`Subv
2014-06-24Core/Misc: Fixed warningsShauren
2014-06-23Merge pull request #11976 from Ascathor/masterAokromes
2014-06-17Scripts/Misc: Fixed training dummies not entering combatShauren
2014-06-14Scripts/Misc: random fixesMitchesD
2014-06-13Core/Misc:Ascathor
2014-06-06Scripts/Items: Imp in a BallTrisjdc
2014-05-20Core/Misc: Remove Unit::Get* wrappers for ObjectAccessor::Get*jackpoz
2014-05-18Partially revert f296095191c7b5c6b10f79c2b1433dc227a462f5 "Fix various warnin...Shauren
2014-05-15Fix various warnings. The core, the scripts and the tools now compile without...Praetonus
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-04-25Core/Misc: Change how Position struct is retrievedjackpoz
2014-04-08Core/ChatLog: handle chatlog options with extended logging systemjoschiwald
2014-02-08Scripts/Eastern Plaguelands: Fix flypath exploitjackpoz
2014-01-12Scripts/NPCs: Remove core script for rogue trainers which was overriding db c...Dr-J
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-12-22Scripting/DB: Fixed some npcs so they wouldn't have AIName & scriptname.Malcrom
2013-11-13Core. fix build and some codestyle changesjoschiwald
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-11-03[Area Trigger Scripts] Add Support for Teleport for Quest: Breaking Through (...untaught
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-10-22Scripts/Misc: Coding Style unification? (by Aokromes)Vincent_Michael
2013-09-18Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE_TYPEjoschiwald
2013-08-31Scripted: Fix warningVincent-Michael
2013-08-31Core/Scripts: add creature_text to pet mojojoschiwald
2013-08-18Misc: replace Unit::GetPlayer with ObjectAccessor::GetPlayer and some cosmeti...joschiwald
2013-08-09Scripted: Fix non pch buildVincent-Michael
2013-08-09Scripted/Pets: Move some player pets in pet_xxx.cppVincent-Michael
2013-08-07Core/Battleground: Get rid of dinamic casts BattlegroundXX outside Battlegrou...Spp
2013-08-07Core/Battleground: Get rid of dinamic casts BattlegroundXX outside Battlegrou...Spp
2013-08-06Core/Misc: Rename some no name enumsVincent-Michael
2013-08-06Core/Misc: Implement reinterpret casts for all battleground classes and use t...Discover-
2013-08-01Core/Misc: Fixed some issues found by Coverity ScanShauren
2013-07-17Misc: Some cleanupVincent-Michael
2013-07-17DB/Gossip: Add some missing gossip.Malcrom
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/Objects: Refactored MovementInfo structureShauren
2013-06-11Core: More Function name updatesMalcrom
2013-06-11Core: More Function Renaming.Malcrom
2013-06-11Core: Some function renaming.Malcrom
2013-06-03Scripting: fix gossip scripting for rogue trainersMalcrom
2013-05-17* Batch of fixes for issues found by static analysis.Subv