aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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)
2024-08-30Core/PacketIO: Implemented UIMap questlines (#30030)Meji
2024-08-30Core/Client Builds: Refactor build_info structure to support any client variantsShauren
2024-08-29Core/Client Builds: Move build info out of RealmList classShauren
2024-08-29Build fix for libstdc++-11Shauren
2024-08-29Core/Auth: Refactor client auth key storage to support more future client ↵Shauren
variants and preserve more information about client version
2024-08-29Core/Misc: Remove duplicate helper functionsShauren
2024-08-28Core: Allow macOS arm64 client to connect (#30173)Motive
2024-08-28Core/Players: Fixed trait config validationShauren
2024-08-28Core/Maps: Decrement map unload timer by correct (accumulated) time diff ↵Razmataz
(#30197)
2024-08-27Core/Mail: Ignore currencies from loot for mailsShauren
2024-08-27Core/Misc: Change default expansion to 10 in config file template (#30193)Hwis
2024-08-27Core/Players: Fixed spells being unintentionally removed by talent swaps ↵Shauren
when they are learned from more than one spell (affects balance druid Celesial Alignment and Incarnation)