Allow arbitrary nesting of sub-variations in PGN input
[xboard.git] / backend.c
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
2010-03-31 H.G. MullerFix rep-draw recognition
2010-03-28 H.G. MullerFix info lines being used as normal thinking output
2010-03-27 H.G. MullerSuppress background observe for boards with own game...
2010-03-27 H.G. MullerFix crash on switching to ICS xiangqi game
2010-03-25 H.G. MullerAllow loading of PGN variations in XBoard
2010-03-25 H.G. MullerPaint highlights on dual board (WB)
2010-02-27 H.G. MullerRemake programVersion string after receiving engine...
2010-02-25 H.G. MullerAlso capture (numeric) whispers of players for -autoKibitz
2010-02-25 H.G. MullerAdd kibitzes and c-shouts Chat Box
2010-02-25 H.G. MullerMark non-compliant lines of engine in debug file
2010-02-25 H.G. MullerRedraw second board on expose events
2010-02-25 H.G. MullerPrint seconds with 2 digits in backgroundObserve status...
2010-02-24 H.G. MullerDo not recognize non-ICS variants from PGN event tag
2010-02-23 H.G. MullerFix display of uninitialized boards in background observe hgm-4.20100223
2010-02-23 H.G. MullerUse side-by-side boards to display background game
2010-02-23 H.G. MullerRepair background-observe patch
2010-02-22 H.G. MullerAllow walking a kibitzed PV
2010-02-22 H.G. MullerDon't disturb background observe when receiving new...
2010-02-21 H.G. MullerLet yy_text determine progress of PV parsing
2010-02-21 H.G. MullerSupport playing through PGN variation comments
2010-02-21 H.G. MullerAdd Annotate item in Step menu
2010-02-21 H.G. MullerLet the sounds sound on receiving a message in a Chat Box
2010-02-21 H.G. MullerAllow WB Chat Box to be dedicated to shouts and 'it'
2010-02-21 H.G. MullerAdd upload of game to ICS for examining
2010-02-21 H.G. MullerHandle display of PV that starts with other move than...
2010-02-21 H.G. MullerSeek-Graph bugfix: disappearing output in ICS console
2010-02-21 H.G. MullerFix right-edge spillover of Seek-Graph dots in WinBoard
2010-02-09 H.G. MullerCapture holdings of background observed game
2010-02-09 H.G. MullerMatch handles with multiple titles for channel Chat...
2010-02-09 H.G. MullerDo not pop down Seek Graph on on-dot click
2010-02-08 H.G. MullerObserve a game in the background while playing
2010-02-07 H.G. MullerRemove race condition in clock switching
2010-02-07 H.G. MullerLet second click on piece make only capture, with ...
2010-02-07 H.G. MullerBugfix stale first-click
2010-02-07 H.G. MullerAdd promotions and e.p. to oneClickMove
2010-02-07 Arun Persaudupdated year in copyright info
2010-02-06 H.G. MullerOne-click moves
2010-02-06 H.G. MullerUse squares for computer seek ads
2010-02-06 H.G. MullerUse right mouse button to view seek ads
next