aboutsummaryrefslogtreecommitdiff
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-07DB/Dornogal: Added some more spawns to The ForgegroundNaddley
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-06DB/Dornogal: Added some spawns to The ForgegroundNaddley
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-06DB/Dornogal: Added spawns for Crafting Order areaNaddley
2024-09-06DB/Dornogal: Added some more spawnsNaddley
2024-09-05Core: Update allowed build to 11.0.2.56461Shauren
2024-09-05Core: Add auth keys for all types for build 11.0.2.56421Shauren
2024-09-04DB/Player: Added data for Earthen raceNaddley
2024-09-04SQL: Re-export auth_database with --hex-blobShauren
2024-09-04DB/Misc: Followup for a3a3ed6Naddley
2024-09-04DB/TheDawnbreaker: Added init. spawnsNaddley
- spawns for the transport but not yet the transport
2024-09-04DB/Dornogal: Added spawns for Contenders GateNaddley
2024-09-04DB/PrioryOfTheSacredFlame: Added init. spawnsNaddley
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-03TDB 1102.24091 - 2024/09/03TDB1102.24091TDB Release
2024-09-03DB/Creature: Added creature_template_difficulty wdb data for open world, nhc ↵ModoX
dungeons, hc dungeons in 11.0.2.56421
2024-09-03DB/Template: Added creature, quest wdb, broadcast_text data for 11.0.2.56421ModoX
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: Add auth seed for macOS arm64 build 56421 (#30204)Motive
2024-09-01Core/Players: Fixed nested spell overrides (priest Mind Spike)Shauren
2024-09-01DB/IsleOfDorn: Added spawns for phase 22642 at Tranquil StrandNaddley
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-31Core: Update allowed build to 11.0.2.56421Shauren
2024-08-30DB: Added builds 11.0.2.56380 and 11.0.2.56382Shauren
2024-08-30Core/PacketIO: Implemented UIMap questlines (#30030)Meji
2024-08-30Fix comma in auth_database.sqlShauren
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