Commit Graph

30058 Commits

Author SHA1 Message Date
Shauren
8eb2a4de78 Core/Misc: Apply consistent formatting in ByteBuffer 2024-12-19 14:42:38 +01:00
Shauren
4f7079f471 Core: Updated to 11.0.7 2024-12-18 22:50:33 +01:00
Shauren
4df06cee62 Core/Auth: Fix missing initialization 2024-12-18 22:29:35 +01:00
Shauren
8228a53109 Core/Crypto: Added HMAC_SHA512 definition 2024-12-18 22:28:58 +01:00
Shauren
f8f7fb58cb Core/Crypto: Allow different AES key lengths 2024-12-18 22:28:34 +01:00
Shauren
51344bc671 Core/PacketIO: Fixed UF::QuestSession structure 2024-12-18 14:08:59 +01:00
Shauren
e3f253f41d Fix nopch build 2024-12-17 20:53:40 +01:00
Shauren
7a27f2a652 Core/PacketIO: Added more utilities for packet writing for strings and optionals implemented with unique_ptr 2024-12-17 19:17:04 +01:00
Shauren
bd6b0d63d9 Fix codestyle 2024-12-16 12:04:14 +01:00
Shauren
b74d463e83 Fix build 2024-12-16 12:00:35 +01:00
Shauren
ed666e4e8c Core/Misc: Fixed build with c++23 enabled
Closes #30511
2024-12-16 11:56:03 +01:00
Shauren
bb583baef6 Core/Utils: Mark Trinity::HashFnv1a as constexpr 2024-12-15 15:57:55 +01:00
Ovahlord
e721334828 Core/Database: removed more duplicate aliases from prepared statements 2024-12-14 22:50:34 +01:00
Ovahlord
a69def739b Core/Quests: assign a unique alias to ID fields loaded from quest_visual_effect 2024-12-14 22:04:45 +01:00
Shauren
0706a114bb Core/Spells: Fixed PROC_HIT_DISPEL and PROC_HIT_INTERRUPT on procs using PROC_SPELL_PHASE_HIT phase 2024-12-14 18:55:25 +01:00
Shauren
f92b5316ab Core/Achievements: Implemented CriteriaType::ReachMaxLevel 2024-12-13 13:28:35 +01:00
Aqua Deus
4ddf42ca52 Scripts/Spells: Implement demon hunter talent "Felblade" (#30478)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-12-12 23:47:26 +01:00
Aqua Deus
99c0c9b114 Scripts/Spells: Fix demon hunter talent "Fel Flame Fortification" (#30494) 2024-12-11 21:43:28 +01:00
Shauren
62dbb0619b Core/Vmaps: Minor cleanup (formatting) and documentation updates for BIH::build copy vs move choice 2024-12-11 19:44:03 +01:00
Shauren
a97b7af876 Build fix for old boost version 2024-12-10 00:19:07 +01:00
Shauren
99d87ea638 Core/Commands: Fix vmap directory size calculation for .server debug command after 518fe1fd1e 2024-12-10 00:03:55 +01:00
Shauren
c81183a660 Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timer 2024-12-09 21:13:18 +01:00
Aqua Deus
bf0fe87194 Scripts/Spells: Fix healing part of demon hunter talent "Fel Devastation" (#30489) 2024-12-09 19:12:00 +01:00
Aqua Deus
794346bd42 Scripts/Spells: Fix demon hunter talent "Darkglare Boon" (#30496) 2024-12-08 20:27:07 +01:00
Gildor
752ea0f8e9 Core/Players: Improve reset spell cooldowns when entering arenas (#30032)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
(cherry picked from commit 97b19a5445)
2024-12-08 18:42:57 +01:00
Shauren
4e89a302fc Core/Quests: Improved criteria tree quest objective type
* Fixed _completedObjectives not being cleaned when adding quest
* Fixed objective credit being granted if just the criteria tree row containing criteria id was completed (instead of the entire tree linked to objective)
* Retroactively grant progress on quest accept for criteria types that require action that cannot be repeated (such as learning a spell)
2024-12-08 00:23:38 +01:00
Shauren
6da1679cbf Core/Achievements: Reduce the list of criteria types updated on login
* Implemented CriteriaType::ReachMaxLevel
* Corrected implementations for CriteriaType::ReachRenownLevel and CriteriaType::LearnTaxiNode
2024-12-07 21:49:32 +01:00
Shauren
e3d0b803d7 Core/Guilds: Prevent guild bank packet contents update hack from interfering with buying new bank tabs
Closes #30277
2024-12-06 21:24:50 +01:00
Shauren
2e4ada2d3d Core/Spells: Fixed item level requirements for enchanting spells
Closes #30482

(cherry picked from commit 243314806f)

# Conflicts:
#	src/server/game/Spells/Spell.cpp
#	src/server/game/Spells/SpellInfo.cpp
#	src/server/shared/SharedDefines.h
#	src/server/shared/enuminfo_SharedDefines.cpp
2024-12-05 14:13:07 +01:00
Shauren
3177c410e4 Core/GameObjects: Fixed gameobject spell casts failing when triggered by SPELL_EFFECT_OPEN_LOCK 2024-12-04 20:00:43 +01:00
Meji
2cf2535cd6 Core/SAI: Allow update of disable gravity/root applied via static flags (using related action type) (#30481) 2024-12-04 18:18:02 +01:00
Shauren
43bf71b374 Core/Spells: Implemented TargetAuraType and ExcludeTargetAuraType cast requirements 2024-12-03 17:40:25 +01:00
Ghaster
49b3ea96f5 Core/Scenarios: Send Scenario GUID in scenario progress packet (#30465) 2024-12-03 13:05:04 +01:00
Shauren
1fb4acc25a Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABEL 2024-12-02 15:29:02 +01:00
Shauren
49699bc966 Core/Quests: Change Player::KilledMonster arguments to take Creature directly 2024-12-02 15:24:36 +01:00
Shauren
5df1c6dea6 Core/Quests: Use a helper function for quest objective StorageIndex startup validation 2024-12-02 15:23:23 +01:00
Shauren
e071c08526 Core/Commands: Handle more quest objective types with .quest complete command 2024-12-02 15:21:02 +01:00
Shauren
7153538db6 Core/Conditions: Added missing CONDITION_STRING_ID case to Condition::GetSearcherTypeMaskForCondition 2024-12-02 15:19:19 +01:00
Shauren
4b09bb37dd Core/Conditions: Explicitly name fields in condition type info initializer 2024-12-02 15:18:44 +01:00
Shauren
f06387b5eb Fix nopch build 2024-12-01 19:48:49 +01:00
Shauren
3e2abd2535 Core/Misc: Port std::ranges::contains from c++23 2024-12-01 19:05:26 +01:00
Aqua Deus
711fe685dd Scripts/Spells: Implement demon hunter talent "Darkness" (#30473) 2024-12-01 15:10:42 +01:00
Aqua Deus
7231f6722f Scripts/Spells: Implement demon hunter talent "Chaotic Transformation" (#30471) 2024-12-01 14:29:46 +01:00
Aqua Deus
9c6a9d031e Scripts/Spells: Implement demon hunter talent "Eye Beam" (#30470) 2024-12-01 13:33:40 +01:00
Aqua Deus
1d88dd11a4 Scripts/Spells: Implement demon hunter talent "Tactical Retreat" (#30468) 2024-11-30 16:01:49 +01:00
Aqua Deus
0a44d3b508 Scripts/Spells: Fix evoker talent Verdant Embrace (#30439) 2024-11-29 22:05:20 +01:00
Shauren
53b4501ce9 Core/Vmaps: Don't ignore model rotation when calculating liquid level
Closes #30205
2024-11-28 17:08:56 +01:00
Meji
f1079ec271 Scripts/StormwindCity: Implement quest "The King's Command" (29547) (#30459) 2024-11-27 23:21:08 +01:00
Meji
65265f394d Scripts/TheJadeForest: Implement quest "Into the Mists" (29690) (#30443) 2024-11-27 22:34:34 +01:00
Shauren
898a941b10 Adjust previous commit to compile with clang on systems that have gcc 12 installed 2024-11-27 13:55:47 +01:00