aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-21Scripts/Arena: Fix possible crash in Hook PointModoX
* 480aa30a1efbb6b6ce05aadcaa8724ffae3e3497 followup
2025-10-20Scripts/Arenas: Implement Hook Point (#31384)Jeremy
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-19Scripts/Westfall: Implement Quest: "Livin' the Life" (#31327)Naddley
Co-authored-by: Ovahlord <18347559+Ovahlord@users.noreply.github.com>
2025-10-19DB/Quest: Added 11.2.5 quest poi dataModoX
2025-10-19DB/Hotfixes: Added some missing tact keysModoX
2025-10-19DB/Locales: Added 11.2.5 wdb localesModoX
2025-10-19DB/Template: Added 11.2.5 wdb dataModoX
2025-10-19Core/Scripts: Fix wrong startup errors with arena scriptsShauren
2025-10-18Scripts/Mardum: Script Fel Lord Caza for quest Hidden no more (#30949)Aqua Deus
Co-authored-by: Naddley <NaddleyTC@gmail.com> Co-authored-by: ModoX <moardox@gmail.com>
2025-10-18Scripts/Arenas: Implement Enigma Crucible (#31351)Jeremy
2025-10-18Scripts/Arenas: Implement Nokhudon Proving Grounds (#31345)Jeremy
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-17CI/GitHub: Switch back to using release tag for install boost actionShauren
2025-10-17Build: Fix duplicate libraries linker warning on macOSShauren
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-15Core: Updated allowed build to 11.2.5.63834Shauren
2025-10-14DB/WorldStates: Added new worldstates related to currenciesMeji
2025-10-14DB/WorldStates: Added new worldstates related to dungeon encountersMeji
2025-10-14DB/WorldStates: Added new worldstates related to holidaysMeji
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-12DB/Gilneas: Added missing Monk trainerNaddley
2025-10-12Core/Entities: Fixed relative position calculation formula in ↵Shauren
Position::GetPositionOffsetTo
2025-10-11Misc: Follwup for 1f6925aa125eca3e057a314f87fcab3e6ea85766Naddley
2025-10-11DB/Gilneas: Added questchain for Chapter 1Naddley
2025-10-11DB/Gilneas: Updated quest_ related tables for Chapter 1Naddley
quest_offer_reward / quest_details / quest_requested_items
2025-10-11DB/Gilneas: Rework creature spawns for the Merchant Square areaNaddley
Co-Authored-By: Ovahlord <18347559+Ovahlord@users.noreply.github.com>
2025-10-11Dep/Misc: Remove boost process from PackageList (it is now part of boost)Shauren
2025-10-11Dep/zlib: Update to 1.3.1Shauren
2025-10-11Dep/utfcpp: Update to 4.0.8Shauren
2025-10-11Dep/efsw: Update to SpartanJ/efsw@f94a6616aba85fc9375fdff7ee69609d223a0672Shauren
2025-10-11Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@09dd46e59614ee468c290b9002850454990bf15d
2025-10-11Build: Partial revert of 2b38f40988d0e0fab5b86ba82812e79681c77363Shauren
2025-10-11Core/PacketIO: Fixed SMSG_GOSSIP_MESSAGE structureShauren
Closes #31359
2025-10-11Core: Updated allowed build to 11.2.5.63796Shauren
2025-10-11Dep/fmt: Update to 12.0.0Shauren
2025-10-11Build: Enable debug format flag -ggdb3 instead of -g by default for debug buildsShauren
2025-10-11Build: Enable /utf-8 flag for msvcShauren
2025-10-10Core/Database: Escape "OFFSET" MariaDB keyword in prepared statementsShauren
Closes #31357