aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-10-04Scripts/ReturnToKarazhan: Implement Shade of Medivh encounter (#31281)Aqua Deus
2025-10-04Scripts/City of Threads: Fix nopch buildShauren
2025-10-04Core/Misc: Reduce differences between branchesShauren
2025-10-04fix nopchModoX
* followup d1e07ac6553c7ae1e3296fc044247f0d0f95d267
2025-10-04Core/AI: Implement OnAuraApplied and OnAuraRemoved hooks (#31288)offl
Closes #26894 (cherry picked from commit 3bb4f5677359e3af9fe4b80e42157816786dca49)
2025-10-04Scripts/Arenas: Implement Cage of Carnage (#31320)Jeremy
2025-10-04Core/AreaTrigger: Fix crashes happening if areatrigger is despawned in ↵Shauren
OnUnitEnter script Closes #31340
2025-10-04Core/Conditions: Fix CONDITION_AURA incorrectly allowing ConditionValue3 to ↵Shauren
be set in database (it doesn't do anything)
2025-10-03Scripts/AreaTrigger: Fixed possible crash when spell is null for ↵ModoX
areatriggers on creation
2025-10-03Scripts/City of Threads: Implement Orator Krix Vizk encounter (#30398)Aqua Deus
2025-10-03Scripts/Gilneas: Remove unneccessary null check from ↵Shauren
47df5bdc22cd62120afb21af29fd1aa0f30bf251
2025-10-02Scripts/Commands: Improve .debug arena (#31292)Jeremy
2025-10-02Scripts/Arenas: Implement Maldraxxus Coliseum (#31315)Jeremy
2025-10-02Scripts/Arenas: Implement The Robodrome (#31311)Jeremy
2025-10-02Scripts/Gilneas: Implement Quest: "Evacuate the Merchant Square" (#31324)Naddley
Closes #30091 Co-authored-by: Ovahlord <18347559+Ovahlord@users.noreply.github.com>
2025-10-02Scripts/Westfall: Implement Quest: "It's Alive!" (#31316)Naddley
Co-authored-by: Ovahlord <18347559+Ovahlord@users.noreply.github.com>
2025-10-02Core/MMaps: Use unique_ptr for memory management and remove MMapFactoryShauren
2025-10-02Core/MMaps: Improve mmap debugging experience for terrain swap mapsShauren
* Output terrain map id in `.mmap loc` command * Suppress file not found errors for terrain swap maps * Fix generating single tiles for terrain swap maps (--tile argument)
2025-10-01Scripts/The Nexus: Updated dungeon encounter idsShauren
2025-10-01Scripts/Deadmines: Updated dungeon encounter idsShauren
Closes #31329
2025-10-01Core/Auras: Implemented new proc ppm modifier - SPELL_PPM_MOD_AURAShauren
2025-09-30Scripts/Spells: Update Lava surge scriptShauren
2025-09-29Core/Auth: Refactor bnet session to use composition instead of inheritance ↵Shauren
for socket capabilities
2025-09-28Scripts/Arenas: Fix crash when entering MugambalaGolrag
2025-09-28Scripts/Arenas: Rework Dalaran Sewers (#31215)Jeremy
2025-09-28Core/Misc: Reduce differences between branchesShauren
2025-09-27Scripts/Arenas: Implement Mugambala (#31306)Jeremy
2025-09-27Scripts/Arenas: Implement Blade's Edge Arena (Legion) (#31294)Jeremy
2025-09-27Scripts/Westfall: scripted Overloarded Harvest Golem visuals * removed ↵Ovahlord
somple duplicate spawns and event related spawns that are already spawnt (cherry picked from commit https://github.com/The-Cataclysm-Preservation-Project/TrinityCore/commit/7f6e63f850aaf71668dedd8394f023eff2ef8452)
2025-09-26Core/Transmog: Mark tracking quests as completed when completing transmog setsShauren
2025-09-25Tools/vmap_extractor: Fixed duplicate output files with .m2 and .m2.vmo ↵Shauren
extensions
2025-09-25Core/Units: Remove unused argument from Unit::SetRootedShauren
2025-09-24Core/Misc: Rename AreaTriggerStruct to AreaTriggerTeleportShauren
2025-09-24Core/Auras: Implement SPELL_AURA_MOD_HONOR_GAIN_PCT (SPELL_AURA_491) (#31287)Aqua Deus
2025-09-24Core/Auras: Corrected SPELL_AURA_MOD_HONOR_GAIN_PCT implementation - it ↵Shauren
should only increase honor gains from some sources
2025-09-23Core/Auras: Implement SPELL_AURA_INTERFERE_ALL_TARGETING (SPELL_AURA_486) ↵Aqua Deus
(#31286)
2025-09-23Core/GameEvents: Added holiday/event world state field (#31284)Meji
Closes #30622
2025-09-22Scripts/ShrineOfTheStorm: Implement Tidesage Council encounter (#31187)Aqua Deus
2025-09-22Core/AreaTriggers: Implement ↵Meji
AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpiring (#31276)
2025-09-22Core/Network: Minor include cleanup in SocketConnectionInitializer related filesShauren
2025-09-22Core/Network: Implement connect operations in Socket classShauren
2025-09-21Core/Objects: Preserve phaseUseFlags, terrainSwapMap, ScriptName and ↵Shauren
StringId columns when saving creature and gameobject spawns in database Closes #31291
2025-09-20Core: Fix clang build on windowsShauren
2025-09-20Core/Players: Implement SetToMaxOnInitialLogIn power flag (#31263)Aqua Deus
2025-09-20Scripts/DarkmaulCitadel: Implement Tunk encounter (#31195)Aqua Deus
2025-09-20Core/Network: Fix logic mistake with RBAC_PERM_SKIP_CHECK_OVERSPEED_PING, ↵Shauren
fixes getting kicked while pausing worldserver under debugger
2025-09-20Scripts/Spells: Implement hunter talent Lock and Load (#31258)Aqua Deus
2025-09-19Scripts/Spells: Implement mage talent "Heat Shimmer" (#31257)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2025-09-19Scripts/Spells: Implement mage talent "Pyrotechnics" (#31254)Aqua Deus
2025-09-19Scripts/Spells: Implement mage talent Hot Streak (#31253)Aqua Deus
Closes #19582