Go to file
Travis Burtrum f1a4a1ecb6 Added CompleteRunnable for callback support when download is finished. 2013-09-21 15:22:38 -04:00
cachedump Final touches, grabbing everything over HTTP works, next to check torrents, and write CRC util. 2013-09-21 15:22:19 -04:00
client317/src RSC finally works, with keyListener and everything. Need to add music support. 2013-09-21 15:22:38 -04:00
client508/src Finished RSC implementation, worked on 508 image loading to clean it up, added 2 more parameters, randomBackground, and customClientClassName. 2013-09-21 15:22:20 -04:00
clientRSC/src RSC finally works, with keyListener and everything. Need to add music support. 2013-09-21 15:22:38 -04:00
hackme/src Removed cachedump. Added server508 and hackme. Cleaned up various other things. 2013-09-21 15:19:49 -04:00
java_client Fixed most sizes, just need to do JMenuBar work. Initial RSC client works. 2013-09-21 15:22:20 -04:00
renamed508/src Custom client and servers now supported, ready for release. 2013-09-21 15:20:18 -04:00
server317 Custom client and servers now supported, ready for release. 2013-09-21 15:20:18 -04:00
server508 Changed SecurityManager to lowercase paths before checking. 2013-09-21 15:20:55 -04:00
src/org/moparscape Added CompleteRunnable for callback support when download is finished. 2013-09-21 15:22:38 -04:00
.gitignore Made windows send \n with each command, setup gitignore to not include certain idea config files. 2013-09-21 15:21:27 -04:00
gpl.txt Custom client and servers now supported, ready for release. 2013-09-21 15:20:18 -04:00
readme.txt Now with completed readme. 2013-09-21 15:20:41 -04:00

readme.txt

This file uses unix line endings, programs like notepad don't understand them, so use at least wordpad.

With this latest release of MoparScape 4.1, it is now possible for anyone to write a custom client, of
any version, to run inside of MoparScape by simply supplying the URL for the custom client jar to MoparScape.

To do this, your client must have a class with the name 'client' in the default package, which implements
the org.moparscape.iface.ClientInterface interface.  For more info on how to implement that interface,
refer to the javadocs of the interface itself.

You can also write a custom server for your client.  It must have a class with the name 'server' in the
default package, which implements the org.moparscape.iface.ServerInterface interface. For more info on how
to implement that interface, refer to the javadocs of the interface itself.

If you have any questions, concerns, or bugs to report, post them on this thread:
http://www.moparscape.org/smf/index.php/topic,427512.0.html

Thanks,
moparisthebest