Commit Graph

736 Commits

Author SHA1 Message Date
hondacrx bdfea4ecad Implemented binary resistances and some more
Port From (https://github.com/TrinityCore/TrinityCore/commit/ca26c33145cb40ae7fd2c84fc7577fc6f11bdbbf)
2019-08-16 23:15:19 -04:00
hondacrx d3bce6a75c Core/Misc: Fix various crashes, also related to multithreading
Port From (https://github.com/TrinityCore/TrinityCore/commit/ad008c43b75080ec59aa973f1e2e4424332c34a4)
2019-08-16 22:03:02 -04:00
hondacrx 653a9bb035 Core/Server: fix duplicated inserts into tutorials table for newly created characters
Port From (https://github.com/TrinityCore/TrinityCore/commit/26fe9496191225c8300ac57c07e9380193ec2c54)
2019-08-16 21:38:01 -04:00
hondacrx 3634bc7133 Core/Misc: Moved CharacterInfo out of world to separate class
Port From (https://github.com/TrinityCore/TrinityCore/commit/ad4e63bae145ae49b584ab2fc621660430cec0d3)
2019-08-16 13:43:17 -04:00
hondacrx ea35c2ca62 Core/Spells: Fixed spell effect 93 (SPELL_EFFECT_FORCE_DESELECT)
Port From (https://github.com/TrinityCore/TrinityCore/commit/92e95ddf558db5fdcdf3c54ecd1d694da92c3a44)
2019-08-15 23:05:26 -04:00
hondacrx c39cc34ed9 Remade who list processing
Port From (https://github.com/TrinityCore/TrinityCore/commit/07d02d744f9ac82b0543559a15ace7b3035fdb99)
2019-08-15 22:35:09 -04:00
hondacrx df61f03a98 Core: add some missing Player Name normalization on input data
Port From (https://github.com/TrinityCore/TrinityCore/commit/b742c872223950dfae14468b0e7a304a3e660e76)
2019-08-15 14:53:54 -04:00
hondacrx 421febe4a8 Core/Spells: Fixed creating enchant scrolls
Port From (https://github.com/TrinityCore/TrinityCore/commit/857bb68deb51c3e82f31823d664a95470ba331ff)
2019-08-15 12:20:34 -04:00
hondacrx 06085aba8e Core/Misc: Updated GameObjectTemplate structure
Port From (https://github.com/TrinityCore/TrinityCore/commit/3714bf8e7a5f4d1b066303c0f9bde0becc64e5eb)
2019-08-15 12:19:25 -04:00
hondacrx e869f76034 Core/Spells: define and implement TARGET_UNIT_CONE_ENTRY_129
Port From (https://github.com/TrinityCore/TrinityCore/commit/867458a42431f3156305c090fc5d89335c9e644a)
2019-08-15 12:12:30 -04:00
hondacrx 95af45c884 Core/Creatures: Modify creature_template_model structure to accept unmodified sniffed data
Port From (https://github.com/TrinityCore/TrinityCore/commit/eef87a9cc06bea80b9867491e126c6500dc608a9)
2019-08-15 12:08:41 -04:00
hondacrx c2dc1c337f Core/Maps: Adjusted WorldObject::GetGridActivationRange() to never be less than map visibility distance for active objects to ensure equal ranges for activation/deactivation of grids
Port From (https://github.com/TrinityCore/TrinityCore/commit/48cc6f384d2b3ca8f1b1ddcfad70678730573449)
2019-08-15 12:07:22 -04:00
hondacrx f79b8c5885 Core/Spell: properly add SPELLMOD_COOLDOWN to spells without initial cooldown
Port From (https://github.com/TrinityCore/TrinityCore/commit/248fd9691bc0f9302455d14c06b6554ff7d3d888)
2019-08-15 12:02:18 -04:00
hondacrx b8873fa966 Game/Scripting: Add OnPlayerRepop hook
Port From (https://github.com/TrinityCore/TrinityCore/commit/5291842a33ac535db351072a230e3da6e43123a7)
2019-08-15 12:01:36 -04:00
hondacrx fc76ec26be Core/Creature: Prevent boss creatures from ever respawning naturally.
Port From (https://github.com/TrinityCore/TrinityCore/commit/cc020b2a0f36f91bf7fe6f3775c47c83305816bc)
2019-08-15 11:59:13 -04:00
hondacrx 146f0639e2 Core/SmartAI: Delay SMART_ACTION_FORCE_DESPAWN by at least one world tick
Port From (https://github.com/TrinityCore/TrinityCore/commit/a29a157e34e603aed5dd813702f16bb3e0ccd3a5)
2019-08-15 11:55:27 -04:00
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 b56e6371b0 DB Update for 8.2.0.31429
Thanks TrinityCore  https://github.com/TrinityCore/TrinityCore
2019-08-14 11:23:20 -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 695930fb6d Merge branch 'master' of github.com:CypherCore/CypherCore 2019-06-19 15:24:11 -04:00
hondacrx 6cf5473f3c Core/Mail: Defined new mail message type (Port TrinityCore Commit 16e06a5392117043e8194b68072b0bfad7538eb0) 2019-06-19 15:23:33 -04:00
Fabian König 97b4bd656e Update README.md 2019-03-17 13:25:41 +01: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 f80da42c89 Updated README 2018-12-26 22:59:20 -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