Fri May 7 07:48:47 CEST 2004 Joern Thyssen Prerelease 0.14.3. CVS tag is pre-rel-0-14-3 * configure.in, gtkgame.c: prelease 0.14.3 Fri May 7 07:27:18 CEST 2004 Joern Thyssen * gnubg.c: fix problems with initialisation of rollout contexts. This lead the problem about cubeless and cubeful equities being different for -1,-3C rollouts reported by Robert Eberlein. Thu May 6 15:56:45 2003 GMT Jon Kinsey * gtktempmap.c, gtkboard.c: Show correct dice colour in temperture map when in 3d Mon May 3 15:20:43 CEST 2004 Joern Thyssen * osr.c, dice.c: add mti as parameter to init_genrand. Fri Apr 30 18:56:45 2003 GMT Jon Kinsey * gtkgame.c, gtkboard.c: Change dice and cube selection dialogs to fixed size * gtkboard.c board3d/graph.c: Remove event->count optimization as now done in gtk * i18n.c: Warn if too many PopLocale() calls attempted * gtkprefs.c, htmlimages.c: No libart build fixes * gtkprefs.c: Small bug in colours when switching from 3d to 2d Thu Apr 29 20:44:24 CEST 2004 Joern Thyssen * bearoff.c (GetDistCompressed): fix sanity check for huge databases. Wed Apr 28 20:28:22 CEST 2004 Joern Thyssen Add new utility program bearoffdump for inspection of databases. * bearoffdump.c: new file. * Makefile.am: add bearoffdump as installable file. Wed Apr 28 16:56:45 2003 GMT Jon Kinsey * set.c: Change "set priority idle" to set the process priority to idle (for windows). Mon Apr 26 13:56:45 2003 GMT Jon Kinsey * gnubg.c, credits.*: Moved copyright string to credits.sh Sun Apr 25 08:46:27 CEST 2004 Dmitri I GOULIAEV * credits.sh: add Dmitri I GOULIAEV * NEWS: add russian translation Fri Apr 23 22:12:51 CEST 2004 Joern Thyssen * gnubg.c: according to FSF we must give individual years rather than an interval. * gtkboard.c (update_pipcount): show epc in lowercase. * gnubg.c: fix a typo in the definition for "relational" command. * relational.c: add code for most functions. * scripts/database.py: adapt code to relational.c Fri Apr 23 13:56:45 2003 GMT Jon Kinsey * gnubg.c: Change year to 2004 for command line build Thu Apr 22 21:09:01 CEST 2004 Joern Thyssen Introduce RNG context for storage of RNG-specific private data. * dice.c (many functions): add rngctx to a number of functions (change all callers) * show.c (CommandShowSeed): show RNG counter as well. Wed Apr 21 22:53:44 CEST 2004 Petr Kadlec Corrected some i18n-related problems + typos. * gnubg.c, gtkgame.c, gtkprefs.c, gtkrace.c, html.c, play.c, set.c, show.c, text.c: Added calls to gettext, marked some previously unmarked translatable strings (and vice versa), corrected a few typos. Tue Apr 20 17:56:25 CEST 2004 Joern Thyssen * matchequity.c (initPostCrawfordMETFromParameters): add missing call to PushLocale. (reported by Joachim Matussek) Mon Apr 19 22:52:41 CEST 2004 Joern Thyssen * gnubg.c (EPC): fix "same dice sequence for several games in a row"-bug, reported by several users (Erik Barfoed, Øystein, Murat etc). Well, this is not really a fix, I've just changed the code to avoid calling the OSR code, that resets the seed. We really need to introduce several RNG contexts... Mon Apr 19 10:56:45 2003 GMT Jon Kinsey * gtkprefs.c: Small 3d bug fix Sun Apr 18 10:53:26 CEST 2004 Joern Thyssen Define functions for CLI and GUI support for relational database interface. * gnubg.c: new functions "relational ...". * relational.c, Makefile.am: new file * gtkgame.c: menu items for relational database. * dice.c (InitRNGSeedLong): allow setting seed = 0. Sat Apr 17 23:43:07 2004 Oystein Johansen * render.c (RenderFrameWood): Fix typo. Sat Apr 17 20:01:07 CEST 2004 Joern Thyssen * set.c (CommandSetMet): call "clear hint". Sat Apr 17 10:58:18 CEST 2004 Joern Thyssen Save leading comment lines in the match information when reading Jellyfish .mat files (e.g., the information Dueller adds to .mat files) * import.c (ImportMat): same comments. * html.c (HTMLMatchInfo): rearrange match info into a Fri Apr 16 22:02:23 CEST 2004 Joern Thyssen Add built-in support for mec * mec.c: new file (copy of original mec.c with modfications for gnubg) * Makefile.am: add mec.c * matchequity.c (initMetFromParameters, initPostCrawfordMETFromParameters): support for mec. Fri Apr 16 16:56:45 2003 GMT Jon Kinsey * sound.c: Fix bug if no sound card on windows Wed Apr 14 22:41:23 CEST 2004 Joern Thyssen * set.c (SetMoveFilter): insert some debug code. * set.c: set szSetCommand a few places. Wed 14 Apr 2004 16:39:45 GMT Jim Segrave * play.c - turn off Crawford on one point matches * board3d/misc3d.c - avoid segfault if no textures (CLI mode) Mon 12 Apr 2004 13:12:06 GMT Jim Segrave * set.c - put if (fX) wrapper around SetToolbarStyle, stops GTK complaints in text mode Sun Apr 11 22:52:49 CEST 2004 Joern Thyssen * gtkprefs.c (SetTitle): move misplaced pbdeSelected. (contributed by Petr Kadlec) * gnubg.c (real_main): no env. variable DISPLAY on wintendo. (contributed by Petr Kadlec) Sun Apr 11 19:20:52 CEST 2004 Joern Thyssen Various patches from Mike Petch. * gnubg.c (real_main): avoid segfaults with gnubg -t * sound.c (SoundWait): do nothing if sound is disabled. * sound.c: only include stropts.h when HAVE_STROPTS_H * openurl.c, import.c: include glib.h * Makefile.am: move openurl.c to common files (it's now being used by CommandShowManualWeb) * configure.in: various checks for Mac. * set.c (CommandSetGUIShowEPCs): define a NO_GUI variant of function Thu Apr 8 16:03:09 CEST 2004 Joern Thyssen Show EPCs in GUI. (suggested by Ian Shaw) * gtkboard.c (update_pipcount): show EPCs * gnubg.c: new command "set gui showepcs on|off" * set.c (CommandSetGUIShowEPCs): new sub. * gnubg.c (EPC): new parameter fOnlyRace * gtkoptions.c: gui control for setting fGUIShowEPCs Wed Apr 7 10:46:00 CEST 2004 Joern Thyssen * configure.in, sound.c, config.h.in: check for _af_ulaw2linear Mon Apr 5 08:24:52 CEST 2004 Joern Thyssen * Makefile.am: add gnubg.sql to DATA * gnubg.sql, scripts/database.py: rename stat to matchstat, and change some PKs/FKs * gnubg.c (CommandLoadPython): use PathSearch. Sun Apr 4 15:50:55 CEST 2004 Joern Thyssen First implementation of gnubg-rel.database interface. * gnubg.sql: DDLs for gnubg database. * scripts/database.py: python script for adding match to database. Sun Apr 4 15:11:10 2004 Joern Thyssen * gnubgmodule.c (PyGameStats): add missing statistics. * gnubgmodule.c: new functions "gnubg.luckrating" and "gnubg.errorrating". Sun Apr 4 10:35:13 2004 Joern Thyssen Respect $BROWSER (http://www.catb.org/~esr/BROWSER/index.html) * openurl.c: use env. variable BROWSER. Also, call "system" instead of g_command_line_sync which doesn't seem to work with lynx. * gnubg.c: new commands "show manual [web|gui]". * gtkgame.c: use "show manual [web|gui]". * show.c: new functions "show manual [web|gui]". Sun Apr 4 09:43:17 2004 Joern Thyssen * sound.c: include Thu Apr 1 11:56:45 2003 GMT Jon Kinsey * gtkchequer.c: Reset interupt flag on analysis start * sound.c: Add some error handiling to windows sound Wed Mar 31 20:58:49 2004 Joern Thyssen * Makefile.am: add BR1_SOURCES to makebearoff and makehyper. * configure.in: whoops, remove "dynamic".. * sound.c: include [SIGIO] Wed Mar 31 9:56:45 2003 GMT Jon Kinsey * gtkprefs.c and other files: Moved preview in preferences Mon Mar 29 17:56:45 2003 GMT Jon Kinsey * gtkgame.c: Fixed small bug to allow both names to be swapped Mon Mar 29 09:40:02 CEST 2004 Joern Thyssen * Makefile.am: target for br1.c not kept up to date with changes in makebearoff * Makefile.am: FLEX->LEX, BISON->YACC * bearoff.h: declare BearoffAlloc extern * configure.in: add "dynamic" as parameter to --enable-bearoff * makebearoff1.c: update code to match latest version of bearoff.h * play.c (DumpGameList): fix typo, add linebreak (reported by Mike Whitton) * gtkgame.c: use correct release_id when reporting bugs. Sun Mar 28 09:07:48 2004 Joern Thyssen * matchequity.c (initMETZadeh): use G1 for calculation of 1-away pre-Crawford values. Sat Mar 27 10:45:08 CET 2004 Joern Thyssen Prerelease 0.14.2 Thu Mar 25 22:22:57 CET 2004 Joern Thyssen * Makefile.am, */Makefile.am: add a few missing files (reported by Christian Anthon) Thu Mar 25 21:04:54 CET 2004 Joern Thyssen * credits.sh, gtkgame.c, show.c, credits.c, credits.h: Move generation of cred entries into credits.sh for easy reuse in the text version of CommandShowCredits. Wed Mar 24 12:56:45 2003 GMT Jon Kinsey * gtkgame.c: More credits and version info now copyable. Tue Mar 23 12:56:45 2003 GMT Jon Kinsey * boards.xml, textures.txt: Added settings for final few 3d designs, tidied up design a bit too. Mon Mar 22 12:56:45 2003 GMT Jon Kinsey * gtkgame.c: Make sure messages shown when docked panels are hidden, also don't show a message when setting cube (bug 3973) Fri Mar 19 12:56:45 2003 GMT Jon Kinsey * gtkgame.c: Change window order and titles, and put back accelerators from windows (Ned's suggestions) Fri Mar 19 00:26:45 2004 Oystein Johansen * external.c (and other files): changes to use winsock2.h Thu Mar 18 10:56:45 2003 GMT Jon Kinsey * gtkgame.c: Panel bug fixed (removed warning) Mon Mar 16 11:56:45 2003 GMT Jon Kinsey * gtkgame.c: Panel bug fixed (crash at startup) Mon Mar 15 17:56:45 2003 GMT Jon Kinsey * sound.c: Wait when multiple sounds attempted to be played (windows) Mon Mar 15 11:56:45 2003 GMT Jon Kinsey * gnubg.c gtkgame.c: Reorganized about box Mon Mar 15 07:49:53 2004 Joern Thyssen * gnubgmodule.c (PythonInitialise): fix bug for szDir==NULL (reported by Joseph Heled) Sun Mar 14 08:55:39 2004 Joseph Heled * gtkcolour.h: Change broken type for GtkColourPicker::func and prototype. Fri Mar 12 10:56:45 2003 GMT Jon Kinsey * gnubg.c, gtkprefs.c, gtkgame.c: Removed texture load errors when in 2d mode Mon Mar 8 8:56:45 2003 GMT Jon Kinsey * gtkcolor.c, gtkprefs.c: Remove "property delete" gtk warning message when changin colours Thu Mar 4 10:56:45 2003 GMT Jon Kinsey * gtkgame.c, gnubg.c: Replace USE_OLD_LAYOUT compile flag with menu option * gtkboard.c: Crawford flag only changeable when editing Sun Feb 29 18:17:14 2004 TAKAHASHI Kaoru * gnubg.c: #include only if WIN32 defined. Wed Feb 25 10:56:45 2003 GMT Jon Kinsey * gnubg.c, gtkgame.c: Add option so toolbar can show text, icon or both Wed Feb 25 10:56:45 2003 GMT Jon Kinsey * gnubg.c, gtkgame.c, set.c: Save shown panels * gnubg.c : Fixed small show epc bug Fri Feb 20 15:10:39 CET 2004 Joern Thyssen * Makefile.am, configure.in: move gnubg.py to scripts. * gnubgmodule.c: _MAX_PATH only defined onwintendo. Thu Feb 19 13:56:45 2003 GMT Jon Kinsey * import.c: Fixed import jellyfish pos problem (bug 6086) Thu Feb 19 9:56:45 2003 GMT Jon Kinsey * scripts: Added new directory to cvs for python scripts Wed Feb 18 11:56:45 2003 GMT Jon Kinsey * gtkgame.c: Remove maximum column size of text copied to clipboard from statistics view (Bug 4161). Mon Feb 16 21:57:18 CET 2004 Joern Thyssen * bearoff.c (HeuristicDatabase): align heuristic database with GetBearoffDistUncompressed (a.k.a. the 40 byte offset). (reported by Daniel Murhpy) Mon Feb 16 9:56:45 2003 GMT Jon Kinsey * html.c: Tidy text version of html export Sat Feb 14 20:32:24 CET 2004 Joern Thyssen * gnubg.c: new command "load python ". Mon Feb 9 22:56:17 CET 2004 Joern Thyssen * import.c (ImportTMG): don't call SwapPlayers unless a game is in progress. (reported by John Marttila) Thu Feb 5 19:06:31 CET 2004 Joern Thyssen * progress.c (formatDelta): fix small bug leading to gnubg thining that there is 60 hours/day. (reported by Michael Depreli) Wed Feb 4 17:56:45 2003 GMT Jon Kinsey * import.c (and minor changes in others) : Limit size of player names in import files, bug #7526 Mon Feb 02 2004 18:42:05 GMT * timer.c - wrong #if around include Fri Jan 30 9:56:45 2003 GMT Jon Kinsey * several files: Small changes for msdev compiler Thu Jan 29 10:56:45 2003 GMT Jon Kinsey * gtkboard.c, gtkprefs.c: 3d quick draw-last options added Wed Jan 28 10:56:45 2003 GMT Jon Kinsey * gtkboard.c: 3d quick draw-chequer target help added Tue Jan 27 9:56:45 2003 GMT Jon Kinsey * gtkboard.c, gtkprefs.c: Some more 3d quick draw code Mon Jan 26 19:24:34 2004 Joern Thyssen NetBSD compilation fixes by Adrian Bunk. * gnubg.c (real_main): HAVE_NL_INFO does not necessarily imply HAVE_LANGINFO_CODESET * sound.c: include sys/types.h before sys/audioio.h to define u_int. Mon Jan 26 07:31:03 2004 TAKAHASHI Kaoru * htmlimages.c [!HAVE_LIBPNG] (CommandExportHTMLImages): Argument synch with HAVE_LIBPNG version. Wed Jan 21 21:17:12 2004 Joern Thyssen * bearoff.c (GetDistCompressed): fix stupid stupid stupid bug. (reported by several users) Tue Jan 20 00:22:21 CET 2004 Joern Thyssen Prerelease 0.14.1 * configure.in: bump to 0.14.1-devel Tue Jan 20 00:02:30 CET 2004 Joern Thyssen * bearoff.c (GetDistCompressed): add sanity check to detect corrupted bearoff files. (inspired by bug #7296 by Rod Roark) Mon Jan 19 10:56:45 2003 GMT Jon Kinsey * timer.c timecontrol.c: Small timing changes Mon Jan 19 9:56:45 2003 GMT Jon Kinsey * gnubg.c, gtkboard.c, gtkchequer.c, gtkgame.c, gtkgame.h, gtkprefs.c, gtktoolbar.c: More 3d quick draw option stuff Fri Jan 16 9:56:45 2003 GMT Jon Kinsey * set.c, render.c, play.c, renderprefs.c, gtkprefs.c, gtkoptions.c, gtkgame.c, gtkboard.c: 3d quick draw option Fri Jan 16 9:56:45 2003 GMT Jon Kinsey * bearoff.c, show.c, progress.c: Removed some build warnings Sun Jan 4 13:35:16 2004 Joern Thyssen * gtkchequer.c (CreateMoveList): remove the old layout version as the new can do both versions. (reported by Nardy) Sun Jan 4 11:05:03 2004 Joern Thyssen The hint dialog will now always show the w/g/bg's whereas the panelled analysis only shows the equity/MWC. Pressing the "details" button will pop up the hint dialog. * gtkchequer.c: restore some of the old non-panel code Sun Jan 4 2004 00:51:45 Jim Segrave * makebearoff.c: va_start needs stdarg.h Sat Jan 3 16:53:09 2004 Oystein Johansen * makebearoff.c: Add progress bar. (Win32 only) * makebearoff.rc: New file. Sat Jan 3 14:32:46 2004 Joern Thyssen Some updates to EPCs: * gnubg.c (EPC): return mu and sigma if requested. * gnubg.c (ShowEPC): calculate GWC from mu and sigma. * onechequer.c (GWCFromMuSigma, GWCFromDist): new funtions. Sat Jan 3 01:02:49 2004 Joern Thyssen * configure.in: look for socklen_t. Fri Jan 2 19:23:09 2004 Oystein Johansen * render.c (RenderDice): Redesign the dice in the 2D board. * gtkboard.c (DrawDie): Redesign the dice in the dice selection dialog. Fri Jan 2 12:14:52 2004 Joern Thyssen Use one chequer racing formulae from Zadeh & Kobliska, Management Science, 1977. * onechequer.c (GWCFromPipCount): new function. Delete obsolete OneChequer and GetDistFromPipCount. (change all callers) Thu Jan 1 22:59:09 2004 Oystein Johansen * external.c: Add som #if USE_SOCKETS to make it compile w/o socket support. Thu Jan 1 20:29:09 2004 Joern Thyssen * gnubg.c (DisplayAnalysis, DisplayTimeAnalysis): show time analysis in cli. * gtkgame.c (TimeAnalysis, SetAnnotation): show time analysis in gui. * analysis.c, import.c: remove debug output * format.c (OutputMWCDiff): new function. Thu Jan 1 18:56:50 2004 Joern Thyssen Report equity loss due to "time outs", e.g., when importing matches from TMG which ended with "time out". [USE_TIMECONTROL] TODOs: save in SGF file, text/gtk analysis output * analysis.c (AnalyzeMove): analyse time-outs. * analysis.c (updateStatContext): calculate equity loss from time-outs. * formatgs.c (formatGS): output time-outs. * import.c (ParseTMGGame): don't record dice rolls with dice recorded as '?' Thu Jan 1 12:44:52 2004 Joern Thyssen Happy New Year to all! * gtktoolbar.c (ToolbarUpdate): disable edit button if there is no match in progress (reported by Misja Alma) Wed Dec 31 23:24:55 2003 Joern Thyssen Change external interface to use yacc/lex parser/scanner. * configure.in: look for yacc, lex using correct macros. * external_l.l, external_y.y: new files * external.c: use yacc/lex Mon Dec 29 23:58:34 2003 Joern Thyssen * play.c (NewGame): remove some old code that led to gnubg deleting the current game. I wonder why I originally inserted that code??? (bug #7008 reported by Petr Kadlec) Mon Dec 29 23:17:20 2003 Joern Thyssen * progress.c: move cpp directive. Mon Dec 29 23:14:35 2003 Joern Thyssen * Makefile.am, configure.in: don't use old X code anymore. (bug #7003, reported by Rod Roark) Thu Dec 18 23:35:16 2003 Joern Thyssen * configure.in: search for ATLAS libblas. * bearoff.c: disable cache, since it appears to be rather inefficient. * bearoff.c (ReadBearoffOneSidedExact): only use cache when initialised. * show.c (CommandShowEPC): new subroutines. * gnubg.c (ShowEPC, EPC): new functions. * gnubg.c: new command "show epc". * onechequer.c (DistFromEPC): new function. * makebearoff.c (BearOff): fix database lookup bug. * gtktheory.c, gtkbearoff.c, gtkgame.c: fix font bug introduced earlier. * gtkbearoff.c (GTKShowEPC): new function. * eval.c (EvalInitialise): initialise table used for neural net evaluation * gtkgame.c: add "show epc" to menu. Sat Dec 13 21:15:52 2003 Joern Thyssen * gtkrace.c (OneChequerPage): remove call to SwapSides (reported by Ned Cross and Petr Kadlec) * gnubg.c (HintChequer): compile error: move "moverecord *pmr" outside USE_GTK. (reported by Nardy) * gtkgame.c (ReportBug): remove extra slash in path (bug #6898 by Kennedy Fraser) * analysis.c (AnalyzeMove): generalise calculation of is_initial_position. Use is_initial_position for calculation of luck. (reported by Mathias Kegelmann) * progress.c: print time elapsed, estimated time left, and estimated final standard error. * show.c (CommandShowVariation): * bearoff.c, format.c, gtktheory.c: add some gettexts. * import.c (isAscending): fix off-by-one bug. (reported by Joseph Heled) * set.c (CommandSetVariation): add some extra output to emphasize that the new setting won't be effective until a new match or session has been started. Mon Dec 29 10:56:45 2003 GMT Jon Kinsey * htmlimages.c, html.c: Small fixes and variable size html image generation Wed Dec 3 11:56:45 2003 GMT Jon Kinsey * htmlimages.c: Tidied code Sun Nov 30 13:15:48 2003 Joern Thyssen * gnubg.c (real_main): honour env. var HISTSIZE. * gnubg.c (CommandHistory): show all entries in history. (suggested by Achim) Son Nov 30 12:50:45 2003 Joern Thyssen * html.c (HTMLPrologue): set Charset to GNUBG_CHARSET instead of hardcoded ISO-8859-1. (suggested by Petr Kadlec) Sun Nov 30 09:56:25 2003 Joern Thyssen * gtkbearoff.c, gtkgame.c, gtktheory.c: subst. "iso8859-1" with "*" in font names. (suggested by Petr Kadlec) Sun Nov 30 09:10:46 2003 Joern Thyssen * gnubg.c (HintCube): improve logic for determining whether a move has been made: (a) by having moved something in the GUI (old logic) (b) by going back in the match and doing a hint on an already stored move (suggested by Michael Depreli) Sun Nov 30 08:47:01 2003 Joern Thyssen New command "clear hint" to allow CLI users to force re-evaluation of "hint" after changing settings. (suggested by Achim) * gnubg.c (CommandClearHint): new command "clear hint". * gnubg.c (InvalidateStoredCube): new function. * gnubg.c (HintCube): fix typo Sat Nov 29 21:22:13 2003 Joern Thyssen Implement history * gnubg.c (real_main, PromptForExit, ProcessInput): implement history * gnubg.c (CommandHistory): new command "history". Sat Nov 29 11:02:50 2003 Joern Thyssen * gnubgmodule.c: new python command "nextturn" to emulate C routine "NextTurn". * gnubgmodule.c (PyGameStats): add a few stats. * gnubgmodule.c (PythonCommand): add calls to nextturn. Sat Nov 29 10:14:33 2003 Joern Thyssen * gtkgame.c (ReportBug): use uname to improve logic. Thu Nov 27 9:56:45 2003 GMT Jon Kinsey * htmlimages.c: Fix dice colour * gtkboard.c: Remove previous fix... Wed Nov 26 22:12:37 2003 GMT Holger Bochnig * gtkgame.c: when opening the bug report page in a browser window make gnubg fill in its version, build date and the operating system Mon Nov 24 9:56:45 2003 GMT Jon Kinsey * gtkprefs.c: Make sure preview appears if libxml not present * gtkboard.c: Remove valgrind error Sun Nov 23 21:07:12 GMT Jim Segrave * gnubg.c function header comments for token handling Sat Nov 21 21:19:17 2003 Oystein Johansen * gtkgame.c: corrected some links (reported by Frank Grosse) Thu Nov 20 20:24:04 GMT Jim Segrave * rollout.c - board setup in .sgf files of rollouts only worked if player 0 made first move, now appears to be correct for both players and double by both players Thu Nov 20 07:44:55 2003 TAKAHASHI Kaoru * gtkgame.c (EvalWidget): Add /* xgettext: no-c-format */ comment. Wed Nov 19 19:52:16 2003 GMT Jim Segrave * gtkgame.c gtkprefs.c gtkrace.c add some more I18n strings Wed Nov 19 19:16:25 2003 GMT Jim Segrave * play.c - always output moves to stdout/message window Wed Nov 19 16:35:25 2003 GMT Holger Bochnig * htmlimages.c, play.c, progress.c, rollout.c: make CLI version compile, get rid of compiler warnings Wed Nov 19 07:15:17 2003 Oystein Johansen * latex.c: use unicode and decrease size of board Mon Nov 17 20:04:17 2003 GMT Holger Bochnig * gtkoptions.c: add GUI menu entry for Czech language Sun Nov 16 10:56:59 2003 Joern Thyssen * play.c (DiceRolled): add call to ShowBoard for CLI. (reported by Achim) Wed Nov 12 01:17:58 2003 Oystein Johansen * gnubg.iss: New file for building MS-Windows installation archives with Inno Setup. Sat Nov 8 19:56:58 GMT 2003 Jim Segrave * analysis.c - set up cubeinfo before analysis of a SET_DICE moverecord. Thu Nov 6 13:18:48 GMT 2003 Jim Segrave * analysis.c - Stupid, stupid, stupid. My silly last minute change prevented cube analysis on any position except the initial one. Arrgh. Wed Nov 5 00:31:27 GMT 2003 Jim Segrave * analysis.c - don't analyse cube if board is in initial position (spurious annotations for not doubling when tutor mode was enabled) * gtkoptions.c - fix bug which crashed with invalid language option Mon Nov 3 11:56:45 2003 GMT Jon Kinsey * gtkgame.c: Changes to the panel view Sat Nov 1 14:36:45 2003 Joern Thyssen * htmlimages (CommandExportHTMLImages): make the html image export work with the new board dimensions. (reported by olivier croisille) * html.c (printHTMLBoardGNU): some new images. Wed Oct 29 12:26:45 2003 GMT Jon Kinsey * gtkgame.c: Moved .xpm files in root directory to xpm directory Tue Oct 28 21:10:39 GMT 2003 Jim Segrave * gtkoptions.c - add Turkish and Icelandic to language options Tue Oct 28 11:56:45 2003 GMT Jon Kinsey * import.c: Minor memory bug * gtkboard.c: Minor chequer sound fix Fri Oct 25 10:10:07 GMT Jim Segrave * rollout.c - correct stupid mistake causing board setup in sgf file to be reversed Fri Oct 25 10:10:07 GMT Jim Segrave * rollout.c - cast to keep compiler happy Thu Oct 24 22:52:23 2003 GMT Jim Segrave * set.c backgammon.h rollout.c gnubg.c - added text mode commands set rollout log on/off, set rollout logfile