Commit Graph

22239 Commits

Author SHA1 Message Date
Shauren b6d64447ba Core/World: Refactor World::LoadConfigSettings to unify validation of all config options and reduce its impact on compile time 2025-05-08 14:24:29 +02:00
Shauren ee251a94d6 Core/Config: Use std::string_view instead of std::string to lookup config values 2025-05-07 19:28:08 +02:00
Shauren b5c99939a8 Core/Misc: Minor compile time improving changes 2025-05-07 15:41:41 +02:00
Shauren a63d404e7b Core/Spells: Implemented new SpellMisc field, MinDuration that controls minimum spell missile travel time 2025-05-06 19:22:21 +02:00
Aqua Deus f7e1004586 Scripts/Spells: Implement hunter talent Rejuvenating Wind (#30839) 2025-05-05 20:50:41 +02:00
Shauren 4250b52f99 Core/Misc: Fix typos 2025-05-05 13:47:25 +02:00
Shauren f041721f12 Scripts/Spells: Implement hunter pvp talent Aspect of the Fox 2025-05-05 13:42:23 +02:00
Aqua Deus 753fc3c3e0 Scripts/Spells: Implement hunter talent Scout's Instincts (#30841) 2025-05-05 12:53:55 +02:00
Aqua Deus e57f0d01fb Scripts/Spells: Implement hunter talent Tar Trap (#30846) 2025-05-05 01:14:35 +02:00
Aqua Deus fc362147f9 Scripts/Spells: Implement hunter talent Wilderness Medicine (#30848) 2025-05-04 23:18:37 +02:00
Aqua Deus bec4308385 Scripts/Spells: Implement hunter talent Implosive Trap (#30856) 2025-05-04 19:58:43 +02:00
Shauren 8d6e643c91 Scripts/Spells: Use CastSpellExtraArgsInit everywhere in shaman scripts 2025-05-04 14:50:27 +02:00
Shauren 150d6995bd Core/Auras: Interrupt spells with SPELL_PREVENTION_TYPE_PACIFY when applying SPELL_AURA_MOD_PACIFY 2025-05-01 12:13:37 +02:00
Shauren 0fd418eb74 Core/Spells: Start spells triggered by SPELL_EFFECT_FORCE_CAST_2 without any trigger flags 2025-04-30 13:14:22 +02:00
Jason Dove 39e9a5e193 Core/Players: Fix deleting favorite spells (#30905) 2025-04-30 10:19:47 +02:00
Shauren 5759ac1c94 Core/Auras: Support PROC_ATTR_REQ_SPELLMOD for procs using PROC_ATTR_USE_STACKS_FOR_CHARGES 2025-04-29 20:28:39 +02:00
Aqua Deus 8b5f38014c Scripts/Spells: Implement evoker talent Burnout (#30890) 2025-04-29 19:17:06 +02:00
Aqua Deus 98acdc510c Scripts/Spells: Implement evoker talent Panacea (#30892) 2025-04-28 16:27:52 +02:00
Aqua Deus 369d668d85 Scripts/Spells: Implement evoker talent Call of Ysera (#30893) 2025-04-28 16:08:07 +02:00
Shauren 255082782c Core/Players: Implemented item level based armor damage reduction diminishing for pvp 2025-04-28 10:36:47 +02:00
Shauren 6a20d3181d Core/Chat: Support new 11.1.5 chat link color format and more chat link types 2025-04-27 17:09:17 +02:00
Shauren d938fea455 Core/Items: Updated item gem colors 2025-04-26 12:17:25 +02:00
Shauren f9bf082be9 Core: Updated to 11.1.5 2025-04-25 22:50:11 +02:00
Shauren 05709a2497 Core/Quests: Convert quest loading to named field access (ref 29a680a1c2) 2025-04-25 20:07:53 +02:00
Shauren 29a680a1c2 Core/Database: Added very simple macro to create named query result field accessors 2025-04-25 19:54:38 +02:00
Shauren 1710036392 Core/Players: Define all character flags used in SMSG_ENUM_CHARACTERS_RESULT 2025-04-24 10:25:13 +02:00
Shauren e580d39b4f Core/Spells: Remove triggering spell link from SPELL_EFFECT_FORCE_CAST 2025-04-22 16:06:18 +02:00
Shauren 38d5f0d292 Core/Spells: Handle SPELL_EFFECT_FORCE_CAST on spell launch instead of hit 2025-04-21 23:27:25 +02:00
Shauren 9f401946d3 Core/Spells: Fire OnEffectSuccessfulDispel for SPELL_EFFECT_DISPEL_MECHANIC 2025-04-20 16:51:10 +02:00
Shauren 2e79d3524f Core/Spells: Rename confusing SpellState enum values
* SPELL_STATE_CASTING -> SPELL_STATE_CHANNELING (was used for "channel in progress")
* SPELL_STATE_DELAYED -> SPELL_STATE_LAUNCHED
2025-04-20 15:41:58 +02:00
Shauren 7eaa695581 Core/Conditions: Added conditions for automatic learning spells with SkillLineAbility::AcquireMethod = 4 2025-04-19 17:50:49 +02:00
Shauren 531afa6bcc Core/DataStores: Convert SkillLineAbilityAcquireMethod to enum class 2025-04-18 23:58:18 +02:00
Aqua Deus a5108d2626 Core/Spells: Added soft target cap to hunter spell Explosive Shot (#30847) 2025-04-18 17:16:57 +02:00
username9617 2cedd091a0 Core/Auras: Add DealDamageMods to SPELL_AURA_PERIODIC_LEECH (#30768)
Closes #30885
2025-04-18 16:27:00 +02:00
Aqua Deus d8b790ef0c Scripts/Spells: Implement hunter talent Surging Shots (#30787) 2025-04-18 16:05:05 +02:00
MoltenCrystal f2ede236ab Scripts/Spells: Implement warrior hero talent Storm Bolts (#30827) 2025-04-18 15:41:22 +02:00
Aqua Deus 688fd5b1b8 Scripts/Spells: Implement druid talent Mangle (#30763) 2025-04-18 15:03:05 +02:00
Aqua Deus 5b260df4b6 Core/Spells: Added soft target cap to mage spell ice nova (#30755) 2025-04-18 14:51:03 +02:00
Meji 1248bdffcb Core/SAI: Allow SMART_EVENT_HEALTH_PCT to be triggered out of combat (#30874) 2025-04-18 14:48:09 +02:00
Shauren 96026bfc58 Core/Transports: Fixed clientside position of stoppable transports 2025-04-17 00:04:41 +02:00
Shauren 821ecf8fa3 Core/Players: Improve setting ActivePlayerData::TransportServerTime by including TIME_SYNC and CMSG_QUEUED_MESSAGES_END values in its calculation
* This removes delay on nearby object visibility after login and teleport
2025-04-16 16:16:49 +02:00
Ovahlord 4dd4cfef8f Core/Guilds: corrected logging for guild reward db errors
(cherry picked from commit 3b2e2195eabec2f66edd805aa2582069e2335cad)
2025-04-16 12:14:09 +02:00
Ovahlord 642e0f2148 Core/Quests: corrected error logging for quest loading helpers
(cherry picked from commit 2e971321cf4648a5deceb73074967d48fc94c020)
2025-04-16 11:54:02 +02:00
Shauren 495153ad24 Core/Transports: Preserve all dynamicflags for transports 2025-04-16 00:42:51 +02:00
Shauren 120d9bd4fe Scripts/Spells: Implemented Primordial Wave 2025-04-15 15:38:04 +02:00
Shauren c6150b4d5d Core/Spells: Make Spell::GetMinMaxRange public 2025-04-15 15:34:58 +02:00
Naddley db3687f317 Scripts/Drustvar: Implement Quest: "Standing Accused" (#30872) 2025-04-14 21:03:47 +02:00
Meji 7445d528d2 Core/Players: Call OnQuestObjectiveChange after updating objective counters
Fix SMART_EVENT_QUEST_OBJ_COMPLETION trigger
2025-04-13 20:31:30 +02:00
Aqua Deus 374bde3415 Scripts/Spells: Implement hunter talent Scrappy (#30850) 2025-04-13 19:43:37 +02:00
Aqua Deus c3302cd093 Scripts/Spells: Implement hunter talent Manhunter (#30851) 2025-04-13 16:24:09 +02:00