| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-24 | Scripts/Commands: Fix a potential crash in cs_account.cpp | Treeston | |
| 2020-09-24 | Core/Spells: SPELL_AURA_MOD_HEALING_PCT should be negative if TargetType is ↵ | Gildor | |
| enemy or BasePoints are negative (#25490) | |||
| 2020-09-24 | DB/Instance/Sethekk Halls: Update spawn positions, add waypoints part 1 | offl | |
| 2020-09-24 | Scripts/ChatCommands: Rename 'lookup itemset' to 'lookup item set' to remove ↵ | Treeston | |
| ambiguity. | |||
| 2020-09-23 | Core/Pets: Fixed crash happening when summoning a different pet than one ↵ | Shauren | |
| that was unsummoned by summoning a guardian (imp -> infernal -> felhunter) Closes #25478 | |||
| 2020-09-23 | Core/Creature: Ignore combat reach when looking for assisting creatures | jackpoz | |
| Fixes #25487 | |||
| 2020-09-23 | Core/ChatCommand: Improve feedback for ambiguous commands | Treeston | |
| 2020-09-23 | DB/Locales: Add missing esES & esMX POI locales | Cerveciento | |
| Closes #25486 | |||
| 2020-09-23 | DB/Locales: Add missing esES & esMX quest locales (Part 38) | Cerveciento | |
| Closes #25485 | |||
| 2020-09-23 | DB/Creature: Update Soulguard Watchman's script | offl | |
| 2020-09-23 | DB/Creature: Change flight state CanFly to DisableGravity part 2 | offl | |
| Updates #6148 | |||
| 2020-09-22 | Core/Pet: Fix GetDebugInfo() output | jackpoz | |
| 2020-09-22 | Scripts/Commands: Move .account to `trinity_string` | Treeston | |
| 2020-09-22 | DB/Creature: Implement Anzu summoning event | offl | |
| Closes #22717 | |||
| 2020-09-22 | Core/Quest: Fix wrong feedback sent to the quest sharing sender with ↵ | Giacomo Pozzoni | |
| auto-accept quests. (PR #25477) Closes #25474. Co-authored-by: Treeston <treeston.mmoc@gmail.com> | |||
| 2020-09-21 | DB/Locales: Add missing esES & esMX quest greeting locales (Part 2) | Cerveciento | |
| Closes #25475 | |||
| 2020-09-21 | DB/Creature: Change flight state CanFly to DisableGravity part 1 | offl | |
| Updates #6148 That fish in Dalaran aquarium is finally visible | |||
| 2020-09-21 | DB/Event: Make Brewfest Building event start and end before Brewfest | offl | |
| Closes #25473 | |||
| 2020-09-21 | Core/ChatCommands: Add `trinity_string` support for chat command help | Treeston | |
| 2020-09-20 | Scripts/Commands: Rename .additemset to .additem set to avoid ambiguity | Treeston | |
| 2020-09-20 | Scripts/ChatCommands: Constrain how char const* may be used as a command ↵ | Treeston | |
| handler parameter. It may now only be used in the legacy configuration, as the only argument. | |||
| 2020-09-20 | 1eca51b follow-up, nuke `command`.`permission` from orbit; it was only ↵ | Treeston | |
| duplicating data already stored in the core. | |||
| 2020-09-20 | [3.3.5] ChatCommands, the other half: chat command resolution refactor (PR ↵ | Treeston | |
| #25463) | |||
| 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) | |||
