xboard.git
14 years agochanged version to 4.4.0.beta1 v4.4.0.beta1
Arun Persaud [Thu, 16 Jul 2009 06:16:19 +0000]
changed version to 4.4.0.beta1

14 years agoupdated INSTALL file to add ./autogen.sh
Arun Persaud [Thu, 16 Jul 2009 06:12:37 +0000]
updated INSTALL file to add ./autogen.sh

14 years agohigher number of engine options possible now
H.G. Muller [Thu, 16 Jul 2009 05:44:05 +0000]
higher number of engine options possible now

I upped the number of options per engine from
50 to 100, and the average number of characters per option from 10 to 20.

14 years agoFix of bad bug
H.G. Muller [Wed, 15 Jul 2009 18:30:37 +0000]
Fix of bad bug

14 years agoAdded version information to resources.
Eric Mullins [Wed, 15 Jul 2009 05:41:36 +0000]
Added version information to resources.

14 years agoAdded Jaws targets to IDE projects.
Eric Mullins [Wed, 15 Jul 2009 05:40:50 +0000]
Added Jaws targets to IDE projects.

14 years agoFinal makefile adjustments and compiling instructions.
Eric Mullins [Wed, 15 Jul 2009 05:39:12 +0000]
Final makefile adjustments and compiling instructions.

14 years agoCleaned up garbage left behind from my makefile update.
Eric Mullins [Tue, 14 Jul 2009 04:35:17 +0000]
Cleaned up garbage left behind from my makefile update.

14 years agoUpdated cmdline makefiles to be able to produce JAWS binaries.
Eric Mullins [Tue, 14 Jul 2009 04:26:56 +0000]
Updated cmdline makefiles to be able to produce JAWS binaries.

This breaks support for MSVC 4.x.  It may still be possible to
use that compiler if you obtain the latest SDK from Microsoft.
MSVC 6.0 still works, but I had to change the target windows
version to 0x500 which causes warnings about building beta
applications.  This is all due to the use of MENUBARINFO data
type in the jaws binary.  You can reduce the WINVER to 0x0400
safely if you are not building a JAWS binary, and MSVC 4.x
will work fine.

14 years agoRemoved dependency on jfwapi.h
Eric Mullins [Tue, 14 Jul 2009 04:26:10 +0000]
Removed dependency on jfwapi.h

Allows anyone to compile a jaws compatible binary.

14 years agoFixed duplicate resource in winboard.rc
Eric Mullins [Tue, 14 Jul 2009 04:23:31 +0000]
Fixed duplicate resource in winboard.rc

PLEASE remember to pull before commiting.  This is the 2nd
time I've fixed this.  It's a waste of time to keep fixing
the same problems.

14 years agoresolved conflict between Xt and Xaw libraries
Arun Persaud [Tue, 14 Jul 2009 02:36:58 +0000]
resolved conflict between Xt and Xaw libraries

seems like we don't need to link against Xt.

14 years agohelp-menu was not un-grayed in the JAWS version, when it played with engines
H.G. Muller [Tue, 14 Jul 2009 02:33:57 +0000]
help-menu was not un-grayed in the JAWS version, when it played with engines

14 years agointegrated jaws into winboard
H.G. Muller [Tue, 14 Jul 2009 02:29:53 +0000]
integrated jaws into winboard

I integrated the JAWS patch now into WinBoard in such a way that the
JAWS and standard version can use the same resource file. This new
winboard.c contains the improved dialog layot of the JAWS version,
but none of the menus and JAWS-specific acclerator keys. The latter
are now generated at run time by code in jaw.s. As a result jaws.h
could be cancelled, as there the JAWS-specific defines are no
longer needed outside jaws.c (now the .rc does not use them), and
is incorporated in it.

14 years agoMerge branch 'master' of git://git.sv.gnu.org/xboard
Arun Persaud [Sun, 12 Jul 2009 23:11:43 +0000]
Merge branch 'master' of git://git.sv.gnu.org/xboard

14 years agofixed problem in autoconf using Xaw3d
Arun Persaud [Sun, 12 Jul 2009 22:37:26 +0000]
fixed problem in autoconf using Xaw3d

