aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers/QueryHandler.cpp
AgeCommit message (Expand)Author
2017-01-01Update copyright note for 2017vincent-michael
2016-08-27Core/Logging: removed useless log messagejoschiwald
2016-08-14Core/Creatures: Fixed typoVincent-Michael
2016-08-13Core/Creatures:Vincent-Michael
2016-08-01Core/GameObjects: Renamed gameobject_template.unkInt32 to RequiredLevelShauren
2016-07-10Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-10Core/PacketIO: Refactored building SMSG_UPDATE_OBJECT to append directly to f...Shauren
2016-06-07Core/PacketIO: Updated query opcodesShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-09-28Core/Maps: Moved corpse management to map levelShauren
2015-08-01Core/Misc: Update game creature template locale in simple systemVincent-Michael
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-07-21Core/Misc: Fixing warnings detected by Visual Studio 2015 compilerShauren
2015-07-18Core/Misc: Update game object template locale in simple systemVincent-Michael
2015-07-05Core/PacketIO: Disabled SMSG_DB_REPLYShauren
2015-07-05Core/PacketIO:Vincent-Michael
2015-06-30Core/ObjectMgr: Add some constnessCarbenium
2015-05-01Core/PacketIO: Updated and enabled CMSG_ITEM_TEXT_QUERY, SMSG_QUERY_ITEM_TEXT...Shauren
2015-04-21Core/Logging: Removed a bunch of useless "received X" logsShauren
2015-04-12Core/PacketIO: Enabled some guild opcodes for 6.1.2Vincent-Michael
2015-04-12Core/PacketIO: Updated & enabled CMSG_QUERY_QUEST_COMPLETION_NPCS / SMSG_QUES...Vincent-Michael
2015-04-11Core: Fix warningVincent-Michael
2015-04-11Core/PacketIO: Fix SMSG_QUERY_PAGE_TEXT_RESPONSEVincent-Michael
2015-04-11Core/Misc: Update page text locale to simple systemVincent-Michael
2015-04-11Core/Misc:Vincent-Michael
2015-04-10Warning fixesShauren
2015-04-09Core/PacketIO: Reimplemented SMSG_SET_FORCED_REACTIONS as a response to clien...Shauren
2015-04-06Core/DataBase: implemented creature_questitem and gameobject_questitem tablesRat
2015-04-05Core: Fix warningsVincent-Michael
2015-04-05Core/PacketIO: Updated and enabled CMSG_QUEST_POI_QUERY / SMSG_QUEST_POI_QUER...Vincent-Michael
2015-03-31Core/Handlers: prevent sending empty packet in npc text query if no Broadcast...Rat
2015-02-22Core/DataStores: Added tables for all loaded DB2 storesShauren
2015-02-16Core/Packets: Update multiple opcode names and values (sync with WPP)Duarte Duarte
2015-02-05Core/Packets:joschiwald
2015-01-19Core/PacketIO: Implemented CMSG_QUERY_TIME/SMSG_QUERY_TIME_RESPONSEShauren
2015-01-19Line ending fix, sorry.Nayd
2015-01-15Core/PacketIO: Updated corpse related packet structuresMogadischu
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-29Core/Scripts: multiple changesjoschiwald
2014-12-28Core/Packets: Fix SMSG_GAMEOBJECT_QUERY_RESPONSE data size calculationVincent-Michael
2014-12-28Core/Opcodes:Golrag
2014-12-26Core/DataStores: Added DB2ManagerShauren
2014-12-07Core: fixed few coverity issues and warningsjoschiwald
2014-11-27Core/Packets: Fixed Item.db2 and Item-sparse.db2 query repliesIntel
2014-11-24Core/Packets: Added the following packets:Intel
2014-11-15Core/Packets: Added CMSG_PAGE_TEXT_QUERY and SMSG_PAGE_TEXT_QUERY_RESPONSEIntel
2014-11-14Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handlerIntel
2014-11-12Core/World: hold deleted characters in character storejoschiwald
2014-11-10Merge branch 'dbc' of https://github.com/Intel/TrinityCore into Intel-dbcRat
2014-11-10Fix buildDDuarte