aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-12-08Scripts/Spells: Fix demon hunter talent "Darkglare Boon" (#30496)Aqua Deus
2024-12-08Core/Players: Improve reset spell cooldowns when entering arenas (#30032)Gildor
Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 97b19a54457d6239a8e57f61281bda1cd16b8984)
2024-12-08Core/Quests: Improved criteria tree quest objective typeShauren
* Fixed _completedObjectives not being cleaned when adding quest * Fixed objective credit being granted if just the criteria tree row containing criteria id was completed (instead of the entire tree linked to objective) * Retroactively grant progress on quest accept for criteria types that require action that cannot be repeated (such as learning a spell)
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-06Core/Guilds: Prevent guild bank packet contents update hack from interfering ↵Shauren
with buying new bank tabs Closes #30277
2024-12-05Core/Spells: Fixed item level requirements for enchanting spellsShauren
Closes #30482 (cherry picked from commit 243314806ff10d9cd4a7595cb48a7bb5878058d6) # Conflicts: # src/server/game/Spells/Spell.cpp # src/server/game/Spells/SpellInfo.cpp # src/server/shared/SharedDefines.h # src/server/shared/enuminfo_SharedDefines.cpp
2024-12-04Core/GameObjects: Fixed gameobject spell casts failing when triggered by ↵Shauren
SPELL_EFFECT_OPEN_LOCK
2024-12-04Core/SAI: Allow update of disable gravity/root applied via static flags ↵Meji
(using related action type) (#30481)
2024-12-03Core/Spells: Implemented TargetAuraType and ExcludeTargetAuraType cast ↵Shauren
requirements
2024-12-03Core/Scenarios: Send Scenario GUID in scenario progress packet (#30465)Ghaster
2024-12-02Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABELShauren
2024-12-02Core/Quests: Change Player::KilledMonster arguments to take Creature directlyShauren
2024-12-02Core/Quests: Use a helper function for quest objective StorageIndex startup ↵Shauren
validation
2024-12-02Core/Commands: Handle more quest objective types with .quest complete commandShauren
2024-12-02Core/Conditions: Added missing CONDITION_STRING_ID case to ↵Shauren
Condition::GetSearcherTypeMaskForCondition
2024-12-02Core/Conditions: Explicitly name fields in condition type info initializerShauren
2024-12-01Fix nopch buildShauren
2024-12-01Core/Misc: Port std::ranges::contains from c++23Shauren
2024-12-01Scripts/Spells: Implement demon hunter talent "Darkness" (#30473)Aqua Deus
2024-12-01Scripts/Spells: Implement demon hunter talent "Chaotic Transformation" (#30471)Aqua Deus
2024-12-01Scripts/Spells: Implement demon hunter talent "Eye Beam" (#30470)Aqua Deus
2024-11-30Scripts/Spells: Implement demon hunter talent "Tactical Retreat" (#30468)Aqua Deus
2024-11-29Scripts/Spells: Fix evoker talent Verdant Embrace (#30439)Aqua Deus
2024-11-28Core/Vmaps: Don't ignore model rotation when calculating liquid levelShauren
Closes #30205
2024-11-27Scripts/StormwindCity: Implement quest "The King's Command" (29547) (#30459)Meji
2024-11-27Scripts/TheJadeForest: Implement quest "Into the Mists" (29690) (#30443)Meji
2024-11-27Adjust previous commit to compile with clang on systems that have gcc 12 ↵Shauren
installed
2024-11-26Core/Misc: Modernize and improve GetMainPartOfNameShauren
2024-11-24Scripts/Spells: Fix dk talent Cleaving Strikes (#30238)Aqua Deus
2024-11-24Scripts/Spells: Fix Rogue Stealth with cleanup for dropped spells and move ↵Aqua Deus
some linked spells to their own separate scripts (#30378)
2024-11-24Misc/Config: Add Earthen to CharacterCreating.Disabled.RaceMask documentationShauren
2024-11-24Misc/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask (#30457)CraftedRO
2024-11-23Core/Misc: Remove non-portable hack of including `<__msvc_chrono.hpp>` - ↵Stephan T. Lavavej
will break in future MSVC release (#30460)
2024-11-23Core/Entities: Make EntityFragmentsHolder more resilient to unexpected ↵Shauren
inputs and fix nopch build
2024-11-21Core/PacketIO: Rename more unknown packet fieldsShauren
2024-11-19Core/Auras: Implemented mount equipmentShauren
2024-11-18Core/GameObjects: Define and use new gameobject dynamic flag to restore old ↵Shauren
visual behavior
2024-11-17Scripts/Spells: Implement death knight talent Soul Reaper (#30236)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-11-17Scripts/Spells: Fix dk talent Subduing Grasp (#30242)Aqua Deus
2024-11-17Scripts/Spells: Fix proc of Frost Fever (#30250)Aqua Deus
2024-11-16Core/Spells: Fix custom load screen for SPELL_EFFECT_TELEPORT_UNITS (#30415)Meji
2024-11-15Core/DataStores: Rewrite DB2Manager::GetDefaultMapDifficulty to only return ↵Shauren
entries that point to valid Difficulty.db2 rows
2024-11-14Core/Handlers: Fix logic error in HandleAuctionRemoveItem (#30440)lineagedr
2024-11-14Core/Misc: Support IPv6 ip2locationShauren
2024-11-13Core/JSON: Prevent out of bounds memory accesses in json deserializationShauren
2024-11-12Core/Misc: Fix some GCC warningsShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-11-10Core/Auras: Implement SPELL_AURA_DISABLE_GRAVITY (#30365)Aqua Deus
2024-11-10Core/Position: Position constructor improvementsShauren
* Prevent constructing with only X coord * Remove unneccessary NormalizeOrientation calls when constructed with default orientation (0)
2024-11-09Scripts/Spells: Fix Rising Sun Kick heal reduction on Windwalker spec (#30369)Aqua Deus