aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2024-09-14Scripts/Battlegrounds: Implement Silvershard mines (#30120)Jeremy
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-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-06Scripts/Spells: Implement warlock talent Siphon Life (#30159)Aqua Deus
2024-09-06Scripts/Spells: Implement warlock talent Vile Taint (#30157)Aqua Deus
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/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-02Scripts/WaycrestManor: Implement Lord and Lady Waycrest outro (#30109)Aqua Deus
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-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-26Core/Commands: Fix windows unicode escape sequence warningShauren
2024-08-26Core/Loot: Implemented currency lootShauren
2024-08-21Scripts/Spells: Implement rogue talent Improved Shiv (#30147)Aqua Deus
2024-08-20Scripts/Spells: Implement omen of clarity talent (Restoration) (#30143)Aqua Deus
2024-08-19Scripts/Spells: Implement druid talent New Moon (#30136)Aqua Deus
2024-08-19Scripts/Spells: Implement druid talent Celestial Alignment (#30134)Aqua Deus
2024-08-19Scripts/Spells: Implement druid talent Astral Smolder (#30133)Aqua Deus
2024-08-19Scripts/Spells: Implement druid talent Stellar Flare (#30131)Aqua Deus
2024-08-18Core/Realms: Realmlist refactorsShauren
* Removed global realm variable from World and use RealmList everywhere * Match auth build key with client version * Restored allowedSecurityLevel checks for realmlist packet building * Restored updating population field, mysteriously removed 15 years ago in f20b25d1c90f608deab28c9957b3b376ab2a0d50
2024-08-03Scripts/AtalDazar: Fix possible crashesModoX
2024-08-03Scripts/AtalDazar: Fix possible crashesModoX
2024-08-03Scripts/AtalDazar: Implement Rezan encounter (#30127)Aqua Deus
2024-08-02Scripts/KingsRest: Implement The Golden Serpent encounter (#30100)Naddley
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-07-30Scripts/WaycrestManor: Implement Soulbound Goliath encounter (all ↵Aqua Deus
difficulties) (#30074)
2024-07-19Scripts/Spells: Implemented Priest talent Shadow Word: Death (#30069)Mematoru
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-07-18Scripts/WaycrestManor: Implement Lord and Lady Waycrest encounter (#30086)Aqua Deus
2024-07-16Scripts/Misc:fix npc_professions locale text (#27894)lee
* fix npc_professions locale text fix npc_professions locale text load from db * fix dup sql fix dup sql * add condition and gossip option add condition and gossip option for money cost depends on player level * add missing update statements * Rename 9999_99_99_world.sql to 2023_03_24_00_world.sql --------- Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 60b75e3b6e81d5085070101c5153f6695dedb6ca)
2024-07-12Scripts/Azure Vault: Converted Leymor intro to use new ↵Shauren
OnCreatureGroupDepleted hook
2024-07-11Core/Creatures: Allow adding summons to CreatureGroup (only adding, no ↵Shauren
formation movement of linked aggro yet)
2024-07-11Scripts/WanderingIsle: Added missing spell_summon_amberleaf_troublemaker scriptModoX
* adf49c6f13c8dc26a26df8fef8879d97a9951339 followup
2024-07-10Scripts/WanderingIsle: Implement The Way of the Tushui (#29846)Aqua Deus
2024-07-10Scripts/Battlegrounds: Implement Seething Shore (#29996)Jeremy
2024-07-08Core/Creatures: Fixed memory leaks in creature formationsShauren
2024-06-30Scripts/WaycrestManor: Implement Heartsbane Triad encounter (#30059)Aqua Deus
Co-Authored-By: ModoX <moardox@gmail.com>
2024-06-29Scripts/KingsRest: Implement Serpent pre boss event (#30066)Naddley
2024-06-27Scripts/Spells: Implemented Dark Simulacrum and its related attribute ↵Shauren
SPELL_ATTR9_ALLOW_DARK_SIMULACRUM