A note on source code:
At the moment WolfMUD is still being activly developed. Due to this the code is very dynamic from release to release. While the source code is available for download in places it may not be documented. In others the comments may be completly wrong and out of date. However if you think you can live with this, please download the sources. The source does not include any support files like the server.properties file or any data files. These can be found in the Binary downloads.
Source code diff patches:
To help developers working with WolfMUD source patches are now also being released. They are in the standard diff patch format and if you patch your sources using these you will not lose your own changes to the source code or have to reapply your changes to the new version of the source code. To apply the source patch:
On Linux:
gunzip -c <patchfile> | patch -p1
On Windows: