2014-01-20 |
Yann Dirson | Get rid of redundant "barebones" flag, essentially...
|
commit | commitdiff | tree |
2014-01-20 |
Yann Dirson | Trivial if/printf's simplifications.
|
commit | commitdiff | tree |
2014-01-18 |
Yann Dirson | Update TODO list
|
commit | commitdiff | tree |
2014-01-18 |
Yann Dirson | Start NEWS entry for 1.5.0
|
commit | commitdiff | tree |
2014-01-16 |
Yann Dirson | Nuke files missed when switching to automake
|
commit | commitdiff | tree |
2014-01-16 |
Yann Dirson | Merge branch 'maint'
|
commit | commitdiff | tree |
2014-01-16 |
Yann Dirson | Bump version to "1.4.1+".
|
commit | commitdiff | tree |
2014-01-14 |
Yann Dirson | Prepare v1.4.1
|
commit | commitdiff | tree |
2014-01-14 |
Yann Dirson | Update maintainership info in AUTHORS.
|
commit | commitdiff | tree |
2014-01-14 |
Yann Dirson | Update copyright info for 2008 (minishogi patches)...
|
commit | commitdiff | tree |
2014-01-14 |
Yann Dirson | Add missing copyright info to *-common.c, added by...
|
commit | commitdiff | tree |
2014-01-14 |
Yann Dirson | Adjust comment to prevent licensecheck from considering...
|
commit | commitdiff | tree |
2014-01-14 |
Yann Dirson | Doc: mention 1.4.1
|
commit | commitdiff | tree |
2014-01-14 |
Yann Dirson | Doc: more on shogi variants in general, and Mini Shogi...
|
commit | commitdiff | tree |
2014-01-12 |
Yann Dirson | Switch build to automake, building gnuminishogi officially.
|
commit | commitdiff | tree |
2014-01-12 |
Yann Dirson | Stop hardcoding filenames inside pat2inc, use commandline...
|
commit | commitdiff | tree |
2014-01-12 |
Yann Dirson | Prevent pat2inc from silently reading gnushogi.pat...
|
commit | commitdiff | tree |
2014-01-12 |
Yann Dirson | Make ReadOpeningSequences easier to read.
|
commit | commitdiff | tree |
2014-01-12 |
Yann Dirson | Xshogi: build scanner separately from parser.
|
commit | commitdiff | tree |
2014-01-12 |
Yann Dirson | Merge branch 'maint'
|
commit | commitdiff | tree |
2014-01-12 |
Yann Dirson | Bump version to "1.4.1-rc1+".
|
commit | commitdiff | tree |
2013-12-18 |
Yann Dirson | Fix "make distclean" when there is no editor backup...
|
commit | commitdiff | tree |
2013-12-18 |
Yann Dirson | Prepare v1.4.1rc1.
|
commit | commitdiff | tree |
2013-12-17 |
Yann Dirson | Add build support for win32 on cygwin (gcc3).
|
commit | commitdiff | tree |
2013-12-17 |
Yann Dirson | Get rid of Makefile.profile, document flags to use...
|
commit | commitdiff | tree |
2013-12-17 |
Yann Dirson | Kill dead code in pat2inc.
|
commit | commitdiff | tree |
2013-12-17 |
Yann Dirson | Minor pat2inc code cleanups
|
commit | commitdiff | tree |
2013-12-17 |
Yann Dirson | Drop useless defines for pat2inc build.
|
commit | commitdiff | tree |
2013-12-17 |
Yann Dirson | Use .texi suffix, preferred to .texinfo.
|
commit | commitdiff | tree |
2013-12-16 |
Yann Dirson | Fix ordering of include dirs.
|
commit | commitdiff | tree |
2013-12-16 |
Yann Dirson | Minor makefile improvements
|
commit | commitdiff | tree |
2013-12-15 |
Yann Dirson | Move into opts.h the "mostly for hacking" remark from...
|
commit | commitdiff | tree |
2013-12-05 |
Yann Dirson | Merge branch 'maint' into master
|
commit | commitdiff | tree |
2013-12-05 |
Yann Dirson | Update .gitignore for doc/ dir.
|
commit | commitdiff | tree |
2013-12-05 |
Yann Dirson | #define _POSIX_C_SOURCE to get proper access to snprintf...
|
commit | commitdiff | tree |
2013-12-05 |
Yann Dirson | Use POSIX setvbuf in preference to BSD setlinebuf.
|
commit | commitdiff | tree |
2013-12-05 |
Yann Dirson | Fully quote autoconf macro arguments, as they should.
|
commit | commitdiff | tree |
2013-12-05 |
Yann Dirson | Bump version to "1.4.1-rc0+".
|
commit | commitdiff | tree |
2013-12-05 |
Yann Dirson | Generate HTML doc using makeinfo, instead of obsolecent...
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Minor cleanups.
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Provide "sd <n>" as (primary) alias of "depth <n>"...
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Allow "depth <n>" syntax.
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Mention all supported commands in Raw_help.
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Remove support for -DNOPOST, and duplicate code it...
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Reintroduce printf in Raw_help.
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Restore interactive "level" mode in xshogi proto, by...
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Move "offset to command args" to InputCommand.
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Statify more functions.
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Refactor InputCommand, removing last need for NOT_CURSES...
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Refactor needlessly-complicated Raw_SelectLevel.
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Deal with simple compiler warnings: dead code, unused...
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Whitespace and parenthesis cleanup.
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Switch display-selection framework from dspwrappers...
|
commit | commitdiff | tree |
2013-11-09 |
Yann Dirson | Drop -pedantic from default gcc flags and restore use...
|
commit | commitdiff | tree |
2013-11-07 |
Yann Dirson | Prepare v1.4.1rc0.
|
commit | commitdiff | tree |
2013-11-07 |
Yann Dirson | Update manual for maintainer, project communication...
|
commit | commitdiff | tree |
2013-11-07 |
Yann Dirson | Update TODO: there are plans for v1.5, and things have...
|
commit | commitdiff | tree |
2013-11-05 |
Yann Dirson | Fix "make dist" not to include a recursive copy of...
|
commit | commitdiff | tree |
2013-11-05 |
Yann Dirson | Fix formatting of boards in texinfo doc.
|
commit | commitdiff | tree |
2013-11-05 |
Yann Dirson | Update NEWS file for upcoming 1.4.1.
|
commit | commitdiff | tree |
2013-11-05 |
Yann Dirson | Remove version number from manpage.
|
commit | commitdiff | tree |
2013-11-05 |
Yann Dirson | Remove unused obsolete version numbers from Makefiles.
|
commit | commitdiff | tree |
2013-11-04 |
Yann Dirson | Take note of more cleanups to do.
|
commit | commitdiff | tree |
2013-11-04 |
Yann Dirson | Move hashfile definition from configure.ac into Makefile.in
|
commit | commitdiff | tree |
2013-11-04 |
Yann Dirson | Use configure --enable-minishogi to select build of...
|
commit | commitdiff | tree |
2013-11-04 |
Yann Dirson | Avoid looking at the game type to determine minishogi...
|
commit | commitdiff | tree |
2013-11-04 |
Yann Dirson | Disable GuessGameType() for MiniShogi.
|
commit | commitdiff | tree |
2013-11-04 |
Yann Dirson | Fix ScorePosition() for MiniShogi.
|
commit | commitdiff | tree |
2013-11-04 |
Yann Dirson | Generate patterns.inc at build time.
|
commit | commitdiff | tree |
2013-11-04 |
Yann Dirson | Initial attempt at minishogi.
|
commit | commitdiff | tree |
2013-11-03 |
Yann Dirson | Fix various regression for building out of tree.
|
commit | commitdiff | tree |
2013-11-03 |
Yann Dirson | Normalize configure --help using AS_HELP_STRING.
|
commit | commitdiff | tree |
2013-11-03 |
Yann Dirson | Don't bail out if configure (without --with-curses...
|
commit | commitdiff | tree |
2013-11-03 |
Yann Dirson | Fix funny search-and-replace copyright typo.
|
commit | commitdiff | tree |
2013-11-03 |
Yann Dirson | Use centralized version from configure.ac, drop use...
|
commit | commitdiff | tree |
2013-11-03 |
Yann Dirson | Move strings back into source code, from .lng support.
|
commit | commitdiff | tree |
2013-10-23 |
Yann Dirson | Move ElapsedTime to tcontrl.c, now that there is a...
|
commit | commitdiff | tree |
2013-10-23 |
Yann Dirson | Make UpdateClocks and input-polling dspwrappers-based...
|
commit | commitdiff | tree |
2013-10-21 |
Yann Dirson | Fix regression with stdarg dspwrappers.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Fixed minor regression in makepatter.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Fix build of --with-curses mode.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Drop non-curses support from Curses_ElapsedTime.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Drop NOT_CURSES occurences from makepattern.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Convert more stuff from #ifdef to dspwrappers: SetupBoard.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Stop exporting Curses-internal functions to everyone.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Finish the --without-curses support.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Remove dead Curses-specific code from Raw_ElapsedTime()
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Remove useless explicit prototype for pow().
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Change ElapsedTime to a normal display function.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Make spacing consistent in *dsp.c, kill unused global...
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Factorize ElapsedTime implementations by restricting...
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Fix ShowPrompt implementation across display drivers.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Convert more stuff from #ifdef to dspwrappers: GetString.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Convert more stuff from #ifdef to dspwrappers: AlwaysShowMes...
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Provide a Raw version of ShowNodeCnt to avoid more...
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | When in check, complain with the requested move.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Add safeguard against buffer overflow when calling...
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Convert more stuff from #ifdef to dspwrappers.
|
commit | commitdiff | tree |
2013-10-19 |
Yann Dirson | Configure: stop abusing AC_MSG_CHECKING, use correct...
|
commit | commitdiff | tree |
2013-10-17 |
Yann Dirson | Finally get rid of that highly non-standard use of...
|
commit | commitdiff | tree |