aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-06-04Kill a whitespaceKeader
2018-06-04Core/Spells: Reset Mangle cooldown in Berserk (#22000)DanVS
2018-06-04Scripts/Pit of Saron: Fixed Ick not updading victimKeader
Closes #22001
2018-06-03Core/Movement: MotionMaster reimplementation (#21888)ccrs
Internal structure and handling changes, nothing behavioural (or thats the intention at least).
2018-06-01Scripts/Karazhan: make Barnes properly start the Opera Event (#21970)Maxwelllmj
Close: #21881
2018-05-29Scripts/Magtheridon Lair: Fixed a case when channelers get hit kill and not ↵Keader
start fight It's needed for cataclysm+
2018-05-26Core/Battleground: Fixed a problem that did not let Arenas queue if it was ↵Gooyeth
in queue of Random Battleground (#21963)
2018-05-25Core/DBLayer: Escape even more keywordsAokromes
2018-05-24Core/DBLayer: Escape even more keywordsAokromes
2018-05-21Core/DBLayer: Escape even more keywordsShauren
2018-05-21Typo fixAokromes
Closes #21948
2018-05-20Core/DBLayer: Escape more keywordsShauren
2018-05-20Core/DBLayer: Escape new mysql 8 keywordsShauren
2018-05-20re-enable CreatureAI::MovementInform for Chase/FollowMovementGenerator - ↵Treeston
didn't realize any AI used this
2018-05-12Core/Misc: Fix FreezeDetector triggered on startupjackpoz
Fix FreezeDetector triggering the assert on startup if scripts took more than a few seconds to initialize.
2018-05-05Scripts/Icecrown Citadel: Fix "intended" crashjackpoz
Change an assert (that can happen easily using ".npc add") to a sanity check
2018-05-05Core/Quest: Fix crash caused by disabled questsjackpoz
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-05Core/Movement: crashfix workaroundccrs
untested ref #18471
2018-05-05Core/Thread: Fix crash added in fd33b1cd02a1c69fc78f47f079eadc43c331d054jackpoz
Fix crash caused by dereferencing uninitialized field.
2018-05-04Core/Threat: My dictionary informs me that "fixtate" is not, in fact, a ↵Treeston
word. Corrected to "fixate". fd33b1c follow-up
2018-05-04Core/Movement: Removed unneccessary z position adjustmentShauren
Closes #21872
2018-05-04Core/Threat: Re-add fixtate system. I am being told Netherspite needs it.Treeston
2018-05-041b7ec4b follow-upTreeston
2018-05-04Core/Threat: Fix taunt behavior in some edge casesTreeston
2018-05-02Core/Unit: UNIT_FLAG renamesTreeston
[UNIT_FLAG_PLAYER_CONTROLLED -> UNIT_FLAG_POSSESSED] [UNIT_FLAG_PVP_ATTACKABLE -> UNIT_FLAG_PLAYER_CONTROLLED] Signed off by: Shauren, Warlockbugs.
2018-05-01Scripts/Ulduar: Fixed Vehicles when flame leviathan die(#21897)Jorge Turrado Ferrero
2018-05-01Spells/Warlock: Corrected spell id of Shadow Ward (#21896)Gildor
2018-04-29Core/Handlers: Fixed Equipament Manager (for real this time)Keader
2018-04-27Dep/Boost: Fix crash in Boostjackpoz
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-27Core/Player: Skip the cinematic of the first login if the character is ↵Gooyeth
teleported before. (#21776)
2018-04-25Core/Handlers: Fixed a Equipament Manager typoKeader
2018-04-24Core/Handlers: Fixed equipament manager with empty slots. Yes kids, dont use ↵Keader
drugs ! Followup: 42be04898c6fd001160ee4fdf00fc2ba5c5c1ee3
2018-04-24Core/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-23Core/Movement: use helpers for validationccrs
2018-04-23Core/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-23Core/SAI: Fixed crashes when SAI targets pets that use sai if not tamedShauren
Closes #21870
2018-04-22Core/Misc: GCC 6.3 build fixAokromes
2018-04-22Core/Misc: GCC 6.3 build fixShauren
2018-04-20Build: fix dynamic linkingccrs
2018-04-20Core/Movement: crashfixccrs
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-19Core/Transports: Force transport passengers into legacy spawn groupShauren
Ref #21641
2018-04-19Core/Maps: Fixed uninitialized variable in Map::GetAreaIdShauren
Closes #21828
2018-04-19Core/PacketIO: Added missing move assignment operator to ByteBufferShauren
2018-04-19Build: fix noPCHccrs
2018-04-19Core/Misc: movement header cleanupccrs
2018-04-16Scripts/Stratholme: Baroness Anastari rework (PR #21687)Nitair
2018-04-15Core/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-15Core/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-14Core/SAI: Fixed silence logic in 1e8227eda7f9c6a989fe6c928c857d76491e008cShauren
2018-04-14Core/SAI: Allow movements for creature using castflag 64 when silencedKillyana
Closes #20222