Search results

  1. XeroX

    New zLib Librarys and Hardware Random Number Generator

    Hello, recently I've send some pull requests to update zLib to a more recent version with fixes and improvements. Secondly I've improved and updated the old implementation of rdrand (renamed by Intel to libdrng) While the zLib librarys are included with ServUO you have to compile libdrng...
  2. XeroX

    Hardware Random Number Generator

    Sending pull request for linux support this weekend. if (Core.Unix && Core.Is64Bit && File.Exists("libdrng.so")) { _Random = new RDRand64(); } else if (Core.Unix && File.Exists("libdrng.so")) { _Random = new RDRand32(); }...
  3. XeroX

    Hardware Random Number Generator

    Hello, I recently committed an update to the hardware random number generator. This works great for Intel and should work for AMD too. The update was necessary as the old RDRAND implementation wasn't the latest code and required windows7sdk. Latest code for drng32.dll and/or drng64.dll can be...
  4. XeroX

    Poor Man's UO Resource

    @Grimoric donated his patch repository starting at client version 1.25.35g till UOSA 7.0.24.2 Thx!
  5. XeroX

    Poor Man's UO Resource

    Hey guys, sorry for bringing this up from the graveyard. I'm the owner of mirror.ashkantra.de listed in the main post above. Just wanna let you know this is still a maintained source for tools and clients. I'm still adding stuff. All stuff is being scanned for viruses daily. EDIT: Uploading...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back