rewrote the section for Xaw3d in the autoconf file

14 years agoAdded Jaws support to GCC makefile
Eric Mullins [Sun, 12 Jul 2009 21:29:28 +0000]
Added Jaws support to GCC makefile

14 years agoadded help support: MSVC IDE and DevCpp IDE project files
Eric Mullins [Sun, 12 Jul 2009 21:28:20 +0000]
added help support: MSVC IDE and DevCpp IDE project files

14 years agoRemoved obsolete makefiles and support files.
Eric Mullins [Sun, 12 Jul 2009 21:26:49 +0000]
Removed obsolete makefiles and support files.

14 years agoupdated AUTHORS with the help of git
Arun Persaud [Sun, 12 Jul 2009 19:33:26 +0000]
updated AUTHORS with the help of git

use

git log --pretty=oneline --name-only --author=AUTHORNAME v4.2.7..HEAD  |sort |uniq

a bit of hand editing and a quick emacs macro later and you have a nice comma seperated list of all files changes by one author between two commits.

14 years agoupdated Changelog using git log --no-merges --pretty="* %ai: %s%n %b" HEAD v4.2.7
Arun Persaud [Sun, 12 Jul 2009 19:31:47 +0000]
updated Changelog using git log --no-merges --pretty="* %ai: %s%n %b" HEAD v4.2.7

14 years agocleaned up some more copyright notices
Arun Persaud [Sun, 12 Jul 2009 18:34:28 +0000]
cleaned up some more copyright notices

14 years agoupdated copyright to reflect A. Scotte as copyright holder
Arun Persaud [Sun, 12 Jul 2009 18:22:30 +0000]
updated copyright to reflect A. Scotte as copyright holder

need to mention him, since the paperwork won't be finished before the next release

14 years agoupdated patchlevel to "k"
Arun Persaud [Sun, 12 Jul 2009 17:56:29 +0000]
updated patchlevel to "k"

14 years agofixed autoconf problem with VERSION/PATCHLEVEL variables
Arun Persaud [Sun, 12 Jul 2009 17:53:50 +0000]
fixed autoconf problem with VERSION/PATCHLEVEL variables

xboard used it's own version of PRODUCT, VERSION and PATCHLEVEL variables. Switched to PACKAGE_STRING provided by autoconf

14 years agocleaned up old CVS left overs
Arun Persaud [Sun, 12 Jul 2009 17:29:46 +0000]
cleaned up old CVS left overs

removed $Id tags from all files

14 years agoconverted xhistory via dos2unix
Arun Persaud [Sun, 12 Jul 2009 17:10:17 +0000]
converted xhistory via dos2unix

14 years agofixed crash in history window
H.G. Muller [Sun, 12 Jul 2009 17:09:24 +0000]
fixed crash in history window

someone discovered that opening the move-history window in XBoard leads to
an immediate crash. Turns out that renaming the menu item broke it! (The
name of the item was apprently used elsewhere in the code to access it,
for putting a check mark there.)

14 years agofix for Animation of castling moves in Chess960
H.G. Muller [Sun, 12 Jul 2009 17:04:30 +0000]
fix for Animation of castling moves in Chess960

Animation of castling moves in Chess960 turned out to sometimes make the
king disappear from the display. For the time being I patched this in
xboard.c to suppress animation of FRC castling moves altogether. As FRC
castlings internally are represented as KxR, the to-square does not make
sense anyway, which made the animation look very weird even when it led
not to a king disappearance act. And the Rook move of a castling is never
animated.

14 years agoUpdate GCC makefile to remove .obj targets.
Eric Mullins [Sun, 12 Jul 2009 04:44:53 +0000]
Update GCC makefile to remove .obj targets.

Dunno how they got in there, but they should be .o

14 years agoUpdate makefile dependencies on help.c and help.h.
Eric Mullins [Sun, 12 Jul 2009 04:42:41 +0000]
Update makefile dependencies on help.c and help.h.

