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
Shauren
fdd44f70dd
Core/Misc: CompilerDefs/GitRevision improvements
...
* Removed INTEL as a separate platform (it does not belong there)
* Removed BORLAND from known compilers list (it was never supported)
* Simplified TRINITY_PLATFORM_WINDOWS detection (_WIN32 is always defined)
* Rename revision_data.h macros that begin with a underscore
* Added processor architecture to --version string
* Added Linux distribution name to .server debug
* Fixed some revision_data.h macros missing/wrong values when regenerated during compilation
* Removed manual adding of _WIN64 macro from cmake (it is predefined internally by compiler)
(cherry picked from commit e8740fb2e1 )
# Conflicts:
# revision_data.h.in.cmake
2024-09-03 19:56:38 +02:00
Shauren
2592a08df6
Core/Spells: Fixed spell target selection not being shared by multiple effects when there are targeting scripts that have the same script function
...
(cherry picked from commit b1d8061a0f )
2024-09-03 19:55:16 +02:00
Jeremy
91be11b280
Core/GameObjects: Implement ControlZone::UncontestedTime field ( #30152 )
...
(cherry picked from commit 314e155a0c )
2024-09-03 19:55:10 +02:00
Shauren
27c9af1a5e
Core/Players: Fixed nested spell overrides (priest Mind Spike)
...
(cherry picked from commit cdca59ca4d )
2024-09-03 19:54:50 +02:00
ModoX
1c2829e615
Core/Creature: Added additional checks when setting feign death in db
...
(cherry picked from commit d66f2dcdac )
2024-09-03 19:54:40 +02:00
ModoX
403142829a
Core/Unit: Allow UNIT_FLAG2_FEIGN_DEATH and UNIT_FLAG3_FAKE_DEAD setting in db
...
* seems to become quite common in 11.x to be used w/o auras; example being Kirin Tor Conjuror 212718
(cherry picked from commit 1b4c324fe1 )
2024-09-03 19:54:35 +02:00
Ovahlord
a774a83180
Core/Misc: fixed dynamic scripts build
2024-09-02 05:27:06 +02:00
Ovahlord
7704c0cc5a
Core/Misc: dropped unused Traits implementation
2024-09-01 20:49:45 +02:00