Downloads

BloodsPilot is provided under the General Public License (GPL).

Server

Server releases:

Release Date Source archive
1.4.2 2008-01-04 xpilot-1.4.2fxi.tar.gz
1.4.1 2007-10-23 xpilot-1.4.1fxi.tar.gz
1.4.0 2007-09-13 xpilot-1.4.0fxi.tar.gz
1.3.8 2007-08-21 xpilot-1.3.8fxi.tar.gz
1.3.7 2007-06-14 xpilot-1.3.7fxi.tar.gz

Client

Client releases:

Release Date Source archive
1.4.0 2007-12-11 bloodspilot-clients-1.4.0.tar.gz
1.3.7 2007-06-25 bloodspilot-clients-1.3.7.tar.gz

Anonymous CVS

Anonymous CVS can be used to check out code from code repositories. These often contain new, unreleased code.

First you need to do a cvs login (for password just press enter):

cvs -d:pserver:anonymous@bloodspilot.cvs.sourceforge.net:/cvsroot/bloodspilot login

After the login you can check out code repositories like this:

cvs -z3 -d:pserver:anonymous@bloodspilot.cvs.sourceforge.net:/cvsroot/bloodspilot co -P bloodspilot2-server will check out the FXI server.

cvs -z3 -d:pserver:anonymous@bloodspilot.cvs.sourceforge.net:/cvsroot/bloodspilot co -P superfxi-server will check out the SuperFXI server.

cvs -z3 -d:pserver:anonymous@bloodspilot.cvs.sourceforge.net:/cvsroot/bloodspilot co -P bloodspilot2-clients will check out the client distribution.

In case you want more information about anonymous CVS, check this page.