Updated copyright notice to 2011
[xboard.git] / backend.c
2011-01-29 Arun PersaudUpdated copyright notice to 2011
2011-01-29 H.G. MullerMove clock-click code to back-end
2011-01-29 H.G. MullerRemove superfluous copying of machine move
2011-01-29 H.G. MullerFix spurious mate test in Edit Game mode
2011-01-29 H.G. MullerFix type-in of drop moves
2011-01-29 H.G. MullerReset 50-move counter on all pawn-like Lance moves
2011-01-11 H.G. MullerFix time in PGN info
2011-01-11 H.G. MullerFishy fix
2011-01-11 H.G. MullerReset machine colors after match
2011-01-11 H.G. MullerShow move that causes false illegal-move claim
2011-01-11 H.G. MullerFix WB font-based piece rendering on variant switch
2011-01-11 H.G. MullerAdd variant Spartan Chess
2011-01-11 H.G. MullerFix promotion of Pawn-like Lance
2011-01-11 H.G. MullerFix bug in parsing variations
2010-12-04 H.G. MullerProvide menus for editing WinBoard engine and server...
2010-12-03 H.G. MullerFix sub-variation display with negative score
2010-12-03 H.G. MullerPeel PV out of comment
2010-12-03 H.G. MullerAllow line-straddling result comments
2010-12-03 H.G. MullerLet Analyze File annotate the loaded game
2010-12-03 H.G. MullerFix spurious scores in comments
2010-11-21 Arun PersaudRevert "adding gnu-readline support"
2010-11-21 Arun PersaudRevert "bugfix: fixed readline support with icslogon...
2010-11-21 H.G. MullerMake Hoplite moves irreversible in Spartan Chess
2010-11-21 H.G. MullerChange representation of Bede in variant fairy initial...
2010-11-18 H.G. MullerFix safety crash when appending comments
2010-11-18 H.G. MullerFix safeStrCpy
2010-11-18 H.G. MullerFix default holdings size for variant seirawan
2010-11-18 H.G. MullerFix one-click moving on up-click
2010-11-16 Arun Persaudfixed buffer size for snprintf
2010-11-14 H.G. MullerImplement entering gating moves with mouse
2010-11-14 H.G. MullerImplement variant seirawan
2010-11-14 H.G. MullerAdd -variant seirawan to menu
2010-11-14 H.G. MullerFix acceptance of null-move with legality testing off
2010-11-14 H.G. MullerFix mouse-driver buglet
2010-11-14 H.G. MullerList some undocumented commands as compliant
2010-11-14 H.G. MullerList Hint with compliant commands
2010-11-14 H.G. MullerRestrict use of escape expansion
2010-11-14 H.G. MullerMake safeStrCpy safe
2010-11-09 H.G. MullerLet Engine #2 Settings start second engine
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. MullerDelete some stale promotion code
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. MullerLet -oneClickMove also work in EditGame mode
2010-10-22 H.G. MullerMake starting new variation dependent on shift key
2010-10-22 H.G. MullerFix merging bug
2010-10-16 H.G. MullerAdd option -variations to control variation-tree walking
2010-10-16 H.G. MullerFix bug in ICS variant switch for Shogi
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-14 Arun Persaudbugfix: fixed readline support with icslogon option
2010-10-08 H.G. MullerAllow -timeIncrement to be a float
2010-10-08 Arun Persaudadding gnu-readline support
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 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. MullerMake Shogi promotion zone board-size dependent
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. MullerPrevent transmission of spurious promo char to other...
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. 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. MullerFix some MSVC compile errors
2010-08-14 H.G. MullerAdd -colorNickNames option
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 regression in colorization of zippy-matched commands
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. 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. MullerFix variant switch on PGN loading
2010-07-14 H.G. MullerAdjudicate Xiangqi material draws with Advisor-less...
2010-07-01 H.G. MullerIgnore checks in 50-move count for Xiangqi
2010-05-28 H.G. MullerFix e.p. bug in xiangqi with -serverMoves option
2010-05-28 H.G. MullerRepair score printing with -serverMoves option
2010-05-28 H.G. MullerRepair animate dragging
2010-05-10 H.G. MullerFix game end during dragging
2010-05-09 H.G. MullerFix bug in sending "usermove" when forcing book moves
2010-05-06 H.G. MullerFix engine stall on perpetual-check evasion
2010-04-01 H.G. MullerAllow escape sequences in telluser(error) messages
next