aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-25Build: Reuse PCH file between all script modulesShauren
2024-02-24Scripts/ExilesReach: Implemented Ride SE Boar, Re-Deather and Stocking Up ↵Malcrom
quest (#29670) Co-authored-by: ModoX <moardox@gmail.com>
2024-02-24Core/PacketIO: Implemented CMSG_CHECK_IS_ADVENTURE_MAP_POI_VALID and ↵ModoX
SMSG_PLAYER_IS_ADVENTURE_MAP_POI_VALID (#29626)
2024-02-24Scripts/Spells: Update Vampiric touch script implementing the talent Misery ↵Aqua Deus
and the dispel fleeing (#29743)
2024-02-24Core/Creatures: Implemented UNIT_NPC_FLAG_GOSSIP as viewer dependent and ↵ModoX
update npcflags on quest changes (#29646)
2024-02-24Scripts: Removed unused global variablesShauren
2024-02-24Core/Position: Allow constexpr use of PositionShauren
2024-02-24Core/Vehicle: Don't set players movementInfo on vehicle dismiss (#29744)ModoX
2024-02-24Scripts/ForbiddenReach: Added spawn handling for dracthyr intro personal ↵Naddley
summons (#29682) Co-Authored-By: ModoX <moardox@gmail.com>
2024-02-24Core: Update allowed build to 10.2.5.53441Shauren
2024-02-23Core/Battlegrounds: Move some areatrigger handling to scripts (#29700)Jeremy
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-22DB/Conditions: Remove a unneeded condition for Quest: "Hanazua"Kelpiesklubhouse
Closes #29714
2024-02-22DB/Tirisfal: Update questchains for DeathknellKelpiesklubhouse
Closes #29686
2024-02-22DB/Mulgore: Update questchains for Camp NaracheKelpiesklubhouse
Closes #29661
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-18DB/Durotar: Update questchains for Valley of TrialsKelpiesklubhouse
Closes #29659
2024-02-17DB/Teldrassil: Update questchains for TeldrassilKelpiesklubhouse
Closes #29658
2024-02-17DB/Teldrassil: Update questchains for ShadowglenKelpiesklubhouse
Closes #29656
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-17Dep/SFMT: Support NEON on ARM with MSVCShauren
2024-02-17Dep/g3d: Support ARM with MSVCShauren
2024-02-17Dep/protobuf: Support ARM with MSVCShauren
2024-02-17Build: Improve ARM target detection in cmake (needed by MSVC)Shauren
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-13DB/Hotfixes: Added some broadcast_text entries (Love is in the Air)Meji
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-11DB/Boralus: Removed duplicate spawnsPolytrih
2024-02-11DB/Phases: Added phases for The Gala of Gifts (Love is in the Air)Meji
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