Shauren
ad06dcaaec
Core/Spells: Implemented SPELL_EFFECT_UPDATE_INTERACTIONS
2024-12-20 11:50:07 +01:00
Shauren
4ccaac5d91
Core/GameObjects: Remove unused function
2024-12-20 10:44:20 +01:00
Shauren
5f212c6916
Core/PacketIO: Improved bit functions - no longer writes each bit separately
2024-12-19 19:47:26 +01:00
Shauren
5a1fe84978
Core/PacketIO: Read directly into output variable for numeric ByteBuffer::operator>> overloads
2024-12-19 19:45:58 +01:00
Shauren
736836a3f5
Core/PacketIO: Fixed endian conversions for array operations
2024-12-19 19:43:06 +01:00
Shauren
9ed5f8812b
Core/PacketIO: Remove overriding Underlying type from ByteBuffer reads in favor of PacketUtilities::As
2024-12-19 14:57:28 +01:00
Shauren
8eb2a4de78
Core/Misc: Apply consistent formatting in ByteBuffer
2024-12-19 14:42:38 +01:00
Shauren
9259d49f99
Core: Updated allowed build to 11.0.7.58187
2024-12-19 11:59:15 +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
Naddley
3ffab8abfc
DB/Dornogal: Added some spawns for the Foundation Hall
2024-12-16 22:42:44 +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
Naddley
cea89be2c9
DB/IsleOfDorn: Added spawns for Boskroot Basin
2024-12-15 15:49: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
Naddley
8d8598de1a
DB/IsleOfDorn: Added spawns to Durgaz Cabin
2024-12-12 02:13:52 +01:00
Naddley
9ee2c9cc5c
DB/IsleOfDorn: Added spawns related to Quest: "Found Around the Unbound"
2024-12-11 22:10:48 +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
Naddley
d27abec9e8
DB/Misc: Followup for 5b1ff94
...
Closes #30499
2024-12-11 13:17:07 +01:00
Naddley
5b1ff947ef
DB/Dornogal: Implement Quest: "An Oddball in Dornogal"
2024-12-11 01:07:26 +01:00
Naddley
fb5c3bb329
DB/Dornogal: Update spawns related to Quest "A Sassy Arathi"
...
+ handle quest accept conversation
2024-12-10 22:02:20 +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
Naddley
749df7b62e
DB/IsleOfDorn: Added some more spawns
...
+ Added Questloot (Item: 223891) to Igneous Elemental
2024-12-09 01:40:38 +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
Meji
316ce0d73a
DB/Tanaris: Added anniversary gameobject templates
2024-12-07 21:19:44 +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
Naddley
806bb66490
DB/IsleOfDorn: Implement Quest: "For The Love of Gems"
2024-12-05 13:40:34 +01:00
Naddley
508396c26e
DB/IsleOfDorn: Added some more spawns to The Opalcreg
2024-12-04 22:03:55 +01:00
Naddley
89504d9666
DB/IsleOfDorn: Implement Quest: "Web Beats Rock"
2024-12-04 22:02:40 +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