aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Item/Item.cpp
AgeCommit message (Expand)Author
11 hoursCore/Misc: Reduce differences between branchesShauren
2025-08-14Core/Items: Relaxed transmog restrictiionsShauren
2025-08-13Core: Updated to 11.2.0Shauren
2025-05-13Core/Misc: Make string and string_view literal suffixes globally availableShauren
2025-05-07Core/Misc: Minor compile time improving changesShauren
2025-01-25Core/Items: Fixed item spell charge slot indexingShauren
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-10-30Core/PacketIO: Updated SMSG_UPDATE_OBJECT for 11.0.5Shauren
2024-10-27Core/Objects: More minor refactors for SMSG_UPDATE_OBJECT building - move get...Shauren
2024-10-25Core/PacketIO: Move writing data sizes in SMSG_UPDATE_OBJECT to shared functi...Shauren
2024-09-24Core/Items: Implemented ITEM_BONUS_DISENCHANT_LOOT_IDShauren
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-05-24Core/Players: Defined all avg item level slotsShauren
2024-05-12Core/Items: Fix item sell price not scaling with item level (#29972)Bloodtigress
2024-05-12Core/Criteria: Implemented CriteriaType EarnArtifactXP (#29975)Antonio Martín Berti
2024-04-12Core/Items: Implemented CreateTime item field and changed refund/soulbound tr...Shauren
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2023-12-06Core/Items: Fixed socket bonus checks (and reduce differences between branches)Shauren
2023-08-07Core/Misc: Turn ChrSpecialization into enum classShauren
2023-07-12Core: Update to 10.1.5Shauren
2023-06-17Core/Items: Item bonus generation improvementsShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-17Core/Misc: Updated default expansion to 9Shauren
2022-12-04Core: Updated to 10.0.2Shauren
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-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-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-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-13Core/Unit: rename several getters to follow codestyleccrs
2021-12-13Coding standards (#23514)Aokromes
2021-11-16Core/Misc: Log more information in asserts (#22783)Giacomo Pozzoni
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-15Core/Misc: Replace time(NULL) with GameTime::GetGameTime()jackpoz