aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Loot/Loot.cpp
AgeCommit message (Expand)Author
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ...Shauren
2025-02-23Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66Shauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-29Core/Loot: Implemented automatic flagging of tracking quests from lootShauren
2024-12-27Core/PacketIO: Refactor LootPackets to use new Bits<> writing utilitiesShauren
2024-09-24Core/Items: Implemented ITEM_BONUS_DISENCHANT_LOOT_IDShauren
2024-08-26Core/Loot: Implemented currency lootShauren
2024-08-17Core/Utils: Unwrap non-copyable pointers (unique_ptr) from Trinity::Container...Shauren
2024-01-11Core/Conditions: Refactor ConditionMgr internals to get rid of separate conta...Shauren
2023-12-30Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes r...Shauren
2023-07-03Core/GameObjects: Only start loot restock timer if loot contents were modifie...Shauren
2023-06-17Core/Items: Item bonus generation improvementsShauren
2023-05-04Core: Update to 10.1Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-02Core/Loot: Added loot slot check to Loot::LootItemInSlot (client sent-value)Shauren
2022-10-25Core/Loot: Implemented dungeon encounter personal lootShauren
2022-10-24Core/Conditions: Add const to condition checking functionsShauren
2022-10-17Core/Loot: Implemented personal loot and tag sharing for non-boss lootShauren
2022-10-06Core/Loot: Prevent looting bosses by players that have already completed that...Shauren
2022-10-04Core/Loot: Send DungeonEncounter id in SMSG_ITEM_PUSH_RESULTShauren
2022-09-18Core/Loot: Refactored Player::SendLoot to accept Loot object directlyShauren
2022-09-18Core/Loot: Move loot generation out of Player::SendLootShauren
2022-09-17Core/Loot: Simplify loot containersShauren
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-14Core/Loot: Store references to Loot objects directly in players loot view map...Shauren
2022-09-11Core/Loot: Set loot guid and type in Loot constructorShauren
2022-09-01Core/Loot: Allocate Loot separately from objectsShauren
2022-08-25Core/Loot: Removed old auto looting code for currency token itemsShauren
2022-04-22Core/Items: Implemented item effect trigger type 7 (On Looted)Shauren
2022-03-11Core/Misc: Fix static analysis issuesjackpoz
2022-03-11[Exploit/Dupe] Container item (#26689)robinsch
2022-03-11Core/Loot: Allow master looter to see all quest items (#26584)Giacomo Pozzoni
2022-02-13Core/Misc: Minor game include cleanupShauren
2021-12-21Core/Items: implement some helper methods for easier readability (#24113)ForesterDev
2021-12-11Core/Loot: make Loot::AddItem() honor LootItem::AllowedForPlayer() so that it...Wyrserth
2021-12-11Core/Loot: fix some issues with master loot and don't allow players to see so...Wyrserth
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-06-07Core/Items: Fixed generating default bonuses based on contextShauren
2020-04-27Core/Loot: implement Loot Item Storage (#19018)xinef1
2020-01-02New YearAokromes
2019-11-23Core/Items: Add ItemContext param to Item::Create functionShauren
2019-10-27Core/DataStores: Updated db2 structures to 8.2.5Shauren
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-07-21Core/Misc: Fixed player corpse looting, added player corpse loot and some mor...xinef1
2019-07-21Core/Misc: Fix various crashes, also related to multithreading (#19012)xinef1
2019-06-08Core/Items: Drop item random property and suffix - all random stats must be g...Shauren
2019-06-08Core/PacketIO: Rewrite updatefield handlingShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-12-09Core/Loot: Only allow the roll winner to loot the item he won in case it cann...7.3.5/26972xinef1