aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-02-22Scripts/Spells: Implemented Priest talent Pain Transformation (#29720)Mematoru23
2024-02-22Warning fixShauren
2024-02-22Build fixShauren
2024-02-22Core/Movement: Removed template from FleeingMovementGeneratorShauren
2024-02-22Core/Creatures: Implemented CREATURE_STATIC_FLAG_4_NO_MELEE_APPROACH and ↵Shauren
fixed CREATURE_STATIC_FLAG_NO_MELEE_FLEE implementation (should cause fleeing from melee range)
2024-02-21Core/Spells: Fixed incorrect switch logic in Unit::SpellCritChanceDoneShauren
2024-02-20Core/Creatures: Prevent resetting creature sparring health thresholds on ↵Shauren
evade if it was changed to a custom value by a script
2024-02-19Core/Spells: Implemented SPELL_ATTR8_CAN_HIT_AOE_UNTARGETABLEShauren
2024-02-18Core/Movement: MoveCirclePath new featuresShauren
* Duration limit * Customizable speed
2024-02-17Core/CrashHandler: Support dumping variables stored in cpu registers (not ↵Shauren
accurate for all variables)
2024-02-17Core/CrashHandler: Support ARM64Shauren
2024-02-17Core/Random: Use correct headers to obtain _mm_malloc definitionsShauren
2024-02-16Core/Misc: Defined and implemented CHARACTER_FLAG_RESTING (#29695)Ghaster
2024-02-15Core/SAI: Fixed SMART_ACTION_MOVE_TO_POS and SMART_ACTION_JUMP_TO_POS using ↵Shauren
target coordinates as destination if requested WorldObject target was not found
2024-02-14Add missing changes for cc7e1bdcaed1ef1f6b4394378c99c56c8438b049Shauren
2024-02-14Core/Instances: Added back missing cases to ↵Shauren
InstanceScript::SendEncounterUnit that are supported in 3.3.5 branch
2024-02-14Core/Creatures: Implemented CREATURE_STATIC_FLAG_3_NO_THREAT_FEEDBACKShauren
2024-02-13Core/Creatures: ed0b621d1569a14174a9802027b68dbe4329da69 followupShauren
2024-02-13Core/Auras: Allow SPELL_AURA_MECHANIC_IMMUNITY_MASK to apply aoe/chain ↵Shauren
targeting immunity
2024-02-12Core/Clubs: Reserve memory for entire member array in ↵Shauren
club::v1::GetMembersResponse
2024-02-12Core/Spells: Fixed duplicate SMSG_SPELL_EXECUTE_LOG being sent if there are ↵Shauren
effects handled on spell launch (such as summoning)
2024-02-12Core/Gossips: Don't send NpcInteraction for GossipOptionNpc::None (#29691)Meji
2024-02-12Core/Guilds: Implemented club basics to restore old guild functionality (#29587)Fabian
* Updated BGS status names enum. Values bigger than 0x0000AFCD & some others are preserved for compatibility reasons. They were not in the client by default. * Added services & service methods required for guilds. * Allow club stream messages the usage of LANG_UNIVERSAL. Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-02-11Core/Quests: Don't send update of already completed CriteriaTree objectives ↵Meji
to the client when accepting quests (#29665)
2024-02-11Scripts/Spells: Implemented Priest talent Indemnity (#29669)Mematoru23
2024-02-11Core/Spells: Allow spells with SPELL_DAMAGE_CLASS_NONE to critShauren
2024-02-11Scripts/Spells: Implemented Priest talent Train of Thought (#29676)Mematoru23
2024-02-10Scripts/Spells: Implemented Priest talent Crystalline Reflection (#29677)Mematoru23
2024-02-10Scripts/Spells: Implemented Priest talent Divine Aegis/ Fixed PW:S Crit (#29683)Mematoru23
2024-02-10Core/Creatures: Set InteractSpellID for npc spellclickShauren
2024-02-07Scripts/Spells: Implemented Priest talent Heaven's Wrath (#29671)Mematoru23
2024-02-06Scripts/Spells: Implemented Priest talent PhantasmModoX
Co-authored-by: Mematoru23 <127750549+Mematoru23@users.noreply.github.com>
2024-02-05Core/Creatures: Implemented CREATURE_STATIC_FLAG_4_NO_BIRTH_ANIMShauren
2024-02-05Scripts/Priest: Implemented Priest talent Surge of Light (#29657)Mematoru23
2024-02-05Scripts/Spells: Implemented Mind Blast procs (#29641)Mematoru23
* Schism * Dark Indulgence
2024-02-05Scripts/Spells: Implemented Priest talent Blaze of Light (#29649)Mematoru23
2024-02-05Scripts/ExilesReach: Implemented quest Re-sizing the Situation (#29623)Malcrom
2024-02-04Scripts/ExilesReach: Fix owner selection for non personal summonsModoX
Closes #29655
2024-02-03Core/Achievements: Fixed updating EarnAchievement criteria type for guilds ↵Meji
and quest objectives (#29648)
2024-02-03Core/Conditions: Fixed typo in worldstate expression evaluation (#29639)Christyan
2024-02-01Core/Spells: Moved hardcoded immunity data for ↵Shauren
SPELL_AURA_MECHANIC_IMMUNITY_MASK to database
2024-02-01Scripts/Spells: Fixed possible crash in From Darkness Comes LightModoX
* 863a005ef229d62c81543355b558d719f013aca1 followup
2024-01-31Core/Achievements: Fixed BuyItemsFromVendors criteria typeMeji
2024-01-30Core/Creatures: Move immunities to separate table and implemented setting ↵Shauren
immunties to dispel, spell effects, aura types, aoe and chain targeting
2024-01-29Scripts/Boralus: Implement Quest "Sanctum of the Sages"" (#29636)Naddley
2024-01-29Scripts/Priest: Implemented Priest talent From Darkness Comes Light Aura ↵Cristian Vintila
(#29631)
2024-01-29Scripts/Spells: Implemented Priest talent Protective Light (#29630)Cristian Vintila
2024-01-29Core/Loot: Fixed items some not being lootable on second opening of a ↵Shauren
lootable item
2024-01-29Core/Players: fixed a possible crash in SendInitialPacketsBeforeAddToMap ↵Ovahlord
when uninstanced maps don't have a valid MapDifficulty entry
2024-01-27Scripts/Boralus: Implement quest "The Old Knight" (#29622)Naddley