14 years agoAllow compiling with MSVC6.0 and 4.1
Eric Mullins [Sun, 12 Jul 2009 04:36:59 +0000]
Allow compiling with MSVC6.0 and 4.1

Move prototypes into help.h, after making sure that DWORD_PTR is
defined.  Include help.h from winboard.c and help.c so both files
benefit from the definition.

14 years ago lists these accelerator keys in the menus for JAWS
H.G. Muller [Sun, 12 Jul 2009 01:26:16 +0000]
 lists these accelerator keys in the menus for JAWS

14 years agoadded shortcuts
H.G. Muller [Sun, 12 Jul 2009 01:24:19 +0000]
added shortcuts

This patch allows the use of Ctrl+C and Ctrl+V for Copy Game and Paste even in I C S mode when the board has focus.

14 years agobetter handling of pasting a game without PGN tags
H.G. Muller [Sun, 12 Jul 2009 01:22:17 +0000]
better handling of pasting a game without PGN tags

patch in wclipbrd.h to make it smarter to decide between pasting a game or a position so it can handle games without PGN tags. If it doesn't parse as a FEN it is assumed to be a game.

14 years agofixed parser error for knight move
H.G. Muller [Sun, 12 Jul 2009 01:20:56 +0000]
fixed parser error for knight move

The parser had a strange quirk: it recognized bd2 as a valid Knight move
(Nb1-d2) while this SAN format should be reserved for Pawn moves only.

14 years ago fixed a few warnings in connection with the help patch (now warning free)
H.G. Muller [Sun, 12 Jul 2009 01:19:30 +0000]
 fixed a few warnings in connection with the help patch (now warning free)

14 years agosome major re-assignment of accelerator keys in the JAWS
H.G. Muller [Sun, 12 Jul 2009 01:13:50 +0000]
some major re-assignment of accelerator keys in the JAWS

14 years agoseveral small fixes
Eric Mullins [Sat, 11 Jul 2009 22:54:53 +0000]
several small fixes

uptracked winboard.ini

Cleanup: moved "Some definitions required..." from winboard.c to config.h,
and combined some definitions from borland w/ MS.

Changed internal HtmlHelp return type and 4th argument to facilitate various
compilers.  These changes, while not strictly adhering to HtmlHelp() conventions,
won't impact anything since the function modified is internal only.

Modified HtmlHelp return values to integer to silence warnings.

Added help.c to the project in makefile.gcc & makefile.ms.

Fixed duplicate resource in winboard.rc.

14 years agoadded JAWS support; help files for Vista; bugfixes for winboard.c
H.G. Muller [Fri, 10 Jul 2009 05:08:15 +0000]
added JAWS support; help files for Vista; bugfixes for winboard.c

