Don't add PV moves on board clicking in AnalyzeMode
[xboard.git] / backend.c
2013-02-18 H.G. MullerDon't add PV moves on board clicking in AnalyzeMode
2013-02-14 H.G. MullerOnly perform e.p. capture if there are rights
2013-02-11 H.G. MullerUnreserve tourney game on exit during engine load
2013-02-10 H.G. MullerBetter fix of feature timeout
2013-01-29 H.G. MullerPreserve PGN tags when loading engine
2013-01-29 H.G. MullerPreserve mode on engine loading (sometimes)
2013-01-29 H.G. MullerCatch unknown engine in tourney games
2013-01-26 H.G. MullerAdjudicate pawn-drop mate as loss in Shogi
2013-01-25 H.G. MullerAdjudicate perpetual checks as loss also in Shogi
2013-01-25 H.G. MullerStalemate is a win in Shogi
2013-01-22 H.G. MullerFix engine timeout problem in match mode
2013-01-22 H.G. MullerEnforce -popupMoveErrors
2013-01-21 H.G. MullerFix some warnings
2013-01-19 H.G. MullerLet tellothers command add comment to PGN in local...
2013-01-19 H.G. MullerAllow use of ~ in pieceToChar for shadow pieces in...
2013-01-19 H.G. MullerResend engine-defined options after reuse=0 reload
2013-01-19 H.G. MullerImplement aborting of games on engine request.
2013-01-19 H.G. MullerStore some more tourney params in tourney file
2013-01-19 H.G. MullerDo not automatically save aborted games in tourney PGN
2013-01-09 Arun Persaudremoved trailing whitespace
2013-01-09 Arun PersaudUpdated copyright notice to 2013
2012-12-22 H.G. MullerDo not move to forwadMostMove when unpausing AnalyzeMode
2012-12-22 H.G. MullerUse Ctrl key in AnalyzeMode to exclude entered move
2012-12-22 H.G. MullerImplement insufficient mating material for Knightmate
2012-12-22 H.G. MullerFix rep-draw detection in drop games
2012-12-10 H.G. MullerPrefer pause mode on pondering engine over 'easy'
2012-12-10 H.G. MullerDo not clear PGN tags on Analyze File
2012-12-10 H.G. MullerFix -fSAN in AnalyzeFile mode
2012-12-07 H.G. MullerImplement use of pause / resume protocol commands
2012-12-07 H.G. MullerFix Loop-Chess promotions
2012-12-07 H.G. MullerFix move highlighting with animation off
2012-12-07 H.G. MullerImplement book-creation functions
2012-12-07 H.G. MullerImplement auto-creation of ICS logon file
2012-12-07 H.G. MullerAdd Themes dialog (WB)
2012-11-06 H.G. MullerMake xevalgraph.c backend
2012-11-06 H.G. MullerMove ICS-engine analyze and AnalyzeGame code to shared...
2012-10-21 H.G. MullerFix expose requests seek graph
2012-10-21 H.G. MullerFix highlight clearing
2012-10-21 H.G. MullerFix clearing of markers dots with promo popup
2012-10-21 H.G. MullerCure flashing of piece on from-square
2012-10-21 H.G. MullerRedo seek graph with cairo
2012-10-21 H.G. MullerUse Pause state in AnalyzeMode to imply move exclusion
2012-09-29 H.G. MullerAllow ICS nickname as positional argument
2012-09-28 H.G. MullerAllow Analyze Game to auto-step through entire game...
2012-09-28 H.G. MullerLet second engine move in lockstep during dual analysis
2012-09-27 H.G. MullerAllow second engine to analyze too
2012-09-27 H.G. MullerAdd options -fe, -se, -is to load installed engines...
2012-09-27 H.G. MullerAdd check on validity of tourney participants
2012-09-23 H.G. MullerImplement variant seirawan in -serverMoves option
2012-09-23 H.G. MullerWorkaround for FICS bug
2012-09-20 H.G. MullerFix bug in Edit Position
2012-06-02 Arun Persaudbug #36229: changed ICS_* from define to enum
2012-04-23 H.G. MullerKeep track of virginity of back-rank pieces in variant...
2012-04-23 H.G. MullerSuppress clear-board message after pasting FEN
2012-04-23 H.G. MullerFix faking of castling rights after editing position...
2012-04-19 H.G. MullerFix crash on time forfeit with -st option
2012-04-17 H.G. MullerFix warning about signedness
2012-04-17 H.G. MullerFix warnings about character index
2012-04-17 H.G. MullerShuffle prototypes to correct header, or add them there
2012-04-17 H.G. MullerFix click-click under-promotion animation save
2012-04-17 H.G. MullerFix second-engine variant test
2012-04-16 Byrial JensenRemove unused variable tm from function SaveGamePGN
2012-04-16 Byrial JensenRemove unused variable delayedKing from function QuickScan
2012-04-16 Byrial JensenRemove unused variable pdown from function UserMoveEvent
2012-04-16 Byrial JensenChange some double literals to floats.
2012-04-14 Arun Persaudremoved unused variables (-Wunused-variable)
2012-04-14 H.G. MullerImplement automatic partner observe
2012-04-14 H.G. MullerSuppress testing for availability in bughouse drops
2012-04-13 H.G. MullerUse in-place sweep-selection for click-click under...
2012-04-13 H.G. MullerImprove arrow drawing
2012-04-13 H.G. MullerAlso do selective redraw with showTargetSquares on
2012-04-12 H.G. MullerFix click-click sweep promotions to empty square
2012-04-12 H.G. MullerMove clearing of target squares to after drag end
2012-04-12 H.G. MullerFix double promotion popup
2012-04-12 H.G. MullerAllow clearing of marker dots in any mode
2012-04-12 H.G. MullerLet clocks of secondary board count down
2012-04-11 H.G. MullerDetect engine exit during startup
2012-04-11 H.G. MullerSuppress popup for fatal error after tellusererror
2012-04-10 H.G. MullerDon't strip path from engine name if directory given
2012-04-10 H.G. MullerFix auto-play
2012-04-10 H.G. MullerUse Ctrl key in EditPosition mode to copy pieces
2012-04-10 H.G. MullerFix bug in FRC castling for position search
2012-04-10 H.G. MullerFix bug on loading engine
2012-04-10 H.G. MullerGive the dual-board option a separate board window
2012-04-10 H.G. MullerMake variant-unsupported-by-second error non-fatal
2012-04-10 H.G. MullerMajor refactoring of GenericPopUp
2012-04-10 H.G. MullerRemove some unused (exclude-moves) variables
2012-04-10 H.G. MullerInstall engine within current group
2012-04-10 H.G. MullerSwitch to using listboxes for engine-selection in WinBoard
2012-04-10 H.G. MullerFix memory corruption through InitString and second...
2012-04-10 H.G. MullerFix parsing crazyhouse promotions with legality testing off
2012-04-02 H.G. MullerLet clicking on header line exclude moves
2012-04-01 H.G. MullerKeep list of excluded moves in Engine Output header
2012-03-14 H.G. MullerImplement exclude moves
2012-03-14 Byrial JensenMark new text "Click clock to clear board" for translation
2012-03-13 H.G. MullerMore thorough switch to -ncp on engine failure
2012-03-13 H.G. MullerInstall engines as ./exefile in XBoard
2012-03-13 H.G. MullerInform user in EditPosition mode how to clear board
2012-03-13 H.G. MullerFix fall-back on -ncp mode
2012-03-08 H.G. MullerLimit premove cancelling to click on from square
next