Commit Graph

44 Commits

Author SHA1 Message Date
hondacrx 7255455b22 Core/Refactor: Part 5 2018-07-05 10:57:42 -04:00
hondacrx 2af1ddc5ea Core/Scripts: Remove some unused GetAI methods 2018-06-27 17:03:35 -04:00
hondacrx 1973d4f2ce Core/Scripts: Fixes a crash when entering a instance 2018-06-23 12:35:12 -04:00
hondacrx b3e8e4f05f Scripts/Misc: Use InstanceMap in InstanceScript instead of Map 2018-06-16 18:06:55 -04:00
hondacrx 154102d00d Core/Scripts: Added and fixed some scripts 2018-06-15 12:37:38 -04:00
hondacrx 2fa79e0855 Core/Phases: Fixes errors in phases. 2018-06-15 12:36:55 -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 5dacd669b5 Core/Refactor: Part 3 2018-05-16 19:57:48 -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 b2c1554065 Core/Refactor: Fix alot of Possible loss of fraction warnings 2018-05-07 17:34:41 -04:00
hondacrx fa35d60f60 Core/Entities: Phasing rewrite 2018-03-28 11:09:30 -04:00
hondacrx 03d74be72a Core/Ulduar: Fixed XT002 Heart phase 2018-03-18 11:55:25 -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 c00ac4b292 Core/Script: Implement Paralytic Poison
Core/DB: Misc db fixes
2018-03-12 14:55:50 -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 2e6f6e1fef Core/Scripts: fix a crash in Master's Call script 2018-03-11 14:52:46 -04:00
hondacrx a596b3f1ea Core/Players: Fixed mounts using MOUNT_FLAG_SELF_MOUNT flag 2018-03-06 11:17:30 -05:00
hondacrx 7de76148b6 Core/Misc: Some cleanups 2018-03-05 12:13:45 -05:00
hondacrx cada4700f3 Core/Spells: Fixed Lay on Hands not triggering Forbearance on target 2018-02-26 13:37:25 -05:00
hondacrx 0a3dfaba37 Updated to 7.3.5.25996 (Db2 files not updated) 2018-02-19 10:32:16 -05:00
hondacrx 419ee1b882 Core/Entities: Created factory methods to create new areatriggers, creatures and gameobjects 2018-01-27 20:15:24 -05:00
hondacrx 854ae39aeb Core/Spells: Removed outdated mechanic (spell downranking coef penalty) 2018-01-27 17:38:17 -05:00
hondacrx bde833d452 Core/Scripts: Fixes ValidateSpellScripts, and type mismatch of parameters 2018-01-13 23:17:54 -05:00
hondacrx 5587505199 Core/Spell: restore old proc system behaviour on auras self proc. 2018-01-13 13:10:33 -05:00
hondacrx 79980e3dd2 Core/Entities: Remove phasemask 2018-01-10 22:26:47 -05:00
hondacrx 9d3e87fd87 Core/Misc: Added helper function Unit::SetFullPower * Also renamed Unit::getPowerType and Unit::setPowerType to follow style guidelines 2018-01-03 13:57:16 -05:00
hondacrx 28c0ef9d03 Happy New Year!!!! 2018-01-02 13:02:21 -05:00
hondacrx 6f1c9c47e6 Core/Scripts: add checks to Master's Call script 2017-12-30 16:59:47 -05:00
hondacrx 3da0e167e6 Core/Spell: revamp of immunities system 2017-12-26 15:07:05 -05:00
hondacrx 7a4d4ad945 Core/Spells: Moved applying exclusive aura spells to scripts 2017-12-24 17:21:05 -05:00
hondacrx add72a063b Core/Spells: Implemented spells causing Forbearance 2017-12-24 17:17:50 -05:00
hondacrx c7219c7098 Fixes Script loading.
Some cleanup on array Clear
Misc errors
2017-12-24 16:37:15 -05:00
hondacrx 9937d1e421 Core/Spells: Removed outdated disengage script - it can be cast out of combat 2017-12-19 15:01:09 -05:00
hondacrx caca2dcb7e don't save auras casted by items 2017-11-22 12:34:00 -05:00
hondacrx d02d893d15 Implemented Blinding Light 2017-11-22 12:33:30 -05:00
hondacrx 3479e2125c Implemented Chaos Strike energize proc 2017-11-22 12:06:19 -05:00
hondacrx aa0ec9a021 Misc fix 2017-11-16 12:46:06 -05:00
hondacrx 02535a0d47 Fixed DK runes and runic power 2017-11-13 14:12:42 -05:00
hondacrx 1e22248418 Added warrior Mortal Strike & Colossus Smash Effect 2017-11-07 18:29:50 -05:00
Fabian a3dc7b3f48 Ported .Net Core commits:
hondacrx:
- Initial commit: Switch to .Net Core 2.0
- Fix build and removed not needed files
Fabi:
- Updated solution platforms.
- Changed folder structure.
- Change library target framework to netstandard2.0.
- Updated solution platforms again...
- Removed windows specific kernel32 function usage (Ctrl-C handler).
2017-10-26 17:23:44 +02:00