* JAWS support
* help files should now work under Vista (the user has to have either a program to view old windows help files or to view html-files installed)
* I fixed the tabbing between all windows that were added according to Tim's sugestions.
* I added typing in of a move number in the move type-in dialog as a shortcut to going to that position by use of the < and > buttons. Mainly intended to ease life for the blind, but I think it can be generally useful. (Although the move-history dialog provides that functionality too, this is quicker if you don't happen to have it open.)
* I added typing of a FEN in the move type-in dialog in Edit Position mode. (Which could not be used without mouse at all, and is defective in crazyhouse even with mouse, as there was no way to populate holdings.)

14 years agosome bugfixes: ICS error handling
H.G. Muller [Fri, 10 Jul 2009 05:03:00 +0000]
some bugfixes: ICS error handling

* play a different sound for takebacks in ICS mode
* pop up error messages for illegal moves for typed-in moves

14 years agoremoved no longer needed debug message
H.G. Muller [Fri, 10 Jul 2009 04:50:41 +0000]
removed no longer needed debug message

14 years agofixed compile error from a previous change
H.G. Muller [Fri, 10 Jul 2009 04:48:23 +0000]
fixed compile error from a previous change

14 years agouser selectable font in game list
H.G. Muller [Fri, 10 Jul 2009 04:44:54 +0000]
user selectable font in game list

This makes the game list use the same (user selectable) font as the the move-history window.

14 years agofixed typos in xboard.texi documentation.
H.G. Muller [Wed, 1 Jul 2009 04:27:34 +0000]
fixed typos in xboard.texi documentation.

14 years agoupdated the FAQ
H.G. Muller [Wed, 1 Jul 2009 04:16:59 +0000]
updated the FAQ

14 years agochanged font in engine output window v4.4.0.alpha8
H.G. Muller [Sun, 28 Jun 2009 00:06:26 +0000]
changed font in engine output window

The engine-output window now uses the same font as the move-history window
(which was selectable in the "Options  -> Fonts..." menu, while the other
wasn't).

14 years agofixed some characters in xboard.texi
H.G. Muller [Sun, 28 Jun 2009 00:03:19 +0000]
fixed some characters in xboard.texi

It seems that copying manual sections from the RTF to th texi file did
somehow mess up the double-quote characters, and changed them into some
strange (unicode?) symbols.

14 years agotwo shogi related bugfixes
H.G. Muller [Sat, 27 Jun 2009 23:56:36 +0000]
two shogi related bugfixes

I discovered a bug in the move generator for the Shogi Dragon King. I
guess it went unnoticed so far because this is a promoted version of the
Rook, which hardly occurs in games. (moves.c)

There was also a problem with the piecesfix I sent you before; Shogi
chosen as initial variant did use wrong piece symbols. (I had tested this
on gothic, but there it happened to work for a different reason, unique to
gothic.) This affects xboard.c.

14 years agosmall cleanup
Arun Persaud [Sat, 27 Jun 2009 23:54:04 +0000]
small cleanup

14 years agoadds bitmaps for shogi promotions, and selects the bitmaps or pixmaps for the more...
H.G. Muller [Sat, 27 Jun 2009 23:51:02 +0000]
adds bitmaps for shogi promotions, and selects the bitmaps or pixmaps for the more rarely used piece types on a per-variant basis.

14 years agoadds new piece types in the promotion dialog and edit-position piece menu
H.G. Muller [Sat, 27 Jun 2009 23:44:36 +0000]
adds new piece types in the promotion dialog and edit-position piece menu

14 years agoupdated bitmaps files
H.G. Muller [Sat, 27 Jun 2009 23:13:15 +0000]
updated bitmaps files

files for fairy pieces where missing, others had names that didn't work with autoloading.

14 years agofixed a bug concerning bitmaps
H.G. Muller [Sat, 27 Jun 2009 23:06:35 +0000]
fixed a bug concerning bitmaps

14 years agogive a default directory for bitmaps files (tiny change)
Arun Persaud [Sat, 27 Jun 2009 22:53:45 +0000]
give a default directory for bitmaps files (tiny change)

this is also one of the debian patches, should be rewritten to use the correct install directory. No Author was given.

14 years agoverbose_error_message_about_recognized_options (tiny change from Debian patches)
Brian May [Sat, 27 Jun 2009 22:47:52 +0000]
verbose_error_message_about_recognized_options (tiny change from Debian patches)

14 years agoadd a visual low time warning (tiny change from Debian patches)
Matt Zimmerman [Sat, 27 Jun 2009 22:45:14 +0000]
add a visual low time warning (tiny change from Debian patches)

14 years agodos 2 unix conversion of backend.c v4.4.0.alpha7
Arun Persaud [Thu, 25 Jun 2009 06:31:52 +0000]
dos 2 unix conversion of backend.c

14 years agoexchanged some sprintf with snprintf
Arun Persaud [Thu, 25 Jun 2009 06:30:07 +0000]
exchanged some sprintf with snprintf

found in a patch for the debian system, extended it a bit to other sprintf's
original patch included only 11 lines by Florian Ernst <florian@debian.org>

14 years agoenabled a patch for default settings in winboard
Mark Ioli [Thu, 25 Jun 2009 06:07:23 +0000]
enabled a patch for default settings in winboard

14 years agoupdated copyright notice
H.G. Muller [Thu, 25 Jun 2009 05:53:11 +0000]
updated copyright notice

14 years agopatches a bug in chosing the initial board size on a virgin startup I introduced...
H.G. Muller [Thu, 25 Jun 2009 05:52:20 +0000]
patches a bug in chosing the initial board size on a virgin startup I introduced recently

14 years agoI put in testing for the winning condition in 3checks
H.G. Muller [Thu, 25 Jun 2009 05:49:33 +0000]
I put in testing for the winning condition in 3checks

on a check it just goes through the entire game to subject every position on a check test, to see if there were two more.

14 years agoupdated copyright notice in docs
H.G. Muller [Thu, 25 Jun 2009 05:47:01 +0000]
updated copyright notice in docs

14 years agoadded small patch from debian (tiny change)
Florian Ernst [Thu, 25 Jun 2009 05:41:40 +0000]
added small patch from debian (tiny change)

according to the debian patch tracker, this patch is by Florian Ernst <florian@debian.org>.
It fixes whitespace issues in filename called from cmail.

14 years agoconverted dos2unix format for xboard.texi
Arun Persaud [Thu, 25 Jun 2009 05:33:13 +0000]
converted dos2unix format for xboard.texi

14 years agodeleted two more files that don't need to be in git
Arun Persaud [Thu, 25 Jun 2009 05:31:57 +0000]
deleted two more files that don't need to be in git

these files can be generated by autogen.sh

14 years agomajor overhaul of the -stickyWindows feature
H.G. Muller [Sun, 21 Jun 2009 19:10:31 +0000]
major overhaul of the -stickyWindows feature

I did a major overhaul of the -stickyWindows feature. The game-list and ICS-interaction windows are now also sticky. I also added a form of stickiness when the main window is resized; edges of auxiliary windows sticking to the right or bottom side of the main window stay attached when the window resizes (due to nr of board squares or their size). The way the window coordinates are saved in the .ini file is now relative to the main window, and some dummy options are added to be able to recognize right- and bottom-edge sticking, and reconstruct that when WB starts up with another board size. Also added are volatile options to ensure there will be space for auxiliary windows above and left of the main window.

14 years agofixed long-algebraic form of drops
H.G. Muller [Sun, 21 Jun 2009 19:07:01 +0000]
fixed long-algebraic form of drops

The WB parser turned out not to understand the long-algebraic form of drops send by an ICS. (like B/@@-e4), so even with legality testing off I now use the SAN move for drops.

14 years agoRefined stalemate adjudication in Suicide, some cleanup
H.G. Muller [Fri, 19 Jun 2009 01:35:31 +0000]
Refined stalemate adjudication in Suicide, some cleanup

Refined stalemate adjudication in Suicide, which seems to be not always won
for the stalemated side, but for the side with the smallest number of pieces.
Cleaned up the adjudication code in the process. (backend.c moves.c, moves.h)
Also includes a tiny change in the -autoKibitz format, as requested on
Talkchess.

14 years agoEnhancement of the way -autoLogo decides which logos to display
H.G. Muller [Fri, 19 Jun 2009 01:32:57 +0000]
Enhancement of the way -autoLogo decides which logos to display

14 years agobugfix and enhancement in autoKibitz mode
H.G. Muller [Tue, 16 Jun 2009 07:06:59 +0000]
bugfix and enhancement in autoKibitz mode

changed the format of the autoKibitz: score/depth in stead of depth/score, as in PGN. I also supress the ICS time for the move now in the PGN if extended info is available.

When enhancing the functionality of the autoKibitz command (using the
opponent engine kibitz for the saved PGN) I discovered that the xengineoutput.c
in our tree was obsolete, and contained a routine of which the arguments
were no
longer compatble with the call from backend.c, and caused segfaulting. I
copied in
the  corresponding routine in wengineo.c, which was compatible. That the
compiler
did not flag this is a sign of badly organized code, I suppose...

The enhancement itself affected backend.c.

14 years agomodified clock layout
H.G. Muller [Tue, 16 Jun 2009 07:04:13 +0000]
modified clock layout

I altered the display of the clocks in the presence of engine logos; I used to
stack them, but some inquiry on Talkchess sowed that people disliked the
stacking. So now I display them next to each other again, but as 2-line-high
fields to make room for te logos.

14 years agonew zippy option zippyShortGame
H.G. Muller [Tue, 16 Jun 2009 06:59:32 +0000]
new zippy option zippyShortGame

On request of Mike Adams I added a new zippy option, -zippyShortGame, to make life more difficult for abusers of abort and disconnect for cheating.

14 years agofixed some bugs in the animation of atomic captures
H.G. Muller [Tue, 16 Jun 2009 06:56:40 +0000]
fixed some bugs in the animation of atomic captures

14 years agosome small bugfixes
H.G. Muller [Sat, 13 Jun 2009 22:27:26 +0000]
some small bugfixes

I had overlooked one place from which the FEN writer (of whicf I changed the argument types), which made WB crash if you copied a FEN (or PGN that cotained FEN) to the clipboard. I must have overlooked a warning during compile, or some depedency is not correct in the makefile. Anyway, wclipboard.c had to be changed.

I also moved adjudication of some losing conditions to before tetsing for stalemate, (e.g. in atomic, if your king get destroyd you lose, even if you have no moves after that because it was your only piece.). this affects backend.c.

I had used the same bits in the frule-modifier flags for indicating mandatory capture as was already used for indicating FRC-style castling. This led to frequent illegal move calls in FRC... (moves.h)

14 years agocleaned up HTML in FAQ.html -- still need to work on content v4.4.0.alpha6
Arun Persaud [Sat, 13 Jun 2009 17:45:17 +0000]
cleaned up HTML in FAQ.html -- still need to work on content

14 years agoadded option for work-around for some FRC engines in regards to FRCFENs
H.G. Muller [Sat, 13 Jun 2009 16:36:26 +0000]
added option for work-around for some FRC engines in regards to FRCFENs

It suddenly occurred to me that I had promised on CCC to include an option to provide a work-around for the problem that some FRC engines do not understand FRC FENs (and thus do not play at all under WinBoard, as FRC always has to begin with sending the initial position).

So I added the options -firstNeedsNoncompliantFEN, -secondNeedsNoncompliantFEN. This affects winboard.c and xboard.c, (for defining the option), common.h, backend.h, backend.c, (for implementing it), xboard.texi and winboard.rtf (decribing it). This option provides users with a means to always force the FEN castling field to KQkq (but can be used for many other work-arounds as well).

14 years agofixed bug with random calls
H.G. Muller [Sat, 13 Jun 2009 16:30:31 +0000]
fixed bug with random calls

There also seemed to be a bug with the shuffling of opening positions; I had changed the declaration of the position number from long long int to u64 to comply with MSVC, but this suppressed shuffling completely. I now changed it to int. I recently noted a problem with true randomizing anyway: this was based on srand(time()), but time() apparently did not change fast enough, so that starting several games in rapid succession (because the book line contained a 3-fold repetition) produced identical games. So I now seed the random once and for all during startup, based on the msec of the time mark, and removed the other calls to srand().

14 years agochanged name for fairymax program in xboard.h
H.G. Muller [Sat, 13 Jun 2009 16:26:14 +0000]
changed name for fairymax program in xboard.h

14 years agoremoved my name from copyright message in help->about menu
H.G. Muller [Sat, 13 Jun 2009 16:25:07 +0000]
removed my name from copyright message in help->about menu

14 years agofixed -stickyWindows option
H.G. Muller [Sat, 13 Jun 2009 16:22:02 +0000]
fixed -stickyWindows option

I figured out why -stickyWindows was not working in XP and Vista
(while it always worked under Win2K), and I think I found a fix for
it that works under all Windows versions. (I tried XP and Win2K.)

14 years agoUpdated docs for Engine-Settings menu
H.G. Muller [Sat, 13 Jun 2009 16:20:38 +0000]
Updated docs for Engine-Settings menu

14 years agoAwareness of winning conditions for atomic and giveaway variants; two bugfixes
H.G. Muller [Sat, 13 Jun 2009 16:19:05 +0000]
Awareness of winning conditions for atomic and giveaway variants; two bugfixes

fixed bug in claim verification
Bugfix on initial position of Great Shatranj

14 years agoLegality testing (mandatory capture) in giveaway variants
H.G. Muller [Sat, 13 Jun 2009 16:16:47 +0000]
Legality testing (mandatory capture) in giveaway variants

14 years agodon't ignore winboard/parser.c
Arun Persaud [Sat, 13 Jun 2009 16:16:17 +0000]
don't ignore winboard/parser.c

14 years agoAdded new variant Twilight Chess
H.G. Muller [Sat, 13 Jun 2009 16:12:15 +0000]
Added new variant Twilight Chess

14 years agosome renaming and restructuring of WB menu items, to conform more to XBoard
H.G. Muller [Sat, 13 Jun 2009 16:08:57 +0000]
some renaming and restructuring of WB menu items, to conform more to XBoard

14 years agoFixed bug in atomic patch that interfered with non-atomic variants
H.G. Muller [Sat, 13 Jun 2009 16:07:07 +0000]
Fixed bug in atomic patch that interfered with non-atomic variants

14 years agofixed different use of engine option compared to Polyglot
H.G. Muller [Thu, 11 Jun 2009 04:46:11 +0000]
fixed different use of engine option compared to Polyglot

it turns out the new Polyglot uses a sightly different version of the GUI->engine option command than the one I proposed (and implemented in XBoard; Michel sneaked in an '=' sign between the NAME and VALUE of the option, to allow for more unambiguous parsing.

I guess in principle this is a good idea, so I adapted XBoard to Polyglot rather than the other way around. The result is that there are canges in xboard.c, and the documentation.

I noticed that I unjustly had internationalized the option strings to be send to the engine in xoptions.c; this was of course nonsense, as this was WB protocol. So I undid that too.

14 years agoadd the already supported variants 3check and great (=Great Shatranj) to the New...
H.G. Muller [Thu, 11 Jun 2009 04:37:47 +0000]
add the already supported variants 3check and great (=Great Shatranj) to the New Variant... menu.

14 years agoanimate explosions in variant atomic (if animate moves is on).
H.G. Muller [Thu, 11 Jun 2009 04:32:22 +0000]
animate explosions in variant atomic (if animate moves is on).

14 years agofixed castling bug in variant twokings.
H.G. Muller [Thu, 11 Jun 2009 04:30:19 +0000]
fixed castling bug in variant twokings.

14 years agofixed forteitary wins for special game variations
H.G. Muller [Thu, 11 Jun 2009 04:22:36 +0000]
fixed forteitary wins for special game variations

feature that corrects forfeitary wins (e.g. on time) of a bare King to draws of course breaks proper operation in losers, suicide and giveaway

14 years agoautomatically test ini file extension for files from commandline option @filename
H.G. Muller [Wed, 10 Jun 2009 04:02:51 +0000]
automatically test ini file extension for files from commandline option @filename

The winboard.c is a patch that automatically tries indirection files on the
command line (@filename type arguments) also with an extension .ini if the name itself
did not match any existing file and contained no period. This saves the user typing the
.ini all the time (which I started to find pretty annoying while working on the installer
package).

14 years agoadded gamelisttag option to xboard
H.G. Muller [Mon, 8 Jun 2009 22:23:58 +0000]
added gamelisttag option to xboard

also updated documentation.

14 years agoupdated RTF file for winboard
H.G. Muller [Mon, 8 Jun 2009 22:20:00 +0000]
updated RTF file for winboard

14 years agofixed syntax error in texi file v4.4.0.alpha5
Arun Persaud [Sat, 6 Jun 2009 16:12:48 +0000]
fixed syntax error in texi file

14 years agoupdated to patchlevel "j" v4.4.0.alpha4
Arun Persaud [Sat, 6 Jun 2009 15:57:52 +0000]
updated to patchlevel "j"

14 years agofixed adjudicating probelm in Shantranj
H.G. Muller [Sat, 6 Jun 2009 16:00:25 +0000]
fixed adjudicating probelm in Shantranj

Refrain from adjudicating a draw based on insufficient mating material
(except bare King vs bare King) in Shatranj (where in this case you can
still win by baring the opponent's King).