Give the dual-board option a separate board window
[xboard.git] / backend.c
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
2012-03-08 H.G. MullerFix clearing of premove
2012-03-08 H.G. MullerFix seek-graph race condition
2012-02-26 H.G. MullerFix 50-move counter in ICS mode
2012-02-23 H.G. MullerUse combobox line for recent engines when available
2012-02-22 Byrial JensenOne missed translation of cps->which
2012-02-22 H.G. MullerUndo translation of cps->which = first/second
2012-02-22 H.G. MullerImplement -serverFile option
2012-02-22 H.G. MullerImplement -autoCopyPV
2012-02-17 H.G. MullerMove change of debug file to before game load
2012-02-17 H.G. MullerDon't leave piece selected after piece menu
2012-02-16 Byrial JensenFix one more typo in the translator comments explaning...
2012-02-16 Byrial JensenFix typo in translator comments explaning "first" and...
2012-02-16 Byrial JensenMark the strings "first" and "sencond" for translation.
2012-02-13 H.G. MullerRemove a debug printf
2012-02-11 H.G. MullerFix popdown seekgraph on forward-event XB
2012-02-10 H.G. MullerFix unloading of first engine on tourney start
2012-02-10 H.G. MullerRemove some of the most verbose debug output
2012-02-09 H.G. MullerImplement kludge to set options through Move Type-in
2012-02-09 H.G. MullerImplement -pgnNumberTag option
2012-02-09 H.G. MullerCreate separate debug fil for each tourney game
2012-02-08 H.G. MullerAllow grouping of engines in engine list
2012-02-08 H.G. MullerFix TidyProgramName
2012-02-08 H.G. MullerPut recently used engines in WB menu
2012-02-07 H.G. MullerIncrease max nr of engines to 2000
2012-01-18 H.G. MullerPrevent unnecessary loading of engines
2012-01-18 H.G. MullerReset protocol version before loading new engine
2012-01-16 H.G. MullerFix seek-graph popup and popdown
2012-01-16 H.G. MullerSuppress empty lines when observing on VICS
2012-01-16 H.G. MullerFix printing non-numeric kibitz with -autoKibitz
2012-01-16 H.G. MullerFix 4 warnings
2012-01-16 H.G. MullerUse same translation of "vs." everywhere
2012-01-11 H.G. MullerFix re-allocation of PGN-cache memory
2012-01-11 H.G. MullerExempt variant seirawan from -disguisePromoted inheritance
2012-01-09 H.G. MullerFix seek graph for VICS
2012-01-04 Arun Persaudcode cleanup: make function definition confirm to GNU...
2012-01-04 Arun PersaudUpdated copyright notice to 2012
2012-01-03 H.G. MullerFix crash in auto-comment
2012-01-03 H.G. MullerFix crash at match end
2011-12-29 H.G. MullerClear square markers on new game
2011-12-28 H.G. MullerTry to not confuse ICS rating adustments as shouts
2011-12-28 H.G. MullerFix ICS castling rights
2011-12-28 H.G. MullerFix initial holdings ICS seirawan games
2011-12-27 H.G. MullerFix sending of S-Chess gating moves to ICS
2011-12-27 H.G. MullerFix menu grayout after illegal move
2011-12-27 H.G. MullerAllow setting of holdings with edit command
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
next