Commit Graph

43010 Commits

Author SHA1 Message Date
Shauren
7a4c8d69fc Core/CrashHandler: Output inlined stack frames
(cherry picked from commit f3b8503ba6)
2024-09-23 21:18:43 +02:00
Shauren
f75bc03ca3 Core/CrashHandler: Make WheatyExceptionReport fields not static to ensure consistent destruction order
(cherry picked from commit e76df583f0)
2024-09-23 21:18:39 +02:00
funjoker
a80d7937bd Core/PacketIO: Fix SMSG_SET_PCT_SPELL_MODIFIER 2024-09-22 22:59:14 +02:00
Shauren
992f1851e2 Core/Spells: Protect against stack overflows in spell override handling
(cherry picked from commit 723e638a84)
2024-09-22 13:47:53 +02:00
Shauren
918fb8b856 Core/Spells: Fix startup crash 2024-09-22 13:11:01 +02:00
Ovahlord
577ae1f8e0 DB: fixed sql file name added in c10a57318c 2024-09-22 12:01:01 +02:00
Ovahlord
c10a57318c Scripts/Spells: fixed balance druid Eclipse mechanic 2024-09-22 11:55:59 +02:00
Ovahlord
46e26179c8 Core/Auras: fixed a possible underflow when checking required powers for SPELL_AURA_TRIGGER_SPELL_ON_POWER_AMOUNT and SPELL_AURA_TRIGGER_SPELL_ON_POWER_PCT
(cherry picked from commit f26c942053)
2024-09-22 11:45:40 +02:00
Ovahlord
2786401c8f Core/Units: fixed druid Balance power minimum value 2024-09-21 22:07:46 +02:00
Ovahlord
2b89089c50 Scripts/Spells: simplify bitset check in mage Deep Freeze spell script 2024-09-21 14:27:20 +02:00
Ovahlord
329b48e853 Scripts/Spells: fixed mage Arcane Missiles 2024-09-21 14:20:34 +02:00
Ovahlord
f2ff7fa683 Scripts/Spells: fixed mage Deep Freeze ability 2024-09-21 13:38:55 +02:00
ModoX
0e322fdbf4 Core/Object: Added max height change param to MovePosition
(cherry picked from commit 35b8868763)
2024-09-21 05:50:21 +02:00
Shauren
974fb15360 Build: Ensure paths passed to find_package HINTS argument only use forward slashes since that is what cmake expects
(cherry picked from commit 26cebef0fe)
2024-09-21 05:50:20 +02:00
Shauren
f580ac2cde CI: Migrate compile flags environment variables to new cmake option WITH_WARNINGS_AS_ERRORS
(cherry picked from commit 4d59558c56)
2024-09-21 05:50:20 +02:00
Shauren
70d2b3b34d Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings into compile errors
(cherry picked from commit 7ac0c685dd)
2024-09-21 05:50:20 +02:00
Shauren
92130c97be Build: Remove temporarily lowered cmake version requirement for circle-ci
(cherry picked from commit 24d08307e4)
2024-09-21 05:50:20 +02:00
Shauren
3cde083745 Core/Database: Change database async thread shutdown to fix some corner cases leading to servers being stuck on shutdown (for example with exit() call)
(cherry picked from commit 11a832fa8b)
2024-09-21 05:50:20 +02:00
funjoker
249d1372bb Core/PacketIO: Update CMSG_PET_SET_ACTION structure 2024-09-20 08:39:49 +02:00
Ovahlord
f78ecd97e1 remove blank line 2024-09-18 21:20:28 +02:00
Ovahlord
48969b28ca Core/Characters: removed unused variables and some demon hunter and evoker leftovers 2024-09-18 18:58:30 +02:00
Ovahlord
1e2b189277 Core/Misc: remove character creation code for Demon Hunters, Evokers and Allied Races 2024-09-18 18:44:03 +02:00
Ovahlord
54d5d03bc7 Core/Objects: removed GO_DYNFLAG_LO_HIGHLIGHT application (not used in Classic) 2024-09-17 17:11:02 +02:00
Shauren
f4123226c7 Core/Commands: Refactor .additem to use typed args
(cherry picked from commit 1f60e76b7f)
2024-09-17 17:09:21 +02:00
Shauren
7cbe91e3ba Core/Spells: Reorder CastSpellExtraArgsInit fields to reduce padding
(cherry picked from commit 4d3861928f)
2024-09-17 17:09:17 +02:00
Shauren
b50b32a1d7 DB: Add Mac and ARM auth keys for 4.4.0.56489 2024-09-17 10:25:56 +02:00
funjoker
79d74b19f3 Core: Update allowed build to 4.4.0.56489 2024-09-17 10:08:42 +02:00
funjoker
657d433ede Core/Units: update action button macros for Cataclysm 2024-09-17 10:05:33 +02:00
Shauren
bf0e2fc469 Build: Automatically include WindowsSettings.manifest in all executables instead of listing it separately as source file in every target
(cherry picked from commit a21e7c738e)
2024-09-16 17:32:34 +02:00
Shauren
7972d45a86 Core/Common: Compile ServiceWin32 as part of common project instead of directly adding its source files to both server executables
(cherry picked from commit 052f2d0a81)
2024-09-16 17:32:28 +02:00
Shauren
b0b87aeea1 Core/CrashHandler: Compile WheatyExceptionReport only once and moved its global variable initializer to all projects using it
(cherry picked from commit fd0a7ba871)
2024-09-16 17:32:22 +02:00
Shauren
ec85afdbc7 Core/Common: Output stdout/stderr from child process without waiting for it to finish
(cherry picked from commit f270686201)
2024-09-16 17:32:15 +02:00
Shauren
085aadea36 Core: Remove boost iostreams dependency
(cherry picked from commit dbe8d1f11e)
2024-09-16 17:32:11 +02:00
Ovahlord
3c2aa264c0 Core/DataStores: extract, load and use NpcTotalHp and NpcDamageByClass game tables to initialize the damage and health values of creatures 2024-09-14 18:21:09 +02:00
Ovahlord
768e63ad1a Core/DataStores: updated MAX_LEVEL to 100 as Cata Classic only provides game table data up to level 100 instead of 123 2024-09-14 17:05:51 +02:00
Ovahlord
63491678e2 Core/Units: updated the action button macros for Cataclysm 2024-09-14 09:46:52 +02:00
funjoker
7a486244b0 PacketIO: Fix unit actionbar
(cherry picked from commit 6331b44e0f)
2024-09-13 19:34:26 +02:00
Shauren
e5f8dd0d27 Core/Spells: Fix copypaste mistake in CastSpellExtraArgs::SetTriggeringSpell
(cherry picked from commit 4a574c0ce1)
2024-09-13 19:31:27 +02:00
Shauren
35f6695851 Scripts/Spells: Add missed change for 975e7cc072
(cherry picked from commit b2a9a59364)
2024-09-13 19:31:22 +02:00
Shauren
5a495d8e02 Core/Spells: Refactor CastSpellExtraArgs
* Allow C++20 designated initializers
* Allow precise float values for SPELLVALUE_RADIUS_MOD, SPELLVALUE_CRIT_CHANCE and SPELLVALUE_DURATION_PCT

