[ggo-discussion] gGo 0.3.2 released

Hello,

version 0.3.2 is available at http://panda-igs.joyjoy.net/java/gGo/

This is mainly a bugfix release which solves some problems.
gGo allows you now to export a board position to an image file as .jpg or
.png. The image format is defined by the given filename. The exporting is
slow and takes some time.


Here is the changelog:

    * Fixed SGF parser to be able to read older GoWrite1 SGF files.
    * Replaced many modal dialogs with non-modal ones, to avoid gGo locking up.
    * Added a "Save" button to various IGS windows, to save the content of the 
output
      textareas to a file.
    * Show "Game over" instead "B/W to play" when a game is finished (not in 
the editor).
    * Send "quit" to GTP engine when the process terminates, to avoid some 
Win98 trouble.
    * Tabbed mode bugfix: gGo occasionally crashed when opening tabs when not 
connected.
    * Save board size when sending out a match request in the dialog.
    * Bugfix: "Setting you open for matches." after "load" was not parsed.
    * Added an option to select between ghost and small stones for variation 
display.
    * Replaced all icons taken from KDE with Java Swing Repository icons.
    * Shift left-click on a stone in observed IGS games will select the move 
when this
      stone was played (as it already did in the editor).
    * Added two settings to the config file: globalOffsetX, globalOffsetY. The 
values
      have to be integers and can be positive or negative. Most gGo windows 
will be
      located with this offset. This is for some Linux windowmanager 
compatibility, like
      fvwm. There is no GUI interface for this. Windows users will be confused, 
and
      fvwm users can edit a config file manually.
    * Bugfix: When a server configuration was removed, a wrong array access 
could happen
      on the next gGo startup, causing the IGS terminal window or a game window 
not
      opening as the client did not have the proper login name. The "Cancel" 
button in
      the server configuration dialog got removed, as changed settings were 
saved before
      closing the dialog and then not properly adjusted when hitting Cancel. 
Nasty bug.
    * Bugfix: When a server configuration did not contain a login name and 
instead the name
      was typed on the commandline prompt, gGo got confused when opening own 
games as it
      did not find the proper colour to play without knowing about the login 
name.
    * Added exporting the board as image. Only available on Java 1.4 (menu 
disabled on
      1.3). The image format is defined by the filename extension the user is 
giving.
      JPG und PNG should work on most systems, others depends on the OS. The 
export
      process is slow and takes some time on large boards, so don't assume 
instantly gGo
      crashed.
    * Bugfix: The GnuGo scorer has to run in an own thread to prevent gGo 
locking up
      while GnuGo is running.
    * Bugfix: Fixed sorting the Komi row in the games table. Failed to sort a 
float before.


Enjoy. :)

 Peter

Other related posts: