XBoard: handle xboard-specific commands
[gnushogi.git] / gnushogi /
2014-02-17 H.G. MullerXBoard: handle xboard-specific commands
2014-02-17 H.G. MullerXBoard: deal with semantic differences in "post" betwee...
2014-02-17 H.G. MullerXBoard: make messages compatible with xboard protocol.
2014-02-17 Yann DirsonMerge branch 'maint' into HEAD
2014-02-16 Yann DirsonEnsure the player names are refreshed after a switch...
2014-02-16 Yann DirsonEditBoard: use printf for conciseness
2014-02-16 Yann DirsonCurses: parametrize hardcoded values for captures piece...
2014-02-16 Yann DirsonCurses: shift board one char to the right to leave...
2014-02-16 Yann DirsonEditBoard: display message on wrong input.
2014-02-16 Yann DirsonEditBoard: fix error handling in piece setting.
2014-02-16 Yann DirsonCurses: move things around in EditBoard to free the...
2014-02-16 Yann DirsonCurses: fix position of lower clock for minishogi.
2014-02-16 Yann DirsonCurses: avoid getting out of 80 columns when editing...
2014-02-16 Yann DirsonCurses: fix inverted column numbers display for minishogi.
2014-02-16 Yann DirsonCurses: use a macro for left margin of display
2014-02-16 Yann DirsonEditBoard: simplify loop logic by ending iterations...
2014-02-16 Yann DirsonEditBoard: restructure loop for consistency.
2014-02-16 Yann DirsonEditBoard: resync Curses implementation with the Raw...
2014-02-15 Yann DirsonFix use of (COL|ROW)_NAME macros to compute numbers...
2014-02-09 Yann DirsonOnly build pat2inc and declare it as dep for pattern...
2014-02-09 Yann DirsonTeach autogen.sh to generate *-pattern.inc, to allow...
2014-02-09 Yann DirsonShip *-pattern.inc in the distributed tarball, to simpl...
2014-02-06 Yann DirsonInstall text version of opening book instead of binary...
2014-02-04 Yann DirsonFix dependencies on built executables to include $...
2014-01-25 Yann DirsonGet rid of cxx/rxx in favor of COL/ROW_NAME.
2014-01-25 Yann DirsonDo not hardcode squares for camp limits and spare an...
2014-01-20 Yann DirsonImprove readability of algbr().
2014-01-20 Yann DirsonMark more functions and vars static.
2014-01-20 Yann DirsonRemove more duplicate variable declarations.
2014-01-20 Yann DirsonMove SetTimeControl into tctrl.c.
2014-01-20 Yann DirsonDrop more dead code and unused decls.
2014-01-20 Yann DirsonGet rid of redundant "barebones" flag, essentially...
2014-01-20 Yann DirsonTrivial if/printf's simplifications.
2014-01-20 H.G. MullerMake posting of ponder output default
2014-01-16 Yann DirsonNuke files missed when switching to automake
2014-01-16 Yann DirsonMerge branch 'maint'
2014-01-14 Yann DirsonUpdate copyright info for 2008 (minishogi patches)...
2014-01-14 Yann DirsonAdd missing copyright info to *-common.c, added by...
2014-01-14 Yann DirsonAdjust comment to prevent licensecheck from considering...
2014-01-12 Yann DirsonSwitch build to automake, building gnuminishogi officially.
2014-01-12 Yann DirsonStop hardcoding filenames inside pat2inc, use commandli...
2014-01-12 Yann DirsonPrevent pat2inc from silently reading gnushogi.pat...
2014-01-12 Yann DirsonMake ReadOpeningSequences easier to read.
2014-01-12 Yann DirsonMerge branch 'maint'
2013-12-17 Yann DirsonGet rid of Makefile.profile, document flags to use...
2013-12-17 Yann DirsonKill dead code in pat2inc.
2013-12-17 Yann DirsonMinor pat2inc code cleanups
2013-12-17 Yann DirsonDrop useless defines for pat2inc build.
2013-12-16 Yann DirsonFix ordering of include dirs.
2013-12-15 Yann DirsonMove into opts.h the "mostly for hacking" remark from...
2013-12-05 Yann DirsonMerge branch 'maint' into master
2013-12-05 Yann Dirson#define _POSIX_C_SOURCE to get proper access to snprint...
2013-12-05 Yann DirsonUse POSIX setvbuf in preference to BSD setlinebuf.
2013-11-09 Yann DirsonMinor cleanups.
2013-11-09 Yann DirsonProvide "sd <n>" as (primary) alias of "depth <n>"...
2013-11-09 Yann DirsonAllow "depth <n>" syntax.
2013-11-09 Yann DirsonMention all supported commands in Raw_help.
2013-11-09 Yann DirsonRemove support for -DNOPOST, and duplicate code it...
2013-11-09 Yann DirsonReintroduce printf in Raw_help.
2013-11-09 Yann DirsonRestore interactive "level" mode in xshogi proto, by...
2013-11-09 Yann DirsonMove "offset to command args" to InputCommand.
2013-11-09 Yann DirsonStatify more functions.
2013-11-09 Yann DirsonRefactor InputCommand, removing last need for NOT_CURSE...
2013-11-09 Yann DirsonRefactor needlessly-complicated Raw_SelectLevel.
2013-11-09 Yann DirsonDeal with simple compiler warnings: dead code, unused...
2013-11-09 Yann DirsonWhitespace and parenthesis cleanup.
2013-11-09 Yann DirsonSwitch display-selection framework from dspwrappers...
2013-11-09 Yann DirsonDrop -pedantic from default gcc flags and restore use...
2013-11-05 Yann DirsonRemove unused obsolete version numbers from Makefiles.
2013-11-04 Yann DirsonMove hashfile definition from configure.ac into Makefile.in
2013-11-04 Yann DirsonUse configure --enable-minishogi to select build of...
2013-11-04 H.G. MullerFix mini-Shogi out-of-bounds acces of board
2013-11-04 Yann DirsonAvoid looking at the game type to determine minishogi...
2013-11-04 Yann DirsonDisable GuessGameType() for MiniShogi.
2013-11-04 Yann DirsonFix ScorePosition() for MiniShogi.
2013-11-04 Yann DirsonGenerate patterns.inc at build time.
2013-11-04 Yann DirsonInitial attempt at minishogi.
2013-11-03 Yann DirsonFix various regression for building out of tree.
2013-11-03 H.G. MullerWindows port
2013-11-03 Yann DirsonFix funny search-and-replace copyright typo.
2013-11-03 Yann DirsonUse centralized version from configure.ac, drop use...
2013-11-03 Yann DirsonMove strings back into source code, from .lng support.
2013-10-23 Yann DirsonMove ElapsedTime to tcontrl.c, now that there is a...
2013-10-23 Yann DirsonMake UpdateClocks and input-polling dspwrappers-based...
2013-10-21 Yann DirsonFix regression with stdarg dspwrappers.
2013-10-19 Yann DirsonFixed minor regression in makepatter.
2013-10-19 Yann DirsonFix build of --with-curses mode.
2013-10-19 Yann DirsonDrop non-curses support from Curses_ElapsedTime.
2013-10-19 Yann DirsonDrop NOT_CURSES occurences from makepattern.
2013-10-19 Yann DirsonConvert more stuff from #ifdef to dspwrappers: SetupBoard.
2013-10-19 Yann DirsonStop exporting Curses-internal functions to everyone.
2013-10-19 Yann DirsonFinish the --without-curses support.
2013-10-19 Yann DirsonRemove dead Curses-specific code from Raw_ElapsedTime()
2013-10-19 Yann DirsonRemove useless explicit prototype for pow().
2013-10-19 Yann DirsonChange ElapsedTime to a normal display function.
2013-10-19 Yann DirsonMake spacing consistent in *dsp.c, kill unused global...
2013-10-19 Yann DirsonFactorize ElapsedTime implementations by restricting...
2013-10-19 Yann DirsonFix ShowPrompt implementation across display drivers.
2013-10-19 Yann DirsonConvert more stuff from #ifdef to dspwrappers: GetString.
2013-10-19 Yann DirsonConvert more stuff from #ifdef to dspwrappers: AlwaysSh...
next