Add -afterTourney option
[xboard.git] / backend.c
2011-12-27 H.G. MullerAdd -afterTourney option
2011-12-22 Byrial JensenFix checking of return value from snprintf()
2011-12-19 Byrial JensenDefinition of TimeMark moved from 3 c files to backend.h
2011-12-03 Arun Persaudmarked more strings for translation
2011-12-01 H.G. MullerChange encoding of seirawan ICS gating-castlings
2011-11-30 H.G. MullerPut promo-suffix on ICS move in variant seirawan castlings
2011-11-26 H.G. MullerIgnore ICS game starts when already in game
2011-11-08 H.G. MullerAdd feature-override options
2011-11-04 H.G. MullerFix handling of -secondOptions option
2011-11-04 H.G. MullerAccept setup command in variant fairy even with legalit...
2011-11-04 H.G. MullerSet pieceToCharTable by setup command even when ignorin...
2011-11-04 H.G. MullerChange default sweep-promotion choicein queenless variants
2011-11-03 H.G. MullerClear board markers when moving to other position
2011-10-25 H.G. MullerFix two warnings
2011-10-24 H.G. MullerLet perpetual-chase message mention square
2011-10-23 H.G. MullerFix some warnings
2011-10-23 H.G. MullerSpeed up position search and consider side to move
2011-10-23 H.G. MullerDynamically allocate move cache
2011-10-23 H.G. MullerImplement flipped search
2011-10-23 H.G. MullerDebug position search cache
2011-10-23 H.G. Mullerprofile
2011-10-23 H.G. MullerQuickscan
2011-10-23 H.G. MullerFix duplicate loading of second engine in tourneys
2011-10-23 H.G. MullerFix PV walking with -fSAN
2011-10-20 H.G. MullerRefine clock adjusting
2011-10-11 H.G. MullerAdd option -discourageOwnBooks
2011-10-11 H.G. MullerReset initString and computerString on engine load
2011-10-07 H.G. MullerReactivate Falcon Chess
2011-10-03 H.G. MullerMake book-window update part of HistorySet
2011-10-03 H.G. MullerFix position loading in tourneys
2011-10-03 H.G. MullerFix resetting -fSAN on engine change
2011-10-03 H.G. MullerMake too-long game non-fatal
2011-09-22 H.G. MullerFix LoadGameOrPosition starting up engine
2011-09-22 H.G. MullerClear fSAN option before new engine load
2011-09-13 H.G. MullerFix write failures in concurrency
2011-09-13 H.G. MullerMove HistorySet to back-end
2011-09-13 H.G. MullerMake DoSleep front-end wrapper for msec sleep
2011-09-13 H.G. MullerAdd -afterGame option
2011-09-10 H.G. MullerUpgrade -serverMoves option
2011-09-10 H.G. MullerFix AppendComment
2011-08-30 H.G. MullerSlightly decrease sensitivity of sweep actions
2011-08-27 H.G. MullerFix crash on typing non-existent enginein Load Engine...
2011-08-26 H.G. MullerFix display state after failed analysis attempt
2011-08-26 H.G. MullerFix treatment of PGN score/depth info with linefeeds...
2011-08-26 H.G. MullerFix quoting in Load Engine dialog
2011-08-26 H.G. MullerReplace Analyze File by Analyz Game function
2011-08-20 H.G. MullerFix ICS move-list header mistaken for null moves
2011-08-19 H.G. MullerAllow two-games-per-opening to work with book
2011-08-19 H.G. MullerFix use of random
2011-08-10 H.G. MullerAllow substitution of engines during tournament
2011-08-06 H.G. MullerParse PGN tags without allocating memory
2011-08-06 H.G. MullerImplement searching games in Game List for a position
2011-08-06 H.G. MullerAllow entry of variations in PlayFromGameFile mode
2011-08-06 H.G. MullerForce Move History refresh after loading/reverting...
2011-08-06 H.G. MullerPopdown Comment window on new game
2011-08-06 H.G. MullerAllow null move in analysis and edit-game mode
2011-07-16 H.G. MullerSuppress some XBoard warnings
2011-07-11 H.G. MullerDisable -showTargetSquares in ICS mode
2011-07-10 H.G. MullerPut grab on sweep-selecting in Edit Position
2011-07-07 H.G. MullerDisplay score/depth in Eval Graph title
2011-07-04 H.G. MullerLet -sweepPromotions also work for click-click moves
2011-07-04 H.G. MullerImprove -showTargetSquares on click-click moves
2011-06-29 H.G. MullerFix writing searchTime in tourneyFile
2011-06-29 H.G. MullerFix crash on making too-long FEN
2011-06-29 H.G. MullerFix drop moves on boards with more than 10 ranks
2011-06-29 H.G. MullerDon't one-click move when legality testing is off
2011-06-26 H.G. MullerImplement Grand Chess
2011-06-26 H.G. MullerAllow double-digit rank numbers
2011-06-21 H.G. MullerIncrease efficiency of SAN generation / disambiguation
2011-06-21 H.G. MullerAdd -fSAN / -sSAN options
2011-06-21 H.G. MullerUse sound for ICS tells also with engine telluser popups
2011-06-18 H.G. MullerUpdate window itle after last game of match
2011-06-10 H.G. MullerFix type of shuffleOpenings
2011-06-08 H.G. MullerFix crash at end of Swiss tourney
2011-06-08 H.G. MullerFix display of logos
2011-06-08 H.G. MullerClear Engine-Output pane when initializing engine
2011-06-08 H.G. MullerFix display of last move of last match game
2011-06-08 H.G. MullerFix concurrency in Swiss tourneys
2011-06-08 H.G. MullerGive error popup when pairing engine fails
2011-06-08 H.G. MullerFix clock mode in tourney starting from -ncp mode
2011-06-08 H.G. MullerFix round-robin schedule
2011-06-08 H.G. MullerFix interrupting tournament
2011-06-08 H.G. MullerImprove quoting of engine name on install
2011-06-08 H.G. MullerPrint sensible window title during tourneys
2011-06-08 H.G. MullerLet XBoard propose name of tourney file
2011-06-08 H.G. MullerFix -matchGames option
2011-05-23 H.G. MullerAdd Swiss tourneys through pairing engine
2011-05-23 H.G. MullerLet mentioning completed tourney file add one cycle
2011-05-16 H.G. MullerMake engine startup failure non-fatal in WinBoard
2011-05-14 H.G. MullerAdd secondry adapter command for UCCI or USI
2011-05-14 H.G. MullerObey san feature when sending book moves
2011-05-14 H.G. MullerFix initialization of engine state
2011-05-09 H.G. MullerAdd option -absoluteAnalysisScores
2011-05-09 H.G. MullerAutomatically play moves of clicked PV in analyze mode
2011-05-09 H.G. MullerLet ParsePV always generate SAN move
2011-05-08 H.G. MullerAllow changing MultiPV setting from Engine-Output window
2011-05-07 H.G. MullerLet Shift+RightClick on PV actually play the PV moves
2011-05-07 H.G. MullerMake book-edit function WB
2011-05-07 H.G. MullerFix resetting engine options
2011-05-07 H.G. MullerAdd -first/secondPgnName option
next