aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/DataStores
AgeCommit message (Collapse)Author
9 daysCore: Updated to 11.2.7Shauren
2025-11-08Core/Achievements: Implemented ModifierTreeType::PlayerIsInTimerunningSeasonShauren
2025-10-29Core/Spells: Name SpellCategoryFlags with official names and implement ↵Aqua Deus
ResetCooldownUponEndingEncounter flag (#31415)
2025-10-28Core/DataStores: Remove db2 id startup checks, compatibility validation is ↵Shauren
done on layout hash already Closes #31413
2025-10-17Core/DataStores: Update DB2Metadata to 11.2.5.63825Shauren
2025-10-14Core/Conditions: Implemented most PlayerCondition.db2 flagsShauren
2025-10-10Core: Updated to 11.2.5.63704Shauren
2025-10-06Core/Items: Implemented new item bonus types: ↵Shauren
ITEM_BONUS_OVERRIDE_CAN_SALVAGE, ITEM_BONUS_OVERRIDE_CAN_RECRAFT, ITEM_BONUS_OVERRIDE_CANNOT_TRADE_BOP and ITEM_BONUS_ITEM_LEVEL_BASE
2025-10-05Core/Items: Implemented new item bonus types: limit category and pvp item levelShauren
2025-10-01Core/Auras: Implemented new proc ppm modifier - SPELL_PPM_MOD_AURAShauren
2025-09-22Core/AreaTriggers: Implement ↵Meji
AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpiring (#31276)
2025-09-20Core/Players: Implement SetToMaxOnInitialLogIn power flag (#31263)Aqua Deus
2025-08-14Core/Players: Reenable transmogShauren
Closes #31209
2025-08-13Core: Updated to 11.2.0Shauren
2025-06-30Core/DataStores: Fixed loading GameObjectLabel.db2Shauren
Closes #31102
2025-06-27Core/Players: Implemented PlayerDataElementAccount, ↵Shauren
PlayerDataElementCharacter, PlayerDataFlagAccount and PlayerDataFlagCharacter
2025-06-18Core: Updated to 11.1.7Shauren
2025-05-17Core/Spells: Remove NYI labels from implemented spell effect attributesShauren
2025-05-10Core/AreaTrigger: Implement AreaTriggerActionSetFlag::DontDespawnWithCreator ↵ModoX
(#30832)
2025-04-28Core/Players: Implemented item level based armor damage reduction ↵Shauren
diminishing for pvp
2025-04-27Core/Chat: Support new 11.1.5 chat link color format and more chat link typesShauren
2025-04-25Core: Updated to 11.1.5Shauren
2025-04-19Core/Conditions: Added conditions for automatic learning spells with ↵Shauren
SkillLineAbility::AcquireMethod = 4
2025-04-18Core/DataStores: Convert SkillLineAbilityAcquireMethod to enum classShauren
2025-03-19Core/Auras: Implemented SPELL_AURA_MOD_CHARGE_RECOVERY_RATE, ↵Shauren
SPELL_AURA_MOD_CHARGE_RECOVERY_RATE_BY_TYPE_MASK and SPELL_AURA_MOD_CHARGE_RECOVERY_BY_TYPE_MASK
2025-03-04Core/Players: Implement warband scene collectionShauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-03-01Core/PacketIO: Use new packet writing utilities in a bunch of filesShauren
2025-02-23Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66Shauren
2025-01-17Core/Misc: Remove return type std::enable_if based SFINAEShauren
2025-01-09Core/DataStores: Delay building all DB2Manager containers after loading ↵Shauren
hotfix data to ignore rows marked as deleted by hotfixes
2025-01-07Fix nopch buildShauren
2025-01-07Core/Misc: Removed GetClassName preprocessor hackShauren
2025-01-06Core/DataStores: Define new taxi node flagsShauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-07Core/Achievements: Reduce the list of criteria types updated on loginShauren
* Implemented CriteriaType::ReachMaxLevel * Corrected implementations for CriteriaType::ReachRenownLevel and CriteriaType::LearnTaxiNode
2024-12-02Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABELShauren
2024-11-23Core/Entities: Make EntityFragmentsHolder more resilient to unexpected ↵Shauren
inputs and fix nopch build
2024-11-19Core/Auras: Implemented mount equipmentShauren
2024-11-15Core/DataStores: Rewrite DB2Manager::GetDefaultMapDifficulty to only return ↵Shauren
entries that point to valid Difficulty.db2 rows
2024-10-30Core/DataStores: Updated db2 structures to 11.0.5Shauren
2024-10-17Core/Misc: Don't use tellg() to estimate file sizesShauren
2024-10-06Core/DataStores: Update startup id checks for 11.0.2 and require ↵Shauren
FlightCapability id = 1 as well
2024-10-06Core/DataStores: Load FlightCapability.db2Traesh
2024-09-27Core/DataStores: Removed overriding field sign type based on db2 column ↵Shauren
compression
2024-09-22Core/DataStores: Updated db2 structures for 11.0.2.56647Shauren
2024-09-19Scripts/Spells: Update Shadow Word: Death script and define new spell effect ↵Shauren
attribute related to one of its effects
2024-09-18Core/Creatures: Allow PlayerInteractionType::CharacterBanker from ↵Shauren
CMSG_BANKER_ACTIVATE
2024-09-06Core/DataStores: Fix typos in ModifierTreeType valuesShauren
Closes #30172