aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
AgeCommit message (Expand)Author
2014-10-17Core: Implemented IPC (Inter-process communication) between worldserver and b...Shauren
2014-10-12Core/PacketIO: Let packets that have a handler in array through to worldsessi...Shauren
2014-10-12Core/PacketIO: Restored client opcode handler check lost in ace->boost transi...Sovak
2014-10-11Build fixShauren
2014-10-11Core/PacketIO: Removed PacketFilter::DropHighBytesShauren
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-09-18Core/Misc: changed trinity string id to unsigned and removed obsolete codejoschiwald
2014-09-17Core/NetworkIO: Fixed queued packets not being properly sent causing players ...Shauren
2014-09-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
2014-09-16Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-14Core/Misc: Fixed build without pchShauren
2014-09-14Core/Misc: Fix issues reported by static analysisjackpoz
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-14Core/Groups: Fix setting the group roles and Role Check featurehorn
2014-09-12Core/NetworkIO: Applied 4.3.4 changes to "new" network codeShauren
2014-09-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-12Core/WorldSocket: Refactored client packet header checkShauren
2014-09-11Core/Groups: Handle CMSG_GROUP_REQUEST_JOIN_UPDATES & SMSG_REAL_GROUP_UPDATEDDuarte
2014-09-09Core/NetworkIO: Use reactor style sending on linux to reduce locking overheadShauren
2014-09-03Merge pull request #13017 from DDuarte/guild_achiev_trackingDuarte Duarte
2014-09-03Core/Net: Implement sending guild challenges rewards and countsDDuarte
2014-09-02Core/Net: Fix and enable CMSG_LFG_SET_COMMENTDDuarte
2014-09-02Core/Net: Enable SMSG_REQUEST_CEMETERY_LIST_RESPONSE since it was already fix...DDuarte
2014-09-02Core/Guild: Only send achievement criteria updates to players that requested ...DDuarte
2014-09-02Core/Channels: Enable SMSG_USERLIST_ADD, _REMOVE and _UPDATEDDuarte
2014-09-02Core/Misc: Send cemetery list when the client requests itDDuarte
2014-09-01Core/Quests: Implement CMSG_QUEST_NPC_QUERY and SMSG_QUEST_NPC_QUERY_RESPONSEDDuarte
2014-08-31Core/Net: "Enable" CMSG_CANCEL_GROWTH_AURADDuarte
2014-08-31Core/Net: Define and semi-implement SMSG_SET_FACTION_NOT_VISIBILEDDuarte
2014-08-31Core/Net: Add some (unused?) opcodes from WPPDDuarte
2014-08-31Core/BGs: Set and enable CMSG_BATTLEMASTER_HELLODDuarte
2014-08-31Core/PacketIO: Corrected values of a few opcodesShauren
2014-08-30Core/Units: Implemented animkit supportShauren
2014-08-22Core/Battle.net: Use real account name from account table to auth instead of ...Shauren
2014-08-22Core/NetworkIO: Removed MSG_VERIFY_CONNECTIVITY as an opcodeShauren
2014-08-22Compile fixShauren
2014-08-21Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-08-21Core/WorldSession: Added research notes about CMSG_AUTH_SESSION values and re...Shauren
2014-08-19Core/NetworkIO: Restored opcode and size checks lost during ace->boost change...Shauren
2014-08-16Core/Socket: Fixed merge mistake causing players to always be kicked after so...Shauren
2014-08-15Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-08-12Core/Threading: Fixed possible race condition with m_timeOutTime and fixed Th...Shauren
2014-08-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-08-11Core/NetworkIO: Prevent queueing more async operations when socket is already...Shauren
2014-08-11Core/NetworkIO: Restore networking related scripting hooksleak
2014-08-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...Shauren
2014-08-09Core/Server: Add missing overridesDDuarte
2014-08-09Core/WorldSession: Fix socket not being closed on clean logoutjackpoz