Commit Graph

21 Commits

Author SHA1 Message Date
hondacrx 93499fb104 Core: Updated to .Net Core 2.1 2018-07-12 17:24:29 -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 f7e557ab71 Core: Misc fixes 2018-05-26 13:09:46 -04:00
hondacrx 90751a6a28 Core/Network: Changed AsyncAcceptor to have a start method that returns false if it can't start the network.
Core/Logging: Cleaned up network logging.
2018-05-22 11:29:54 -04:00
hondacrx dbd62e5c6f Core/DB: Some DB improvements 2018-05-22 11:05:16 -04:00
hondacrx 1106aa3659 Core/Quests: Ported quest greeting locales
Core/Misc: Misc fixes
2018-04-27 15:09:38 -04:00
hondacrx bb59664df5 Core/World: Simplified sleep calculation routine for world update thread 2018-03-18 12:43:55 -04:00
hondacrx 3fc07b8b37 Core/Misc: Cleanups 2018-03-04 23:42:27 -05:00
hondacrx 78f0f7557e Core/Characters: Upgrade limitation to 16 characters per realm 2018-02-26 13:36:02 -05:00
hondacrx 82dca6de94 Updated DB2 structs 2018-02-26 13:13:54 -05:00
hondacrx 0a3dfaba37 Updated to 7.3.5.25996 (Db2 files not updated) 2018-02-19 10:32:16 -05:00
Caydan c93e0fdcd0 Core/BattleGrounds: Changed upper case character in tables character_Battleground_data and Battleground_template to lower case to solve startup issues (#17) 2018-01-28 12:22:07 -05:00
hondacrx 950a083a2a Fixes server shutdowns 2018-01-12 11:16:55 -05:00
hondacrx 8b43b08f6f Really fix parsing double and floats, Also added to BNetServer just to make sure. 2018-01-03 12:37:20 -05:00
hondacrx 28c0ef9d03 Happy New Year!!!! 2018-01-02 13:02:21 -05:00
hondacrx c7219c7098 Fixes Script loading.
Some cleanup on array Clear
Misc errors
2017-12-24 16:37:15 -05:00
Elle ff15083cfe Fix parsing double and floats (#8) 2017-12-16 08:45:24 +01:00
hondacrx 27fe48e33d Core/Misc: Removed Death knight creation restrictions 2017-12-11 10:49:47 -05:00
hondacrx 65fbebb12f Added sql files, no longer need to get them from Trinity Core. 2017-11-22 13:14:38 -05:00
hondacrx 19d27aa6f1 Fixed logs folder being created in non working dir. when running from VS 2017-10-29 10:01:52 -04: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