Implement check-count field in FENs
[xboard.git] / backend.c
2017-01-13 H.G.MullerImplement check-count field in FENs
2017-01-13 H.G.MullerKeep track of number of remaining checks
2017-01-13 H.G.MullerRemeber last-moved piece in only one Board square
2017-01-13 H.G.MullerFix legality testing with mandatory capture
2017-01-13 H.G.MullerAlso allow Make Persist on engines loaded through ...
2017-01-13 H.G.MullerReport error when saving of engine settings fails
2017-01-13 H.G.MullerRemember engine lines selected in Startup Dialog (WB)
2017-01-13 H.G.MullerFix saving engine settings after registering new engine
2017-01-13 H.G.MullerImplement saving of (modified) engine settings
2017-01-13 H.G.MullerOnly resend changed options on xreuse restart
2017-01-13 H.G.MullerFix storage of values of engine string options
2017-01-13 H.G.MullerFix bug in storing time of first move
2017-01-13 H.G.MullerImprove identification of e.p. victim
2017-01-13 H.G.MullerTreat Betza-defined e.p. capture
2017-01-13 H.G.MullerObey -firstFeatures option at startup
2016-07-28 H.G.MullerFix crash when logging out from ICS
2016-07-28 H.G.MullerDefer book faking input move until ping balance
2016-07-26 H.G.MullerFix setting up btm positions with 'edit'
2016-07-22 H.G.MullerFix bare King adjudication
2016-05-10 H.G.MullerAbbreviate DATADIR to ~~ while saving XB themes
2016-05-10 H.G.MullerFix crash on too-long theme definitions
2016-05-10 H.G.MullerFix highlights clearing when highlight last move off
2016-05-10 H.G.MullerFix redrawing of pieces dragged off board (bug #47888)
2016-05-08 H.G.MullerFix forgetting 'choice' command after promotion
2016-05-08 H.G.MullerFix multi-leg promotions
2016-05-08 H.G.MullerErase markers before processing highlight FEN
2016-05-08 H.G.MullerFix saving of piece colors as part of theme
2016-05-08 H.G.MullerAllow engine to force user to make non-standard promotion
2016-05-08 H.G.MullerFix saving theme
2016-05-08 H.G.MullerFix deferral on sweep promotions
2016-05-08 H.G.MullerImplement -showMoveTime option
2016-05-08 H.G.MullerAllow engine to specify holdings larger than board...
2016-05-08 H.G.MullerPrevent sending empty line to engine after multi-leg...
2016-05-08 H.G.MullerFix piece commands for promoted pieces
2016-05-08 H.G.MullerFix dragged piece during promotion popup
2016-05-08 H.G.MullerAdd option -pgnTimeLeft to print clocks in extended...
2016-05-08 H.G.MullerAlter piece images in Spartan Chess
2016-05-08 H.G.MullerRegularize Chu-Shogi piece assignment
2016-04-17 H.G.MullerFinish castling and e.p. rights for Edit Position
2016-04-17 H.G.MullerSilence Clang warnings
2016-04-03 H.G.MullerStart implementing rights control in Edit Position...
2016-03-29 H.G.MullerFix exposing of premove highlight and move exclusion XB
2016-03-29 H.G.MullerSuppress participation of second engine in EPD mode
2016-03-29 H.G.MullerChange EPD reporting
2016-03-29 H.G.MullerClear total solving time at start of match
2016-03-29 H.G.MullerAllow a list of best moves in EPD
2016-03-29 H.G.MullerInternationalize EPD messages
2016-03-29 H.G.MullerPrint average solving time of EPD suite
2016-03-29 H.G.MullerFix determination of EPD solving time
2016-03-29 H.G.MullerAdd more EPD code
2016-03-29 H.G.MullerAdd -analysisBell option to use move sound in analysis...
2016-03-29 H.G.MullerFix variant switch on engine load
2016-03-29 H.G.MullerAdd -men option for changing piece moves
2016-03-29 H.G.MullerAdd -fen option
2016-03-29 H.G.MullerForget piece redefinitions before loading game
2016-03-29 H.G.MullerFix replay of multi-leg move
2016-03-29 H.G.MullerRepair flashing of moved piece (XB)
2016-03-29 H.G.MullerImprove board drawing
2016-03-12 H.G.MullerSilence two warnings
2016-03-08 H.G.MullerMake EOF error conditionally non-fatal (XB)
2016-03-08 H.G.MullerImplement triple capture
2016-03-08 H.G.MullerPrevent out-of-turn grabbing of piece in analysis mode
2016-03-06 Arun PersaudMerge branch 'v4.8.x'
2016-03-06 Arun Persaudupdated copyright for 2016
2016-02-29 H.G.MullerPrint score with same sign in message and engine output
2016-02-28 H.G.MullerFix disappearance of premoved piece
2016-02-28 H.G.MullerFix bug #43792 (no highlights after rejection of premove)
2016-02-26 H.G.MullerUse mouse wheel for selecting piece in Edit Position...
2016-02-17 H.G.MullerAllow promotion choice in engine-defined variants
2016-02-09 H.G.MullerAllow promotion on two-leg move
2016-02-09 H.G.MullerFix type-in of hit-and-run captures
2016-02-09 H.G.MullerAllow setting of piece nicknames from pieceToChar string
2016-02-08 H.G.MullerFix printing of 'x' in position diagram
2016-02-06 H.G.MullerAlways assume FEN in variant-fairy PGN game is initial...
2016-02-06 H.G.MullerFix spurious promotion partners
2016-02-05 H.G.MullerChange the piece order again
2016-02-03 H.G.MullerAdapt Chu-Shogi pieceToCharTable to new piece order
2016-02-03 H.G.MullerFix demoting in Edit Position mode
2016-02-03 H.G.MullerClear highlights after moving piece in Edit Position
2016-02-02 H.G.MullerFix default piece in Shogi promotions
2016-02-02 H.G.MullerFix sweep promotions to Tokin
2016-02-02 H.G.MullerFix setting default piece from 'choice' command
2016-02-02 H.G.MullerFix two compiler warnings
2016-02-02 H.G.MullerAllow pieces with dressed-letter ID as promotion choice
2016-02-01 H.G.MullerFix castling rights
2016-02-01 H.G.MullerAllow engine to force popup of its settings dialog
2016-01-31 H.G.MullerChange pieceToCharTable order of pieces beyond Lion
2016-01-30 H.G.MullerUse flexible promotion assignment
2016-01-29 H.G.MullerLet PROMOTED and DEMOTED macros use argument
2016-01-29 H.G.MullerFix Chu promotion with added pieces
2016-01-28 H.G.MullerMake move to own piece a swap rather than capture
2016-01-28 H.G.MullerImplement 'choice' engine->GUI command
2016-01-28 H.G.MullerLet target-square highlighting prevail over legality...
2016-01-28 H.G.MullerAdd support for Multi-PV Margin
2016-01-27 H.G.MullerFix pasting of moves after starting from position file
2016-01-27 H.G.MullerFix double-clicks for copying in Edit Position mode
2016-01-20 H.G.MullerFix crash on pasting garbage FEN
2016-01-14 H.G.MullerFix spurious undo at game start
2016-01-14 H.G.MullerSend ping in EditGameEvent
2016-01-13 H.G.MullerFix variant recognition in ICS mode
next