gnushogi.git
2014-03-05 H.G.MullerFix typeMask mini
2014-03-05 H.G.MullerFix bug NonPromotionPossible for mini-Shogi
2014-03-05 H.G.MullerMake piece-type testable by bitmask
2014-03-04 H.G.MullerFix entry of deferrals
2014-03-04 H.G.MullerMake some non-standard commands engine-defined options
2014-03-04 H.G.MullerImplement XBoard setboard command
2014-03-04 H.G.MullerImplement XBoard memory command
2014-03-04 H.G.MullerImplement periodic updates
2014-03-03 H.G.MullerAllow passing command to InputCommand
2014-03-03 H.G.MullerImplement analysis mode
2014-02-22 Yann DirsonXBoard: split printing of the features line for clarity. master
2014-02-22 H.G. MullerTeach minishogi to issue "setup" command on variant...
2014-02-22 Yann DirsonInputCommand: format alternatives consistently.
2014-02-22 Yann DirsonBook: always use Write* API to write into binbook.
2014-02-22 Yann DirsonBook: get rid of currentoffset as a global var, be...
2014-02-22 Yann DirsonBook: simplify WriteData.
2014-02-22 Yann DirsonBook: replace Write* macros with functions.
2014-02-22 Yann DirsonBook: replace *Offset macros with functions.
2014-02-22 Yann DirsonIssue a note when "bsave" is aborted because of missing...
2014-02-22 Yann DirsonWarnings: format string issue.
2014-02-22 Yann DirsonWarnings: correctly use #ifdef for declarations.
2014-02-22 Yann DirsonWarnings: be explicit about values we are using.
2014-02-22 Yann DirsonMake ShowMessage stdarg-enabled.
2014-02-22 Yann DirsonUse SEEK_SET instead of literal 0 in lseek calls.
2014-02-22 Yann DirsonBook: mark more functions static.
2014-02-22 Yann DirsonUse AM_MAINTAINER_MODE.
2014-02-22 Yann DirsonDo not install PORTING file.
2014-02-22 Yann DirsonFix detection of "otim".
2014-02-17 Yann DirsonAdvertise XBoard as official replacement for XShogi.
2014-02-17 H.G. MullerXBoard: switch "black" and "white" in commands and...
2014-02-17 Yann DirsonXBoard: teach about xboard move notation.
2014-02-17 H.G. MullerXBoard: use xboard v2-compatible move output ("move...
2014-02-17 H.G. MullerXBoard: select an xboard-compatible implementation...
2014-02-17 Yann DirsonXBoard: declare feature sigint=0 to avoid getting kille...
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 DirsonFix typo $EXEEXT handling in configure.ac
2014-02-17 Yann DirsonMerge branch 'maint' into HEAD
2014-02-17 Yann DirsonList savannah news in announcements to be made on release.
2014-02-16 Yann DirsonBump version to "1.4.2+"
2014-02-16 Yann DirsonREADME.maint: list announcements to be done on release.
2014-02-16 Yann DirsonPrepare v1.4.2.
2014-02-16 Yann DirsonNote remaining known bugs
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-10 Yann DirsonManual: mention the results obtained in the Computer...
2014-02-10 Yann DirsonMerge branch 'maint'
2014-02-10 Yann DirsonDrop hack supporting old cygwin toolchain for win32...
2014-02-10 Yann DirsonActivate cross-compilation features in autoconf.
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-09 Yann DirsonAvoid AC_FUNC_MALLOC.
2014-02-06 Yann DirsonInstall text version of opening book instead of binary...
2014-02-05 Yann DirsonRemove texinfo.tex from revision control.
2014-02-05 Yann DirsonRemove XShogi doc from the manual, and add information...
2014-02-04 Yann DirsonMerge branch 'maint'
2014-02-04 Yann DirsonRemove XShogi from the source tree
2014-02-04 Yann DirsonFix dependencies on built executables to include $...
2014-02-04 Yann DirsonDrop -ansi from gcc extra flags.
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 DirsonUpdate TODO list
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-18 Yann DirsonUpdate TODO list
2014-01-18 Yann DirsonStart NEWS entry for 1.5.0
2014-01-16 Yann DirsonNuke files missed when switching to automake
2014-01-16 Yann DirsonMerge branch 'maint'
2014-01-16 Yann DirsonBump version to "1.4.1+".
2014-01-14 Yann DirsonPrepare v1.4.1
2014-01-14 Yann DirsonUpdate maintainership info in AUTHORS.
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-14 Yann DirsonDoc: mention 1.4.1
2014-01-14 Yann DirsonDoc: more on shogi variants in general, and Mini Shogi...
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...
next