aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Scripting/ScriptMgr.cpp
AgeCommit message (Expand)Author
2016-04-12Core/Scripting: Fix an assertion which was triggered at lazy unloadingNaios
2016-04-12Core/Scripting: Fix loading of spell/aurascriptsNaios
2016-04-11Core/Scripting: Fix another warning when building staticallyNaios
2016-04-11Core/Game: Rewrote the ScriptMgr to support script reloading.Naios
2016-04-11Core/Game: Add a dynamic script reloader which reloads scripts modules on cha...Naios
2016-04-11Core/Game: Move scheduled map scripts counter methods into MapManagerNaios
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-03-18CMake: Use inherited dependencies in scriptsNaios
2016-03-13Core/Misc: Minimize differences between branches in WorldSession::UpdateShauren
2016-03-11Core/Game: Move singleton instances into compilation unitsNaios
2016-02-11Core/Scripts: Fixed calling UnitScript hooksShauren
2016-02-10Maps/Instances: Implement handling of CMSG_SET_SAVED_INSTANCE_EXTENDtreeston
2016-01-04Scripts/Commands: Fix ".help" command to show commands in alphabetical orderjackpoz
2016-01-01Update copyright note for 2016Rushor
2015-11-07Core/ScriptMgr: Improve commit 155a289f052b3a48caadeNaios
2015-11-07Core/ScriptMgr: Fix "conditional expression is constant" warning.Naios
2015-11-07Core/Globals: Use std::string rather than char* to pass script names around.Naios
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-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-03-18Core/Game: Fix some issues detected by static analysis.Naios
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-06Core/Scripts: log ScriptNames assigned in database without core scriptjoschiwald
2014-09-29Core/Scripts: Fix invalid memory writejackpoz
2014-09-29Core/Scripts: fixed memory leak caused by unassigned scripts in dbjoschiwald
2014-09-22Scripts/Examples: Remove some more code related to example scriptsjackpoz
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-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
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-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-03-03Core/Scripts: New ItemScript trigger, OnItemRemovekontownik
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Quests: Fixed icon shown above questgivers with daily quests that have a...Shauren
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-10-11Make damage and healing references, so that damage can be altered by scripts!LilleCarl
2013-10-04Core/Misc: Fix compile after recent pull request...Discover-
2013-10-01Implement script hooks: OnDamge, OnHealCarl Hjerpe
2013-08-26Build fixShauren
2013-08-26Core/Scripts: Fixed uninitialized variable and memory leaksShauren