Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
Kamron Batman 369a27b800
Replacing Networking (#271)
- [X] Removing Kestrel & Libuv
- [X] Cleaning up NetState
- [X] Removing System.IO.Pipelines
- [X] Cleaning up packet reading
- [X] Adds a maximum of 5000 sockets (configurable) to prevent OOM
- [X] Replaces the AsyncState with a thread-safe wrapped boolean called NetworkState
- [X] Removes Parallel.ForEach (no perf gain)
- [X] Removes custom houses compression on another thread
- [X] Test high load scenarios

Bumps release version
2020-10-20 20:55:19 -07:00
.github A little bit of docs cleanup (#244) 2020-09-13 15:35:44 -07:00
Distribution/Data Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
docs Creates quick start (#254) 2020-09-15 19:46:10 -07:00
Projects Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
.editorconfig Adds ModernUO docs skeleton (#243) 2020-09-13 15:21:28 -07:00
.gitattributes More gitattributes diff/line ending fixes (#269) 2020-10-01 21:38:42 -07:00
.gitignore Fixes more line ending issues (#267) 2020-09-27 13:54:56 -07:00
azure-pipelines.yml Fixes file encoding 2020-09-05 17:44:19 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-05-05 08:51:39 -07:00
CONTRIBUTING.md Fixes more line ending issues (#267) 2020-09-27 13:54:56 -07:00
Directory.Build.props Adds back in old benchmarks. Cleans up tests. (#270) 2020-10-04 11:45:07 -07:00
FAQ.md Fixes more line ending issues (#267) 2020-09-27 13:54:56 -07:00
GOALS.md Updates to .NET Core 3.1 & Cleanup (#79) 2020-01-19 12:47:34 -08:00
LICENSE Fixes more line ending issues (#267) 2020-09-27 13:54:56 -07:00
mkdocs.yml Creates quick start (#254) 2020-09-15 19:46:10 -07:00
ModernUO.sln Adds back in old benchmarks. Cleans up tests. (#270) 2020-10-04 11:45:07 -07:00
publish.cmd Fixes publish script to work with zsh (#218) 2020-09-03 17:18:28 -07:00
publish.sh Release Version 0.6.1 (#205) 2020-08-30 23:15:47 -07:00
README.md Updates README.md Thanks section 2020-09-13 12:00:58 -07:00
rider-settings.zip Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Rules.ruleset Updates formatting rules (#199) 2020-08-25 18:00:51 -07:00
RUNUO_MIGRATIONS.md Fixes more line ending issues (#267) 2020-09-27 13:54:56 -07:00
stylecop.json Updates formatting rules (#199) 2020-08-25 18:00:51 -07:00
THIRD-PARTY-NOTICES Updates span extensions (#276) 2020-10-17 21:14:03 -07:00
version.json Replacing Networking (#271) 2020-10-20 20:55:19 -07:00

ModernUO Discord Subreddit subscribers Twitter Follow Gitter

Ultima Online Server Emulator for the modern era!

.NET .NET Core
Windows OSX Debian Ubuntu CentOS
GitHub license GitHub stars GitHub issues
GitHub build AzurePipelines build

Goals

Publishing a build

Requirements

Publishing Builds

  • Using terminal or powershell: ./publish.cmd [os] [framework] [release|debug (default: release)]
    • Supported os:
      • win for Windows 8/10/2019
      • osx for MacOS
      • ubuntu.16.04, ubuntu.18.04 ubuntu.20.04 for Ubuntu LTS
      • debian.9, debian.10 for Debian
      • centos.7, centos.8 for CentOS
      • If blank, will use host operating system
    • Supported framework:
      • core for .NET Core 3.1.7
      • net for .NET 5.0

Deploying / Running Server

  • Follow the publish instructions
  • Copy Distribution directory to the production server

Requirements

Running

  • dotnet ModernUO.dll

Cleaning

  • dotnet clean

Thanks

  • RunUO Team & Community
  • ServUO Team & Community
  • Karasho, Jaedan and the ClassicUO Community

Troubleshooting / FAQ



Development Tools provided with ♥ by