aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Scripting/ScriptMgr.h
AgeCommit message (Expand)Author
2016-01-01Update copyright note for 2016Rushor
2015-11-07Core/ScriptMgr: Replace IsDatabaseBound() methods through traits.Naios
2015-10-31Core/Conditions: Optimizations part 3 removed copying condition containers al...Shauren
2015-10-22Core/Commands: Refactored chat command script hook, fixes a crash when buildi...Shauren
2015-10-12Change many uint32 to ObjectGuid::LowType in line with 6.x changes.pete318
2015-03-18Build fixShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-06Core/Scripts: log ScriptNames assigned in database without core scriptjoschiwald
2014-09-20Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditionsjackpoz
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-08-27Added a new hook Called when a player's money is at limitchadryx
2014-08-24Removed OnQuestComplete hook, use QuestReward instead. Implemented OnQuestSta...Rochet2
2014-08-11Core/NetworkIO: Restore networking related scripting hooksleak
2014-08-09Core/Server: Add missing overridesDDuarte
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-07Renamed WorldTcpSession back to WorldSocketleak
2014-07-05Fixed the crashesSubv
2014-07-06Some groundwork for replacing the ACE based WorldSocket handlingleak
2014-07-02ACE cleanup on game, now the major issue remains WorldSocketleak
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-24Core/Misc: Fixed warningsShauren
2014-06-23Merge pull request #11976 from Ascathor/masterAokromes
2014-06-21Core: Add loginFirst param to OnLogin hook to allow doing things on first log...Rochet2
2014-06-13Core/Misc:Ascathor
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-04-20Core/Misc: Fixed some -Weffc++ warningsShauren
2014-04-18FixVincent-Michael
2014-03-03Core/Scripts: New ItemScript trigger, OnItemRemovekontownik
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Quests: Added stuff missing in previous commitShauren
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-11Make damage and healing references, so that damage can be altered by scripts!LilleCarl
2013-10-01Implement script hooks: OnDamge, OnHealCarl Hjerpe
2013-07-06Misc: Use override and final C++11 keywords in a few places (mostly scripts)Nay
2013-06-10Quest Complete, OnLevelChangedRochet2
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-03-04Unbreak the build and renamed sql file to proper dateShauren
2013-03-04Core: Fixed compile warnings and errorsShauren
2013-02-04Scripts/Player: Add OnMapChanged to PlayerScripts (after map changed)Spp
2013-01-03Grammar/Spelling fix.Ellie
2013-01-02Core/Scripting: Created a hook for when a player is about to be saved.Ellie
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-17Core/Scipts: Missed changes from 7be13b6fda29daf825e24bffe6095d0a987afce1Shauren
2012-12-17Core/Scripts: Fixed crash on shutdownShauren
2012-12-17Core/Scripts: Adding script hooks to allow for third party scripts to modify ...Carlos Vargas
2012-12-13Core/DB: Drop table script_textsGacko
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-20Core/Misc: Reduction of header dependencies - Step IISpp