Regularize Chu-Shogi piece assignment
[xboard.git] / backend.c
2016-04-24 H.G.MullerRegularize Chu-Shogi piece assignment
2016-04-17 H.G.MullerFinish castling and e.p. rights for Edit Position
2016-04-17 H.G.MullerSilence Clang warnings
2016-04-03 H.G.MullerStart implementing rights control in Edit Position...
2016-03-29 H.G.MullerFix exposing of premove highlight and move exclusion XB
2016-03-29 H.G.MullerSuppress participation of second engine in EPD mode
2016-03-29 H.G.MullerChange EPD reporting
2016-03-29 H.G.MullerClear total solving time at start of match
2016-03-29 H.G.MullerAllow a list of best moves in EPD
2016-03-29 H.G.MullerInternationalize EPD messages
2016-03-29 H.G.MullerPrint average solving time of EPD suite
2016-03-29 H.G.MullerFix determination of EPD solving time
2016-03-29 H.G.MullerAdd more EPD code
2016-03-29 H.G.MullerAdd -analysisBell option to use move sound in analysis...
2016-03-29 H.G.MullerFix variant switch on engine load
2016-03-29 H.G.MullerAdd -men option for changing piece moves
2016-03-29 H.G.MullerAdd -fen option
2016-03-29 H.G.MullerForget piece redefinitions before loading game
2016-03-29 H.G.MullerFix replay of multi-leg move
2016-03-29 H.G.MullerRepair flashing of moved piece (XB)
2016-03-29 H.G.MullerImprove board drawing
2016-03-12 H.G.MullerSilence two warnings
2016-03-08 H.G.MullerMake EOF error conditionally non-fatal (XB)
2016-03-08 H.G.MullerImplement triple capture
2016-03-08 H.G.MullerPrevent out-of-turn grabbing of piece in analysis mode
2016-03-06 Arun PersaudMerge branch 'v4.8.x'
2016-03-06 Arun Persaudupdated copyright for 2016
2016-02-29 H.G.MullerPrint score with same sign in message and engine output
2016-02-28 H.G.MullerFix disappearance of premoved piece
2016-02-28 H.G.MullerFix bug #43792 (no highlights after rejection of premove)
2016-02-26 H.G.MullerUse mouse wheel for selecting piece in Edit Position...
2016-02-17 H.G.MullerAllow promotion choice in engine-defined variants
2016-02-09 H.G.MullerAllow promotion on two-leg move
2016-02-09 H.G.MullerFix type-in of hit-and-run captures
2016-02-09 H.G.MullerAllow setting of piece nicknames from pieceToChar string
2016-02-08 H.G.MullerFix printing of 'x' in position diagram
2016-02-06 H.G.MullerAlways assume FEN in variant-fairy PGN game is initial...
2016-02-06 H.G.MullerFix spurious promotion partners
2016-02-05 H.G.MullerChange the piece order again
2016-02-03 H.G.MullerAdapt Chu-Shogi pieceToCharTable to new piece order
2016-02-03 H.G.MullerFix demoting in Edit Position mode
2016-02-03 H.G.MullerClear highlights after moving piece in Edit Position
2016-02-02 H.G.MullerFix default piece in Shogi promotions
2016-02-02 H.G.MullerFix sweep promotions to Tokin
2016-02-02 H.G.MullerFix setting default piece from 'choice' command
2016-02-02 H.G.MullerFix two compiler warnings
2016-02-02 H.G.MullerAllow pieces with dressed-letter ID as promotion choice
2016-02-01 H.G.MullerFix castling rights
2016-02-01 H.G.MullerAllow engine to force popup of its settings dialog
2016-01-31 H.G.MullerChange pieceToCharTable order of pieces beyond Lion
2016-01-30 H.G.MullerUse flexible promotion assignment
2016-01-29 H.G.MullerLet PROMOTED and DEMOTED macros use argument
2016-01-29 H.G.MullerFix Chu promotion with added pieces
2016-01-28 H.G.MullerMake move to own piece a swap rather than capture
2016-01-28 H.G.MullerImplement 'choice' engine->GUI command
2016-01-28 H.G.MullerLet target-square highlighting prevail over legality...
2016-01-28 H.G.MullerAdd support for Multi-PV Margin
2016-01-27 H.G.MullerFix pasting of moves after starting from position file
2016-01-27 H.G.MullerFix double-clicks for copying in Edit Position mode
2016-01-20 H.G.MullerFix crash on pasting garbage FEN
2016-01-14 H.G.MullerFix spurious undo at game start
2016-01-14 H.G.MullerSend ping in EditGameEvent
2016-01-13 H.G.MullerFix variant recognition in ICS mode
2016-01-13 H.G.MullerLet FENs handle Betza initial rights in castlingless...
2016-01-13 H.G.MullerFix setting of initial virginity on PGN read
2016-01-11 H.G.MullerFix writing FEN castling rights for non-edge 'Rooks'
2016-01-11 H.G.MullerFix reading FEN FRC castling rights when King not on...
2016-01-10 H.G.MullerNever castle when King has other initial moves
2016-01-07 H.G.MullerFix edit command for double-digit ranks
2016-01-03 H.G.MullerFix FEN castling rank for Knightmate
2015-12-29 H.G.MullerSkip in pieceToChar to Tokin always
2015-12-29 H.G.MullerFix parsing of pieceToChar strings
2015-12-19 H.G.MullerFix piece command after ID-suffix patch
2015-12-17 H.G.MullerFix bare-king adjudication in Atomic
2015-11-27 H.G.MullerFix DarkSquare bug in piece counting
2015-11-26 H.G.MullerFix piece commands for suffixed piece IDs
2015-10-20 H.G.MullerPrint mate scores as #N in message field
2015-10-20 H.G.MullerStart implementing EPD test suites
2015-07-24 H.G.MullerFix disappearance of a1 on double capture
2015-05-17 Arun PersaudUpdated copyright notice to 2015
2015-05-08 Arun PersaudMerge branch 'v4.8.x' into master
2015-05-08 H.G.MullerAllow promotion choice in variant asean
2015-05-07 H.G.MullerImplement triple capture (not finished)
2015-05-07 H.G.MullerAllow Lion double-moves in opening book
2015-05-07 H.G.MullerFix reading of pieceToChar string and piece command
2015-05-07 H.G.MullerImplement piece suffixes
2015-05-07 H.G.MullerImprove reading of pieceToCharTable
2015-05-07 H.G.MullerFix reading of startposition FEN starting with *
2015-05-07 H.G.MullerFix parsing of illegal drops from PGN
2015-05-07 H.G.MullerLet promotion zone be 3 ranks on 8-rank shogi boards
2015-05-07 H.G.MullerFix illegal-drop fix
2015-05-07 H.G.MullerSuppress lift command on deselecting piece
2015-05-07 H.G.MullerSuppress appearance of promotion popup when sweep-selecting
2015-05-07 H.G.MullerFix illegal drops
2015-05-07 H.G.MullerFix click-click sweep-select
2015-05-07 H.G.MullerFix promotion sweep of black Pawns in Shogi
2015-05-07 H.G.MullerFix deselection of piece
2015-05-07 H.G.MullerFix highlight-induced promotions
2015-05-07 H.G.MullerCastling fix 1
2015-05-07 H.G.MullerCastle with nearest rather than corner piece
next