aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-09-17Core/Commands: Refactor .additem to use typed argsShauren
2024-09-16Core/Spells: Reorder CastSpellExtraArgsInit fields to reduce paddingShauren
2024-09-16Core/Gameobjects: Fixed GO_DYNFLAG_LO_HIGHLIGHT application (#30123)Meji
Closes #27374 Closes #30213
2024-09-16Scripts/Spells: Implemented warlock talent Pyrogenics (#30190)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-09-15Scripts/Spells: Implement warlock talent Backdraft (#30189)Aqua Deus
2024-09-15Scripts/Spells: Fix warlock talent Cataclysm (#30188)Aqua Deus
2024-09-15Build: Automatically include WindowsSettings.manifest in all executables ↵Shauren
instead of listing it separately as source file in every target
2024-09-15Core/Common: Compile ServiceWin32 as part of common project instead of ↵Shauren
directly adding its source files to both server executables
2024-09-15Core/CrashHandler: Compile WheatyExceptionReport only once and moved its ↵Shauren
global variable initializer to all projects using it
2024-09-14Core/Common: Output stdout/stderr from child process without waiting for it ↵Shauren
to finish
2024-09-14Core: Remove boost iostreams dependencyShauren
2024-09-14Core/PacketIO: Fix SMSG_UI_MAP_QUEST_LINES_RESPONSE struct (TWW) (#30219)Meji
2024-09-14Core/Characters: Added missing Earthen creation data (#30220)Meji
2024-09-14Scripts/Battlegrounds: Implement Silvershard mines (#30120)Jeremy
2024-09-13Core/Spells: Fix copypaste mistake in CastSpellExtraArgs::SetTriggeringSpellShauren
2024-09-13Scripts/Spells: Add missed change for 975e7cc0723d3136822f6190de8742eef17a2539Shauren
2024-09-13Scripts/Spells: Implement warlock talent Roaring Blaze (#30186)Aqua Deus
2024-09-12Scripts/Spells: Added example for 975e7cc0723d3136822f6190de8742eef17a2539Shauren
2024-09-12Core/Spells: Refactor CastSpellExtraArgsShauren
* Allow C++20 designated initializers * Allow precise float values for SPELLVALUE_RADIUS_MOD, SPELLVALUE_CRIT_CHANCE and SPELLVALUE_DURATION_PCT
2024-09-12Scripts/Spells: Fix Conflagrate energize (#30184)Aqua Deus
2024-09-12Scripts/Spells: Implement shaman talent Arctic Snowstorm (#30178)Aqua Deus
2024-09-10Core/Misc: Fix GitRevision::GetHostOSVersion compilation on arch linux, ↵Shauren
TRINITY_BUILD_HOST_DISTRO_VERSION_ID is not defined there
2024-09-09Core/DataStores: Refactor DBStorageIterator to make it usable with more ↵Shauren
std::ranges algorithms
2024-09-08Core/Spells: Remove setting OriginalCastId from ↵Shauren
CastSpellExtraArgs::SetTriggeringAura
2024-09-08Scripts/Spells: Implement warlock talent Death's Embrace (#30164)Aqua Deus
2024-09-08Scripts/Spells: Implement Bone Shield application by Marrowrend and Death's ↵Naddley
Caress (#30163)
2024-09-07Scripts/Spells: Implement warlock talent Perpetual Unstability (#30162)Aqua Deus
2024-09-07Scripts/Spells: Implement warlock talent Volatile Agony (#30161)Aqua Deus
2024-09-07Scripts/Spells: Update Drain Soul script (#30160)Aqua Deus
2024-09-07Core/Auras: Implemented SPELL_AURA_MOVE_SET_CANT_SWIM and related new opcodesShauren
2024-09-06Scripts/Spells: Implement warlock talent Siphon Life (#30159)Aqua Deus
2024-09-06Scripts/Spells: Implement warlock talent Vile Taint (#30157)Aqua Deus
2024-09-06Core/PacketIO: Add missing bit to SMSG_QUEST_GIVER_QUEST_DETAILSShauren
Closes #30191
2024-09-06Core/DataStores: Fix typos in ModifierTreeType valuesShauren
Closes #30172
2024-09-06Scripts/Spells: Update Haunt script (#30156)Aqua Deus
2024-09-03Scripts/Spells: Implement Absolute Corruption warlock talent (#30155)Aqua Deus
2024-09-03Core/Conf: Update MaxPlayerLevel to 80 (#30196)Hwis
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)
2024-09-02Scripts/Spells: Fix Rain of Fire damage (#30185)Aqua Deus
2024-09-02Core/Spells: Fixed spell target selection not being shared by multiple ↵Shauren
effects when there are targeting scripts that have the same script function
2024-09-02Scripts/WaycrestManor: Implement Lord and Lady Waycrest outro (#30109)Aqua Deus
2024-09-01Core/GameObjects: Implement ControlZone::UncontestedTime field (#30152)Jeremy
2024-09-01Scripts/Spells Update Seed of Corruption script (#30151)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-09-01Scripts/RagefireChasm: Implement non-boss creature scripts (#30015)Aqua Deus
2024-09-01Core/Players: Fixed nested spell overrides (priest Mind Spike)Shauren
2024-08-31Core/Creature: Added additional checks when setting feign death in dbModoX
2024-08-31Core/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
2024-08-31Core/PacketIO: Fixed SMSG_SPELL_ENERGIZE_LOG structureShauren
2024-08-31Scripts/Spells: Update Unstable Affliction script (#30150)Aqua Deus
2024-08-31Scripts/Spells: Implement Astral Communion talent with Celestial Alignment ↵Aqua Deus
(#30135)