aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server/Protocol
AgeCommit message (Collapse)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 ↵Shauren
old lock_guard)
2025-11-25Core/Warden: Removed implementation not compatible with modern client ↵Ovahlord
versions (#30491)
2025-10-20Core/PacketIO: Mark shop/token packets as ignored (don't log that they are ↵Shauren
unhandled)
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 ↵Shauren
including TIME_SYNC and CMSG_QUEUED_MESSAGES_END values in its calculation * This removes delay on nearby object visibility after login and teleport
2025-03-19Core/Auras: Implemented SPELL_AURA_MOD_CHARGE_RECOVERY_RATE, ↵Shauren
SPELL_AURA_MOD_CHARGE_RECOVERY_RATE_BY_TYPE_MASK and SPELL_AURA_MOD_CHARGE_RECOVERY_BY_TYPE_MASK
2025-03-17Core/Auras: Implemented SPELL_AURA_MOD_RECOVERY_RATE and ↵Shauren
SPELL_AURA_MOD_RECOVERY_RATE_BY_SPELL_LABEL
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
* Temporary workaround to display quest details at questgiver Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-07Core/Movement: Store adv flying speeds instead of hardcoding them in ↵Shauren
SMSG_UPDATE_OBJECT and enable packets modifying them
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
any responses
2024-08-18Core/Realms: Realmlist refactorsShauren
* Removed global realm variable from World and use RealmList everywhere * Match auth build key with client version * Restored allowedSecurityLevel checks for realmlist packet building * Restored updating population field, mysteriously removed 15 years ago in f20b25d1c90f608deab28c9957b3b376ab2a0d50
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 ↵Shauren
array/pointer storage
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 ↵Shauren
SMSG_CLEAR_BOSS_EMOTES
2024-02-24Core/PacketIO: Implemented CMSG_CHECK_IS_ADVENTURE_MAP_POI_VALID and ↵ModoX
SMSG_PLAYER_IS_ADVENTURE_MAP_POI_VALID (#29626)
2024-02-14Core/Instances: Added back missing cases to ↵Shauren
InstanceScript::SendEncounterUnit that are supported in 3.3.5 branch
2024-01-25Core/PacketIO: Handle QueryCountdownTimer (#29539)Jeremy
* Add it to battleground * Base implementation countdowns in Group * Fix timer sync between groups in battlegrounds
2023-12-31Core/Quests: Removed slow queries from daily and weekly resetsShauren
Closes #29146
2023-11-25Core/Spells: Implement spell queue (#29409)Ovahlord