Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-17 | Core/Spells: Reorder CastSpellExtraArgsInit fields to reduce padding | Shauren | |
(cherry picked from commit 4d3861928fadfc4db90efaf2c9aa656c81a6ae2a) | |||
2024-09-17 | DB: Add Mac and ARM auth keys for 4.4.0.56489 | Shauren | |
2024-09-17 | Core: Update allowed build to 4.4.0.56489 | funjoker | |
2024-09-17 | Core/Units: update action button macros for Cataclysm | funjoker | |
2024-09-16 | Build: 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-16 | Core/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-16 | Core/CrashHandler: Compile WheatyExceptionReport only once and moved its ↵ | Shauren | |
global variable initializer to all projects using it (cherry picked from commit fd0a7ba871060c895fdf701799dbf649ee697078) | |||
2024-09-16 | Core/Common: Output stdout/stderr from child process without waiting for it ↵ | Shauren | |
to finish (cherry picked from commit f270686201c84a07f67a9615fd610d917fc8f802) | |||
2024-09-16 | Core: Remove boost iostreams dependency | Shauren | |
(cherry picked from commit dbe8d1f11e844dc73c9ce971421e1d71c41bea3d) | |||
2024-09-14 | Core/DataStores: extract, load and use NpcTotalHp and NpcDamageByClass game ↵ | Ovahlord | |
tables to initialize the damage and health values of creatures | |||
2024-09-14 | Core/DataStores: updated MAX_LEVEL to 100 as Cata Classic only provides game ↵ | Ovahlord | |
table data up to level 100 instead of 123 | |||
2024-09-14 | Core/Units: updated the action button macros for Cataclysm | Ovahlord | |
2024-09-13 | PacketIO: Fix unit actionbar | funjoker | |
(cherry picked from commit 6331b44e0f7155a4004086543dc0c1769e8670d9) | |||
2024-09-13 | Core/Spells: Fix copypaste mistake in CastSpellExtraArgs::SetTriggeringSpell | Shauren | |
(cherry picked from commit 4a574c0ce1149825c0fba77b0bea60608cbc470f) | |||
2024-09-13 | Scripts/Spells: Add missed change for 975e7cc0723d3136822f6190de8742eef17a2539 | Shauren | |
(cherry picked from commit b2a9a59364bf476a76c1fcea8a097617491174af) | |||
2024-09-13 | Core/Spells: Refactor CastSpellExtraArgs | Shauren | |
* 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-12 | Core/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-12 | Core/DataStores: Refactor DBStorageIterator to make it usable with more ↵ | Shauren | |
std::ranges algorithms (cherry picked from commit 8ec9b5841e9eef602f7b9ae8f8824eb799bf4c28) | |||
2024-09-12 | Core/Spells: Remove setting OriginalCastId from ↵ | Shauren | |
CastSpellExtraArgs::SetTriggeringAura (cherry picked from commit f604661a40d05cb1f06e5e0b3112591ebb3aa1a6) # Conflicts: # src/server/game/Spells/Spell.cpp | |||
2024-09-12 | Core/DataStores: Fix typos in ModifierTreeType values | Shauren | |
Closes #30172 (cherry picked from commit 16464e9aa05ce52cf39ef0d9d92871b0e513449f) # Conflicts: # src/server/game/DataStores/DBCEnums.h | |||
2024-09-08 | Core/Spells: implemented SPELL_AURA_MOD_SPELL_POWER_PCT | Ovahlord | |
2024-09-08 | Core/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-08 | Core/Player: updated per kill experience to Cataclysm | Ovahlord | |
2024-09-07 | Core/Quest: fixed retrieving quest objective flags | Ovahlord | |
Closes #30166 | |||
2024-09-04 | Core/Packets: Update structure of CMSG_GET_MIRROR_IMAGE_DATA | funjoker | |
2024-09-04 | Core: Update allowed build to 4.4.0.56420 | funjoker | |
2024-09-03 | Core/Misc: CompilerDefs/GitRevision improvements | Shauren | |
* 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-03 | Core/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-03 | Core/GameObjects: Implement ControlZone::UncontestedTime field (#30152) | Jeremy | |
(cherry picked from commit 314e155a0c4b9f904d6b36898941cc1966d8a719) | |||
2024-09-03 | Core/Players: Fixed nested spell overrides (priest Mind Spike) | Shauren | |
(cherry picked from commit cdca59ca4daf1edc250a96bd793cd8d4368e7f2e) | |||
2024-09-03 | Core/Creature: Added additional checks when setting feign death in db | ModoX | |
(cherry picked from commit d66f2dcdac2f1602f36cd9f1720fdbf274a37c61) | |||
2024-09-03 | Core/Unit: Allow UNIT_FLAG2_FEIGN_DEATH and UNIT_FLAG3_FAKE_DEAD setting in db | ModoX | |
* 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-02 | Core/Misc: fixed dynamic scripts build | Ovahlord | |
2024-09-01 | Core/Misc: dropped unused Traits implementation | Ovahlord | |
2024-09-01 | fixed unused parameter warning that slipped past msvc compilers | Ovahlord | |
2024-09-01 | Scripts/Spells: removed post Cataclysm item spell scripts | Ovahlord | |
2024-09-01 | DB: fixed sql naming of file added in 056c9391e6910b0f3fb2358f746a022b2c32afab | Ovahlord | |
2024-09-01 | buildfix | Ovahlord | |
2024-09-01 | Core/Misc: removed most retail specialization code and restored legacy ↵ | Ovahlord | |
functionality for Classic | |||
2024-08-31 | Core/Chat: 39061442fb6dd5acd3a698ce380709b1772a00f0 followup | Ovahlord | |
2024-08-31 | Core/Chat: updated chat handler to support recent packet changes | Ovahlord | |
2024-08-31 | Core/Packets: updated packet structures of CMSG_CHAT_ADDON_MESSAGE_TARGETED ↵ | Ovahlord | |
and CMSG_CHAT_MESSAGE_WHISPER | |||
2024-08-31 | Core/Player: updated hit chances for players and handle their according UI ↵ | Ovahlord | |
modifier update fields | |||
2024-08-30 | Core/Client Builds: Refactor build_info structure to support any client variants | Shauren | |
(cherry picked from commit e94558d07892a98d78bec3633e0c82e1394b9d66) # Conflicts: # sql/base/auth_database.sql # sql/updates/auth/cata_classic/2024_08_30_00_auth.sql | |||
2024-08-30 | Core/Client Builds: Move build info out of RealmList class | Shauren | |
(cherry picked from commit 82031dc720ac485c32158871aec86764c2505581) | |||
2024-08-30 | Build fix for libstdc++-11 | Shauren | |
(cherry picked from commit d277be8718976764b6a2ed872c0e0b364c9a488b) | |||
2024-08-30 | Core/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-30 | Core/Misc: Remove duplicate helper functions | Shauren | |
(cherry picked from commit bffc7ece61abf9fdc8c5dd599a8d22a549dc6b00) | |||
2024-08-29 | DB/Player: added required level experience for level 1 to 85 | Naddley | |
2024-08-29 | DB/Player: added required experience to level for level 1 - 12 | Ovahlord | |