aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Item
AgeCommit message (Expand)Author
2023-03-22Core: Update to 10.0.7Shauren
2023-03-20Core/Items: Updated ItemModifier enum for 10.0Shauren
2023-02-08Core/Players: Added support for profession equipment slots (#28799)Meji
2023-01-29Core/Players: Several currency fixes and improvements (#28676)Meji
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-12-17Core/Items: Dropped deprecated ItemFlag2 ITEM_FLAG2_DONT_IGNORE_BUY_PRICE (#2...ModoX
2022-12-17Core/Misc: Updated default expansion to 9Shauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-10-25Core/Loot: Implemented dungeon encounter personal lootShauren
2022-10-13Core/PacketIO: Use ByteBuffer from UpdateData instead of copying to it after ...Gosha
2022-09-01Core/Loot: Allocate Loot separately from objectsShauren
2022-08-25Core/Misc: Updated some enums for 9.2.7Shauren
2022-06-22Core/Items: Fixed logic mistake in ItemTemplate::IsRangedWeaponShauren
2022-04-22Core/Items: Implemented item effect trigger type 7 (On Looted)Shauren
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren
2022-03-19Core/Misc: Improvement item durability repair logic. (#26911)Mikhail Redko
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-26Core/Objects: Added helper structures to allow using customized updatefield s...Shauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-12Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...Shauren
2022-02-09Core/Utils: Extract template base class out of flag128Shauren
2022-02-05Scripts/Commands: Convert remaining debug commands (PR #25429)Peter Keresztes Schmidt
2022-02-05Core/Misc: Convert leftover DatabaseTransactions-by-reference (pass them by v...Treeston
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
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-21Core/Misc: Future msvc warning fixesShauren
2022-01-09Core/Items: Implemented many new enchantment flagsShauren
2021-12-28Core/Items: Fixed heirloom items counting for item set bonuses past their max...Shauren
2021-12-24Core/PacketIO: Fixed SMSG_UPDATE_OBJECT packets going missing for new itemsShauren
2021-12-21Core/Items: implement some helper methods for easier readability (#24113)ForesterDev
2021-12-14Core/Misc: More coding standards (#23519)Aokromes
2021-12-13Core/Unit: rename several getters to follow codestyleccrs
2021-12-13Coding standards (#23514)Aokromes
2021-11-24Core/Item: Item Signature (#23119)PolarCookie
2021-11-22Core/Players: Load faction change items from db2 instead of dbShauren
2021-11-16Core/Misc: Log more information in asserts (#22783)Giacomo Pozzoni
2021-11-05Core/Misc: 9.1.5 enum updatesShauren
2021-10-31Core/Chat: Unify chat hyperlink parsing (PR #22417)Treeston
2021-10-16Core/Items: Refactored learning spells from items to check for ITEM_SPELLTRIG...Shauren
2021-09-22Core/Items: Disable effects on items marked as legacyShauren
2021-09-22Core/Items: Define new item flagsShauren
2021-09-19Core/Creatures: implement CREATURE_FLAG_EXTRA_NO_SELL_VENDOR (#21642)Mikhail Redko
2021-09-08Core/Achievements: Update CriteriaType enum (#26856)Meji
2021-08-11Core/Items: Implemented secondary shoulder transmog appearanceShauren
2021-06-07Core/Achievements: Defined all modifier tree types and implemented many of themShauren
2021-04-21Core/Items: Calculating item level + organized iterating over items (#26276)Matan Shukry