(cherry picked from commit 975e7cc072)
2024-09-13 19:30:56 +02:00
Shauren
1a00001eb0 Core/Misc: Fix GitRevision::GetHostOSVersion compilation on arch linux, TRINITY_BUILD_HOST_DISTRO_VERSION_ID is not defined there
(cherry picked from commit 652d490b06)
2024-09-12 21:46:49 +02:00
Shauren
1c4f4c3574 Core/DataStores: Refactor DBStorageIterator to make it usable with more std::ranges algorithms
(cherry picked from commit 8ec9b5841e)
2024-09-12 21:46:45 +02:00
Shauren
e0ac52a75a Core/Spells: Remove setting OriginalCastId from CastSpellExtraArgs::SetTriggeringAura
(cherry picked from commit f604661a40)

# Conflicts:
#	src/server/game/Spells/Spell.cpp
2024-09-12 21:46:00 +02:00
Shauren
f2772c13cd Core/DataStores: Fix typos in ModifierTreeType values
Closes #30172

(cherry picked from commit 16464e9aa0)

# Conflicts:
#	src/server/game/DataStores/DBCEnums.h
2024-09-12 21:45:24 +02:00
Ovahlord
b73e4e1662 Core/Spells: implemented SPELL_AURA_MOD_SPELL_POWER_PCT 2024-09-08 22:15:47 +02:00
Ovahlord
58c88ef86a Core/Quests: skip most of the checks in CMSG_QUEST_GIVER_ACCEPT_QUEST for auto accept quests as they have been added before the cmsg comes in 2024-09-08 21:08:37 +02:00
Ovahlord
f359a8710a Core/Player: updated per kill experience to Cataclysm 2024-09-08 13:50:38 +02:00
Ovahlord
008dd1edb0 Core/Quest: fixed retrieving quest objective flags
Closes #30166
2024-09-07 14:28:10 +02:00
funjoker
a0163ff702 Core/Packets: Update structure of CMSG_GET_MIRROR_IMAGE_DATA 2024-09-04 10:54:09 +02:00
funjoker
40e0dcc7d3 Core: Update allowed build to 4.4.0.56420 2024-09-04 09:55:50 +02:00