No description
Find a file
LG Archer 4ffc2f33d1 Fix erroneous CallPriorityAttribute computation.
Previous method of computing resulted in unexpected ordering when using Int32.MinValue or Int32.MaxValue as the Priority value.
2016-05-17 10:41:51 +01:00
Data + RunUO 2.7 with initial TOL expansion support. 2016-01-27 02:59:11 +00:00
Scripts Added Couple fixes to BaseVendor 2016-03-31 23:48:29 -05:00
Server Fix erroneous CallPriorityAttribute computation. 2016-05-17 10:41:51 +01:00
.gitignore Buildable/Runnable/Debuggable solution for Visual Studio 2013-09-30 13:44:17 -04: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 + RunUO 2.7 with initial TOL expansion support. 2016-01-27 02:59:11 +00: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 + RunUO 2.7 with initial TOL expansion support. 2016-01-27 02:59:11 +00: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

runuo

AppVeyor Build Status Travis Build Status

Join the chat at https://gitter.im/runuo/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 /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 -recurse:Server/*.cs

zlib is required for certain functionality. Windows zlib builds are packaged with releases and can also be obtained separately here: https://github.com/msturgill/zlib/releases/latest

RunUO supports Intel's hardware random number generator (Secure Key, Bull Mountain, rdrand, etc). If rdrand32.dll/rdrand64.dll are present in the base directory and the hardware supports that functionality, it will be used automatically. You can find those libraries here: https://github.com/msturgill/rdrand/releases/latest

Latest Razor builds can be found at https://github.com/msturgill/razor/releases/latest

Latest UOSteam builds (previously AssistUO) can be found at http://uosteam.com

IRC: chat.freenode.net #runuo