index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T09:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Loot
Age
Commit message (
Expand
)
Author
2025-07-11
Core/Groups: Use iterators instead of raw LinkedListElement to interact with ...
Shauren
2025-06-10
Core/Misc: Kill copy/move constructors for singleton classes
Shauren
2025-02-23
Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66
Shauren
2024-12-31
Core/Misc: Include cleanup - remove MapUtils.h from Containers.h
Shauren
2024-12-29
Core/Loot: Implemented automatic flagging of tracking quests from loot
Shauren
2024-12-27
Core/PacketIO: Refactor LootPackets to use new Bits<> writing utilities
Shauren
2024-12-01
Core/Misc: Port std::ranges::contains from c++23
Shauren
2024-09-24
Core/Items: Implemented ITEM_BONUS_DISENCHANT_LOOT_ID
Shauren
2024-08-26
Core/Loot: Implemented currency loot
Shauren
2024-08-25
Core/Loot: Build fix for older compilers
Shauren
2024-08-25
Core/Loot: Added type to LootStoreItem to replace reference != 0 checks
Shauren
2024-08-25
Core/Conditions: Remove unneccessary duplicate condition startup checks - ite...
Shauren
2024-08-25
Core/Loot: Use unique_ptr in LootTemplate class
Shauren
2024-08-25
Core/Loot: Use unique_ptr in LootStore class
Shauren
2024-08-17
Core/Utils: Unwrap non-copyable pointers (unique_ptr) from Trinity::Container...
Shauren
2024-01-29
Core/Loot: Fixed items some not being lootable on second opening of a lootabl...
Shauren
2024-01-11
Core/Conditions: Refactor ConditionMgr internals to get rid of separate conta...
Shauren
2023-12-30
Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes r...
Shauren
2023-10-31
Core/Random: Changed random functions returning doubles to return floats
Shauren
2023-07-03
Core/GameObjects: Only start loot restock timer if loot contents were modifie...
Shauren
2023-06-17
Core/Items: Item bonus generation improvements
Shauren
2023-05-29
Core/Creatures: Move creature difficulty specific data from creature_template...
Meji
2023-05-04
Core: Update to 10.1
Shauren
2023-04-06
Core/Misc: Modernize code a bit by replacing std::tie with either structured ...
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-02
Core/Loot: Added loot slot check to Loot::LootItemInSlot (client sent-value)
Shauren
2022-12-04
Core: Updated to 10.0.2
Shauren
2022-10-25
Core/Loot: Implemented dungeon encounter personal loot
Shauren
2022-10-24
Core/Conditions: Add const to condition checking functions
Shauren
2022-10-17
Core/Loot: Implemented personal loot and tag sharing for non-boss loot
Shauren
2022-10-16
Core/Loot: Initial support for personal loot in gameobjects (non-instanced co...
Shauren
2022-10-06
Core/Loot: Prevent looting bosses by players that have already completed that...
Shauren
2022-10-04
Core/Loot: Send DungeonEncounter id in SMSG_ITEM_PUSH_RESULT
Shauren
2022-09-18
Core/Loot: Refactored Player::SendLoot to accept Loot object directly
Shauren
2022-09-18
Core/Loot: Move loot generation out of Player::SendLoot
Shauren
2022-09-17
Core/Loot: Simplify loot containers
Shauren
2022-09-16
Core/Loot: Move loot rolls from Group to Loot
Shauren
2022-09-14
Core/Loot: Store method used at loot generation inside Loot object
Shauren
2022-09-14
Core/Loot: Store references to Loot objects directly in players loot view map...
Shauren
2022-09-11
Core/Loot: Set loot guid and type in Loot constructor
Shauren
2022-09-01
Core/Loot: Updated LootType enum for 9.2.7
Shauren
2022-09-01
Core/Loot: Allocate Loot separately from objects
Shauren
2022-08-25
Core/Loot: Removed unneccessary field from Loot class and pass it as paramete...
Shauren
2022-08-25
Core/Loot: Removed old auto looting code for currency token items
Shauren
2022-04-24
Core/Spells: Rename SpellAttr0 to use official attribute names
Shauren
2022-04-22
Core/Items: Implemented item effect trigger type 7 (On Looted)
Shauren
2022-03-12
Core/Item: Fixed another possible container exploit due to invalid loading of...
robinsch
2022-03-11
Core/Misc: Fix static analysis issues
jackpoz
2022-03-11
[Exploit/Dupe] Container item (#26689)
robinsch
2022-03-11
Core/Loot: Allow master looter to see all quest items (#26584)
Giacomo Pozzoni
[next]