Commit Graph

44030 Commits

Author SHA1 Message Date
Shauren
68588dbb25 Core/Objects: Modernize updatefield internals - replace tag dispatch and std::enable if 2025-06-28 19:43:01 +02:00
Meji
4c92d3550b Core/Gossip: Send correct response depending on how the interaction was started (#31046) 2025-06-28 18:17:10 +02:00
Aqua Deus
c4c721cb7d Scripts/BlackRookHold: Implement Amalgam of Souls encounter (#31025) 2025-06-28 15:22:46 +02:00
Naddley
a7a17280fa DB/Tirisfal: Implement Quest: "Priestly Matters" 2025-06-28 11:53:48 +02:00
Naddley
58cb1620a7 Core/Spells: Change target type for spell Summon Faol in Tirisfal (#31107) 2025-06-28 11:45:25 +02:00
Meji
138b1b1a21 Core/SpawnTracking: Allow linking a spawn to more than one quest objective (#30995) 2025-06-28 01:38:43 +02:00
Shauren
60400d25f5 Core/Players: Implemented PlayerDataElementAccount, PlayerDataElementCharacter, PlayerDataFlagAccount and PlayerDataFlagCharacter 2025-06-27 15:29:30 +02:00
Naddley
e0f3291eab DB/Karazhan: Added init. spawns for upper return to Karazhan 2025-06-26 22:52:16 +02:00
Meji
a62e309a9c DB/Hotfixes: Updated zhTW hotfixes to 11.1.7.61609 2025-06-26 22:38:03 +02:00
Meji
9e617b607e DB/Hotfixes: Updated zhCN hotfixes to 11.1.7.61609 2025-06-26 22:37:48 +02:00
Meji
82a7a9f410 DB/Hotfixes: Updated ruRU hotfixes to 11.1.7.61609 2025-06-26 22:37:36 +02:00
Meji
b798455619 DB/Hotfixes: Updated ptBR hotfixes to 11.1.7.61609 2025-06-26 22:37:23 +02:00
Meji
d0b47b0e64 DB/Hotfixes: Updated koKR hotfixes to 11.1.7.61609 2025-06-26 22:37:10 +02:00
Meji
6105251154 DB/Hotfixes: Updated itIT hotfixes to 11.1.7.61609 2025-06-26 22:36:59 +02:00
Meji
262484823c DB/Hotfixes: Updated frFR hotfixes to 11.1.7.61609 2025-06-26 22:36:45 +02:00
Meji
ac6d394ddd DB/Hotfixes: Updated esMX hotfixes to 11.1.7.61609 2025-06-26 22:36:32 +02:00
Meji
fe3a21ff0f DB/Hotfixes: Updated esES hotfixes to 11.1.7.61609 2025-06-26 22:36:20 +02:00
Meji
94bc3c9113 DB/Hotfixes: Updated deDE hotfixes to 11.1.7.61609 2025-06-26 22:36:05 +02:00
Meji
45e9da4571 DB/Hotfixes: Updated hotfixes to 11.1.7.61609 2025-06-26 22:35:25 +02:00
Shauren
f84cd43b36 Core/Chat: Fixed chat language translations for messages containing item links using new 11.1.5 color format 2025-06-26 15:37:57 +02:00
Shauren
db4af7ca4c Core/LFG: Change InstanceScript::UpdateLfgEncounterState to only pass valid dungeon encounter ids to LFGMgr 2025-06-26 15:24:16 +02:00
Shauren
9247723c07 Core/LFG Fix crash on lfg boss kills 2025-06-26 01:19:14 +02:00
Shauren
17cb655e14 DB/Achievements: Add mail rewards for achievements 40882 and 41211 2025-06-25 15:32:45 +02:00
Shauren
247c25abc9 Core/Database: Improve code generated by DEFINE_FIELD_ACCESSOR_CACHE 2025-06-25 13:38:28 +02:00
Shauren
e284dc0a80 Core/Commands: Waypoint command fixes
* .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-25 12:16:03 +02:00
Shauren
53f71a9838 Core: Updated allowed build to 11.1.7.61609 2025-06-25 01:17:11 +02:00
Shauren
fd26363940 Core/Commands: Enable setting linked aggro and formation movement with .npc add formation and fix swapped saved dist/angle values 2025-06-24 23:31:53 +02:00
Shauren
39c06d40e2 Core/Misc: Use new Field::Get*OrNull where possible 2025-06-24 16:11:11 +02:00
Shauren
d89ebc125c Core/Database: Add new member functions to Field class that return empty optionals if database result was NULL 2025-06-24 15:41:25 +02:00
Shauren
d62b412c92 Core/Misc: Remove StringFormat exception handling code from the header 2025-06-23 11:38:34 +02:00
Shauren
be44801728 Core/Players: Add missing playerchoice expiration initialization 2025-06-23 11:09:05 +02:00
Naddley
5ae127ddc0 DB/Karazhan: Added init. spawns for lower return to Karazhan 2025-06-23 00:07:54 +02:00
Shauren
aead8db7ca SQL: Fix missing comma 2025-06-22 22:55:24 +02:00
Shauren
e59059e1bd Core/Players: PlayerChoice improvements
* 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-22 21:56:58 +02:00
Shauren
7ca6b226a7 Core/Conditions: Fix validation for CONDITION_SOURCE_TYPE_PLAYER_CHOICE_RESPONSE 2025-06-22 21:41:28 +02:00
Naddley
b828f563db DB/NeltharionsLair: Added init. spawns 2025-06-21 22:19:15 +02:00
Shauren
7c32af9a27 Core/Gossip: Use std::variant to store InteractionData 2025-06-21 13:25:30 +02:00
Shauren
a562f4fafa Core/Gossip: Use algorithms from std::ranges namespace in gossip menu code 2025-06-21 01:00:29 +02:00
Shauren
c896303577 Core/Database: Fixed DEFINE_FIELD_ACCESSOR_CACHE_ANONYMOUS macro arguments 2025-06-21 00:26:11 +02:00
Shauren
952f322710 Core/Conditions: Implemented new condition source type CONDITION_SOURCE_TYPE_PLAYER_CHOICE_RESPONSE 2025-06-20 23:09:01 +02:00
Naddley
7c9884c15e DB/EyeOfAzshara: Added init. spawns 2025-06-19 19:09:25 +02:00
Shauren
875a75b705 Core: Updated allowed build to 11.1.7.61559 2025-06-19 00:50:33 +02:00
Naddley
83fae64f96 DB/DalaranLegion: Implement Quest: "The Hunters Call" 2025-06-18 23:25:27 +02:00
Shauren
b1e096f44a Tools/Extractors: Update db2 metadata 2025-06-18 13:15:57 +02:00
Shauren
ceb8d561b4 Core: Updated to 11.1.7 2025-06-18 11:37:07 +02:00
Shauren
e02e8a4742 Core/Movement: Spline code cleanup
* 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-17 23:09:08 +02:00
Shauren
6502efbae8 Core/Misc: Remove extremely forgettable tiny utility function 2025-06-17 23:09:08 +02:00
Shauren
de740f0e76 Core/Objects: Replace separate x,y,z,o getters for stationary position with single Position 2025-06-17 23:09:08 +02:00
Naddley
e78a7835d6 DB/DalaranLegion: Implement Quest: "Needs of the Hunters" 2025-06-17 21:46:28 +02:00
Shauren
38f1955fca Core/Calendar: MSVC nopch fix 2025-06-17 12:36:14 +02:00