aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
AgeCommit message (Expand)Author
2016-05-01Core/Spells: Fixed overwriting summon requestsIncorrect
2016-04-24Core/Instances: Updated and enabled encounter packets and implemented combat ...Ovalord
2016-04-23Core/Misc: Fixed -Wmisleading-indentation warningsShauren
2016-04-16Core: Removed WhitespacesVincent-Michael
2016-04-13Core/Pets: Fixed issues reported by static analysisVincent-Michael
2016-04-11Build fixShauren
2016-04-11Add missing characters.updates, also build fixShauren
2016-04-11Core/Blackmarket: Implemented black marketGigi1237
2016-04-10Implement AuctionHouse features: GetAll scan and search throttlingpete318
2016-04-10Core/Networking: Fixed a crash caused by attempting to connect directly to wo...Shauren
2016-04-09Core: Remove whitespacesVincent-Michael
2016-04-03Core/PacketIO: Updated SMSG_ACCOUNT_HEIRLOOM_UPDATE opcodeVincent-Michael
2016-03-28Core/PacketIO: Properly send normalized realm namesDDuarte
2016-03-28Core: Updated to 6.2.4Shauren
2016-03-28Core/PacketIO: Updated remaining packet structures and enums appearing in pac...Shauren
2016-03-28Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg i...DDuarte
2016-03-27Core/PacketIO: Corrected severeal movement opcode valuesShauren
2016-03-25Core/PacketIO: Updated packet structures to 6.2.4.21355Shauren
2016-03-24Core/Networking: Updated packet headers for 6.2.4Shauren
2016-03-24Core/PacketIO: Updated opcode values to 6.2.4.21348 and disabled packets that...Shauren
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-03-20Core/Dep: Removed ZMQ dependency in preparation for future changesShauren
2016-03-18Core/PacketIO: Updated and enabled SMSG_DISPEL_FAILEDShauren
2016-03-17Core/PacketIO: Updated and enabled CMSG_GM_TICKET_GET_CASE_STATUS, CMSG_GM_TI...Shauren
2016-03-15Core/PacketIO: Marked CMSG_LEAVE_GROUP as not threadsafeShauren
2016-03-14Core/PacketIO: Updated and enabled SMSG_QUEST_UPDATE_ADD_PVP_CREDIT (+added e...Shauren
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-10Core/Networking: Added new AsyncRead method to Socket class allowing to pass ...Shauren
2016-03-08Merge pull request #16404 from Lopfest/6.xShauren
2016-03-07Core/PacketIO: Updated and enabled SMSG_SET_FACTION_STANDINGShauren
2016-03-06Core/PacketIO: Updated and enabled SMSG_RAID_INSTANCE_MESSAGEShauren
2016-03-03Core/Opcodes: enabled SMSG_PET_NAME_INVALIDMitchesD
2016-03-02Fix non PCH build after 67b977c86a0d5fcbe5b3c89e9a19275b775d31f7DDuarte
2016-03-02Minor 67b977c86a0d5fcbe5b3c89e9a19275b775d31f7 typo fixDDuarte
2016-03-02Merge branch 'pets' of https://github.com/myran2/TrinityCore into myran2-petsDDuarte
2016-03-01Core/PacketIO: Updated and enabled SMSG_PENDING_RAID_LOCKShauren
2016-02-29Core/PacketIO: Updated and enabled SMSG_OVERRIDE_LIGHTShauren
2016-02-29And a typo fix :coffee:DDuarte
2016-02-29Core/Packets: Move flushbits to the correct place in SpellDispellLogDDuarte
2016-02-29Fix build and add a missing FlushBits to SpellDispellLog::Write()DDuarte
2016-02-29Core/Packets: Updated and enabled SMSG_SPELL_DISPELL_LOGDDuarte
2016-02-29Core/Packets: Enabled CMSG_REQUEST_VEHICLE_SWITCH_SEAT and CMSG_RIDE_VEHICLE_...DDuarte
2016-02-29Core/Packets: Updated and enabled SMSG_SPELL_DELAYEDDDuarte
2016-02-28Core/PacketIO: Updated and enabled SMSG_GAME_OBJECT_CUSTOM_ANIMShauren
2016-02-27Core/PacketIO: Enabled SMSG_GUILD_EVENT_BANK_CONTENTS_CHANGEDShauren
2016-02-26Core/PacketIO: Implemented SMSG_DAILY_QUESTS_RESETShauren
2016-02-25Core/PacketIO: Updated and enabled calendar raid lockout opcodesShauren
2016-02-22Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before p...Shauren
2016-02-20Merge remote-tracking branch 'upstream/6.x' into HEADLopfest