Commit Graph

27 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 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 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 9c33d9c20e Core/Units: Implemented versatility 2018-04-29 19:40:29 -04:00
hondacrx 23726927ea Core/Entities: Change Armor Penetration 2018-04-22 16:01:51 -04:00
hondacrx c50aa42612 Core/Units: Fixed exploit where killing tamed pet could yield emblems 2018-03-18 11:55:12 -04:00
hondacrx 874e5b7b2c Core/Scripts: Fix loading of spell scripts. 2018-03-13 15:44:02 -04:00
hondacrx b9c1e3876b Core/Chat: fix RBAC_PERM_COMMANDS_NOTIFY_COMMAND_NOT_FOUND_ERROR for subcommands 2018-03-12 14:40:58 -04:00
hondacrx 205887145e Core/Unit: feral druid attacks should not be normalized 2018-03-12 14:34:27 -04:00
hondacrx 6ee6180866 Core/Entities: Replace existing GetAuraEffectsByType + iteration uses with proper helper functions 2018-03-12 14:33:20 -04:00
hondacrx b08f686ac5 Core/Spells: proc spells after damage apply, not before. 2018-03-11 14:55:45 -04:00
hondacrx c842332393 Core/Player: Implement PvP Talents 2018-03-06 11:10:51 -05:00
hondacrx 659080b5a5 Core/Entities: fix interaction of traps with ffa pvp and sanctuary flags 2018-01-24 12:06:19 -05:00
hondacrx 293b338106 Core/Misc: Misc fixes/Cleanups 2018-01-11 14:21:19 -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 01caaecf0f Core/Unit: damage immune improvements 2017-12-30 17:53:28 -05:00
hondacrx cf3857edb8 Fixes ProcChance always being a 0 2017-12-30 16:34:37 -05:00
hondacrx 3da0e167e6 Core/Spell: revamp of immunities system 2017-12-26 15:07:05 -05:00
hondacrx 1e5249b6b0 Core/Auras: Implemented using all aura interrupt flag fields 2017-12-18 10:14:17 -05:00
hondacrx 02535a0d47 Fixed DK runes and runic power 2017-11-13 14:12:42 -05:00
hondacrx 7edcdb6ea2 workaround stealth interaction with Death and Decay and GameObject casts 2017-11-13 13:12:07 -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