No description
Find a file
Voxpire 71b2794f12
Update README.md
Removed dead links.
2023-08-10 20:14:37 +01:00
Data + Housekeeping. 2018-08-01 21:30:15 +01:00
Scripts + Update to .NET 4.5.2 2020-03-12 17:16:48 +00:00
Server Update Mobile.cs 2020-10-05 22:05:08 +01:00
.editorconfig Add .editorconfig file, add .idea/ folder to .gitignore (JetBrains Rider user config dir) 2017-03-22 11:00:00 +01:00
.gitignore Add .editorconfig file, add .idea/ folder to .gitignore (JetBrains Rider user config dir) 2017-03-22 11:00:00 +01:00
.travis.yml Create .travis.yml 2015-07-20 20:22:26 -07:00
LICENSE Initial commit 2013-09-07 19:05:34 -07:00
README.md Update README.md 2023-08-10 20:14:37 +01:00
RunUO.exe.config + Don't allow processing of the Timer changed queue while the world is loading or saving. 2015-08-23 01:40:09 +01:00
RunUO.sln + Optimize output targets. 2018-08-01 22:03:47 +01:00
RunUO.vshost.exe.config + RunUO 2.7 with initial TOL expansion support. 2016-01-27 02:59:11 +00:00
RunUO.vshost.exe.manifest + RunUO 2.7 with initial TOL expansion support. 2016-01-27 02:59:11 +00:00
zlib.dll + Include zlib. 2018-08-01 21:07:37 +01:00
zlib32.dll + Include zlib. 2018-08-01 21:07:37 +01:00
zlib64.dll + Include zlib. 2018-08-01 21:07:37 +01:00

runuo

AppVeyor Build Status Travis Build Status

Join the chat at https://gitter.im/runuo/runuo

RunUO Git Repository


RunUO is no longer officially supported by a core team.

If you wish to find support in a wider UO development commuity, visit ServUO - Ultima Online Emulation


Typical Windows Build

PS C:\runuo> C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsafe /t:exe /out:RunUO.exe /win32icon:Server\runuo.ico /d:NEWTIMERS /d:NEWPARENT /recurse:Server\*.cs

Typical Linux Build (MONO)

~/runuo$ mcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -nowarn:219,414 -d:NEWTIMERS -d:NEWPARENT -d:MONO -reference:System.Drawing -recurse:Server/*.cs