aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-17Core/Spells: Reorder CastSpellExtraArgsInit fields to reduce paddingShauren
(cherry picked from commit 4d3861928fadfc4db90efaf2c9aa656c81a6ae2a)
2024-09-17DB: Add Mac and ARM auth keys for 4.4.0.56489Shauren
2024-09-17Core: Update allowed build to 4.4.0.56489funjoker
2024-09-17Core/Units: update action button macros for Cataclysmfunjoker
2024-09-16Build: Automatically include WindowsSettings.manifest in all executables ↵Shauren
instead of listing it separately as source file in every target (cherry picked from commit a21e7c738e3f03347a3e96bda11e29e090ad71b6)
2024-09-16Core/Common: Compile ServiceWin32 as part of common project instead of ↵Shauren
directly adding its source files to both server executables (cherry picked from commit 052f2d0a81460ba484c27d05fe34673cf467c75e)
2024-09-16Core/CrashHandler: Compile WheatyExceptionReport only once and moved its ↵Shauren
global variable initializer to all projects using it (cherry picked from commit fd0a7ba871060c895fdf701799dbf649ee697078)
2024-09-16Core/Common: Output stdout/stderr from child process without waiting for it ↵Shauren
to finish (cherry picked from commit f270686201c84a07f67a9615fd610d917fc8f802)
2024-09-16Core: Remove boost iostreams dependencyShauren
(cherry picked from commit dbe8d1f11e844dc73c9ce971421e1d71c41bea3d)
2024-09-14Core/DataStores: extract, load and use NpcTotalHp and NpcDamageByClass game ↵Ovahlord
tables to initialize the damage and health values of creatures
2024-09-14Core/DataStores: updated MAX_LEVEL to 100 as Cata Classic only provides game ↵Ovahlord
table data up to level 100 instead of 123
2024-09-14Core/Units: updated the action button macros for CataclysmOvahlord
2024-09-13PacketIO: Fix unit actionbarfunjoker
(cherry picked from commit 6331b44e0f7155a4004086543dc0c1769e8670d9)
2024-09-13Core/Spells: Fix copypaste mistake in CastSpellExtraArgs::SetTriggeringSpellShauren
(cherry picked from commit 4a574c0ce1149825c0fba77b0bea60608cbc470f)
2024-09-13Scripts/Spells: Add missed change for 975e7cc0723d3136822f6190de8742eef17a2539Shauren
(cherry picked from commit b2a9a59364bf476a76c1fcea8a097617491174af)
2024-09-13Core/Spells: Refactor CastSpellExtraArgsShauren
* Allow C++20 designated initializers * Allow precise float values for SPELLVALUE_RADIUS_MOD, SPELLVALUE_CRIT_CHANCE and SPELLVALUE_DURATION_PCT (cherry picked from commit 975e7cc0723d3136822f6190de8742eef17a2539)
2024-09-12Core/Misc: Fix GitRevision::GetHostOSVersion compilation on arch linux, ↵Shauren
TRINITY_BUILD_HOST_DISTRO_VERSION_ID is not defined there (cherry picked from commit 652d490b06e8021683b5ba718e1706b618bd074f)
2024-09-12Core/DataStores: Refactor DBStorageIterator to make it usable with more ↵Shauren
std::ranges algorithms (cherry picked from commit 8ec9b5841e9eef602f7b9ae8f8824eb799bf4c28)
2024-09-12Core/Spells: Remove setting OriginalCastId from ↵Shauren
CastSpellExtraArgs::SetTriggeringAura (cherry picked from commit f604661a40d05cb1f06e5e0b3112591ebb3aa1a6) # Conflicts: # src/server/game/Spells/Spell.cpp
2024-09-12Core/DataStores: Fix typos in ModifierTreeType valuesShauren
Closes #30172 (cherry picked from commit 16464e9aa05ce52cf39ef0d9d92871b0e513449f) # Conflicts: # src/server/game/DataStores/DBCEnums.h
2024-09-08Core/Spells: implemented SPELL_AURA_MOD_SPELL_POWER_PCTOvahlord
2024-09-08Core/Quests: skip most of the checks in CMSG_QUEST_GIVER_ACCEPT_QUEST for ↵Ovahlord
auto accept quests as they have been added before the cmsg comes in
2024-09-08Core/Player: updated per kill experience to CataclysmOvahlord
2024-09-07Core/Quest: fixed retrieving quest objective flagsOvahlord
Closes #30166
2024-09-04Core/Packets: Update structure of CMSG_GET_MIRROR_IMAGE_DATAfunjoker
2024-09-04Core: Update allowed build to 4.4.0.56420funjoker
2024-09-03Core/Misc: CompilerDefs/GitRevision improvementsShauren
* 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 e8740fb2e125b308493aeab49ddd7b0cc6a53c97) # Conflicts: # revision_data.h.in.cmake
2024-09-03Core/Spells: Fixed spell target selection not being shared by multiple ↵Shauren
effects when there are targeting scripts that have the same script function (cherry picked from commit b1d8061a0f848241fe70ab0d718e829836cb5601)
2024-09-03Core/GameObjects: Implement ControlZone::UncontestedTime field (#30152)Jeremy
(cherry picked from commit 314e155a0c4b9f904d6b36898941cc1966d8a719)
2024-09-03Core/Players: Fixed nested spell overrides (priest Mind Spike)Shauren
(cherry picked from commit cdca59ca4daf1edc250a96bd793cd8d4368e7f2e)
2024-09-03Core/Creature: Added additional checks when setting feign death in dbModoX
(cherry picked from commit d66f2dcdac2f1602f36cd9f1720fdbf274a37c61)
2024-09-03Core/Unit: Allow UNIT_FLAG2_FEIGN_DEATH and UNIT_FLAG3_FAKE_DEAD setting in dbModoX
* seems to become quite common in 11.x to be used w/o auras; example being Kirin Tor Conjuror 212718 (cherry picked from commit 1b4c324fe1946ad1b595e947ba43e71341adad15)
2024-09-02Core/Misc: fixed dynamic scripts buildOvahlord
2024-09-01Core/Misc: dropped unused Traits implementationOvahlord
2024-09-01fixed unused parameter warning that slipped past msvc compilersOvahlord
2024-09-01Scripts/Spells: removed post Cataclysm item spell scriptsOvahlord
2024-09-01DB: fixed sql naming of file added in 056c9391e6910b0f3fb2358f746a022b2c32afabOvahlord
2024-09-01buildfixOvahlord
2024-09-01Core/Misc: removed most retail specialization code and restored legacy ↵Ovahlord
functionality for Classic
2024-08-31Core/Chat: 39061442fb6dd5acd3a698ce380709b1772a00f0 followupOvahlord
2024-08-31Core/Chat: updated chat handler to support recent packet changesOvahlord
2024-08-31Core/Packets: updated packet structures of CMSG_CHAT_ADDON_MESSAGE_TARGETED ↵Ovahlord
and CMSG_CHAT_MESSAGE_WHISPER
2024-08-31Core/Player: updated hit chances for players and handle their according UI ↵Ovahlord
modifier update fields
2024-08-30Core/Client Builds: Refactor build_info structure to support any client variantsShauren
(cherry picked from commit e94558d07892a98d78bec3633e0c82e1394b9d66) # Conflicts: # sql/base/auth_database.sql # sql/updates/auth/cata_classic/2024_08_30_00_auth.sql
2024-08-30Core/Client Builds: Move build info out of RealmList classShauren
(cherry picked from commit 82031dc720ac485c32158871aec86764c2505581)
2024-08-30Build fix for libstdc++-11Shauren
(cherry picked from commit d277be8718976764b6a2ed872c0e0b364c9a488b)
2024-08-30Core/Auth: Refactor client auth key storage to support more future client ↵Shauren
variants and preserve more information about client version (cherry picked from commit 8e1595265925e0840d07e943b8c9ff1e906d4719)
2024-08-30Core/Misc: Remove duplicate helper functionsShauren
(cherry picked from commit bffc7ece61abf9fdc8c5dd599a8d22a549dc6b00)
2024-08-29DB/Player: added required level experience for level 1 to 85Naddley
2024-08-29DB/Player: added required experience to level for level 1 - 12Ovahlord