aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Groups
AgeCommit message (Expand)Author
2025-10-29Core/Misc: Remove large functions from headersShauren
2025-10-04Core/Misc: Reduce differences between branchesShauren
2025-08-10Core/Arenas: Allow queueing for rated arenas (#31148)Jeremy
2025-07-11Core/Misc: Rename LinkedListHead insertion functions to push_back/push_front ...Shauren
2025-07-11Core/Misc: Rename LinkedListHead::getSize to size to fit standard container n...Shauren
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ...Shauren
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-05-22Core/PacketIO: Migration to PacketUtilities bit/string operations part 3Shauren
2025-02-09Core/Misc: Reduce code differences between branchesShauren
2025-01-03Core/Objects: Use span/array instead of vector for raw ObjectGuid manipulationsShauren
2024-11-10Core/Position: Position constructor improvementsShauren
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-07-29Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ...Shauren
2024-07-25Core/Groups: Make member field naming consistent and add missing constsShauren
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-03-03Core/Quests: Merged UpdateNearbyCreatureNpcFlags, UpdateVisibleGameobjectsOrS...Shauren
2024-01-25Core/PacketIO: Handle QueryCountdownTimer (#29539)Jeremy
2023-12-29Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums instead...Jeremy
2023-09-25Core/Achievements: Fixed achievement criteria StartEvent and FailEventShauren
2023-09-14Core/Groups: Implemented 10.1.7 ping systemShauren
2023-09-07Core: Update to 10.1.7Shauren
2023-08-26Core/Battlegrounds: Rework queues (#29200)Jeremy
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-10-25Core/Loot: Implemented dungeon encounter personal lootShauren
2022-10-04Core/Groups: Removed group_instance row deletion of empty groupsModoX
2022-10-04Core/Instances: Reimplement resetting instances from UIShauren
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...Shauren
2022-10-04Core/Maps: Check group that owns instance (first group to enter a given insta...Shauren
2022-10-04Core/Instances: Instance lock rewrite (WIP)Shauren
2022-09-16Core/Loot: Move loot rolls from Group to LootShauren
2022-09-14Core/Loot: Store method used at loot generation inside Loot objectShauren
2022-09-11Core/Loot: Set loot guid and type in Loot constructorShauren
2022-09-01Core/Loot: Allocate Loot separately from objectsShauren
2022-08-19Core/PacketIO: Drop correct field in SMSG_PARTY_UPDATE and utilize new bit pr...ModoX
2022-08-19Core/PacketIO: Fixed structure of SMSG_PARTY_UPDATEModoX
2022-07-31Core/PacketIO: Updated packet structures to 9.2.7Shauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-07-22Core/Groups: Fixed loading character race info for offline group membersShauren
2022-06-01Core/PacketIO: Updated packet structures to 9.2.5Shauren
2022-05-14Core/PacketIO: Implemented SMSG_BROADCAST_SUMMON_CAST and SMSG_BROADCAST_SUMM...Shauren
2022-05-01Core/Groups: Execute all group related database cleanup at the beginning of L...dufernst
2022-04-16Core/Battlegrounds: Store mercenary status separately from the aura obtained ...Shauren
2022-04-12Core/Groups: Escape mysql keyword in group loading queryShauren
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-11Core/Misc: Fix issues reported by static analysisjackpoz
2022-03-09Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2022-03-06Core/Misc: Fix static analysis issues (#25924)Giacomo Pozzoni
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum