ModernUO/Projects/Server
Kamron Batman edea1d4906
fix(core): Fixes core tick count for VMs (#600)
Some architectures (specifically docker) have an issue with tick count and high precision timing.
This handles those weird cases so instead of outright freezing, you may get timer precision loss.
2021-05-13 18:22:42 -07:00
..
Buffers fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
Collections fix(core): Fixes nullables being disabled (#466) 2021-02-05 14:09:57 -08:00
Comparers Splits up mobile (#296) 2020-10-31 23:30:51 -07:00
Configuration feat(logging): Adds support for Serilog (#573) 2021-04-19 23:43:54 -07:00
ContextMenus fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Diagnostics fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Events fix(core): Fixes flow for saves, adds logging and configurations (#513) 2021-02-20 19:32:08 -08:00
Exceptions fix(core): Changes invalid gump response to write to network errors. (#510) 2021-02-15 08:31:53 -08:00
Geometry chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
Gumps fix(core): Changes invalid gump response to write to network errors. (#510) 2021-02-15 08:31:53 -08:00
Items fix(currency): Changes virtual checks setting (#598) 2021-05-12 10:52:34 -07:00
Json chore(json): Cleans up json converters (#576) 2021-04-16 00:49:57 -07:00
Logging feat(logging): Adds support for Serilog (#573) 2021-04-19 23:43:54 -07:00
Maps chore(logging): Logging cleanup (#580) 2021-04-23 18:57:42 -07:00
Menus Updates menu packets (#320) 2020-11-17 21:47:00 -08:00
Mobiles fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
Network Fixes awaiting seed for < v6 clients (#589) 2021-05-05 11:47:54 -07:00
Random Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Regions feat(logging): Adds support for Serilog (#573) 2021-04-19 23:43:54 -07:00
Serialization fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
Targeting fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
Text fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
TileMatrix chore(logging): Logging cleanup (#580) 2021-04-23 18:57:42 -07:00
Timer fix(core): Handles a rare NPE with LoginTimer (#508) 2021-02-11 23:47:02 -08:00
Utilities fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
World fix(serial): Fixes type inference for serialization (#592) 2021-05-09 11:33:06 -07:00
AssemblyHandler.cs fix(content): Fixes duplicate alias type (#588) 2021-04-30 00:59:53 -07:00
Attributes.cs fix(core): Fixes call priority (#553) 2021-03-15 16:51:27 -07:00
CityInfo.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
ClientVersion.cs fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
Commands.cs fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
Effects.cs fix(core): Cleans up uninitialized packets (#397) 2021-01-09 14:10:29 -08:00
EventLoopTasks.cs fix(core): Core cleanup, adds event loop synchronization, and fixes gumps (#429) 2021-01-25 21:06:46 -08:00
ExpansionInfo.cs fix(core): Fixes map issues at New Haven (#509) 2021-02-14 16:06:49 -08:00
Guild.cs fix(core): Fixes guild serialization (#517) 2021-02-23 09:35:07 -08:00
HuePicker.cs fix(core): Converts remaining player packets (#374) 2020-12-30 16:09:51 -08:00
IAccount.cs fix(core): Updates expansion and map configurations (fixes map issues) (#570) 2021-04-14 01:45:18 -07:00
IEntity.cs fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
Interfaces.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
KeywordList.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Main.cs fix(core): Fixes core tick count for VMs (#600) 2021-05-13 18:22:42 -07:00
MultiData.cs fix(core): Moves map definitions and cleans up loading maps, regions, and tiles (#431) 2021-01-25 11:05:52 -08:00
MUO.ico Adds MUO Logo (#52) 2019-09-12 13:13:13 -07:00
NativeReader.cs fix(core): Fixes map issues at New Haven (#509) 2021-02-14 16:06:49 -08:00
ObjectPropertyList.cs fix(core): Fixes OPL packets (#395) 2021-01-08 23:55:23 -08:00
Party.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Poison.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Prompt.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Race.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Sector.cs fix(core): Adds SkipLocalsInitAttribute support, optimizes broadcasted packets (#363) 2020-12-26 12:46:06 -08:00
SecureTrade.cs fix(core): Converts mobile status packets (#368) 2020-12-28 01:13:02 -08:00
Serial.cs fix(core): Reverts change to Serial.IsValid (#596) 2021-05-12 09:59:03 -07:00
Server.csproj feat(logging): Adds support for Serilog (#573) 2021-04-19 23:43:54 -07:00
Skills.cs fix(core): Handles a rare NPE with LoginTimer (#508) 2021-02-11 23:47:02 -08:00
TileData.cs fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
TileList.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
VirtueInfo.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00