| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-04 | Core/Scripts: Fix Blood summon position (#23088) | Gustavo | |
| * Core/Scripts: Fix Blood summon position Updates #13162 | |||
| 2019-04-03 | Core/Misc: Warning fixes (/W4) (#23149) | Gustavo | |
| * Core/Misc: Warning fixes (/W4) | |||
| 2019-04-02 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix static analysis issues spotted by Coverity Scan | |||
| 2019-03-31 | Core/Misc: Fix GCC 8 warnings | jackpoz | |
| 2019-03-22 | Scripts/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-17 | Scripts/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-08 | Scripts/Northrend: 482e0da followup | ccrs | |
| add a little bit of tolerance | |||
| 2019-03-08 | Spell/Script: Guard's Mark | Langerz82 | |
| Closes #16888 | |||
| 2019-03-08 | Core/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-07 | Scripts/Northrend: 482e0da followup | ccrs | |
| 2019-03-07 | Spell/Script: Specify a target for Azure Dragon: On Death Force Cast ↵ | Killyana | |
| Wyrmrest Defender to Whisper to Controller - Random | |||
| 2019-03-06 | Creature/Script: Daegarn | Keader | |
| Remove the incorrect SAI and move it to cpp | |||
| 2019-03-04 | Core/Misc: use/implement/portfrommaster InitWorldState packet definition | ccrs | |
| WorldPackets::WorldState::InitWorldStates | |||
| 2019-03-03 | Scripts/Trial of the Crusader: Fixed Slime Pool visual effect | Keader | |
| Closes #21660 | |||
| 2019-03-02 | Spell/Script: Freezing Circle | Keader | |
| Closes #11312 See the original issue before cherry pick | |||
| 2019-03-02 | Core/Movement: Allow using walk when chasing v2 (#23073) | Sorikoff | |
| * Allow walk when chasing | |||
| 2019-02-25 | Fix nopch | sirikfoll | |
| 2019-02-25 | Scripts/Ulduar: Mimiron improvements | sirikfoll | |
| Closes #23043 Fix Aerial hover Some visual issues | |||
| 2019-02-25 | Allow walk when chasing (#23069) | Sorikoff | |
| 2019-02-24 | Core/Commands: Don't re-add active quests with ".quest add" command | jackpoz | |
| 2019-02-23 | Glyph of Holy Light (#22198) | DanVS | |
| 2019-02-22 | Scripts/Spells: Fixed Demonic Pact not increasing spell healing | Keader | |
| Closes #23019 | |||
| 2019-02-20 | Scripts/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-20 | Scripts/Illidan: Fixed Parasitic shadowfiends reproducing like rabbits | Keader | |
| 2019-02-16 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix static analysis issues reported by Coverity | |||
| 2019-02-16 | Scripts/Scarlet Enclave: Stable Master Kitrik's spell Repo (#23023) | Sorikoff | |
| 2019-02-15 | Core/Misc: Added lambda support to EventProcessor | Shauren | |
| 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-13 | Creature/Script: Move "Bartleby" script to SAI | Rushor | |
| 2019-02-05 | Core/Misc: Fix issues reported by static analysis | jackpoz | |
| Fix issues reported by Coverity Scan | |||
| 2019-02-02 | Scripts/ScarletEnclave: Fix no pch build | jackpoz | |
| 2019-02-02 | Scripts/Scarlet Enclave: Grand Theft Palomino (#22967) | Sorikoff | |
| * Grand Theft Palomino * Cosmetic issues * Address CR | |||
| 2019-02-02 | DB/Quest: Sniff Out the Enemy | Sorikoff | |
| Closes #23006 | |||
| 2019-02-01 | Scripts/Magister Terrace: Fixed a enum mistake | Keader | |
| 2019-01-30 | Core/Misc: Fixed shaman elementals and magister terrace first boss access | Keader | |
| 2019-01-28 | Scripts/Utgarde Keep: Fix Ingvar Evading (again) | Keader | |
| UNIT_FLAG_NON_ATTACKABLE makes ingvar become a invalid target and lose threatlist, so me->IsThreatened() will return false. We dont need it at all, since UpdateAI will handle evade already. | |||
| 2019-01-28 | Scripts/Temple of Ahn Qiraj: Scripted doors of AQ40 | Keader | |
| Doors added in https://github.com/TrinityCore/TrinityCore/commit/1ba09572b5a49d5cd247cdca47109d3325ec12f3 | |||
| 2019-01-28 | Make Travis Happy :) | Keader | |
| 2019-01-28 | Scripts/Magister Terrace: Update InstanceScript and more fixes | Ovah | |
| Cherrypicked of https://github.com/Ovahlord/TrinityCore/commits/4.3.4 | |||
| 2019-01-28 | Build fix ³ | Keader | |
| 2019-01-28 | Build fix² | Keader | |
| 2019-01-28 | Build fix | Keader | |
| 2019-01-28 | Scripts/Magister Terrace: Felblood Kaelthas rewrite | Ovah | |
| Cherrypick of https://github.com/Ovahlord/TrinityCore/commit/ae440400aaf90de11cf92010839ab98a8403c003 | |||
| 2019-01-28 | Scripts/Black Temple: Mother Shahraz fatal attraction need be random | Keader | |
| Higher distance showed in my sniffs is 48 yards (rounding 50 yards). If someone find more then that, please let me know. Ty killerwife | |||
| 2019-01-28 | Scripts/Black Temple: Fixed some issues in Illidari Council | Keader | |
| Ty killerwife for all help :) | |||
| 2019-01-16 | Scripts/ICC: npc_suppresser corrections | ccrs | |
| closes #22908 | |||
| 2019-01-15 | Core/Commands: Fixed creature/gameobject move commands not updating which ↵ | Shauren | |
| cell they belong to Closes #22720 | |||
| 2019-01-14 | DB/Creature: Update Lord Victor Nefarius gossips with the correct entry | Killyana | |
| Closes #22946 | |||
| 2019-01-14 | Core/Unit: rename & cleanup GetCreatePowers | ccrs | |
| it hurted my eyes too much | |||
| 2019-01-13 | 3.3.5 UnitAI (#22911) | Giacomo Pozzoni | |
| * Core/AI: Revamp how UnitAI changes are applied Revamp how UnitAI changes are applied by storing current AI in a variable and all previous AIs plus current in a stack. The callers can push/pop AIs on the stack that will take effect only in next Unit::Update() call. The current AI will be a valid object for the whole duration of Unit::Update() and until next Unit::Update() call. * Core/AI: Apply new AI change code * Core/AI: Fix build * Core/AI: Fix crash on Creature::AIM_Create() * Core/AI: Fix crash * Core/AI: Restore ASSERT * Core/AI: Fix UnitAI not being popped properly when restoring a charmed AI | |||
