Commit Graph

30045 Commits

Author SHA1 Message Date
Shauren
d366876807 Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user that points to where legacy.dll should be found
(cherry picked from commit d3294568b8)
2024-10-12 23:47:23 +02:00
Jason Dove
d8c79337ed Core/Units: Fix melee attack victim level calculation (#30329)
(cherry picked from commit d93ca90d49)
2024-10-12 23:47:22 +02:00
ModoX
0844438ad3 Core/Movement: Implemented cyclic waypoint movement (#29923)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
(cherry picked from commit 222a80a6d6)
2024-10-12 23:47:22 +02:00
Shauren
7c425b8970 Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPDATE_OBJECT and enable packets modifying them
(cherry picked from commit 43c7965d6b)

# Conflicts:
#	src/server/game/Server/Protocol/Opcodes.cpp
2024-10-12 23:47:21 +02:00
Ovahlord
b1eac5485b buildfix 2024-10-09 19:25:11 +02:00
Ovahlord
81f612369a Core/Player: updated block percent value for Cataclysm 2024-10-09 18:33:18 +02:00
Shauren
2275215bb6 Core/Maps: Link instance map to LfgDungeons
(cherry picked from commit 8127609764)
2024-10-05 18:46:10 +02:00
Meji
1b6ebcc1e1 Core/Chat: Improve ingame language translation (#30298)
(cherry picked from commit 086632d871)
2024-10-05 18:46:06 +02:00
Shauren
01e3220f89 Core/Players: Prevent creation of characters with duplicate names
Closes #30299

(cherry picked from commit 49ab2bbe38)
2024-10-03 15:06:58 +02:00
nekolisa42
7bc13f3307 Tools/vmap_assembler: Fix missing <mutex> header in TileAssembler.cpp (#30293)
(cherry picked from commit 5959e6e374)
2024-10-03 00:38:22 +02:00
Shauren
d2d3457b2f Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it to create deleters with compile time constant functions (reduces its size to just sizeof(void*))
(cherry picked from commit b13b5142f1)
2024-10-03 00:38:15 +02:00
Ovahlord
e05461a0ed Core/Misc: updated Difficulty enum for Cataclysm 2024-10-03 00:37:30 +02:00
Shauren
dfd224931a Core/DataStores: Removed overriding field sign type based on db2 column compression
(cherry picked from commit 89f490bdcd)

# Conflicts:
#	sql/updates/auth/cata_classic/2024_09_27_00_hotfixes.sql
#	src/server/game/Achievements/CriteriaHandler.cpp
#	src/server/game/DataStores/DB2LoadInfo.h
#	src/server/game/DataStores/DB2Stores.cpp
#	src/server/game/DataStores/DB2Stores.h
#	src/server/game/DataStores/DB2Structure.h
#	src/server/game/DataStores/DBCEnums.h
#	src/server/game/Entities/Item/AzeriteItem/AzeriteEmpoweredItem.cpp
#	src/server/game/Entities/Item/ItemBonusMgr.cpp
#	src/server/game/Entities/Player/Player.cpp
#	src/server/game/Spells/TraitMgr.cpp
2024-09-30 21:37:07 +02:00
Shauren
2b748dcf51 Core/Objects: Corrected TYPEMASK_SEER value incorrectly changed in 6f6af6a1a1, fixes not finding mind controlled players
(cherry picked from commit 0d496b14d5)
2024-09-30 20:12:29 +02:00
funjoker
6aa1c72b3b Core/Spells: Fix PCT spell mod calculation
in Cataclysm PCT bonus damage is additive
2024-09-26 10:36:53 +02:00
Shauren
1e7bb72424 Core/Database: Fix database connections failing to open over named pipes for users using caching_sha2_password authentication plugin if this is the first time this user attempts to log in since starting MySQL server
(cherry picked from commit 726412d983)
2024-09-25 20:00:56 +02:00
Shauren
9e661e8e1c Core/Common: Catch and log child process creation errors
(cherry picked from commit fff12eafdf)
2024-09-23 21:18:50 +02:00
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
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
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
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
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