aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-22Core/Spells: Protect against stack overflows in spell override handlingShauren
(cherry picked from commit 723e638a84d2aebe8a41fc39ba94f1a04138797e)
2024-09-22Core/Spells: Fix startup crashShauren
2024-09-22DB: fixed sql file name added in c10a57318c9cd3b6c22f18384656f9a04ad2a06bOvahlord
2024-09-22Scripts/Spells: fixed balance druid Eclipse mechanicOvahlord
2024-09-22Core/Auras: fixed a possible underflow when checking required powers for ↵Ovahlord
SPELL_AURA_TRIGGER_SPELL_ON_POWER_AMOUNT and SPELL_AURA_TRIGGER_SPELL_ON_POWER_PCT (cherry picked from commit f26c94205336f9d8cdee4eb9b0aedb7847ea0746)
2024-09-21Core/Units: fixed druid Balance power minimum valueOvahlord
2024-09-21Scripts/Spells: simplify bitset check in mage Deep Freeze spell scriptOvahlord
2024-09-21Scripts/Spells: fixed mage Arcane MissilesOvahlord
2024-09-21Scripts/Spells: fixed mage Deep Freeze abilityOvahlord
2024-09-21Core/Object: Added max height change param to MovePositionModoX
(cherry picked from commit 35b8868763cc46a16511b11a5c735dc534e887dc)
2024-09-21Build: Ensure paths passed to find_package HINTS argument only use forward ↵Shauren
slashes since that is what cmake expects (cherry picked from commit 26cebef0fe13027c316f47b7e82ad0f49f84268a)
2024-09-21CI: Migrate compile flags environment variables to new cmake option ↵Shauren
WITH_WARNINGS_AS_ERRORS (cherry picked from commit 4d59558c5604d29807a37ededd7b1ec02d8d9a9e)
2024-09-21Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings ↵Shauren
into compile errors (cherry picked from commit 7ac0c685dd01bdce2d1ee0bb878e5044b3c1fffa)
2024-09-21Build: Remove temporarily lowered cmake version requirement for circle-ciShauren
(cherry picked from commit 24d08307e4156ef57c2662a882a227cf8eba1424)
2024-09-21Core/Database: Change database async thread shutdown to fix some corner ↵Shauren
cases leading to servers being stuck on shutdown (for example with exit() call) (cherry picked from commit 11a832fa8ba2362a0efcde601e7225582326e0da)
2024-09-20Core/PacketIO: Update CMSG_PET_SET_ACTION structurefunjoker
2024-09-18remove blank lineOvahlord
2024-09-18Core/Characters: removed unused variables and some demon hunter and evoker ↵Ovahlord
leftovers
2024-09-18Core/Misc: remove character creation code for Demon Hunters, Evokers and ↵Ovahlord
Allied Races
2024-09-17Core/Objects: removed GO_DYNFLAG_LO_HIGHLIGHT application (not used in Classic)Ovahlord
2024-09-17Core/Commands: Refactor .additem to use typed argsShauren
(cherry picked from commit 1f60e76b7f157af6a24fa3c962b59f3391b21e75)
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)