Skip to content

Releases: Absotively/excalibur

Better pairings!

05 Aug 05:19
Compare
Choose a tag to compare

This release fixes a serious pairings bug. Previous releases gave correct pairings much of the time, but there was some luck involved in that. This release should always give the correct pairings.

linux_32-bit.zip
linux_64-bit.zip
osx_32-bit.zip
osx_64-bit.zip
windows_32-bit.zip
windows_64-bit.zip

First maybe-usable version!

19 Feb 04:58
Compare
Choose a tag to compare
Pre-release

This version automatically saves the tournament every time something is changed, can load tournaments from save files, can load old versions/states of the tournament (so basically undo), can edit players, and can edit match results.

It still doesn't allow for manually changing the pairings, and I've done some things that might not scale well and have not tested them with really big tournaments, so it's not ready to run anything major. But I think it should be adequate for running some smallish test tournaments now.

Excalibur now requires a save file to be specified on the command line. If the file exists, the newest save in it is loaded; if it doesn't exist, it is created. If it exists but is not an excalibur save file, probably bad things happen. I didn't try it.

Fixed pairings, bind to localhost

31 Jan 06:02
Compare
Choose a tag to compare
Pre-release

This release fixes the two minor issues that could cause wrong pairings. It also fixes the web server for the UI so it only listens for connections from localhost.

Still not recommended for actually running tournaments, for basically the same reasons as the previous release.

First proof-of-concept

30 Jan 00:48
Compare
Choose a tag to compare
Pre-release

This has the pairings engine basically working, so you can use it to see how it would work and to try to find bugs.

You shouldn't use this version for actually running tournaments. It is missing important features for real use. Most critically, it cannot:

  • save or load tournaments
  • edit players
  • edit matches
  • edit match results

I have only tested this on Linux and Windows, but I don't expect the OS X versions to behave any differently.

Windows Firewall will block this and yell about it. That's fine, you only want it to see connections from your own computer anyways.