| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-04 | Kill a whitespace | Keader | |
| 2018-06-04 | Core/Spells: Reset Mangle cooldown in Berserk (#22000) | DanVS | |
| 2018-06-04 | Scripts/Pit of Saron: Fixed Ick not updading victim | Keader | |
| Closes #22001 | |||
| 2018-06-03 | Core/Movement: MotionMaster reimplementation (#21888) | ccrs | |
| Internal structure and handling changes, nothing behavioural (or thats the intention at least). | |||
| 2018-06-01 | Scripts/Karazhan: make Barnes properly start the Opera Event (#21970) | Maxwelllmj | |
| Close: #21881 | |||
| 2018-05-29 | Scripts/Magtheridon Lair: Fixed a case when channelers get hit kill and not ↵ | Keader | |
| start fight It's needed for cataclysm+ | |||
| 2018-05-26 | Core/Battleground: Fixed a problem that did not let Arenas queue if it was ↵ | Gooyeth | |
| in queue of Random Battleground (#21963) | |||
| 2018-05-25 | Core/DBLayer: Escape even more keywords | Aokromes | |
| 2018-05-24 | Core/DBLayer: Escape even more keywords | Aokromes | |
| 2018-05-21 | Core/DBLayer: Escape even more keywords | Shauren | |
| 2018-05-21 | Typo fix | Aokromes | |
| Closes #21948 | |||
| 2018-05-20 | Core/DBLayer: Escape more keywords | Shauren | |
| 2018-05-20 | Core/DBLayer: Escape new mysql 8 keywords | Shauren | |
| 2018-05-20 | re-enable CreatureAI::MovementInform for Chase/FollowMovementGenerator - ↵ | Treeston | |
| didn't realize any AI used this | |||
| 2018-05-12 | Core/Misc: Fix FreezeDetector triggered on startup | jackpoz | |
| Fix FreezeDetector triggering the assert on startup if scripts took more than a few seconds to initialize. | |||
| 2018-05-05 | Scripts/Icecrown Citadel: Fix "intended" crash | jackpoz | |
| Change an assert (that can happen easily using ".npc add") to a sanity check | |||
| 2018-05-05 | Core/Quest: Fix crash caused by disabled quests | jackpoz | |
| Fix crash happening when a disabled quest was added and rewarded (through a GM command). Disabled quests are not validated on startup and they can reference invalid spells. | |||
| 2018-05-05 | Core/Movement: crashfix workaround | ccrs | |
| untested ref #18471 | |||
| 2018-05-05 | Core/Thread: Fix crash added in fd33b1cd02a1c69fc78f47f079eadc43c331d054 | jackpoz | |
| Fix crash caused by dereferencing uninitialized field. | |||
| 2018-05-04 | Core/Threat: My dictionary informs me that "fixtate" is not, in fact, a ↵ | Treeston | |
| word. Corrected to "fixate". fd33b1c follow-up | |||
| 2018-05-04 | Core/Movement: Removed unneccessary z position adjustment | Shauren | |
| Closes #21872 | |||
| 2018-05-04 | Core/Threat: Re-add fixtate system. I am being told Netherspite needs it. | Treeston | |
| 2018-05-04 | 1b7ec4b follow-up | Treeston | |
| 2018-05-04 | Core/Threat: Fix taunt behavior in some edge cases | Treeston | |
| 2018-05-02 | Core/Unit: UNIT_FLAG renames | Treeston | |
| [UNIT_FLAG_PLAYER_CONTROLLED -> UNIT_FLAG_POSSESSED] [UNIT_FLAG_PVP_ATTACKABLE -> UNIT_FLAG_PLAYER_CONTROLLED] Signed off by: Shauren, Warlockbugs. | |||
| 2018-05-01 | Scripts/Ulduar: Fixed Vehicles when flame leviathan die(#21897) | Jorge Turrado Ferrero | |
| 2018-05-01 | Spells/Warlock: Corrected spell id of Shadow Ward (#21896) | Gildor | |
| 2018-04-29 | Core/Handlers: Fixed Equipament Manager (for real this time) | Keader | |
| 2018-04-27 | Dep/Boost: Fix crash in Boost | jackpoz | |
| Work around a NULL dereference exception happening in boost::asio::ip::tcp::resolver::results_type, resulting in a crash when trying to bind on an address that cannot be resolved. Fixes #21884 | |||
| 2018-04-27 | Core/Player: Skip the cinematic of the first login if the character is ↵ | Gooyeth | |
| teleported before. (#21776) | |||
| 2018-04-25 | Core/Handlers: Fixed a Equipament Manager typo | Keader | |
| 2018-04-24 | Core/Handlers: Fixed equipament manager with empty slots. Yes kids, dont use ↵ | Keader | |
| drugs ! Followup: 42be04898c6fd001160ee4fdf00fc2ba5c5c1ee3 | |||
| 2018-04-24 | Core/Battleground: Fix arena distribution timer where it is less than the ↵ | Gooyeth | |
| current unix time. (#21859) * Core/Battleground: Fix arena distribution timer where it is less than the current unix time. * fix bracket * fix when the timer starts for the first time. * m_NextAutoDistributionTime instead of GetGameTime. | |||
| 2018-04-23 | Core/Movement: use helpers for validation | ccrs | |
| 2018-04-23 | Core/Movement: move MoveSplineInit (#21857) | ccrs | |
| The number of edge cases in which weirdness is seen on "effect movements" will be kinda reduced, plus consistency, plus movementInform on custom movement spline initalizations. | |||
| 2018-04-23 | Core/SAI: Fixed crashes when SAI targets pets that use sai if not tamed | Shauren | |
| Closes #21870 | |||
| 2018-04-22 | Core/Misc: GCC 6.3 build fix | Aokromes | |
| 2018-04-22 | Core/Misc: GCC 6.3 build fix | Shauren | |
| 2018-04-20 | Build: fix dynamic linking | ccrs | |
| 2018-04-20 | Core/Movement: crashfix | ccrs | |
| New movement -> Mutate -> Finish current for that slot that happens to be the same type, Follow -> Finish method on the removed movement -> UpdateSpeed call -> search for top -> crash Closes #21861 | |||
| 2018-04-19 | Core/Transports: Force transport passengers into legacy spawn group | Shauren | |
| Ref #21641 | |||
| 2018-04-19 | Core/Maps: Fixed uninitialized variable in Map::GetAreaId | Shauren | |
| Closes #21828 | |||
| 2018-04-19 | Core/PacketIO: Added missing move assignment operator to ByteBuffer | Shauren | |
| 2018-04-19 | Build: fix noPCH | ccrs | |
| 2018-04-19 | Core/Misc: movement header cleanup | ccrs | |
| 2018-04-16 | Scripts/Stratholme: Baroness Anastari rework (PR #21687) | Nitair | |
| 2018-04-15 | Core/Entities: Warlock pet base damage table fix (#19409) | PolarCookie | |
| * fixed pet base damage and stats for the 5 common warlock pets for all levels, added base damage to the pet_levelstats table | |||
| 2018-04-15 | Core/Battleground: allow Random battleground and arena queues same time. ↵ | Gooyeth | |
| (#21730) - It also restricts queuing to arenas if it is in queue of dungeon finder | |||
| 2018-04-14 | Core/SAI: Fixed silence logic in 1e8227eda7f9c6a989fe6c928c857d76491e008c | Shauren | |
| 2018-04-14 | Core/SAI: Allow movements for creature using castflag 64 when silenced | Killyana | |
| Closes #20222 | |||
