aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server/Protocol
AgeCommit message (Expand)Author
9 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-10-20Core/PacketIO: Mark shop/token packets as ignored (don't log that they are un...Shauren
2025-10-10Core: Updated to 11.2.5.63704Shauren
2025-08-13Core: Updated to 11.2.0Shauren
2025-07-15Core/PacketIO: Add SMSG_DUEL_ARRANGED to IsInstanceOnlyOpcodeShauren
2025-07-10Core/Logging: Remove temporary string creation when logging opcode namesShauren
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-05-17Core/PacketIO: Implemented CMSG_UPDATE_SPELL_VISUALShauren
2025-05-17Core/PacketIO: Migration to PacketUtilities bit/string operations part 1Shauren
2025-05-15Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::dataShauren
2025-04-25Core: Updated to 11.1.5Shauren
2025-04-16Core/Players: Improve setting ActivePlayerData::TransportServerTime by includ...Shauren
2025-03-19Core/Auras: Implemented SPELL_AURA_MOD_CHARGE_RECOVERY_RATE, SPELL_AURA_MOD_C...Shauren
2025-03-17Core/Auras: Implemented SPELL_AURA_MOD_RECOVERY_RATE and SPELL_AURA_MOD_RECOV...Shauren
2025-03-04Core/Players: Implement warband scene collectionShauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-01-04Core/Misc: Implemented spawn tracking (#30247)Meji
2024-12-18Core: Updated to 11.0.7Shauren
2024-11-19Core/Auras: Implemented mount equipmentShauren
2024-10-30Core/PacketIO: Updated packet structures to 11.0.5Shauren
2024-10-30Core/PacketIO: Update opcodes for 11.0.5Shauren
2024-10-18Core/PacketIO: Added empty implementation for treasure picker opcodes (#30351)Meji
2024-10-07Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPD...Shauren
2024-09-29Core/PacketIO: Enable CAN_ADV_FLY opcodesTraesh
2024-09-07Core/Auras: Implemented SPELL_AURA_MOVE_SET_CANT_SWIM and related new opcodesShauren
2024-08-30Core/PacketIO: Implemented UIMap questlines (#30030)Meji
2024-08-19Core/PacketIO: Fixed CMSG_QUERY_REALM_NAME not being handled and not sending ...Shauren
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-08-16Core: Updated to 11.0.2Shauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-07-02Core/Spells: Implemented SPELL_ATTR9_ITEM_PASSIVE_ON_CLIENTShauren
2024-05-15Core/AreaTriggers: Add PlaySpellVisual (#29985)Jeremy
2024-05-08Core: Update to 10.2.7Shauren
2024-05-05Core/Misc: Refactor OpcodeTable reducing its size and modernize array/pointer...Shauren
2024-05-01Core/Spells: Implemented evoker empower spell mechanicShauren
2024-04-29Core/Items: Implemented packets setting up inventory cleanup parametersShauren
2024-03-21Core: Updated to 10.2.6.53840Shauren
2024-03-09Core/Objects: Implemented vignettesShauren
2024-03-02Core/PacketIO: Implemented and enabled SMSG_STOP_SPEAKERBOT_SOUNDShauren
2024-02-27Core/Units: Added helper function to clear boss emote frame and enable SMSG_C...Shauren
2024-02-24Core/PacketIO: Implemented CMSG_CHECK_IS_ADVENTURE_MAP_POI_VALID and SMSG_PLA...ModoX
2024-02-14Core/Instances: Added back missing cases to InstanceScript::SendEncounterUnit...Shauren
2024-01-25Core/PacketIO: Handle QueryCountdownTimer (#29539)Jeremy
2023-12-31Core/Quests: Removed slow queries from daily and weekly resetsShauren
2023-11-25Core/Spells: Implement spell queue (#29409)Ovahlord