aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Groups/Group.cpp
AgeCommit message (Expand)Author
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-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-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
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-10-25Core/Loot: Implemented dungeon encounter personal lootShauren
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-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-04-16Core/Battlegrounds: Store mercenary status separately from the aura obtained ...Shauren
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
2022-01-23Core/Misc: Replace boost::optional with std::optional part 2Shauren
2022-01-23Core/DataStores: Port refactors from Update DBC field names to generated ones...Peter Keresztes Schmidt
2022-01-12Core/Groups: Fixed crash in loot rolls happening when looted object despawns ...Shauren
2021-12-21Core/Items: implement some helper methods for easier readability (#24113)ForesterDev
2021-12-17Core/Instance: remove wrong raid-only restriction in the logic that kicks off...Wyrserth
2021-12-15Battleground/Arena: Properly check RBAC arena join permission before allowing...Treeston
2021-12-14Core/Conditions: allow spellclick conditions to properly work for aura apply/...Wyrserth
2021-12-13Core/Unit: rename several getters to follow codestyleccrs
2021-12-13Core/Loot: fix issue that prevented players from rolling for an unique-catego...Wyrserth
2021-12-11Core/Misc: Code cleanupjackpoz