Commit Graph

392 Commits

Author SHA1 Message Date
hondacrx bab0bbdf3c Core/Spells: Remade trajectory target selection
Port From (https://github.com/TrinityCore/TrinityCore/commit/3f7fe6f8a51f61083b4940eaadddc3b390f8e238)
2019-08-15 11:51:44 -04:00
hondacrx ee098676c2 Core/Spells: Added SPELL_FAILED_NOTHING_TO_STEAL error
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/b711f0bcaef7e966140fce4929ff5196b6b2bbf6
2019-08-14 23:46:10 -04:00
hondacrx 5bb3eb95b4 Core/Spells: Corrected summon category SUMMON_CATEGORY_VEHICLE
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/68cc366d88fd9cb4c759dc991568d994a29ba23e
2019-08-14 23:38:58 -04:00
hondacrx 46095e461f Core/Spells: Corrected execution time calculation for dst targets
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/8d6d00dc15d85700c0cb8872303811a5fa6c5c85
2019-08-14 23:36:22 -04:00
hondacrx e6f049d531 Core/Pets: Fixed flashing pet attack button (#18906)
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/d1cbd8a837116a0fadae06cf5714a345035eb799
2019-08-14 23:35:18 -04:00
hondacrx 4b627a6dcf Core/Spells: Properly send autorepeat cancel packet to self and fix some problems with autoshot (#18918)
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/67000a7826c2f29e5d61272abf3d3d6ea194fc9a
2019-08-14 23:25:43 -04:00
hondacrx ed3a310756 Core/Spell: unified handling of SPELL_ATTR5_USABLE_WHILE_* attributes
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/2b0c73960b431acb25ddfba916017fbfe84f065b
2019-08-14 12:05:26 -04:00
hondacrx e35ba6d97f Core/Creature: don't allow turning if spell would cancel due to turning to face target
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/6135ee1ad7052992093ad392347f4ef2c2ef4cf6
2019-08-14 11:45:38 -04:00
hondacrx 44cabeb8e1 Core/Achievements: Define and implement new ModifierTree types
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/fbf05e69bb999aa1186ca913cca832f8903affa4
2019-08-14 11:38:16 -04:00
hondacrx 125e3b3ac7 Updated to 8.2.0.31429 (scripts disabled atm, they still need updated)
Code Port from TrinityCore https://github.com/TrinityCore/TrinityCore
Casc from WoW-Tools https://github.com/WoW-Tools/CASCExplorer
2019-08-14 11:20:42 -04:00
hondacrx e4d500f4b5 Core/PacketIO: Updated packet structures to 8.1.5
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/31fda79556e55375962a3c9e46f6dbdbf6e90d18
2019-06-22 18:42:45 -04:00
hondacrx d500b65ad9 Core/AreaTriggers: Document scale curve fields (needs tested)
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/d180944f59fc4bbe1d7a2a69896ec0af18e45d61
2019-06-19 16:19:24 -04:00
hondacrx 1af2fbdd7d Core/SAI: Add a 5th parameter to SAI events
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/91409cc77e5076e43046dc9749308afcf52f04db
2019-06-19 15:44:16 -04:00
hondacrx 280e6b0866 Core/SmartScripts: Reserve SMART_ACTION_PLAY_CINEMATIC
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/ca112b0dae26906182532fe276915aafba7126cd
2019-06-19 15:36:55 -04:00
hondacrx 1e67bd4dd7 Core/Maps: Ensure all child terrain maps are created before doing anything on parent map such as loading respawn times and corpses
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/f7290509005d3b93bb62149faf3add0bb7f54f51
2019-06-19 15:30:41 -04:00
hondacrx ad627c3fa2 Misc fixes from (TrinityCore: https://github.com/TrinityCore/TrinityCore) 2019-06-19 15:26:56 -04:00
hondacrx 6cf5473f3c Core/Mail: Defined new mail message type (Port TrinityCore Commit 16e06a5392117043e8194b68072b0bfad7538eb0) 2019-06-19 15:23:33 -04:00
hondacrx 758aae32e0 Misc. fixes 2019-01-16 19:43:07 -05:00
hondacrx ec7807eaac Core/Objects: increase sight range of all Infinite, Gigantic and Large objects & correct general default visibility distance 2019-01-16 19:42:22 -05:00
hondacrx 055e9d1776 Core/Spells: Fix SPELL_AURA_MOD_ROOT_2 not proccing on damage 2019-01-16 17:44:12 -05:00
hondacrx b7a6caf342 Core/Chat: Fixed addon chat messages using C_ChatInfo.SendAddonMessageLogged 2019-01-11 18:01:10 -05:00
hondacrx 4cad206647 Fixes #25 client crash on non en-US clients 2019-01-01 22:34:45 -05:00
hondacrx 1e1c5c77a8 2019 YAY! 2019-01-01 12:01:55 -05:00
hondacrx 4c91a4f531 Fixes server crash when building quest rewards 2018-12-29 22:31:21 -05:00
hondacrx ac37cfeadd Core: Misc fixes 2018-12-24 01:11:23 -05:00
hondacrx c9e59bc9a7 Core/Player: update player phase before updating area depending auras 2018-12-24 01:09:14 -05:00
hondacrx 56291f2273 Core/Commands: Fixed .gobject move and turn 2018-12-24 01:08:29 -05:00
hondacrx 11d2d56ddf Core/DB2: change regex to simple string Compare. 2018-12-24 01:04:55 -05:00
hondacrx 50019b85d5 Core/Spells: Update AOE Damage Cap 2018-12-24 01:03:49 -05:00
hondacrx 0c4bd05dd9 Core: Removed not needed faststruct 2018-12-24 01:03:36 -05:00
hondacrx 40564a73ce Core: use span<T> to cut down on array copys 2018-12-24 01:02:49 -05:00
hondacrx 581d0fd1ff Core/Misc: Removed oldTotal from LocaleConstant 2018-12-24 01:01:29 -05:00
hondacrx f414068883 Fixed DB2 loading and world login!!!!! 2018-12-14 18:43:35 -05:00
hondacrx 8e20114e10 BFA Update (still lots of testing to do tho) 2018-12-10 12:46:25 -05:00
hondacrx 468b053946 Core/Maps: Replaced spawnmask with difficulty list 2018-09-17 12:08:48 -04:00
hondacrx 81b414c95e Core/Commands: No need for dupe the method. 2018-08-29 14:43:48 -04:00
hondacrx dbd5baf7c9 Core/MMaps: This should fix the mmaps pathing. Needs more testing tho 2018-08-29 14:43:19 -04:00
hondacrx 32ed5530d4 Core/Maps: Should fix spam about not being able to unload files 2018-08-29 14:42:53 -04:00
hondacrx 520aaf3ceb Core/Objects: Fixes object not being updated in ObjectAccessor 2018-08-29 14:42:26 -04:00
hondacrx a187bfd169 Core/MMaps: updated detour to be current with tc (still doesn't find the right path sometimes) 2018-08-28 14:42:01 -04:00
hondacrx 7a9edc07b2 Core/PacketIO: Moved SMSG_ADD_RUNE_POWER to packet classes 2018-08-26 01:23:03 -04:00
hondacrx f87224ac3d Core/Spells: Removed useless calls of Spell.GetEffect and SpellInfo.GetEffect 2018-08-26 01:20:46 -04:00
hondacrx 388c20a4cf Core/Conversations: Fixed CONVERSATION_DYNAMIC_FIELD_LINES structure and defined related opcode/flag 2018-08-26 01:15:48 -04:00
hondacrx 8fdf1deb4f Core/Units: Defined new npc flag 2018-08-26 01:12:48 -04:00
hondacrx 90ee61ae2b Core/AreaTrigger: handle AREATRIGGER_FLAG_HAS_CIRCULAR_MOVEMENT 2018-08-26 01:08:24 -04:00
hondacrx 3ab69a9500 Core/Player: Fixed crash when race or faction changing to an allied race. 2018-08-26 00:25:45 -04:00
hondacrx 9f962377fa Core/Spells: Fixed crash in AuraEffect.HandlePlayScene 2018-08-01 14:16:35 -04:00
hondacrx ae08c81ce6 Core/Artifact Handle Artifact tiers + Artifact unlock (3rd relic bonus) 2018-08-01 14:14:51 -04:00
hondacrx 92481d8d9f Core/Misc: Fixes 2018-08-01 13:33:11 -04:00
hondacrx 8673e7218d Core/Spells: Fixed travel form 2018-07-25 14:08:35 -04:00