aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Item
AgeCommit message (Expand)Author
2021-04-15Core/Misc: Replace time(NULL) with GameTime::GetGameTime()jackpoz
2021-04-11Script/Spells: shaman spell fixes (#26192)Matan Shukry
2021-04-09Core/DataStores: Updated db2 structures to 9.0.5Shauren
2021-01-21Core/Logs: Fix more logsAokromes
2020-12-08Core/Misc: Updated SpellCastResult, SpellCustomErrors, GameError and Inventor...Shauren
2020-12-08Core/DataStores: Updated db2 structures to 9.0.2Shauren
2020-12-08Core/Transmog: Support new transmog modifiers (secondary appearance)Shauren
2020-12-08Core/Items: Define new ItemVendorTypeShauren
2020-12-08Core/Items: Define new ItemModifierShauren
2020-09-19Core/PacketIO: Renamed a bunch of opcodes based on more research (only those ...Shauren
2020-09-07Core/Spells: Implemented using base weapon damage in spell attack power formulasShauren
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-02Core/PacketIO: Convert all leftover packets to use packet classesShauren
2020-06-27Core/DataStores: Simplified string memory allocation in db2 files, dropped un...Shauren
2020-06-13Core/Items: Implemented corruption and corruption resistance statsShauren
2020-06-12Core/Spells: Implement using different difficulty data from all spell related...Shauren
2020-06-05Core/Items: Implemented new bonus type (extra ItemEffect)Shauren
2020-05-21Core/Misc: GCC build and warning fixesShauren
2020-04-27Core/Loot: implement Loot Item Storage (#19018)xinef1
2020-04-25Core/Misc: Fixed wrong db field accessor functions useShauren
2020-04-24Core/Items: Updated heart of azeroth level cap and knowledge starting date fo...Shauren
2020-04-24Core/Items: Fixed durability problems for wrapped item (#19003)xinef1
2020-04-23Core/PacketIO: Implement building SMSG_UPDATE_OBJECT only for selected fields...Shauren
2020-04-18Core/Items: Add helper function to get item name including suffixShauren
2020-04-07Core/Misc: Defined new summon properties titlesShauren
2020-04-06Core/Items: Initialize m_randomBonusListId in constructorShauren
2020-04-03Core/Entities: Fixed saving spawn difficulties to db for .npc add and .gob ad...Shauren
2020-03-30Core/Players: Fixed racemasks usage for new racesShauren
2020-02-17Core/DataStores: Updated db2 structures to 8.3.0Shauren
2020-01-25Core/Misc: Removed references to item_template in logsShauren
2020-01-02New YearAokromes
2019-12-06Core/Items: Fixed crash when saving azerite items with REMOVED stateShauren
2019-12-05Core/Items: Implement azerite empowered itemsShauren
2019-12-02Core/Items: Fixed deleting items from db leaving orphaned transmog/artifact/m...Shauren
2019-12-01Core/Items: Fixed crash in selecting azerite essencesShauren
2019-11-25Core/Items: Implement new item bonus typesShauren
2019-11-24Core/Items: Disable legion artifacts except fishing artifactShauren
2019-11-23Core/Items: Add ItemContext param to Item::Create functionShauren
2019-11-22Core/Items: Implement azerite essencesShauren
2019-11-19Core/Items: Refactor loading additional item data (artifacts/azerite)Shauren
2019-11-18Core/Misc: Rename AzeriteItem packet namespace to just AzeriteShauren
2019-11-15Core/Achievements: Implement many new ModifierTree typesShauren
2019-11-12Core/Items: Implemented AzeriteItemShauren
2019-10-27Core/Misc: Updated a bunch of enums to 8.2.5Shauren
2019-10-27Core/DataStores: Updated db2 structures to 8.2.5Shauren
2019-08-15Core/Items: Defined new item flagsShauren
2019-07-27Core/DBLayer: Prevent committing transactions started on a different databaseShauren
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-07-14Core/Spells: Fixed creating enchant scrollsShauren