| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-26 | DB/Instance/Arcatraz: More adjustments | offl | |
| 2020-11-18 | [3.3.5] Scripts/Commands: .learn adjustments (PR #25454) | Treeston | |
| 2020-11-17 | Scripts/Misc: Use InstanceMap* in InstanceScript instead of Map* (#25655) | Ovah | |
| # Conflicts: # src/server/game/Instances/InstanceScript.cpp # src/server/game/Instances/InstanceScript.h # src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockCaverns/instance_blackrock_caverns.cpp # src/server/scripts/EasternKingdoms/MagistersTerrace/instance_magisters_terrace.cpp # src/server/scripts/EasternKingdoms/TheStockade/instance_the_stockade.cpp # src/server/scripts/EasternKingdoms/ZulGurub/instance_zulgurub.cpp # src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/instance_culling_of_stratholme.cpp # src/server/scripts/Maelstrom/Stonecore/instance_stonecore.cpp # src/server/scripts/Outland/BlackTemple/instance_black_temple.cpp Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2020-11-11 | DB/Spells: Move conditions for spell 'Gor'drek's Ointment' from item script ↵ | offl | |
| to DB | |||
| 2020-11-11 | DB/Creature: Convert & update support for Tonk Mine to SAI | offl | |
| 2020-11-10 | DB/Quest: Update support for 'Merciful Freedom' (11676) | offl | |
| 2020-11-10 | DB/Quest: Convert & update support for 'Prison Break' (11587) to SAI | offl | |
| 2020-11-09 | DB/Quest: Convert & update support for 'The Spider God' & 'Hive in the ↵ | offl | |
| Tower' to SAI | |||
| 2020-11-08 | DB/Instance/The Arcatraz: Update auras, scripts & stats | offl | |
| 2020-11-05 | build fix | Keader | |
| 2020-11-05 | Scripts/Black Temple: Some little fixes | Keader | |
| - Fixed Reliquary of Souls ignoring boundary - Fixed Maiev texts timer - Fixed Shadow Prison hitting every single npc on black temple Many thanks to Ovahlord | |||
| 2020-10-28 | Scripts/ScarletMonastery: Decrease boss number | Keader | |
| Headless Horseman do not use BossAI anymore (since it can be done multiple times) | |||
| 2020-10-26 | Scripts/ScarletMonastery: Headless Horseman Rewrite (#25614) | Keader | |
| 2020-10-25 | Scripts/Stormwind City: Tyrion talks to player (#25613) | Trond B. Krokli | |
| Add player parameter to the `Talk()` command to resolve an issue where the creature_text `SAY_TYRION_1` shows $n in-game during the course of events of the quest "The Attack!" in Stormwind City. Soon to be replaced by SAI scripting. This is a temp solution. Ref. #25608 & #24735 Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> | |||
| 2020-10-25 | DB/Instance/AQ40: Update gossips | offl | |
| Closes #25577 | |||
| 2020-10-14 | Scripts/ICC: Some fixes in Valkyr Shadowguard (#25572) | Keader | |
| - Added missing transformation spell - Fixed Soul Siphon casted in random targets. It should always cast in top threat player. - Fixed combat reach of transformation | |||
| 2020-10-12 | Scripts/ICC: Fixed Chocking Gas killing Abomination (#25565) | Keader | |
| 2020-10-12 | Script/Commands: .character changeaccount now disconnects player before ↵ | Gildor | |
| transferring (PR #25560) | |||
| 2020-10-11 | Scripts/UtgardPinnacle: Implemented Beast's Mark (#25557) | Keader | |
| 2020-10-11 | Scripts/IcecrownCitadel: Implemented Vampiric Might spell (#25556) | Keader | |
| Closes #21294 | |||
| 2020-10-08 | Scripts/Ulduar: Implemented Realm First! Death's Demise (#25530) | Gildor | |
| * Scripts/Ulduar: Implemented Realm First! Death's Demise * comment line * Rename 9999_99_99_99_world.sql to 2020_10_08_01_world.sql Co-authored-by: offl <11556157+offl@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> | |||
| 2020-10-03 | DB/Instance/Auchenai Crypts: Complete overhaul part 1 | offl | |
| 2020-10-03 | Core/Spells: unify OnSpellCastInterrupt and OnSuccessfulSpellCast hooks into ↵ | Ovah | |
| OnSpellCastFinished (#25522) * added support for calling the hook when completing a channeled spell as well | |||
| 2020-09-26 | Core/Commands: Enable .debug loadcells on console and allow to load a ↵ | jackpoz | |
| specific tile Specify the tile as XY. Note that this is not Grid XY | |||
| 2020-09-26 | Core/Commands: Fix typo in .mmap loc command | jackpoz | |
| The displayed "tileloc" value is a "swapped" Tile XY, not to be confused with Grid XY. | |||
| 2020-09-24 | whitespace to make CI happy, 7bf9a06 follow-up | Treeston | |
| 2020-09-24 | Scripts/Commands: Fix a potential crash in cs_account.cpp | Treeston | |
| 2020-09-24 | Scripts/ChatCommands: Rename 'lookup itemset' to 'lookup item set' to remove ↵ | Treeston | |
| ambiguity. | |||
| 2020-09-22 | Scripts/Commands: Move .account to `trinity_string` | Treeston | |
| 2020-09-21 | Core/ChatCommands: Add `trinity_string` support for chat command help | Treeston | |
| 2020-09-20 | Scripts/Commands: Rename .additemset to .additem set to avoid ambiguity | Treeston | |
| 2020-09-20 | 1eca51b follow-up, nuke `command`.`permission` from orbit; it was only ↵ | Treeston | |
| duplicating data already stored in the core. | |||
| 2020-09-20 | [3.3.5] ChatCommands, the other half: chat command resolution refactor (PR ↵ | Treeston | |
| #25463) | |||
| 2020-09-18 | DB/Gameobject: Add correct door to Sethekk Halls | offl | |
| 2020-09-18 | Scripts/ICC: update Icecrown Citadel scripts to new model (#25439) | ForesterDev | |
| 2020-09-18 | Scripts/ICC: update Gunship Battle scripts to new model (#25438) | ForesterDev | |
| 2020-09-17 | Script/Commands: Add ".pdump copy" command (#25455) | Giacomo Pozzoni | |
| * Script/Commands: Add ".pdump copy" command Syntax: .pdump copy $playerNameOrGUID $account [$newname] [$newguid] Copy character with name/guid $playerNameOrGUID into character list of $account with $newname, with first free or $newguid guid. * Add missing return * Restore eof check * Fix sql * Use forward declaration header Co-authored-by: Shauren <shauren.trinity@gmail.com> * Remove buffer when reading a line * Rename sql files Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2020-09-17 | Scripts/Commands: Correct some unexpected behavior in .level | Treeston | |
| 2020-09-14 | Scripts/ICC: update Deathbringer Saurfang scripts to new model (#25435) | ForesterDev | |
| 2020-09-13 | Warning fix | Shauren | |
| 2020-09-13 | Scripts/Trial of the Champion: "Refactor" encounter state management to use ↵ | Shauren | |
| InstanceScript::Get/SetBossState so people attempting to fix this instance don't feel compelled to change EVERY SINGLE BOSS FILE when fixing one of them | |||
| 2020-09-12 | DB/Quest: Convert & update support for 'A Slow Death' to SAI | offl | |
| Closes #25399 Based on dr-j's script | |||
| 2020-09-12 | DB/Quest: Convert & update support for 'Escape from Firewing Point!' to SAI | offl | |
| Closes #25358 Based on dr-j's script | |||
| 2020-09-12 | DB/Quest: Convert & update support for 'The Caverns of Time' to SAI | offl | |
| 2020-09-12 | DB/Quest: Convert & update Homing Robot chickens to SAI | offl | |
| Closes #25239 | |||
| 2020-09-12 | [3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443) | Treeston | |
| 2020-09-12 | Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0. | Treeston | |
| 2020-09-11 | Core/LFG: Restore ".lfg queue" command argument handling | jackpoz | |
| 2020-09-11 | Scripts/ICC: update Deathbringer Lord Marrowgar scripts to new model (#25436) | ForesterDev | |
| 2020-09-11 | Scripts/ICC: update Blood Queen Lana'thel scripts to new model (#25434) | ForesterDev | |
