aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2025-09-19Core/Spells: Allow spell scripts to access other scripts attached to a spellShauren
2025-09-18Scripts/Drustvar: Implement Quest: "Save Who We Can" (#31278)Naddley
2025-09-18Scripts/Arenas: Rework Ruins of Lordaeron (#31280)Jeremy
2025-09-18Scripts/Spells: Implement mage talent Fiery Rush (#31249)Aqua Deus
2025-09-18Scripts/Spells: Merge spell_mage_wildfire_crit script classesShauren
2025-09-15Scripts/Stratholme: Fix Ramstein the Gorger not spawningShauren
2025-09-14Core/Spells: Implement mage talent "Wildfire" (#31248)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com>
2025-09-14Scripts/Conditions: Add ConditionScript for Shadow Sight in arenas (#31264)Jeremy
2025-09-14Core/Scripts: Use std::string_view to find script id from script nameShauren
2025-09-13Core/AreaTriggers: Use Optional<bool> for speedIsTime argument in movement ↵Shauren
functions
2025-09-12Scripts/Drustvar: Implement Timbered Strand shoot Wickerman event (#31170)Naddley
Co-authored-by: ModoX <moardox@gmail.com>
2025-09-12Core/AreaTriggers: Implemented `SpeedIsTime` parameter for areatrigger ↵Shauren
splines and orbit
2025-09-11Core/AreaTriggers: Use named query result for loading areatrigger create ↵Shauren
properties
2025-09-11Core/AreaTriggers: Refactor AreaTriggerShapeInfo to use std::variant instead ↵Shauren
of union
2025-09-11Core/AreaTriggers: Remove unused fields from AreaTriggerCreateProperties and ↵Shauren
merge movement data into a variant