aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2025-10-17Core/DataStores: Update DB2Metadata to 11.2.5.63825Shauren
2025-10-17Tools/mmaps_generator: Namespace/include cleanupShauren
2025-10-17Core/Maps: Tiny optimization for TerrainInfo::CleanUpGridsShauren
2025-10-16Core/Spells: Fix teleports within transports (like Blink)Shauren
2025-10-15Scripts/Spells: Fix crash in spell_pri_assured_safetyShauren
2025-10-15Core/GameObjects: Don't ignore collision for destructible gameobjects in ↵Shauren
destroyed state - they simply have a different model
2025-10-15Core/Creatures: Fix boss level calculationShauren
2025-10-15Scripts/Spells: Fix all effect hooks attached to SPELL_EFFECT_SUMMON broken ↵Shauren
after moving handling of that effect to launch phase
2025-10-14Revert "Core/Entities: Fixed relative position calculation formula in ↵Shauren
Position::GetPositionOffsetTo" This reverts commit 069449c5018f72287c20d5962ae64a42602d5d7e. # Conflicts: # src/server/game/Entities/Object/Position.cpp
2025-10-14Core/Conditions: Implemented most PlayerCondition.db2 flagsShauren
2025-10-14Core/Entities: Merge duplicate functions calculating relative positions - ↵Shauren
remove CalculatePassengerPosition/CalculatePassengerOffset from TransportBase class
2025-10-13Core/Movement: Fix teleports to transports within the same mapShauren
2025-10-12Core/Entities: Fixed relative position calculation formula in ↵Shauren
Position::GetPositionOffsetTo
2025-10-11Core/PacketIO: Fixed SMSG_GOSSIP_MESSAGE structureShauren
Closes #31359
2025-10-11Dep/fmt: Update to 12.0.0Shauren
2025-10-10Core/Database: Escape "OFFSET" MariaDB keyword in prepared statementsShauren
Closes #31357
2025-10-10Core: Updated to 11.2.5.63704Shauren
2025-10-06Core/Items: Implemented new item bonus types: ↵Shauren
ITEM_BONUS_OVERRIDE_CAN_SALVAGE, ITEM_BONUS_OVERRIDE_CAN_RECRAFT, ITEM_BONUS_OVERRIDE_CANNOT_TRADE_BOP and ITEM_BONUS_ITEM_LEVEL_BASE
2025-10-05Core/Items: Implemented new item bonus types: limit category and pvp item levelShauren
2025-10-05Scripts/ShrineOfTheStorm: Implement Lord Stormsong encounter (#31317)Aqua Deus
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