aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Groups/Group.cpp
AgeCommit message (Expand)Author
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
2021-12-11Core/Instance : Fix instance resetting exploit (#23263)zartech22
2021-12-11Core/Loot: implement automatic pass in group loot for items that cannot be lo...Wyrserth
2021-12-11 Core/Group: implement automatic party/raid leader change when the leader has...Wyrserth
2021-11-23Core/Group: Fix memory leakjackpoz
2021-09-26Core/Battleground: Fixed a problem that did not let Arenas queue if it was in...Gooyeth
2021-09-25Core/Battleground: allow Random battleground and arena queues same time. (#21...Gooyeth
2021-09-08Core/Achievements: Update CriteriaType enum (#26856)Meji
2021-08-08Core/Misc: ASSERT() cleanupjackpoz
2021-04-06Core/PacketIO: Use new time utilities in packets instead of plain time_t/uint32Shauren
2021-04-06Core/Groups: Use std::chrono type for Group::m_readyCheckTimerShauren
2021-02-24Fix buildOvah
2021-02-24Core/PacketIO: Fixed building SMSG_PARTY_MEMBER_FULL_STATE for multiple recei...Ovah
2020-09-19Core/PacketIO: Renamed a bunch of opcodes based on more research (only those ...Shauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-07-16- Add new commands .group set assistant, .group set maintank and .group set m...treeston
2020-07-02Nopch fixShauren
2020-07-02Core/PacketIO: Convert all leftover packets to use packet classesShauren