Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
Mark Sturgill ed06db12bf more vs nag fixes
x64 solution and projects are necessary for proper vs debugging
2013-10-21 23:15:13 -07:00
Data reduce nested parallelization; profiling shows that it is not optimal for the average use case 2013-10-15 13:54:36 -07:00
Scripts more vs nag fixes 2013-10-21 23:15:13 -07:00
Server more vs nag fixes 2013-10-21 23:15:13 -07:00
.gitignore Buildable/Runnable/Debuggable solution for Visual Studio 2013-09-30 13:44:17 -04:00
LICENSE Initial commit 2013-09-07 19:05:34 -07:00
README.md Update README.md 2013-10-15 22:10:32 -07:00
RunUO.sln more vs nag fixes 2013-10-21 23:15:13 -07:00

runuo

RunUO Git Repository

Typical Windows Build

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

Typical Linux Build (MONO)

~/runuo$ gmcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -d:MONO -recurse:Server/*.cs