aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server/Packets
AgeCommit message (Expand)Author
2025-03-01Core/Objects: Optimize spawn tracking handling in building SMSG_UPDATE_OBJECTShauren
2025-03-01Core/PacketIO: Use new packet writing utilities in a bunch of filesShauren
2025-02-20Core/Misc: Reduce differences between branchesShauren
2025-02-01Core/Spells: Remove manual spell guid creation in scriptsShauren
2025-01-09Core/Auras: Use UnitListSearcher instead of WorldObjectListSearcher when sear...Shauren
2025-01-09Core/Auras: Make iteration over Aura::GetAuraEffects safe by automatically sk...Shauren
2025-01-04Core/Misc: Implemented spawn tracking (#30247)Meji
2024-12-27Core/PacketIO: Refactor LootPackets to use new Bits<> writing utilitiesShauren
2024-12-19Core/PacketIO: Remove overriding Underlying type from ByteBuffer reads in fav...Shauren
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-17Fix nopch buildShauren
2024-12-17Core/PacketIO: Added more utilities for packet writing for strings and option...Shauren
2024-11-21Core/PacketIO: Rename more unknown packet fieldsShauren
2024-11-19Core/Auras: Implemented mount equipmentShauren
2024-11-06Typo fixShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-10-31Core/PacketIO: Fixed SMSG_QUERY_QUEST_INFO_RESPONSE structureShauren
2024-10-30Core/PacketIO: Updated packet structures to 11.0.5Shauren
2024-10-30Core/PacketIO: Update opcodes for 11.0.5Shauren
2024-10-21Core/Texts: Refactor Emote/Sound handling and add ConditionID for ChatTextBui...Jeremy
2024-10-18Core/PacketIO: Fix old copypasteShauren
2024-10-18Core/PacketIO: Added empty implementation for treasure picker opcodes (#30351)Meji
2024-10-07Core/Movement: Implemented cyclic waypoint movement (#29923)ModoX
2024-10-07Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPD...Shauren
2024-09-14Core/PacketIO: Fix SMSG_UI_MAP_QUEST_LINES_RESPONSE struct (TWW) (#30219)Meji
2024-09-06Core/PacketIO: Add missing bit to SMSG_QUEST_GIVER_QUEST_DETAILSShauren
2024-08-31Core/PacketIO: Fixed SMSG_SPELL_ENERGIZE_LOG structureShauren
2024-08-30Core/PacketIO: Implemented UIMap questlines (#30030)Meji
2024-08-19Core/PacketIO: Add some missing 11.0 packet bitsShauren
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-08-17Core/PacketIO: Fixed SMSG_QUEST_GIVER_REQUEST_ITEMS structureShauren
2024-08-17Core/PacketIO: Fixed some 11.0.2 structuresShauren
2024-08-16Core: Updated to 11.0.2Shauren
2024-08-14Core/PacketIO: Misc non-structure altering refactorsShauren
2024-08-10Core/Players: Implemented hero talentsShauren
2024-08-03Core/PacketIO: Use std::string_view to read strings from ByteBufferShauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-07-31Core/PacketIO: Added example uses of new packet reading/writing utilitiesShauren
2024-07-31Core/PacketIO: Added new packet reading/writing utilities for type casting, o...Shauren
2024-07-21Core/PacketIO: Named unknown field in CMSG_CREATE_CHARACTERShauren
2024-07-11Core/PacketIO: Fixed SMSG_ATTACKER_STATE_UPDATE structureShauren
2024-07-02Core/Spells: Implemented SPELL_ATTR9_ITEM_PASSIVE_ON_CLIENTShauren
2024-06-26Core/PacketIO: Fixed packet structres changed after build 54449Shauren
2024-05-15Core/AreaTriggers: Add PlaySpellVisual (#29985)Jeremy
2024-05-09Core/PacketIO: Fixed SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN structureShauren
2024-05-08Core: Update to 10.2.7Shauren
2024-05-01Core/Spells: Implemented evoker empower spell mechanicShauren
2024-04-29Core/Items: Implemented packets setting up inventory cleanup parametersShauren
2024-04-23Core/Movement: Refactor MoveSplineFlag to get rid of undefined behavior (cast...Shauren
2024-04-21Core/Movement: Fixed data sent in cyclic spline related packetsModoX