xboard.git
2010-11-09 H.G. MullerAllow arbitrary nesting of sub-variations in PGN input
2010-11-09 H.G. MullerImplement setup (engine-GUI) command
2010-11-09 H.G. MullerRestrict use of a2a3 kludge
2010-11-09 H.G. MullerRemember values set by -firstOptions, -secondOptions
2010-11-09 H.G. MullerMake test for valid promotion piece color-dependent
2010-11-09 H.G. MullerRemove validity test on promochar from parser
2010-11-09 H.G. MullerAdd the actual size-33 Shogi bitmaps
2010-11-09 H.G. MullerDelete some stale promotion code
2010-11-09 H.G. MullerAugment moves of some fairy pieces
2010-11-09 H.G. MullerBugfix safeStrCpy patch, WinBoard
2010-11-09 H.G. MullerBugfix for safeStrCpy patch for XBoard
2010-11-09 H.G. MullerFix spurious promotions with legality testing off
2010-10-29 H.G. MullerMake deferral default in Shogi promotions
2010-10-28 H.G. MullerAnimate piece explosions in drag-drop moves and in XB
2010-10-28 H.G. MullerSuppress promotion popup if piece will explode
2010-10-28 H.G. MullerMake Knight hop first straight, then diagonal
2010-10-28 H.G. MullerLet -oneClickMove also work in EditGame mode
2010-10-27 H.G. MullerMake -flipBlack and -allWhite option volatile
2010-10-27 H.G. MullerProvide some sample board-texture pixmaps
2010-10-27 H.G. MullerThe -overrideLineGap option is made to work in XBoard
2010-10-27 H.G. MullerImplement board textures in XBoard
2010-10-27 H.G. MullerComplete WB (western) bitmaps for Shogi at size 33
2010-10-22 H.G. MullerMake starting new variation dependent on shift key
2010-10-22 H.G. MullerFix merging bug
2010-10-18 H.G. MullerAdd set of shogi pixmaps for XBoard
2010-10-18 H.G. MullerImplement -flipBlack in XBoard
2010-10-16 H.G. MullerDisable some very verbose debug printing
2010-10-16 H.G. MullerAdd option -variations to control variation-tree walking
2010-10-16 H.G. MullerAllow full promotion suffixes on SAN piece moves
2010-10-16 H.G. MullerAllow lower-case piece indicator in drop-move notation
2010-10-16 H.G. MullerFix bug in ICS variant switch for Shogi
2010-10-16 H.G. MullerFix WinBoard Lance bug
2010-10-16 H.G. MullerAdapt WinBoard to Shogi implementation on Variant ICS
2010-10-16 H.G. MullerInherit promoted-info that ICS does not give from previ...
2010-10-16 H.G. MullerLimit multi-session clock handling to non-ICS games
2010-10-16 H.G. MullerChange evalgraph scale in drop games
2010-10-14 Arun Persaudbugfix: fixed readline support with icslogon option
2010-10-08 Arun Persaudfixed some typos that were introduced during the sprint...
2010-10-08 H.G. MullerFix uninitialized variable in book code
2010-10-08 H.G. MullerFix menu translation bug
2010-10-08 H.G. MullerAllow -timeIncrement to be a float
2010-10-08 Arun Persaudadding gnu-readline support
2010-10-08 Arun Persaudadded warning if icsLogon file couldn't be opened
2010-10-08 Arun Persaudsecurity fix: replaced some strcat with strncat
2010-10-08 Arun Persaudadd option for silent builds
2010-10-08 Arun Persaudbugfix: missing array index
2010-10-08 Arun Persaudadded new case for (Chessmove) 0 in common.h
2010-10-08 Arun Persaudcleaned up -Wall warnings (apart from settings some...
2010-10-08 Arun Persaudsizedefaults has 9 members, the last line of the array...
2010-10-08 Arun Persaudsecurity fix: replaced sprintf with snprintf
2010-10-08 Arun Persaudsecurity fix: replaced strcpy with safeStrCpy from...
2010-10-05 H.G. MullerEnhance multi-session TC clock handling
2010-10-05 H.G. MullerRemove promotion-piece encoding from ChessMove type
2010-10-05 H.G. MullerPass promoChar to SendMoveToICS
2010-10-05 H.G. MullerSuppress spurious use of SAN castling in mini variants
2010-10-05 H.G. MullerMake Shogi promotion zone board-size dependent
2010-10-05 H.G. MullerMake board-size overrule options volatile
2010-10-05 H.G. MullerStrip DOS line endings from parser.l
2010-09-17 H.G. MullerExtend mate test to drop games
2010-09-17 H.G. MullerExtend legality testing to drop moves
2010-09-17 H.G. MullerRevert splitting of UserMoveEvent
2010-09-17 H.G. MullerFix silent bug in drop moves
2010-09-17 H.G. MullerAllow parsing of upper-case machine moves
2010-09-17 H.G. MullerPrevent transmission of spurious promo char to other...
2010-09-17 Arun Persaudfixed internationalization for winboard
2010-09-01 H.G. MullerFix JAWS bug saying side to move in ICS play
2010-09-01 H.G. MullerMake WB run-time language switch possible from menu
2010-09-01 H.G. MullerUpdate WB translation template
2010-09-01 H.G. MullerUpdate docs
2010-09-01 H.G. MullerAdd some forgotten translation hooks
2010-09-01 H.G. MullerDo not translate game-end messages in PGN
2010-09-01 H.G. MullerInternationalization for WinBoard
2010-09-01 H.G. MullerMake the ID of all WB dialog items unique
2010-09-01 H.G. MullerMark XBoard result messages for internationalization
2010-09-01 H.G. MullerDo not exit after match when match started from menu
2010-09-01 H.G. MullerTrivial-draws recognition improved in Xiangqi
2010-09-01 H.G. MullerUpdate .dev files
2010-09-01 H.G. MullerFix some MSVC compile errors
2010-08-14 H.G. MullerImproved patch for expansion of WB settings-file name
2010-08-14 H.G. MullerAdd -colorNickNames option
2010-08-14 H.G. MullerTricked by the grossnes
2010-08-14 H.G. MullerAllow match to be started from WB menu
2010-08-14 H.G. MullerAdd some book-control options
2010-08-07 Arun Persaudnew developer release
2010-08-07 H.G. MullerRepair exit-popup deadlock patch
2010-08-05 H.G. MullerFix erors when compiling with --disable-zippy
2010-08-02 H.G. MullerFix zippy handling of draw offers from ICS
2010-08-02 H.G. MullerFix regression in colorization of zippy-matched commands
2010-08-02 H.G. MullerSuggest default file name in browser dialog
2010-08-02 H.G. MullerDefine /firstUCI and /secondUCI as synonyms for /fUCI...
2010-08-02 H.G. MullerAdd string option /pieceNickNames
2010-08-02 H.G. MullerFix deadlock in match-result display
2010-07-14 H.G. MullerFix WinBoard game-list title
2010-07-14 H.G. MullerRefactoring of material-draws adjudication code
2010-07-14 H.G. MullerFix bug in sending cores command to engine
2010-07-14 H.G. MullerFix oneClickMove bug
2010-07-14 H.G. MullerRemove duplicate testing for cores feature
2010-07-14 H.G. MullerRemove misspelled prototype
2010-07-14 H.G. MullerFix parsing of SAN shogi promotions
2010-07-14 H.G. MullerFix variant switch on PGN loading
next