Commit Graph

  • 8e2d1e328e Core/Spells: Pass cast item level to triggered spells Shauren 2022-02-08 21:36:31 +01:00
  • d3fc34a203 DB/Hotfixes: Update hotfixes to 42010 funjoker 2022-02-08 18:56:56 +01:00
  • 5bf9a01648 Core/Conditions: Add missing null checks for PlayerCondition Shauren 2022-02-08 15:32:12 +01:00
  • 7efc3df815 Core/Conditions: Fixed PlayerCondition checking after std::arrayification of DB2Structures Shauren 2022-02-08 14:50:44 +01:00
  • 25b84e5e7b Core/Spells: Fixed TARGET_UNIT_TARGET_ALLY_OR_RAID targeting Shauren 2022-02-08 12:04:09 +01:00
  • 79c6054369 Core/Objects: Use player as summoner for personal clones (#27716) Seyden 2022-02-08 00:03:02 +01:00
  • 42428a0898 DB/Spawns: Added accidently deleted spawn of Captain Garrick * was deleted in https://github.com/TrinityCore/TrinityCore/commit/c4fedd10ab2f5dba3eed57bdba0d6c46c67614a2 * originally added in https://github.com/TrinityCore/TrinityCore/commit/53429375c7dfee2e8e0bda09a7dba66c67d787f3 ModoX 2022-02-07 22:49:21 +01:00
  • 66509502f4 Core/Spells: Implement CAST_FLAG_EX_IGNORE_COOLDOWN - causes spells to not automatically trigger cooldown clientside (#27717) Seyden 2022-02-07 21:25:27 +01:00
  • d22d461633 Core/Spells: Implement SPELL_ATTR7_NO_ATTACK_DODGE, SPELL_ATTR7_NO_ATTACK_PARRY and SPELL_ATTR7_NO_ATTACK_MISS (#27715) Aqua Deus 2022-02-07 20:53:32 +01:00
  • 2ae67de4c0 Core/Spells: Implement SPELL_ATTR7_BYPASS_NO_RESURRECT_AURA (#27714) Aqua Deus 2022-02-07 20:08:55 +01:00
  • ef61f39018 Scripts/Spells: Fixed Art of War (#27712) Teleqraph 2022-02-07 20:00:51 +01:00
  • 7192da410d Scripts/Spells: Fix mage Comet Storm (#27710) Aqua Deus 2022-02-07 16:49:18 +01:00
  • 4179b29318 DB/Locale: Add missing zhCN/zhTW page_text_locale, texts 1644 - 3613 leelf00 2022-02-07 17:37:13 +02:00
  • 50107ed323 DB/Quest: fix availability for quests James Hyal and They Call Him Smiling Jim Alastro-Kraken 2022-02-07 17:36:51 +02:00
  • b645cb7fde DB/Locale: Add missing esES & esMX quest texts (Part 190) Cerveciento 2022-02-07 17:36:34 +02:00
  • db8280a0fb Core/Transports: Add missing null pointer check in Transport::SummonPassenger Shauren 2022-02-07 12:50:48 +01:00
  • 20af35fd13 Core/Creatures: Add summoned creatures to summoners transport (#27708) Seyden 2022-02-07 12:49:45 +01:00
  • e64e6f4963 Scripts/Spells: Fixed Icefury talent proc and frost shock energize (#27699) Aqua Deus 2022-02-07 12:41:41 +01:00
  • d5bb799f27 Scripts/Spells: Fix shaman Undulation talent (#27695) Aqua Deus 2022-02-07 00:20:01 +01:00
  • a8cace4c70 Core/Spells: Do not register instant spells in Unit current spell containers when cast with TRIGGERED_IGNORE_CAST_IN_PROGRESS Shauren 2022-02-06 21:59:41 +01:00
  • fa3cba3a00 Core/BattlePets: Delete declined names of non-account battle pets when deleting character permanently (#27706) Meji 2022-02-06 21:46:28 +01:00
  • f3e908dc99 Scripts/Spells: Fixed paladin's Light's Hammer (#27693) Teleqraph 2022-02-06 21:36:50 +01:00
  • 34024edcaa Core/Misc: Fixed clang pch build on some distros Shauren 2022-02-06 19:04:53 +01:00
  • b5a67cf17d Core/Conditions: Implemented new condition type CONDITION_BATTLE_PET_COUNT to check how many copies of a battle pet are collected (#27689) Antonio Martín Berti 2022-02-06 14:57:19 -03:00
  • 3fa4c04919 Scripts/Spells: Implemented Ashen Hallow script (#27682) Teleqraph 2022-02-06 16:19:25 +01:00
  • e5417e9ce7 Core/PacketIO: Implemented SMSG_DISPLAY_TOAST for quest money rewards (#27669) Aqua Deus 2022-02-06 14:56:11 +01:00
  • 873e92d3b4 Core/DataStores: Fixed LiquidTypeEntry structure broken by incorrect regex replacement Shauren 2022-02-06 11:23:08 +01:00
  • 2aa9d9a67a Scripts/Commands: Correct some unexpected behavior in .level Treeston 2020-09-17 00:12:07 +02:00
  • 6e01426e72 DB/Locales: Add some missing deDE quest locales SneakyV 2020-09-16 15:55:57 +03:00
  • 9eb092db3c DB/Locales: Add missing esES & esMX quest locales (Part 35) Cerveciento 2020-09-16 15:55:40 +03:00
  • 3724fa8fa8 DB/Quest: Rework support for 'Someone Else's Hard Work Pays Off' offl 2020-09-16 15:55:22 +03:00
  • 066c6c98a0 DB/Conditions: Make gossip options & texts visible if quest is taken or completed offl 2020-09-16 15:54:08 +03:00
  • 7d85f584a7 DB/Quest: Add outro event for 'The Fall of Ossirian' offl 2020-09-16 15:53:33 +03:00
  • f70161dcc5 Core/Spells: fix a possible crash when a target that has been focused during spell casts disappears Ovah 2020-09-15 14:49:18 +02:00
  • c295cb9814 Core/Spells: cleaned up and improved spell focusing behavior (PR #25440) Ovah 2020-09-14 19:47:51 +02:00
  • 51622e6642 Scripts/ICC: update Deathbringer Saurfang scripts to new model (#25435) ForesterDev 2020-09-14 15:53:40 +04:00
  • 6734a70aa8 Core/Warden: Attempt to fix random ingame Lua errors with Warden enabled Giacomo Pozzoni 2020-09-13 21:56:47 +02:00
  • f9b94ad9e9 DB/SAI: Add missing scripts to Borean Tundra creatures HoustonCore 2020-09-13 21:15:36 +03:00
  • 9fc66c40ae DB/Quest: Update support for 'Fires Over Skettis' offl 2020-09-13 21:15:18 +03:00
  • 8cbc21120f Core/Characters: Replace 2 database statements with 1 jackpoz 2020-09-13 19:22:07 +02:00
  • a439dab179 Core/PlayerDump: Update realmcharacters table when importing a character with ".pdump load" jackpoz 2020-09-13 18:45:30 +02:00
  • 111a80bbbf Scripts/Trial of the Champion: "Refactor" encounter state management to use 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 Shauren 2020-09-13 18:23:31 +02:00
  • c42470ffb7 Core/Spells: Do not reset periodic timer for stacking DoTs on recast Keader 2020-09-13 08:48:53 -03:00
  • 6ede274024 Core/ChatCommands: Fix an issue that caused trailing variant options to sometimes not be selected Treeston 2020-09-13 00:37:54 +02:00
  • d1bea3e8b3 Core/LFG: Handle vote kick as failed if there cannot be 3 votes agreeing jackpoz 2020-09-12 21:50:10 +02:00
  • 2b515f97a6 DB/Quest: Convert & update support for 'A Slow Death' to SAI offl 2020-09-12 22:20:19 +03:00
  • 7090fe5c18 DB/Quest: Convert & update support for 'Escape from Firewing Point!' to SAI offl 2020-09-12 22:19:43 +03:00
  • 196ff25a6b DB/Quest: Convert & update support for 'The Caverns of Time' to SAI offl 2020-09-12 22:19:05 +03:00
  • bb468708e6 DB/Quest: Convert & update Homing Robot chickens to SAI offl 2020-09-12 22:18:32 +03:00
  • 378691aaa2 [3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443) Treeston 2020-09-12 19:42:10 +02:00
  • eba28d4dd6 Core/Misc: Reserve trinity_string id 1516 for master branch Shauren 2022-02-05 23:22:00 +01:00
  • 7d0586812a Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0. Treeston 2020-09-12 19:17:31 +02:00
  • 0e22b5763f DB/Locales: Add missing esES & esMX quest locales (Part 34) Cerveciento 2020-09-12 03:18:00 +03:00
  • c5a812fc50 DB/Spells: Add missing condition to enable Activate Object (Despawn) effect offl 2020-09-12 03:17:32 +03:00
  • e8e2ec0dc5 DB/Creature: Use DisableGravity for Time-Lost Proto Drake offl 2020-09-12 03:17:14 +03:00
  • b430a70c68 DB/Creature: Remove static spawn of Burning Felguard offl 2020-09-12 03:16:55 +03:00
  • 0441f3ea5e Core/LFG: Restore ".lfg queue" command argument handling jackpoz 2020-09-11 23:39:11 +02:00
  • 97a5c29e8a Scripts/ICC: update Deathbringer Lord Marrowgar scripts to new model (#25436) ForesterDev 2020-09-11 23:20:18 +04:00
  • 8422442ed0 Scripts/ICC: update Blood Queen Lana'thel scripts to new model (#25434) ForesterDev 2020-09-11 23:19:03 +04:00
  • dfeb8c267f Game/AI: Implement option to move a creature back to Homeposition on Evade. (#24492) Rushor 2020-09-11 21:16:35 +02:00
  • 9fe5a7297d Dep/fmt: update fmt library to 7.0.3 Winfidonarleyan 2020-09-11 17:54:07 +07:00
  • 7bb03fab51 CI/CircleCI: Attempt using cache from master in PRs Giacomo Pozzoni 2020-09-10 19:37:00 +02:00
  • bc04acb726 Add "On" to some gossip methods in AI (#25415) Maks Szokalski 2020-09-10 16:57:11 +02:00
  • 013c9b2cb7 Core/ChatCommands: make ExactSequence more readable Treeston 2020-09-10 15:19:17 +02:00
  • bdd4ccbd78 Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return nullptr (PR #25431) Peter Keresztes Schmidt 2020-09-10 13:10:01 +02:00
  • fd41de7ce3 Scripts/Commands: Convert argument parsing of lfg commands to new system (PR #25430) Peter Keresztes Schmidt 2020-09-10 12:54:30 +02:00
  • a5c95bd01e Misc: support enum class in enumutils_describe.py Shauren 2022-02-05 20:55:14 +01:00
  • 26f3c25dae Scripts/Commands: Convert remaining debug commands (PR #25429) Peter Keresztes Schmidt 2020-09-10 01:05:44 +02:00
  • 54fc62db52 Core/Misc: Convert leftover DatabaseTransactions-by-reference (pass them by value!) Treeston 2020-09-09 23:25:26 +02:00
  • b6635be041 [3.3.5] Core/Guilds: Guild cleanup (PR #25422) Treeston 2020-09-09 20:38:04 +02:00
  • 42be7836df Chat/Commands: Eradicate ChatHandler::extractOptFirstArg Treeston 2020-09-09 18:33:18 +02:00
  • fbcd71ecd8 DB/Creature: Add missing extra flag to Grauf in heroic mode offl 2020-09-09 18:30:04 +03:00
  • 08300bd530 DB/Locales: Add some missing deDE quest locales SneakyV 2020-09-09 03:25:25 +03:00
  • 50708de8bf DB/Quest: Disable Craftsman Wilhelm's quests offl 2020-09-09 03:24:56 +03:00
  • fbb247357e DB/Quest: Fix typo in Reward text of quest 'Dangerous!' (567) illfated 2020-09-09 03:24:33 +03:00
  • a320578779 DB/Locales: Add missing esES & esMX quest locales (Part 33) Cerveciento 2020-09-09 03:24:10 +03:00
  • 21281b4e18 DB/Locales: Add missing esES & esMX quest locales (Part 32) Cerveciento 2020-09-09 03:23:51 +03:00
  • 5e2d70aa2e DB/Creature: Add formations to Warden of Time offl 2020-09-09 03:23:30 +03:00
  • eca1e6e9cb Core/AI: CombatAI refactor (PR #25416) Maks Szokalski 2020-09-08 23:56:13 +02:00
  • 0124284957 DB/Misc: Move & update some VoA scripts to SAI, add waypoints (#25419) Houston 2020-09-08 23:37:28 +03:00
  • edf511a551 Scripts/Icecrown: Small event of the down Nerub'ar Broodkeep (#25410) Houston 2020-09-08 22:52:53 +03:00
  • ee620856ad Core/Movement: Corrected Animation Tier handling (PR #24875) NoName 2020-09-08 18:12:52 +03:00
  • 358dc78e47 Scripts/AreaTrigger: Rename OnlyOnceAreaTriggerScript::_OnTrigger to TryHandleOnce, and make its return value useful. Treeston 2020-09-07 18:25:39 +02:00
  • 91f6163858 Core/MotionMaster: Do not generate path to MoveLand Keader 2020-09-07 13:22:14 -03:00
  • 1e9d60b4ac Scripts/Commands: .character command conversion Treeston 2020-09-07 15:38:23 +02:00
  • cb2a284359 Core/ChatCommands: Move ostream operator into Variant class so we don't pollute std:: (PR #25413) Peter Keresztes Schmidt 2020-09-07 00:22:37 +02:00
  • 706163743d [3.3.5] Scripts/Commands: .arena command conversion (PR #25407) Treeston 2020-09-06 23:36:23 +02:00
  • ca498ffab2 Core/Maps: Always update the grid of player summons even if far away (#25406) Giacomo Pozzoni 2020-09-06 21:38:12 +02:00
  • ebdb6d80bb DB/Items: corrected proc flag and cooldown for The Black Heart trinket Ovahlord 2020-09-06 21:37:15 +02:00
  • 2942d06664 Core/PathFinding: Enable pathfinding (MMaps) by default jackpoz 2020-09-06 21:34:19 +02:00
  • d76533d8f3 DB/Spells: Fixed Unchained Magic proc from item cast Keader 2020-09-06 16:26:30 -03:00
  • a3cc94080f Core/Spells: Implemented PROC_ATTR_CANT_PROC_FROM_ITEM_CAST Keader 2020-09-06 16:02:11 -03:00
  • 75e5c44638 Scripts/IcecrownCitadel: correct Rimefang's script name Treeston 2020-09-06 21:00:38 +02:00
  • fc094509e9 Core/Scripts: Remove now-unused WaypointPathStarted hook. WaypointStarted does everything it used to do, anyway. b3694bf follow-up. Treeston 2020-09-06 19:44:47 +02:00
  • c2d2df96db Core/SAI: Fix SMART_EVENT_WAYPOINT_START not being called at every waypoint checking wrong path id parameter jackpoz 2020-09-06 17:35:26 +02:00
  • e0e3bae82c Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everything that uses them (PR #25156) Treeston 2020-09-06 16:04:10 +02:00
  • 3bf33628fc Scripts/Commands: trinity_string updates Treeston 2020-09-06 01:40:00 +02:00
  • 970cd097de Core/Combat: When entering a vehicle, transfer any current threat to that vehicle. Closes #1340. Treeston 2020-09-06 01:22:19 +02:00
  • b45277f1cf Core/Unit: Fix units on vehicles not dismounting on death (#25404) Giacomo Pozzoni 2020-09-05 22:07:17 +02:00
  • 341ef2c0dd Core/Arena: Fix Arena.ArenaStartPersonalRating setting not having effect if the player didn't do any arena match before next server restart jackpoz 2020-09-05 22:03:26 +02:00