aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
AgeCommit message (Expand)Author
46 hoursCore/Network: Fix invalid NetworkThread array access for derived classes that...Shauren
8 daysCore: Updated to 11.2.7Shauren
2025-12-07Core/PacketIO: Mark CMSG_DECLINE_GUILD_INVITES as threadsafeShauren
2025-11-30Core/Misc: Use std::scoped_lock instead of unique_lock where possible (and ol...Shauren
2025-11-25Core/Warden: Removed implementation not compatible with modern client version...Ovahlord
2025-11-15Core/Misc: Add missing includesShauren
2025-11-10Core/Movement: Use std::span argument instead of std::vector in MoveSplineIni...Shauren
2025-11-08Core/Garrison: Always send response to GetGarrisonInfo, even if no garrison e...Aqua Deus
2025-11-02Core/PacketIO: Fix packet structure for CMSG_SEND_PING_WORLD_POINT (#31441)Luzifix
2025-11-02Core/PacketIO: Reduce the number of catch blocks in WorldSession::UpdateShauren
2025-11-02Core/PacketIO: Fix packet structure for CMSG_CHAT_MESSAGE_CHANNEL (#31433)Luzifix
2025-10-20Core/PacketIO: Mark shop/token packets as ignored (don't log that they are un...Shauren
2025-10-11Core/PacketIO: Fixed SMSG_GOSSIP_MESSAGE structureShauren
2025-10-10Core: Updated to 11.2.5.63704Shauren
2025-09-22Core/Network: Minor include cleanup in SocketConnectionInitializer related filesShauren
2025-09-20Core/Network: Fix logic mistake with RBAC_PERM_SKIP_CHECK_OVERSPEED_PING, fix...Shauren
2025-09-04Core/PacketIO: Fixed CMSG_CAST_SPELL/CMSG_PET_CAST_SPELL/CMSG_USE_ITEM/CMSG_U...Shauren
2025-09-03Core/AreaTriggers: Handle exit areatrigger on player map change (#31077)ModoX
2025-08-23Core/PacketIO: Fixed updatefields structure for 11.2.0Shauren
2025-08-19Core/BattlePets: Refactor BattlePetMgr::SendUpdates to use std::span argumentShauren
2025-08-13Core/PacketIO: Fixed SMSG_SET_ANIM_TIER structure for 11.2.0Shauren
2025-08-13Core: Updated to 11.2.0Shauren
2025-08-07Core/PacketIO: Reduce amount of stack space used by a few giant packet classesShauren
2025-08-04Core/PacketIO: Use original names in SMSG_INSPECT_RESULT structureShauren
2025-07-20Core/PacketIO: Fixed SMSG_PVP_MATCH_COMPLETE structureGolrag
2025-07-15Core/PacketIO: Add SMSG_DUEL_ARRANGED to IsInstanceOnlyOpcodeShauren
2025-07-13Core/Misc: Move large functions out of header filesShauren
2025-07-12Core/Loot: Add aoe loot target cap same as on official servers (50 corpses)Shauren
2025-07-10Core/Logging: Remove temporary string creation when logging opcode namesShauren
2025-07-03Core/PacketIO: Define enum for TreasurePickerBonus Context fieldShauren
2025-06-27Core/Players: Implemented PlayerDataElementAccount, PlayerDataElementCharacte...Shauren
2025-06-22Core/Players: PlayerChoice improvementsShauren
2025-06-18Core: Updated to 11.1.7Shauren
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-06-05Core/PacketIO: Implemented CMSG_UPDATE_AREA_TRIGGER_VISUALShauren
2025-06-04Core/PacketIO: Remove duplicated areatrigger spline packet writerShauren
2025-06-02Core/Network: Make ip address formattable with fmtShauren
2025-05-29Core/PacketIO: Fixed structure for SMSG_DISPLAY_TOASTShauren
2025-05-29Core/AreaTriggers: Fixed areatrigger spline duration calculationShauren
2025-05-23Core/PacketIO: Move all packet writing utilities to separate fileShauren
2025-05-23Core/PacketIO: Replace static_asserts with concepts and add them to PacketUti...Shauren
2025-05-23Core/PacketIO: Remove ByteBuffer constructor from MessageBufferShauren
2025-05-22Core/PacketIO: Mark packet parsing exception throwing code paths as [[noreturn]]Shauren
2025-05-22Core/PacketIO: Migration to PacketUtilities bit/string operations part 4Shauren
2025-05-22Core/PacketIO: Support WorldPackets::String in SizedString/SizedCString writersShauren
2025-05-22Core/PacketIO: Migration to PacketUtilities bit/string operations part 3Shauren
2025-05-21Core/PacketIO: Migration to PacketUtilities bit/string operations part 2Shauren
2025-05-21Core/PacketIO: Allow disabling utf8 validation in SizedString/SizedCString utilsShauren
2025-05-19Core/Misc: Fixed some uninitialized variablesShauren
2025-05-18Core/PacketIO: Added missing packet util for non-bits container sizesShauren