Revision 845418

Go back to digest for 17th August 2008

Features in Games

Sascha Peilicke committed changes in /trunk/playgrounds/kgo/src:

Huge improvements everywhere, move history and hint display where touched, the GameScreen now has better (and functional) statistics.

Fixed a really evil bug: One was not able to make a move in the 'I' column before simply because GnuGo does not use the column 'I', it jumps from 'H' to 'L', strange beast.

This forced an GameScene update and changes to GoEngine (about checking valid moves and asserts).
MainWindow got another action for editing boards, this will be brought to live in a future update.

File Changes

Modified 12 files
  • /trunk/playgrounds/kgo/src/trunk/playground/games/kgo/src
  •   /game/goengine.cpp
  •   /game/goengine.h
  •   /gui/config.cpp
  •   /gui/kgoui.rc
  •   /gui/mainwindow.cpp
  •   /gui/mainwindow.h
  •   /gui/graphicsview/gamescene.cpp
  •   /gui/graphicsview/gamescene.h
  •   /gui/screens/gamescreen.cpp
  •   /gui/screens/gamescreen.h
  •   /gui/screens/gamescreen.ui
  •   /gui/screens/setupscreen.ui
12 files changed in total