Development version updates

Hactar Go is go program for Android.

For information on Hactar go, please see http://gowrite.net/hactar.
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Development version updates

Post by lpaatero »

In this thread I will annotate development version.

Feel free to report problems in this thread or directly to issue tracker (http://gowrite.net/mantis)

- Lauri
Last edited by lpaatero on Tue Jul 19, 2011 9:32 pm, edited 1 time in total.
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Version 1.0.9

Post by lpaatero »

Version 1.0.9 (2011-7-10) Changes:
  • *UI clean-ups; Changed game end animations.
    * SGF Editor menu has moving sub-menu
    * Various error messages improved. Error detail information included if available.
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.11 (2011-7-11) Main Changes:
  • *It is possible to switch to non-zoom and back to zooming when playing or editing.
    * Now it is (again) possible to create any of 9x9, 13x13 or 19x19 game.
    * Minor changes not listed.

- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.12 (2011-7-13) Main Changes:
  • * Some graphic adjustments
    * Tools botton in board screen: Selection of textured / non-textured board; sound, and zooming.
    * Sound volume can be adjusted when playing (volume keys)
    * Many small improvements / fixes
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.13 (2011-7-14) Main Changes:
  • * Hactar resigns more sensibly both in Atarigo and go.
    * Hactar often ends Go game correctly and without extra moves.
    * Hactar's handicap game is more balanced.
    * Atarigo is now stronger, as two hidden bugs were fixed.
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.14 (2011-7-17) Main Changes:
  • * Simplified client-server protocol for better scaling in future. Server does not accept older client anymore.
    * Server side improvements for better reliability.
    * Probably some changes in client...
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.15 (2011-7-17) Main Changes:
  • * Removed extra a-letter visible in Atarigo.
    * Multiple fixes in file browsing: Browsing layout improved, icon for folders, default folder can be set. back key goes to parent directory.
    * More common game information fields in game info.
    * Ok button in game creation information.
Some of modifications probably require still bit more tuning.

- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.16 (2011-7-18) Main Changes:
  • * File browser sorts directories and file.
    * Leaving game / play with back key asks confirmation.
    * Corrected game creation "ok" button, and changed to "create".
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.17 (2011-7-19) Main Changes: - Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.18 (2011-7-20) Main Changes:
  • * Now connection retry logic finally works well.
    * Created clientId to help in troubleshooting.
    * Minor other fixes.
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.19 (2011-7-21) Main Changes:
  • * Now 10 move forward / backward should finally work as intended.
    * Additions to rules and intro.
    * UGI, GIB and NGF format support improved.
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.20 (2011-7-30) Main Changes:
  • * Hactar returns to file browsing after viewing / editing a file. #14
    * Atarigo levels are now more even. #15
    * Automatic closing of idle connection. #2
    * Extended opening library for 9x9 and 13x13. Opening libraries may still be too small, so Hactar may play too much same openings. Let me know!
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.21 (2011-7-31) Main Changes:
  • * Removed extra clicks when no stone has been played.
    * Removed deadlock that could occur at the end of game.
    * Corrected number of side-effects due to auto-closing #2. Worst problem could lead to unclosed connection consuming battery for a long time.
    * Improvements that will in future allow more server-based go levels.
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.22 (2011-8-20) Main Changes:
  • * Internationalization done and tested using Finnish localization.
    * Improved server protocol: removed multiple problems, and uses now less messages. Due to changes, old clients do not work.
    * Lots of minor bug-fixes
- Lauri
lpaatero
Go liiton hallitus
Posts: 528
Joined: Fri May 21, 2004 12:20 pm
Location: Finland

Re: Development version updates

Post by lpaatero »

Version 1.0.23 (2011-8-22) Main Changes:
  • * Editor has now two "mode": view and edit. This should help in reducing confusion when editing.
    * It is possible to remove variation: Just delete all moves in variation (at the moment one-by-one).
I think editing is not yet as good as it could, but how to improve it? Any feedback about current editing would be interesting.
- Lauri
Post Reply