Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-19 | CI/AppVeyor: Add artifact without symbols for smaller download size | jackpoz | |
2020-09-19 | Core/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-19 | Core/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-19 | Core/PathFinding: Fix GetPathPolyByPosition() using only 2D distance instead ↵ | xvwyh | |
of 3D Signed-off-by: jackpoz <giacomopoz@gmail.com> | |||
2020-09-19 | Core/Loot: Raise max number of loot items from 16 to 18 | jackpoz | |
Fixes #23948 | |||
2020-09-19 | Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICS | Aokromes | |
2020-09-18 | Core/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-18 | DB/Gameobject: Add correct door to Sethekk Halls | offl | |
2020-09-18 | DB/Locales: Add missing esES & esMX quest locales (Part 37) | Cerveciento | |
Closes #25469 | |||
2020-09-18 | DB/Locales: Add missing esES & esMX quest locales (Part 36) | Cerveciento | |
Closes #25466 | |||
2020-09-18 | DB/Creature: Add formations & correct waypoints for creatures from Mana-Tombs | offl | |
2020-09-18 | DB/Creature: Add correct waypoints for Bimble Longberry | offl | |
2020-09-18 | DB/Gameobject: Add more Calcified Elven Gem & adjust respawn time | offl | |
2020-09-18 | DB/Spells: Replace effect jump with effect summon in some summon serverside ↵ | offl | |
spells | |||
2020-09-18 | DB/Misc: Disable movement flag updates for Onyxia and let script handle them | faq | |
Ref https://github.com/TrinityCore/TrinityCore/pull/24875#issuecomment-692626339 https://github.com/TrinityCore/TrinityCore/pull/25460 | |||
2020-09-18 | Scripts/ICC: update Icecrown Citadel scripts to new model (#25439) | ForesterDev | |
2020-09-18 | Scripts/ICC: update Gunship Battle scripts to new model (#25438) | ForesterDev | |
2020-09-17 | Script/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-17 | Scripts/Commands: Correct some unexpected behavior in .level | Treeston | |
2020-09-16 | DB/Locales: Add some missing deDE quest locales | SneakyV | |
Closes #25459 | |||
2020-09-16 | DB/Locales: Add missing esES & esMX quest locales (Part 35) | Cerveciento | |
Closes #25458 | |||
2020-09-16 | DB/Quest: Rework support for 'Someone Else's Hard Work Pays Off' | offl | |
2020-09-16 | DB/Creature: Add formations to Cenarion Hold Infantry | offl | |
Closes #25456 | |||
2020-09-16 | DB/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-16 | DB/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-16 | DB/Quest: Add outro event for 'The Fall of Ossirian' | offl | |
2020-09-16 | Contrib/EnumUtils: Fixed enumutils_describe.py matching every extension ↵ | Kelno | |
ending with a 'h' (like .sh) instead of only .h file (PR #25462) | |||
2020-09-15 | TDB 335.20091 - 2020/09/15TDB335.20091 | TDB Release | |
2020-09-15 | Core/Spells: fix a possible crash when a target that has been focused during ↵ | Ovah | |
spell casts disappears | |||
2020-09-14 | Core/Spells: cleaned up and improved spell focusing behavior (PR #25440) | Ovah | |
2020-09-14 | Scripts/ICC: update Deathbringer Saurfang scripts to new model (#25435) | ForesterDev | |
2020-09-13 | Core/Warden: Attempt to fix random ingame Lua errors with Warden enabled | Giacomo Pozzoni | |
2020-09-13 | DB/SAI: Add missing scripts to Borean Tundra creatures | HoustonCore | |
Closes #25426 | |||
2020-09-13 | DB/Quest: Update support for 'Fires Over Skettis' | offl | |
Closes #21737 | |||
2020-09-13 | Core/Characters: Replace 2 database statements with 1 | jackpoz | |
Replace DELETE + INSERT with REPLACE when updating realmcharacters table | |||
2020-09-13 | Warning fix | Shauren | |
2020-09-13 | Core/PlayerDump: Update realmcharacters table when importing a character ↵ | jackpoz | |
with ".pdump load" Fixes #24517 | |||
2020-09-13 | Scripts/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-13 | Core/Spells: Do not reset periodic timer for stacking DoTs on recast | Keader | |
2020-09-13 | Core/ChatCommands: Fix an issue that caused trailing variant options to ↵ | Treeston | |
sometimes not be selected | |||
2020-09-12 | Core/LFG: Handle vote kick as failed if there cannot be 3 votes agreeing | jackpoz | |
i.e: 4 players, vote kick starts, 1 rejects, vote is considered as failed. | |||
2020-09-12 | DB/Quest: Convert & update support for 'A Slow Death' to SAI | offl | |
Closes #25399 Based on dr-j's script | |||
2020-09-12 | DB/Quest: Convert & update support for 'Escape from Firewing Point!' to SAI | offl | |
Closes #25358 Based on dr-j's script | |||
2020-09-12 | DB/Quest: Convert & update support for 'The Caverns of Time' to SAI | offl | |
2020-09-12 | DB/Quest: Convert & update Homing Robot chickens to SAI | offl | |
Closes #25239 | |||
2020-09-12 | Core/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-12 | Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0. | Treeston | |
2020-09-12 | Core/PacketIO: Fixed SMSG_INSPECT for items with random suffix | Shauren | |
2020-09-12 | Core/Chat: Fixed validating item links with random properties | Shauren | |