aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2019-05-04Remove deprecated codeKillyana
2019-05-02Core/Scripts: Fix Skadi dismount issuesirikfoll
Closes #23005
2019-05-02Scripts/Spells: Fix implementation of #22332 (#23228)Giacomo Pozzoni
Change the way #22332 moved spell damage calculations from SpellEffectDMG to scripts, using OnEffectLaunchTarget and SetEffectValue instead
2019-04-30Quest/Script: Breakfast Of ChampionsKillyana
Set both Earthshaker Drum Events to 50%
2019-04-28Core/Commands: Fix heap-use-after-free in ".ticket delete" commandjackpoz
Reported by Address Sanitizer
2019-04-28Core/Misc: Fix some GCC 8 warningsjackpoz
2019-04-27Scripts/Commands: Add .debug asan commandsjackpoz
Add ".debug asan memoryleak" and ".debug asan outofbounds" commands to trigger Address Sanitizer warnings at runtime (or other dynamic analysis tools)
2019-04-27Scripts/Guards: Fix infinite loop in npc_air_force_botsjackpoz
Fix infinite loop in npc_air_force_bots happening when aura 38067 was removed, triggering MoveInLineOfSight() that would add back the aura. Only 1 aura add/remove for guard for player is allowed now.
2019-04-24Core/Object: Range check (#23179)Jozef Dúc
* Should solve #23062. All credits to @xvwyh * Remove unused variables * Remove unused variable * Cast int32 to uint32 * Remove G3D headers from core header file * Change door distance * Update GameObject.cpp Add newline * Update GameObject.h Indentation
2019-04-24Scripts/Commands: add some missing checks for .guild create command (#23201)ForesterDev
* Core/Conditions: implement CONDITION_GAMEMASTER * Scripts/Commands: add some missing checks for .guild create command
2019-04-24Scripts/Trial of the Crusader: Fixed Resilience will Fix achievementKeader
Broken by 2362e9c79410c689afc10266b94f7e78c88bbddc
2019-04-22Scripts/Scarlet Enclave: Unworthy Initiate (#23195)Sorikoff
2019-04-21Scripts: Minor improvements to recently migrated scripts (#23189)Sorikoff
Ref: 2cfaeb14004cfbb5500855472ad89ab9238df13d
2019-04-21Scripts/Spells: Fixed a console error inspell_dru_lifebloomKeader
Closes #23192
2019-04-17Spell/Script: Kill logs spam for spell_ioc_parachute_icKillyana
Closes #23163
2019-04-16Scripts/Spells: Migrate Some Scripted Spells to Scripts (#23185)Sorikoff
* Migrate spells to scripts * Simplify code * I need to sleep * Update chapter1.cpp * Use actual damage * No need in null check here
2019-04-04Core/Scripts: Fix Blood summon position (#23088)Gustavo
* Core/Scripts: Fix Blood summon position Updates #13162
2019-04-03Core/Misc: Warning fixes (/W4) (#23149)Gustavo
* Core/Misc: Warning fixes (/W4)
2019-04-02Core/Misc: Fix static analysis issuesjackpoz
Fix static analysis issues spotted by Coverity Scan
2019-03-31Core/Misc: Fix GCC 8 warningsjackpoz
2019-03-22Scripts/Wailing Caverns: make Disciple of Naralex say Mutanus, not $n (#23122)Trond B. Krokli
* Scripts/Wailing Caverns: make Disciple of Naralex say Mutanus the Devourer Disciple of Naralex should say "This Mutanus the Devourer is a minion from Naralex's nightmare no doubt!" instead of using $n caused by a missing target in the Talk() script command.
2019-03-17Scripts/Borean Tundra: link gossip content for NPC Iruk from DB (#23118)Trond B. Krokli
- remove hardcoded text (deprecated method) - add already existing DB gossip content to enum - correct spell enum from spell_creature_ to spell_create_ - replace case switch with if statement (only one boolean case) Extra script file update: - remove SD comment line 22 (outdated info, replaced by SAI)
2019-03-08Scripts/Northrend: 482e0da followupccrs
add a little bit of tolerance
2019-03-08Spell/Script: Guard's MarkLangerz82
Closes #16888
2019-03-08Core/Spell: SpellAura Redux (#22794)PolarCookie
* typo and correction * spell aura no longer shared between targets _spellAura isolated * SPELL_AURA_CONTROL_VEHICLE is not strictly single target spell Steam Tank Control and Wyrmrest Commander units can reseat themselves again * Rename 9999_99_99_99_world.sql to 2019_03_08_00_world.sql
2019-03-07Scripts/Northrend: 482e0da followupccrs
2019-03-07Spell/Script: Specify a target for Azure Dragon: On Death Force Cast ↵Killyana
Wyrmrest Defender to Whisper to Controller - Random
2019-03-06Creature/Script: DaegarnKeader
Remove the incorrect SAI and move it to cpp
2019-03-04Core/Misc: use/implement/portfrommaster InitWorldState packet definitionccrs
WorldPackets::WorldState::InitWorldStates
2019-03-03Scripts/Trial of the Crusader: Fixed Slime Pool visual effectKeader
Closes #21660
2019-03-02Spell/Script: Freezing CircleKeader
Closes #11312 See the original issue before cherry pick
2019-03-02Core/Movement: Allow using walk when chasing v2 (#23073)Sorikoff
* Allow walk when chasing
2019-02-25Fix nopchsirikfoll
2019-02-25Scripts/Ulduar: Mimiron improvementssirikfoll
Closes #23043 Fix Aerial hover Some visual issues
2019-02-25Allow walk when chasing (#23069)Sorikoff
2019-02-24Core/Commands: Don't re-add active quests with ".quest add" commandjackpoz
2019-02-23Glyph of Holy Light (#22198)DanVS
2019-02-22Scripts/Spells: Fixed Demonic Pact not increasing spell healingKeader
Closes #23019
2019-02-20Scripts/MGT: Kael'thas intro can now be skipped when not killing the trash ↵Ovah
pack in his room Scripts/MGT: Kael'thas will now despawn at evade Cherry picked from https://github.com/Ovahlord/TrinityCore/commit/f6e9ff5ca4ed1a174052b350db0802e1fca9a1aa https://github.com/Ovahlord/TrinityCore/commit/ed8c1830f58e0b9db629bbae9ee80f8ad76331e5
2019-02-20Scripts/Illidan: Fixed Parasitic shadowfiends reproducing like rabbitsKeader
2019-02-16Core/Misc: Fix static analysis issuesjackpoz
Fix static analysis issues reported by Coverity
2019-02-16Scripts/Scarlet Enclave: Stable Master Kitrik's spell Repo (#23023)Sorikoff
2019-02-15Core/Misc: Added lambda support to EventProcessorShauren
Closes #22909
2019-02-15[3.3.5] Commands: lookup player shows which character is online (#23039)TheWinchesters
* Show 'online' for every online player in lookup player commands
2019-02-13Creature/Script: Move "Bartleby" script to SAIRushor
2019-02-05Core/Misc: Fix issues reported by static analysisjackpoz
Fix issues reported by Coverity Scan
2019-02-02Scripts/ScarletEnclave: Fix no pch buildjackpoz
2019-02-02Scripts/Scarlet Enclave: Grand Theft Palomino (#22967)Sorikoff
* Grand Theft Palomino * Cosmetic issues * Address CR
2019-02-02DB/Quest: Sniff Out the EnemySorikoff
Closes #23006
2019-02-01Scripts/Magister Terrace: Fixed a enum mistakeKeader