| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-10 | DB/Creature: World Trigger (Not Floating) | Killyana | |
| 2019-12-10 | DB/Creature: [DND]Azeroth Children's Week Trigger | Killyana | |
| 2019-12-10 | DB/Creature: Emalon Controller | Killyana | |
| 2019-12-10 | DB/Creature: Thorim Combat Trigger | Killyana | |
| 2019-12-10 | DB/Creature: Cerie Larksong & Elka Stormbrew & Arthur Denny | Killyana | |
| 2019-12-10 | DB/Locales: Add om missing locales for gobs | Killyana | |
| Closes #23957 | |||
| 2019-12-10 | DB/Creature: Brollen Wheatbeard | Killyana | |
| 2019-12-10 | DB/Creature: Kat Sunflower & Archmage Rheaume | Killyana | |
| 2019-12-10 | DB/Creature: Transitus Shield Warmage | Killyana | |
| 2019-12-09 | DB/Creature: Alliance Brigadier General & Horde Warbringer waypoints in ↵ | Killyana | |
| Wintergrasp Forteresse | |||
| 2019-12-09 | DB/Creature: Spawn BG Portals in Wintergrasp Fortress | Killyana | |
| 2019-12-09 | DB/Creature: Oomailiq <Green Island> | Killyana | |
| 2019-12-09 | DB/Creature: Warsong Raider & Cosmetic Trigger - Phase 3 - LAB | Killyana | |
| 2019-12-09 | Core/Grid: Code cleanup | Giacomo Pozzoni | |
| Remove unused method that should not be used anyway | |||
| 2019-12-08 | DB/GameObject: Stormforged Mole Machine Trap | TheWinchesters | |
| Closes #23958 3.3.5 Only | |||
| 2019-12-08 | DB: Fix Orgrimmar phase 128 and 64 properly | Killyana | |
| For 3.3.5 Only | |||
| 2019-12-08 | DB/Creature: Add missing Stats to creature_classlevelstats | Killyana | |
| Closes #22424 It was humanly impossible to update only missing rows so I pushed the whole table, I reviewed every line to be sure there's no error Old data are in the ticket | |||
| 2019-12-08 | CI/Travis: Upgrade to Ubuntu 18.04 | jackpoz | |
| 2019-12-07 | Tabs | Killyana | |
| 2019-12-07 | Core/Spell: Reset threat to zero when the hunter use Feign Death | Treeston | |
| Closes #23874 | |||
| 2019-12-07 | Quest: Weakness to Lightning | Killyana | |
| Closes #23916 | |||
| 2019-12-07 | warning fix | Shauren | |
| 2019-12-07 | DB/Quest: The Ring of Blood: The Blue Brothers | Killyana | |
| Make the twins aggro together and reset Gurgthock's npc_flag if the quest fails | |||
| 2019-12-07 | DB/Quest: The Ring of Blood: The Final Challenge | dr-j | |
| Closes #23944 | |||
| 2019-12-07 | Core/Realms: Move build info (and auth seeds) to database | Shauren | |
| (cherry picked from commit 61f2eed3531ebfd2585ab05add31ae9e97598233) | |||
| 2019-12-06 | Scripts/ScarletEnclave: reworked Eye of Acherus script (#23953) | Ovah | |
| * updated script model to new standard * corrected spell usage and timers based on sniff data * removed hacks | |||
| 2019-12-05 | DB/Spell: Serverside - Root Self | Killyana | |
| 2019-12-04 | DB/Locales: Risen Ghoul (DK) | Jildor | |
| Closes #23949 | |||
| 2019-12-01 | DB/Creature: Orgrimmar Grunt | Killyana | |
| phaseMask 64 for 3.3.5 only | |||
| 2019-12-01 | DB/SAI: Malykriss: The Vile Hold | Killyana | |
| 2019-11-25 | Core/AI: add another helper for "ScriptedAI::ForceCombatStop" | ccrs | |
| 2019-11-24 | Core/GameObjects: Skip LoS checks for traps (#23936) | Giacomo Pozzoni | |
| * Core/GameObjects: Skip LoS checks for traps * Core/GameObjects: Fix spells cast by traps missing always * Scripts/Spells: Fix WSG heal buff not healing The WSG green heal buff is now cast by a GameObject so the spell target should be used to calculate the healing, not the GameObject. | |||
| 2019-11-20 | DB/SAI: Replace add item actions by the server side spells | dr-j | |
| Closes #23929 Closes #23930 Closes #23931 Closes #23932 | |||
| 2019-11-19 | DB/Waypoints: Malykriss: The Vile Hold | Killyana | |
| 2019-11-17 | DB/Quest: Gambling Debt | dr-j | |
| Closes #23918 | |||
| 2019-11-17 | DB/SAI: Jack Likes His Drink | dr-j | |
| Use dbc spell to create the item instead of SAI action 56 Closes #23922 | |||
| 2019-11-17 | Fixed pets repositioning themselves after every cast (#23923) | Ovah | |
| 2019-11-17 | Movements/Pets: Fix the follow angle | Killyana | |
| 2019-11-17 | Dep: Inherit C++ language version from CMake | jackpoz | |
| 2019-11-16 | Core/Build: Fix tools-only build | Giacomo Pozzoni | |
| 2019-11-16 | DB: Spawn phase 4 for Malykriss: The Vile Hold | Killyana | |
| 2019-11-16 | TDB 335.19111 - 2019/11/16TDB335.19111 | TDB Release | |
| 2019-11-14 | DB/Creature: Netherstorm Triangulation Point One Trigger & Netherstorm ↵ | Killyana | |
| Triangulation Point Two Trigger Closes #23812 | |||
| 2019-11-14 | DB/GameObject: Legion Communicator & Legion Communicator Aura | Killyana | |
| 2019-11-12 | DB/Quest: Disclosure | Killyana | |
| Closes #21040 | |||
| 2019-11-12 | DB/Loot: The drop rate of Frost Lotus, from herbs in Northrend, has been ↵ | Keader | |
| increased by 50%. From 5% to 7.5% Closes #23880 | |||
| 2019-11-09 | Core/Random: Refactor random number generation to use ↵ | Shauren | |
| std::uniform_*_distribution to restrict result range instead of doing that ourselves * Seed SFMTRand with more values for its state | |||
| 2019-11-09 | Dep/SFMT: updated to newest upstream version from ↵ | daMaex | |
| https://github.com/MersenneTwister-Lab/SFMT * only needed files added * used CMake and SFMTRand from https://github.com/TrinityCore/TrinityCore/pull/23240 (Thank you Artox) | |||
| 2019-11-09 | DB/Quest: On Nethery Wings (missing visuals) | dr-j | |
| Closes #23905 | |||
| 2019-11-09 | DB/SAI: Archaeologist Andorin and Moteha Windborn Brann's Communicator recovery | dr-j | |
| Closes #23907 | |||
