Commit Graph
44597 Commits
Author SHA1 Message Date
Cristian Vintila 91d02c0443 Scripts/Spells: Implement priest talent Lasting Words (#31461) 2026-01-02 19:58:01 +01:00
Shauren 4ba5e27055 Core/Objects: Reorder Object type casting functions to make nonstatic ones appear first on editor completion lists 2026-01-02 16:23:41 +01:00
Shauren a519358a9d Core/Objects: Change NUM_CLIENT_OBJECT_TYPES to be part of TypeID enum instead of preprocessor define 2026-01-02 12:54:25 +01:00
Cristian Vintila 01e0fd931b Scripts/Spells: Implemented priest talent Prayerful Litany (#31458) 2026-01-02 00:11:29 +01:00
Cristian Vintila b2596bd42c Scripts/Spells: Implement priest talent Voice of Harmony (#31457) 2026-01-01 19:52:55 +01:00
Cristian Vintila 48992393c8 Scripts/Spells: Implement priest talent Burning Vehemence (#31456) 2026-01-01 19:10:12 +01:00
Cristian Vintila d905ac7d82 Scripts/Spells: Fix Holy Word: Chastise incapacitate/stun (#31455) 2026-01-01 18:50:51 +01:00
Shauren ef97fb4ea7 Core/Movement: Restore overriding walk/run mode on individual waypoint level for legacy escort scripts 2026-01-01 00:13:40 +01:00
Shauren 5c0de6977c Core/Logging: Fix wrong variable being used in SpellInfo::_LoadSqrtTargetLimit logs 2025-12-31 00:11:06 +01:00
Cristian Vintila 11f56a8a37 Scripts/Spells: Implement priest talent Binding Heals (#31452) 2025-12-30 23:35:07 +01:00
Cristian Vintila e8d4837aba Scripts/Spells: Implement Entropic Rift (#31447) 2025-12-30 21:59:51 +01:00
Shauren 1d9213f8f2 Core/AreaTriggers: Fixed areatrigger spline movement ignoring move curves on last point 2025-12-30 19:57:52 +01:00
Shauren c5653dc73f Core/PacketIO: Send HousingEnabled game rule to fix client crashes when calling some lua functions 2025-12-29 00:30:40 +01:00
Shauren d93f1a63c0 Core/Objects: Added new visible object type - bnet account with HousingStorageData 2025-12-29 00:28:20 +01:00
Shauren 405e1a3b27 Core/Objects: Regenerate UpdateFields files after adding BaseEntity 2025-12-28 16:35:07 +01:00
Shauren 42e9847b99 Core/Objects: Refactor building SMSG_UPDATE_OBJECT to make CGObject fragment optional as well as making integrating additional entity fragments easier 2025-12-28 14:14:47 +01:00
Shauren 61ce403d6f Core/Misc: Minor header cleanup 2025-12-27 16:21:11 +01:00
Shauren e654f0a15b Core/Objects: Support creating client position entity fragment for non-WorldObject entities 2025-12-27 16:06:01 +01:00
Shauren 0ff5cf4d00 Core/Objects: Create a base class for Object to support creating new client visible object types 2025-12-27 11:43:04 +01:00
Shauren 3b722eb93e Core/Objects: Add const to Object::DestroyForPlayer and Object::SendOutOfRangeForPlayer 2025-12-26 22:50:38 +01:00
Shauren df6de8c4ee Core/GameObjects: Refactor GetPauseTimes to return std::span 2025-12-26 22:05:11 +01:00
Shauren da6db9f37e Core/Objects: Store non viewer depentent CreateObjectBits directly in m_updateFlag 2025-12-26 00:42:14 +01:00
Shauren 65bdceb4f9 Core/Spells: Minor bitset refactor for 6cff1622e5 2025-12-26 00:42:14 +01:00
Shauren 6cff1622e5 Core/Spells: Only check spell immunity against effects that will apply to each target 2025-12-25 16:48:32 +01:00
Shauren 42ebe3b0dc Core/Spells: Use spell positivity to determine immunities instead of caster-target faction reaction 2025-12-25 16:16:16 +01:00
Shauren ac266c45b1 Core/PacketIO: Support using std::string_view in ClientPacket with WorldPackets::SizedString and WorldPackets::SizedCString 2025-12-24 13:03:25 +01:00
Naddley 2353eae0e2 DB/NPE: Updated Alliance Ship spawns to 11.2.7 2025-12-24 12:54:12 +01:00
Naddley 62fba2cd03 DB/DalaranLegion: Added spawns for the Infinite Bazaar (Legion Remix)
- Added Legion Remix game event
2025-12-23 21:20:14 +01:00
Naddley 7811daa3d4 DB/Phase: Name some Legion Remix phases 2025-12-23 21:17:40 +01:00
Shauren d808284cde Dep/Boost: Search for all binary compatible boost installations, not only the one exactly matching MSVC toolset 2025-12-23 13:38:26 +01:00
Cristian Vintila 9a5df19878 Scripts/Spells: Implement priest talent Protector of the Frail (#31451) 2025-12-23 00:10:46 +01:00
Cristian Vintila bfb06b771f Scripts/Spells: Implement priest talent Angelic Bulwark (#31450) 2025-12-22 22:12:31 +01:00
ModoX ccdfd71ad7 DB/Creature: Changed sign of Animkit fields to unsigned 2025-12-22 19:07:51 +01:00
Cristian Vintila 047867612b Scripts/Spells: Add TRIGGERED_IGNORE_SHAPESHIFT to Shadow Covenant script (#31449) 2025-12-22 18:11:42 +01:00
Shauren b69a1a71c6 Core/Network: Fix invalid NetworkThread array access for derived classes that have additional data members (only HttpService threads were affected) 2025-12-22 13:06:28 +01:00
Cristian Vintila a4bbb61970 Scripts/Spells: Implement priest talent Expiation (#31448) 2025-12-22 00:41:39 +01:00
Cristian VintilaandShauren d22dae08aa Scripts/Spells: Implement priest talent Ultimate Penitence (#31444)
Co-authored-by: Shauren <[email protected]>
2025-12-21 23:32:12 +01:00
Shauren 161da58cf4 Core/PacketIO: Fix DecorStoragePersistedData and HousingDecorData structures 2025-12-21 12:48:04 +01:00
Aqua Deus 57f321d42f Core/Auras: Implement SpellAuraInterruptFlags2::Transform (#31440) 2025-12-21 00:51:27 +01:00
Cristian Vintila 3cc3bee57b Scripts/Spells: Implement Holy Priest talent Dispersing Light (#31439) 2025-12-20 23:12:08 +01:00
Cristian Vintila cf922909f7 Scripts/Spells: Implement Eternal Flame heal increase on caster (#31431) 2025-12-20 21:27:41 +01:00
Shauren 3919b82a63 Core/MMaps: Fix crash during mmap unload happening on maps not marked for dynamic rebuilding
Closes #31585
2025-12-20 15:56:32 +01:00
Shauren 503cecb75b Core/Objects: GCC Build fix
Closes #31587
2025-12-19 19:51:55 +01:00
Shauren 416755b5db Core: Updated allowed build to 11.2.7.64978 2025-12-19 00:56:33 +01:00
Cristian Vintila 4d96ca6905 Scripts/Spells: Update Empowered Renew script to new version of the spell (#31422) 2025-12-18 23:35:13 +01:00
Cristian Vintila 0cd789bbb5 Scripts/Spells: Implemented priest talent Divine Procession (#31419) 2025-12-17 23:54:28 +01:00
Cristian VintilaandShauren 7d9392e6a3 Scripts/Spells: Fix priest talent Twilight Equilibrium (#31418)
Co-authored-by: Shauren <[email protected]>
2025-12-17 22:37:10 +01:00
Shauren bd2b12fa36 Core: Updated to 11.2.7 2025-12-16 00:09:26 +01:00
Shauren af57aa29dc Core/Misc: Fix boost 1.90 compatibility change 2025-12-16 00:08:02 +01:00
Shauren 6d41bf8ee4 Core/Misc: Build fix with boost 1.90 2025-12-15 22:46:55 +01:00