aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-19CI/AppVeyor: Add artifact without symbols for smaller download sizejackpoz
2020-09-19Core/SAI: Add orientation and delay columns to waypoints table (#25472)Giacomo Pozzoni
* Core/SAI: Add orientation and delay columns to waypoints table * Rename 2020_99_99_99_world.sql to 2020_09_19_00_world.sql
2020-09-19Core/SAI: Fix SMART_ACTION_WP_PAUSE with 0 delay pausing the path only for 1 ↵Giacomo Pozzoni
world loop update (#25471) * Core/SAI: Fix SMART_ACTION_WP_PAUSE with 0 delay pausing the path only for 1 world loop update * Add code comments * Remove special handling of SMART_ACTION_WP_PAUSE in SMART_EVENT_WAYPOINT_REACHED
2020-09-19Core/PathFinding: Fix GetPathPolyByPosition() using only 2D distance instead ↵xvwyh
of 3D Signed-off-by: jackpoz <giacomopoz@gmail.com>
2020-09-19Core/Loot: Raise max number of loot items from 16 to 18jackpoz
Fixes #23948
2020-09-19Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICSAokromes
2020-09-18Core/PacketIO: Updated SMSG_CHAT_SERVER_MESSAGE (#25468)ForesterDev
* Core/PacketIO: Updated enabled SMSG_CHAT_SERVER_MESSAGE (cherry picked from commit fc7014628af364911de75eebcac2034676292b30) Co-authored-by: Vincent-Michael <Vincent_Michael@gmx.de>
2020-09-18DB/Gameobject: Add correct door to Sethekk Hallsoffl
2020-09-18DB/Locales: Add missing esES & esMX quest locales (Part 37)Cerveciento
Closes #25469
2020-09-18DB/Locales: Add missing esES & esMX quest locales (Part 36)Cerveciento
Closes #25466
2020-09-18DB/Creature: Add formations & correct waypoints for creatures from Mana-Tombsoffl
2020-09-18DB/Creature: Add correct waypoints for Bimble Longberryoffl
2020-09-18DB/Gameobject: Add more Calcified Elven Gem & adjust respawn timeoffl
2020-09-18DB/Spells: Replace effect jump with effect summon in some summon serverside ↵offl
spells
2020-09-18DB/Misc: Disable movement flag updates for Onyxia and let script handle themfaq
Ref https://github.com/TrinityCore/TrinityCore/pull/24875#issuecomment-692626339 https://github.com/TrinityCore/TrinityCore/pull/25460
2020-09-18Scripts/ICC: update Icecrown Citadel scripts to new model (#25439)ForesterDev
2020-09-18Scripts/ICC: update Gunship Battle scripts to new model (#25438)ForesterDev
2020-09-17Script/Commands: Add ".pdump copy" command (#25455)Giacomo Pozzoni
* Script/Commands: Add ".pdump copy" command Syntax: .pdump copy $playerNameOrGUID $account [$newname] [$newguid] Copy character with name/guid $playerNameOrGUID into character list of $account with $newname, with first free or $newguid guid. * Add missing return * Restore eof check * Fix sql * Use forward declaration header Co-authored-by: Shauren <shauren.trinity@gmail.com> * Remove buffer when reading a line * Rename sql files Co-authored-by: Shauren <shauren.trinity@gmail.com>
2020-09-17Scripts/Commands: Correct some unexpected behavior in .levelTreeston
2020-09-16DB/Locales: Add some missing deDE quest localesSneakyV
Closes #25459
2020-09-16DB/Locales: Add missing esES & esMX quest locales (Part 35)Cerveciento
Closes #25458
2020-09-16DB/Quest: Rework support for 'Someone Else's Hard Work Pays Off'offl
2020-09-16DB/Creature: Add formations to Cenarion Hold Infantryoffl
Closes #25456
2020-09-16DB/Areatrigger: Update teleport maps & positions of Forge of Souls & Pit of ↵offl
Saron instance end areatriggers Areattriger at the end of Forge of Souls should teleport players to Pit of Saron, Pit of Saron areatrigger should teleport players to Halls of Reflection
2020-09-16DB/Conditions: Make gossip options & texts visible if quest is taken or ↵offl
completed Previously condition CONDITION_QUESTTAKEN (9) was used (checks if quest is taken but NOT completed) while Blizzard always checks only if quest is taken. As result player can see gossip options and texts even if quest is completed but not yet rewarded Please use CONDITION_QUESTSTATE (47) with ConditionValue2 = 10 (taken or completed) in future to make gossip options or texts visible only if quest is taken
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