Commit Graph

105 Commits

Author SHA1 Message Date
hondacrx 7255455b22 Core/Refactor: Part 5 2018-07-05 10:57:42 -04:00
hondacrx 7aa494d5dd Core/Errors: Stop using System.Diagnostics.Contracts, Its just closing the server without error or warning. We now log the error and then throw a exception 2018-06-15 12:34:56 -04:00
hondacrx 2c3479c6e2 Core/Refactor: Part 4 2018-05-27 15:40:06 -04:00
hondacrx 41bce64ffc Core/Spells: Fixes OverflowException for ChainTargets 2018-05-26 13:11:47 -04:00
hondacrx 804b6a68e8 Core/Spells: Fix wrong cooldown being saved to DB 2018-05-23 18:23:31 -04:00
hondacrx 913beeae69 Core/Misc: Misc fixes 2018-05-23 18:16:14 -04:00
hondacrx 43d49f9e9b Core/Spells: Allow removing same npc entry multiple times for AuraType.LinkedSummon if it's from different effects of the same spell
Core/Maps: Allow entering raid maps without a raid group for maps older than current expansion
2018-05-22 11:34:16 -04:00
hondacrx 0be2dc08e2 Core/Misc: Misc Fixes 2018-05-22 00:43:21 -04:00
hondacrx 5dacd669b5 Core/Refactor: Part 3 2018-05-16 19:57:48 -04:00
hondacrx 7d4c0b7634 Core/Misc: Misc cleanups and changing of fields 2018-05-13 20:26:05 -04:00
hondacrx 868c67c8f0 Core/Spells: Implement aura 428 (SPELL_AURA_LINKED_SUMMON) 2018-05-13 20:21:52 -04:00
hondacrx 87d9adca9a Core/Misc: Fixes 2018-05-11 11:40:29 -04:00
hondacrx f26f7a4348 Core/Misc: Fixed rotation of many gameobjects summoned in garrison and various scripts 2018-05-08 15:36:23 -04:00
hondacrx 9b40067017 Core/Refactor: Part 2 2018-05-07 22:07:35 -04:00
hondacrx 216db1c23a Core/Refactor: Part 1 2018-05-07 18:56:09 -04:00
hondacrx 9007c45357 Core/Spell: kill old charge restoring system. Mods are fully handled by proc system now. 2018-04-29 19:44:10 -04:00
hondacrx 9c33d9c20e Core/Units: Implemented versatility 2018-04-29 19:40:29 -04:00
hondacrx 1106aa3659 Core/Quests: Ported quest greeting locales
Core/Misc: Misc fixes
2018-04-27 15:09:38 -04:00
hondacrx e88d23ff50 Core/Spells: Fix display for Shaman totems 2018-04-24 17:57:30 -04:00
hondacrx 70fb5c6fd8 Core/AI: Added CreatureAI hook that is getting triggered when a spell cast has been successfully finished. 2018-04-12 18:14:14 -04:00
hondacrx 3ff01ee33b Core/Auras: Implemented Aura 178 (SPELL_AURA_MOD_MAX_POWER_PCT) (#21804) 2018-04-12 09:57:26 -04:00
hondacrx da61c920b7 Core/Auras: implement Aura 379 (SPELL_AURA_MOD_MANA_REGEN_PCT) 2018-04-08 18:55:25 -04:00
hondacrx c69c715cc0 Core/Spells: Implemented personal summons 2018-04-08 18:50:05 -04:00
hondacrx fa35d60f60 Core/Entities: Phasing rewrite 2018-03-28 11:09:30 -04:00
hondacrx af0f142f36 Core/Spells: Fixed crash with m_delayMoment calculation for reflected spells 2018-03-21 23:40:27 -04:00
hondacrx 0ccfde1f79 Core/Spell: Misc fix 2018-03-18 12:49:40 -04:00
hondacrx 4d8391a7fd Core/Spell: added some helpers to SpellInfo to reduce code duplication 2018-03-18 12:27:19 -04:00
hondacrx 20ba7e63f6 Core/Spell: reverted changes for NO_TARGET handling 2018-03-18 12:14:14 -04:00
hondacrx 1ba55bd9d2 Core/Spell: Fixed bug where spell could fail to hit a target properly even if all conditions were met 2018-03-18 12:13:49 -04:00
hondacrx c496b7f5a5 Core/Spell: fix one spell range issue 2018-03-18 12:13:16 -04:00
hondacrx 33da910226 Core/Spell: do not proc auras on SPELL_AURA_OBS_MOD_HEALTH healing ticks 2018-03-18 12:10:41 -04:00
hondacrx 6ec1bce358 Core/Spell: Prevent NO_TARGET auras from actually selecting target (same as caster) 2018-03-18 12:09:43 -04:00
hondacrx 0aad224e49 Core/Spell: reverted stun aura handling 2018-03-18 12:07:54 -04:00
hondacrx 761af36d05 Core/Misc: Misc fixes 2018-03-18 11:44:55 -04:00
hondacrx 0ab3b8e8cd Core/DataStores: Fixed db2 structures after 7.3.5 2018-03-13 15:43:03 -04:00
hondacrx 5c59995b3a Core\Misc: Fix build 2018-03-12 15:00:01 -04:00
hondacrx 46052921fe Core/Spell: fix for hitmask being ignored in finish phase procs 2018-03-12 14:53:18 -04:00
hondacrx ab54543573 Core/Spell: add an exception for Cyclone ignoring it's own immunity using dispel type 2018-03-12 14:47:43 -04:00
hondacrx 05ecb41a10 Core/Spell: partial revert of SPELL_ATTR1_UNAFFECTED_BY_SCHOOL_IMMUNE immunity handling 2018-03-12 14:37:52 -04:00
hondacrx 6ee6180866 Core/Entities: Replace existing GetAuraEffectsByType + iteration uses with proper helper functions 2018-03-12 14:33:20 -04:00
hondacrx 237580ab50 Core/Unit: added GetTotalAuraXXX overloads taking a predicate - Redefined existing overloads to use the predicate logic, avoids code duplication and not checking same stack rules 2018-03-12 14:00:18 -04:00
hondacrx 9af60df765 Core/Spell: improved immunity logic for dispels 2018-03-12 13:31:19 -04:00
hondacrx 060bc0b7a8 Core/Spell: Undefined SPELL_ATTR7_USABLE_IN_STUN_FEAR_CONFUSION attr for now - Some function renames - Used in some client checks but not 100% sure of its usage (eg in CGUnit_C::CheckAndReportSpellInhibitFlags but not in Spell_C::IsUsableAction) 2018-03-12 13:24:16 -04:00
hondacrx f6fc8fae09 Core/Unit: unambiguosly define PLAYER_FIELD_MOD_DAMAGE_DONE_ fields as signed - They were used both signed and unsignedly 2018-03-12 13:16:59 -04:00
hondacrx ac2224808e Core/Spell: do not downscale certain auras 2018-03-12 13:04:52 -04:00
hondacrx 04ececae4c Core/SpellMgr: added a startup error for possibly unhandled procs 2018-03-12 13:01:10 -04:00
hondacrx 8edb9e6c73 Core/Auras: calculate periodic bonuses before specific mods, fixes Imp. Devouring Plague damage 2018-03-12 12:57:04 -04:00
hondacrx 129cda3b3f Core/Spells: fix a pretty edge case of creatures being put in combat by evaded spells 2018-03-12 12:55:53 -04:00
hondacrx b08f686ac5 Core/Spells: proc spells after damage apply, not before. 2018-03-11 14:55:45 -04:00
hondacrx a596b3f1ea Core/Players: Fixed mounts using MOUNT_FLAG_SELF_MOUNT flag 2018-03-06 11:17:30 -05:00