Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2018-09-14 15:13:14 -07:00
Data Add DefaultName property to Mobiles & Items (#18) 2018-08-09 17:18:41 -07:00
Scripts Removes default value initializers 2018-09-14 15:13:14 -07:00
Server Removes default value initializers 2018-09-14 15:13:14 -07:00
.editorconfig Add .editorconfig file, add .idea/ folder to .gitignore (JetBrains Rider user config dir) 2017-03-22 11:00:00 +01:00
.gitignore Updates .gitignore and adds more info to README.md 2018-08-18 19:56:38 +08: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
rdrand.so Adds IntelHW RDRand for Mac/Linux. 2018-08-09 00:06:23 -07:00
rdrand32.dll Adds RDRand 1.0.1 and ZLib 1.2.11 2018-02-11 16:35:59 -08:00
rdrand64.dll Adds RDRand 1.0.1 and ZLib 1.2.11 2018-02-11 16:35:59 -08:00
README.md Updates .gitignore and adds more info to README.md 2018-08-18 19:56:38 +08: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
zlib32.dll Adds RDRand 1.0.1 and ZLib 1.2.11 2018-02-11 16:35:59 -08:00
zlib64.dll Adds RDRand 1.0.1 and ZLib 1.2.11 2018-02-11 16:35:59 -08:00

ModernUO

Requirements

  • Build Server project
    • Building with Visual Studio for Windows will install DotNetCompilerPlatform automatically.

Building for Windows (Without Visual Studio)

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

Building for Mac/Linux (Without Visual Studio)

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

Running on Mac/Linux (MONO)

mono RunUO.exe