aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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)
2024-08-26Core/AHBot: Fix loot queryShauren
2024-08-26Core/Commands: Fix windows unicode escape sequence warningShauren
2024-08-26Core/Loot: Implemented currency lootShauren
2024-08-25Core/Loot: Build fix for older compilersShauren
2024-08-25Core/Loot: Added type to LootStoreItem to replace reference != 0 checksShauren
2024-08-25Core/Conditions: Remove unneccessary duplicate condition startup checks - ↵Shauren
item existance is checked by loot loading and if that fails, condition loading will fail to find related item inside loot
2024-08-25Core/Loot: Use unique_ptr in LootTemplate classShauren
2024-08-25Core/Loot: Use unique_ptr in LootStore classShauren
2024-08-24Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-setShauren
2024-08-23Core: Set The War Within as current expansionShauren
2024-08-22Core/Players: Fix SPELLMOD_PCT on login (#30179)Ghaster