aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-28DB/Dungeons: Fix some classic LFG dungeon entrances (#31103)Jason Dove
2025-06-28Core/Objects: Modernize updatefield internals - replace tag dispatch and ↵Shauren
std::enable if
2025-06-28Core/Gossip: Send correct response depending on how the interaction was ↵Meji
started (#31046)
2025-06-28Scripts/BlackRookHold: Implement Amalgam of Souls encounter (#31025)Aqua Deus
2025-06-28DB/Tirisfal: Implement Quest: "Priestly Matters"Naddley
2025-06-28Core/Spells: Change target type for spell Summon Faol in Tirisfal (#31107)Naddley
2025-06-28Core/SpawnTracking: Allow linking a spawn to more than one quest objective ↵Meji
(#30995)
2025-06-27Core/Players: Implemented PlayerDataElementAccount, ↵Shauren
PlayerDataElementCharacter, PlayerDataFlagAccount and PlayerDataFlagCharacter
2025-06-26DB/Karazhan: Added init. spawns for upper return to KarazhanNaddley
2025-06-26DB/Hotfixes: Updated zhTW hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated zhCN hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated ruRU hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated ptBR hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated koKR hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated itIT hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated frFR hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated esMX hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated esES hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated deDE hotfixes to 11.1.7.61609Meji
2025-06-26DB/Hotfixes: Updated hotfixes to 11.1.7.61609Meji
2025-06-26Core/Chat: Fixed chat language translations for messages containing item ↵Shauren
links using new 11.1.5 color format
2025-06-26Core/LFG: Change InstanceScript::UpdateLfgEncounterState to only pass valid ↵Shauren
dungeon encounter ids to LFGMgr
2025-06-26Core/LFG Fix crash on lfg boss killsShauren
2025-06-25DB/Achievements: Add mail rewards for achievements 40882 and 41211Shauren
2025-06-25Core/Database: Improve code generated by DEFINE_FIELD_ACCESSOR_CACHEShauren
2025-06-25Core/Commands: Waypoint command fixesShauren
* .wp add will now add data to waypoint_path table * .wp reload will no longer crash the server * Replace deprecated command handler arguments
2025-06-25Core: Updated allowed build to 11.1.7.61609Shauren
2025-06-24Core/Commands: Enable setting linked aggro and formation movement with .npc ↵Shauren
add formation and fix swapped saved dist/angle values
2025-06-24Core/Misc: Use new Field::Get*OrNull where possibleShauren
2025-06-24Core/Database: Add new member functions to Field class that return empty ↵Shauren
optionals if database result was NULL
2025-06-23Core/Misc: Remove StringFormat exception handling code from the headerShauren
2025-06-23Core/Players: Add missing playerchoice expiration initializationShauren
2025-06-23DB/Karazhan: Added init. spawns for lower return to KarazhanNaddley
2025-06-22SQL: Fix missing commaShauren
2025-06-22Core/Players: PlayerChoice improvementsShauren
* Add missing choice properties to database (InfiniteRange, ShowChoicesAsList) * Allow limiiting the number of responses sent at the same time * Fixed duration sent in SMSG_DISPLAY_PLAYER_CHOICE * Remove dynamically generated response identifiers from database * Remove auto rewarding choice responses * Change response scripts to be bound to scriptname
2025-06-22Core/Conditions: Fix validation for CONDITION_SOURCE_TYPE_PLAYER_CHOICE_RESPONSEShauren
2025-06-21DB/NeltharionsLair: Added init. spawnsNaddley
2025-06-21Core/Gossip: Use std::variant to store InteractionDataShauren
2025-06-21Core/Gossip: Use algorithms from std::ranges namespace in gossip menu codeShauren
2025-06-21Core/Database: Fixed DEFINE_FIELD_ACCESSOR_CACHE_ANONYMOUS macro argumentsShauren
2025-06-20Core/Conditions: Implemented new condition source type ↵Shauren
CONDITION_SOURCE_TYPE_PLAYER_CHOICE_RESPONSE
2025-06-19DB/EyeOfAzshara: Added init. spawnsNaddley
2025-06-19Core: Updated allowed build to 11.1.7.61559Shauren
2025-06-18DB/DalaranLegion: Implement Quest: "The Hunters Call"Naddley
2025-06-18Tools/Extractors: Update db2 metadataShauren
2025-06-18Core: Updated to 11.1.7Shauren
2025-06-17Core/Movement: Spline code cleanupShauren
* Remove unneccessary reserve in MoveSplineInitArgs constructor - MoveTo always resizes it * Remove unused function computeDuration * Split cyclic spline reinitialization to separate function * Don't expose TransportPathTransform outside of MoveSplineInit * Ensure function argument names are the same in declaration and definition
2025-06-17Core/Misc: Remove extremely forgettable tiny utility functionShauren
2025-06-17Core/Objects: Replace separate x,y,z,o getters for stationary position with ↵Shauren
single Position
2025-06-17DB/DalaranLegion: Implement Quest: "Needs of the Hunters"Naddley