aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Scripting
AgeCommit message (Expand)Author
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-04-11Core/Game: Move MapScripts to game/MapsNaios
2016-04-05Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392)Shauren
2016-03-27Add missing GAME_API exportsRochet2
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-03-19CMake: Use inherited dependencies in scriptsNaios
2016-03-13Core/Misc: Removed OnUnknownPacketReceive script hook - it could never be calledShauren
2016-03-11Core/Game: Move singleton instances into compilation unitsNaios
2016-03-08Merge pull request #16404 from Lopfest/6.xShauren
2016-02-21Core/Scripts: Split the huge scriptloader into smaller piecesNaios
2016-02-20Merge remote-tracking branch 'upstream/6.x' into HEADLopfest
2016-02-11Core/Scripts: Fixed calling UnitScript hooksShauren
2016-01-26Core/Scripts: SMSG_PLAY_ONE_SHOT_ANIM_KIT corrections. Thx to ArciLopfest
2016-01-26Core/Scripts: SMSG_PLAY_ONE_SHOT_ANIM_KIT can now be used in waypoint_scriptsLopfest
2016-01-20Scripts/Commands: Fix ".help" command to show commands in alphabetical orderjackpoz
2016-01-01Update copyright note for 2016Vincent-Michael
2015-11-07Merge pull request #15731 from ShinDarth/toscriblub
2015-11-06Core/Misc: Remove unneeded filesIncorrect
2015-11-04Core/ScriptMgr: Improve commit 155a289f052b3a48caadeNaios
2015-11-04Core/ScriptMgr: Fix "conditional expression is constant" warning.Naios
2015-11-04Core/Globals: Use std::string rather than char* to pass script names around.Naios
2015-11-04Core/ScriptMgr: Replace IsDatabaseBound() methods through traits.Naios
2015-10-25Core/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-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-06-15Core/PacketIO: Fixed chat packet building in CreatureTextMgrShauren
2015-06-08Core/Maps: Removed dbguid/spawnid grid searchers, they are no longer neccessaryShauren
2015-06-01Merge pull request #14613 from ariel-/shathallsDDuarte
2015-05-03Fix warningGacko
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-04-18Core/AreaTrigger: Added 'bool entered' to OnTriggerGolrag
2015-04-06Core/Guilds: Fix crash on kicking offline player of a guild.et65
2015-04-04Misc: Fixed license header formattingShauren
2015-03-20Scripts/Misc: sync with 3cc305138c9b57da02d42b88cc0cae941016542aMitchesD
2015-03-13Core/Emote: Fix an issue with EMOTE_STATE_READ, which persisted after closing...Carbenium
2015-03-11Core/Game: Fix some issues detected by static analysis.Naios
2015-03-08Core/Misc: Cleaned up data truncation warningsShauren
2015-03-07Scripts/Nexus: commanders converted from SAI to C++MitchesD
2015-01-16Core/Misc: Implemented leveling/killing experience loading from gtOCTLevelExp...Kinzcool
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-07Merge branch '6.x' into SpellsIntel
2014-12-06Fixed buildjoschiwald
2014-12-05Core/Scripts: log ScriptNames assigned in database without core scriptjoschiwald
2014-11-24Core/Spells: core now builds without scripts project, still not stableRat
2014-11-10Merge branch 'dbc' of https://github.com/Intel/TrinityCore into Intel-dbcRat
2014-11-08Scripts/Instance: The StonecoreMihapro
2014-11-06Core/DataStores: Updated AreaTrigger.dbc structIntel
2014-11-05Core/DataStores: Fixed build after renameIntel