aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-09-15Core/Spells: fix a possible crash when a target that has been focused during ↵Ovah
spell casts disappears
2020-09-14Core/Spells: cleaned up and improved spell focusing behavior (PR #25440)Ovah
2020-09-14Scripts/ICC: update Deathbringer Saurfang scripts to new model (#25435)ForesterDev
2020-09-13Core/Warden: Attempt to fix random ingame Lua errors with Warden enabledGiacomo Pozzoni
2020-09-13Core/Characters: Replace 2 database statements with 1jackpoz
Replace DELETE + INSERT with REPLACE when updating realmcharacters table
2020-09-13Warning fixShauren
2020-09-13Core/PlayerDump: Update realmcharacters table when importing a character ↵jackpoz
with ".pdump load" Fixes #24517
2020-09-13Scripts/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-13Core/Spells: Do not reset periodic timer for stacking DoTs on recastKeader
2020-09-13Core/ChatCommands: Fix an issue that caused trailing variant options to ↵Treeston
sometimes not be selected
2020-09-12Core/LFG: Handle vote kick as failed if there cannot be 3 votes agreeingjackpoz
i.e: 4 players, vote kick starts, 1 rejects, vote is considered as failed.
2020-09-12DB/Quest: Convert & update support for 'A Slow Death' to SAIoffl
Closes #25399 Based on dr-j's script
2020-09-12DB/Quest: Convert & update support for 'Escape from Firewing Point!' to SAIoffl
Closes #25358 Based on dr-j's script
2020-09-12DB/Quest: Convert & update support for 'The Caverns of Time' to SAIoffl
2020-09-12DB/Quest: Convert & update Homing Robot chickens to SAIoffl
Closes #25239
2020-09-12Core/Chat: Fix hyperlink validation for inspected item links, for real this ↵Treeston
time.
2020-09-12[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
2020-09-12Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0.Treeston
2020-09-12Core/PacketIO: Fixed SMSG_INSPECT for items with random suffixShauren
2020-09-12Core/Chat: Fixed validating item links with random propertiesShauren
2020-09-11Core/LFG: Restore ".lfg queue" command argument handlingjackpoz
2020-09-11Core/Maps: Fixed map min height calculation (#25449)Giacomo Pozzoni
(cherry picked from commit f31d907112daf52c4f8ec53030bc7f28990d3d68) # Conflicts: # src/server/game/Maps/Map.h Co-authored-by: Shauren <shauren.trinity@gmail.com>
2020-09-11Scripts/ICC: update Deathbringer Lord Marrowgar scripts to new model (#25436)ForesterDev
2020-09-11Scripts/ICC: update Blood Queen Lana'thel scripts to new model (#25434)ForesterDev
2020-09-11 Game/AI: Implement option to move a creature back to Homeposition on Evade. ↵Rushor
(#24492) * Game/AI: Implement option to move a creature back to Homeposition on Evade. * If ToHomePosition (action param 1) is 1 > Move to last stored position * If ToHomePosition (action param 1) is 0 > Move to homeposition * Ref: https://github.com/TrinityCore/TrinityCore/issues/24226 * Add parameter for walkmode * Game/AI: SAI SMART_ACTION_EVADE - Rename ToHomePosition to ToRespawnPosition and store point from GetRespawnPosition. * Game/AI: SAI SMART_ACTION_EVADE - Rename ToHomePosition to ToRespawnPosition * Remove broken bits, simplify the code * Update comments * Code cleanup Co-authored-by: jackpoz <giacomopoz@gmail.com>
2020-09-11Dep/fmt: update fmt library to 7.0.3Winfidonarleyan
2020-09-10Add "On" to some gossip methods in AI (#25415)Maks Szokalski
* Add "On" to some methods * Update npc_innkeeper.cpp * Update zone_borean_tundra.cpp
2020-09-10Core/ChatCommands: make ExactSequence more readableTreeston
2020-09-10Core/Chat: Permissible quest level for hyperlinks, [-1, 127] -> [-1, 32767]. ↵Treeston
08064f0 follow-up.
2020-09-10Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ↵Peter Keresztes Schmidt
nullptr (PR #25431)
2020-09-10Scripts/Commands: Convert argument parsing of lfg commands to new system (PR ↵Peter Keresztes Schmidt
#25430)
2020-09-10Core/Chat: Fix quest hyperlinks for quest level -1. Closes #25432.Treeston
2020-09-10Scripts/Commands: Convert remaining debug commands (PR #25429)Peter Keresztes Schmidt
2020-09-10Core/Spells: Reserve custom attribute value for master branchShauren
2020-09-09Core/Misc: Convert leftover DatabaseTransactions-by-reference (pass them by ↵Treeston
value!)
2020-09-09[3.3.5] Core/Guilds: Guild cleanup (PR #25422)Treeston
2020-09-09Chat/Commands: Eradicate ChatHandler::extractOptFirstArgTreeston
2020-09-09Core/Addon: Correct Banned Addon length in SMSG_ADDON_INFO packet (#25424)HelloKitty
2020-09-08Core/AI: CombatAI refactor (PR #25416)Maks Szokalski
2020-09-08DB/Misc: Move & update some VoA scripts to SAI, add waypoints (#25419)Houston
Co-authored-by: Houston <houston@gmail.com> Co-authored-by: offl <11556157+offl@users.noreply.github.com>
2020-09-08Scripts/Icecrown: Small event of the down Nerub'ar Broodkeep (#25410)Houston
Updates #25193 Co-authored-by: Keader Co-authored-by: Ovahlord (sucker)
2020-09-08Core/Movement: MoveSplineFlag::animId -> animTier, ↵Treeston
MoveSpline::GetAnimation() -> GetAnimationTier(), dad1876 follow-up
2020-09-08Core/Authserver: Get rid of a leftover declaration after 70d6aebafcTreeston
2020-09-08Core/Movement: Corrected Animation Tier handling (PR #24875)NoName
Co-authored-by: Warpten <vertozor@gmail.com> Co-authored-by: Ovahlord <dreadkiller@gmx.de> Co-authored-by: Carbenium <carbenium@outlook.com>
2020-09-07remove trailing whitespaceTreeston
2020-09-07Scripts/AreaTrigger: Rename OnlyOnceAreaTriggerScript::_OnTrigger to ↵Treeston
TryHandleOnce, and make its return value useful.
2020-09-07Core/MotionMaster: Do not generate path to MoveLandKeader
2020-09-07Scripts/Commands: .character command conversionTreeston
2020-09-07Core/ChatCommands: Move ostream operator into Variant class so we don't ↵Peter Keresztes Schmidt
pollute std:: (PR #25413)
2020-09-06[3.3.5] Scripts/Commands: .arena command conversion (PR #25407)Treeston