ChessCraft v2.3.1

Details

  • Filename
    ChessCraft.jar
  • Uploaded by
  • Uploaded
    Jun 3, 2013
  • Size
    2.65 MB
  • Downloads
    445
  • MD5
    c9b18f13e52df6fe2fc131d04467f418

Supported Bukkit Versions

  • CB 1.5.2-R0.1
  • CB 1.5.1-R0.2
  • CB 1.4.7-R1.0

Changelog

v2.3.1 (3 Jun 2013)

  • Fixed ConcurrentModificationException when doing /chess reload gamedata
  • Fixed regression in multi-world support; an exception was being thrown for boards on unloaded worlds. Restored correct behaviour: board loading for unloaded worlds is deferred until the world is loaded.
  • Board orientation (clicking the Board Info button or using /chess list board <boardname>) is now displayed as the direction white faces again (recent releases were showing the control panel direction; confusion stemming from the redefinition of compass directions in Minecraft/Bukkit)
  • MySQL database access is now properly multithreaded. No more danger of server lag resulting from slow external databases.

v2.3.0 (3 May 2013)

  • CraftBukkit 1.5.2 and older supported.
  • Added tab completion for all /chess subcommands and arguments. E.g. /chess l<Tab> will auto-expand to /chess list, chess /list <Tab> will cycle through the various items that can be listed (board, game, ai, style, top), and /chess list game <Tab> will cycle through the current games.
  • Very large styles (e.g. "huge" or "yazpanda") may suffer from slow chunk updates with the vanilla Minecraft client, leading to poor board redraw performance. It is recommended to use the Optifine mod (or the Spoutcraft client, which includes Optifine), and experiment in particular with the "Chunk Updates per Frame" and "Dynamic Updates" video settings.
  • xboard protocol support should be considered experimental at this time - while the AI.yml file contains some definitions for xboard-base AI's, they are marked as disabled by default, so they won't be auto-picked as opponents. They can be explicitly invited, however, with e.g. /chess invite gnuchess1. xboard support has been tested successfully with the gnuchess and crafty engines.