aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Collapse)Author
2025-11-06Core/MMaps: Allow loading mmap meshes per map instanceShauren
2025-11-06Tools/mmaps_generator: Move TerrainBuilder to a shared projectShauren
2025-11-03Core/Auras: Rename SPELL_AURA_LEARN_TALENT to ↵Shauren
SPELL_AURA_MOD_TRAIT_NODE_ENTRY_RANK
2025-11-02Core/PacketIO: Fix packet structure for CMSG_SEND_PING_WORLD_POINT (#31441)Luzifix
2025-11-02Core/PacketIO: Reduce the number of catch blocks in WorldSession::UpdateShauren
2025-11-02Core/PacketIO: Fix packet structure for CMSG_CHAT_MESSAGE_CHANNEL (#31433)Luzifix
2025-10-29Core/Misc: Remove large functions from headersShauren
2025-10-29Core/Spells: Name SpellCategoryFlags with official names and implement ↵Aqua Deus
ResetCooldownUponEndingEncounter flag (#31415)
2025-10-28Core/DataStores: Remove db2 id startup checks, compatibility validation is ↵Shauren
done on layout hash already Closes #31413
2025-10-26Core/Creatures: Fix floating corpsesShauren
2025-10-26Core/Units: Fix movement status altering packets being sent to wrong unitsShauren
2025-10-25Core/Vmaps: Rename VMapManager2 to VMapManagerShauren
2025-10-25Core/Vmaps: Remove VMapManager2 virtual interfaceShauren
2025-10-24Core/SAI: Support SMART_EVENT_FLAG_ACTIONLIST_WAITS in movement fall actionShauren
2025-10-24Core/SAI: Implement fall movement actioncarl3175
2025-10-24Core/SAI: Sync action enum with 3.3.5 branchShauren
2025-10-22Core/Movement: Fixed spline packed delta limit checkShauren
2025-10-20Core/PacketIO: Mark shop/token packets as ignored (don't log that they are ↵Shauren
unhandled)
2025-10-20Core/Players: Define new PlayerFlagsEx valueShauren
2025-10-19Core/Scripts: Fix wrong startup errors with arena scriptsShauren
2025-10-18Core/Spells: Remove stealth auras by dispel type when handling ↵Shauren
SPELL_ATTR1_FAILURE_BREAKS_STEALTH instead of picking a random interrupt flag that stealth has
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-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-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: 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-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-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-02Scripts/Commands: Improve .debug arena (#31292)Jeremy
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-01Core/Auras: Implemented new proc ppm modifier - SPELL_PPM_MOD_AURAShauren
2025-09-28Core/Misc: Reduce differences between branchesShauren
2025-09-26Core/Transmog: Mark tracking quests as completed when completing transmog setsShauren