aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-16DB/Quest: Add outro event for 'The Fall of Ossirian'offl
2020-09-16Contrib/EnumUtils: Fixed enumutils_describe.py matching every extension ↵Kelno
ending with a 'h' (like .sh) instead of only .h file (PR #25462)
2020-09-15TDB 335.20091 - 2020/09/15TDB335.20091TDB Release
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-13DB/SAI: Add missing scripts to Borean Tundra creaturesHoustonCore
Closes #25426
2020-09-13DB/Quest: Update support for 'Fires Over Skettis'offl
Closes #21737
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-12DB/Locales: Add missing esES & esMX quest locales (Part 34)Cerveciento
Closes #25444
2020-09-12DB/Spells: Add missing condition to enable Activate Object (Despawn) effectoffl
Closes #17762
2020-09-12DB/Creature: Use DisableGravity for Time-Lost Proto Drakeoffl
Closes #16137
2020-09-12DB/Creature: Remove static spawn of Burning Felguardoffl
Spawned throught Scarshield Portal only
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-10CI/CircleCI: Attempt using cache from 3.3.5 in PRsGiacomo Pozzoni
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-09DB/Creature: Add missing extra flag to Grauf in heroic modeoffl
Ref dad187615df603ad8614531a0ec84c1a5e136838
2020-09-09Build: Fixed finding OpenSSL 1.1.1 installed from .msi packages instead of .exeShauren
Closes #24664
2020-09-09Core/Addon: Correct Banned Addon length in SMSG_ADDON_INFO packet (#25424)HelloKitty