Commit graph

12 commits

Author SHA1 Message Date
wiz
41d9712227 Update to 0.16.0:
Changes in version 0.16.0 from 0.15.2
-------------------------------------

- Add Edit board feature.
- Fix game log bug that prevents GRhino to open its own game log.
- Fix help file installation issue.  Report and patch from
  Michel Salim.
- Add desktop icon.  Patch from Michel Salim.
- Add grhino.desktop (not installed automatically yet).  Patch from
  Michel Salim.
- Update to Autoconf 2.60, gettext 0.16.  This should fixes gettext
  detection failure in configure script.

Changes in version 0.15.2 from 0.15.1
-------------------------------------

- Regenerate Makefile.in.  Report and patch from Ernani Azevedo.
2008-04-27 06:36:02 +00:00
ghen
1f1a6971f0 Update grhino to 0.15.1.
Changes:
The GTP frontend was improved. Beginning a game from grhino-setup_board with
black or white as the first move is allowed, and a grhino-show_history command
was introduced. Changes from Fedora Extras 5 and NetBSD ports were merged.
2006-08-06 10:27:57 +00:00
joerg
62a19d3186 Fix pthread linkage and gettext detection. 2006-03-28 21:41:13 +00:00
wiz
90917dc3df Update to 0.15.0:
Changes in version 0.15.0 from 0.14.0
-------------------------------------

- Change default AI level to 2.
- Fix incorrect score in game logging.
- Fix compilation error (Reported by Paul Pogonyshev).
- Add Alternate and Random AI color mode in Preference dialog box.
- Add new setting 'Show last move' in Preference dialog box.
- Fix gen_pattern bug that fails to close pattern file.
- Generate pattern and book from more GGS games.
- Add random game support in GTP frontend.
- Add driver to play two GTP against each other via 'aiai' executable.
  It is still not user friendly.  You must modify 'cmd_black' and
  'cmd_white' in the source code and build via 'make aiai' to try
  different AI parameters.  Use 'aiai --help' to list all command
  line options.
- Reduce race condition modifying game log.
- Avoid wipe out during AI midgame evaluation.

Changes in version 0.14.0 from 0.13.0
-------------------------------------

- Add experimental GTP frontend.  This allows future AI tuning
  and game server support.  It is tested with Quarry.  Only 8x8
  and no time limit games are supported.  Use 'gtp-rhino --help'
  to list all command line options.
- New configure options --enable-gnome (enabled by default) and
  --enable-gtp (also enabled by default).

Changes in version 0.13.0 from 0.12.0
-------------------------------------

- Add game open function.
- Transposition table is temporarily disabled as it seems to
  cause problem with AI calculation.
- Improve program startup speed.
- i18n fixes in various places.
- Size of open book file is reduced.
- Fix computer thread cancellation problem.
- Change log file format to GGS.  This supports random game logging.
- Fix problem restarting game when board opening preference is changed.
- Fix Game History window selection when window is opened during view
  mode.
- Fix AI pattern data bug when data is processed from GGS games.
2005-04-19 00:49:49 +00:00
agc
8cef6c454b Add RMD160 digests. 2005-02-23 23:11:54 +00:00
kristerw
27cedccdb2 Add missing includes to make this package build on NetBSD 1.6. 2004-09-11 21:43:27 +00:00
wiz
382eb547eb Update to 0.12.0:
- Fix AI level bug caused by i18n enabling.
- Online help added.
- Random game added.
- Position of Main window, Pattern Evaluation and Game History windows
  are remembered.  Windows are opened automatically based on the
  previous run.
- Fix several problems in parity evaluator.
- Fix game searching problem.  Hashing across move is disabled.  This
  slows down winning move and end game searching but gets correct result.
- Fix problems with pattern score and open book generation.
- Black AI first move is no longer fixed to C4.
2004-08-15 21:42:51 +00:00
minskim
451bb68a44 Update grhino to 0.11.0.
Changes since 0.9.0:
- Game History window added.
- Forward/backward through game added.  This is similar to undo/redo
  but does not affect existing board moves.
- Don't allow opening more than one Pattern Evaluation window.
- Preferences dialog box is no longer modal.  So game can be played
  even when this dialog box is opened.
- Switch computer color menu is inactive when computer or human
  plays both colors.
- Add missing text domain binding for i18n.
- Add en_GB locale messages.
- GNOME 2 is now required.
- Enable i18n.
- Toolbar added.
- GUI code reorganization.
- Undo/redo menus become active/inactive according to current game
  state.
- Customizing game graphics is supported.
- Reorganize undo/redo mechanism.
2004-04-19 14:54:17 +00:00
wiz
1c8f405382 Update to 0.9.0:
- Supports GNOME 2.
- Fix bug where game may use wrong color when game is started from
  certain openings.
- Fix delay problem when animate opening is off.
- Add delay in Preferences to slow down animation.
2004-03-10 18:25:25 +00:00
wiz
836d919cf6 Update to 0.8.3.
Changes from version 0.8.2
--------------------------

- Add missing mutex initialization.

Changes from version 0.8.1
--------------------------

- Fix compilation failure.

Changes from version 0.8.0
--------------------------

- Reduce open book file size.
- Slightly improved AI speed.
- Reorganize exception handling code.

Changes from version 0.7.1
--------------------------

- Add experimental parity evaluator.
2003-09-01 16:01:15 +00:00
wiz
bb8c5494c6 Update to 0.7.1:
- Install pattern data in datadir (usually /usr/share) instead of
  libdir (usually /usr/lib).
- Add Preferences dialog box help.
- Tweak pattern data for board symmetry.  Pattern data files are
  now smaller.
- Code cleanup.
2003-08-06 12:25:41 +00:00
wiz
16a49f2527 Initial import of grhino:
GRhino, or Rhino its former name, is an Othello/Reversi game.

What distinguish GRhino from most other Othello games is that
GRhino will be targeted for experienced Othello players.
Strong AI is the main focus with some additional good, useful
features (like an endgame solver) is planned. The ultimate
target strength of the AI is that it should be able to beat
the best human player at the highest difficulty level.
2002-12-09 19:29:48 +00:00