2013-12-17 |
Yann Dirson | Use .texi suffix, preferred to .texinfo. |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Yann Dirson | Fix ordering of include dirs. |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Yann Dirson | Minor makefile improvements |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Yann Dirson | Move into opts.h the "mostly for hacking" remark from... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Yann Dirson | Update .gitignore for doc/ dir. |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Yann Dirson | #define _POSIX_C_SOURCE to get proper access to snprint... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Yann Dirson | Use POSIX setvbuf in preference to BSD setlinebuf. |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Yann Dirson | Fully quote autoconf macro arguments, as they should. |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Yann Dirson | Bump version to "1.4.1-rc0+". |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Yann Dirson | Generate HTML doc using makeinfo, instead of obsolecent... |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Yann Dirson | Prepare v1.4.1rc0. |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Yann Dirson | Update manual for maintainer, project communication... |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Yann Dirson | Update TODO: there are plans for v1.5, and things have... |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Yann Dirson | Fix "make dist" not to include a recursive copy of... |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Yann Dirson | Fix formatting of boards in texinfo doc. |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Yann Dirson | Update NEWS file for upcoming 1.4.1. |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Yann Dirson | Remove version number from manpage. |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Yann Dirson | Remove unused obsolete version numbers from Makefiles. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Yann Dirson | Take note of more cleanups to do. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Yann Dirson | Move hashfile definition from configure.ac into Makefile.in |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Yann Dirson | Use configure --enable-minishogi to select build of... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
H.G. Muller | Fix mini-Shogi out-of-bounds acces of board |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Yann Dirson | Avoid looking at the game type to determine minishogi... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Yann Dirson | Disable GuessGameType() for MiniShogi. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Yann Dirson | Fix ScorePosition() for MiniShogi. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Yann Dirson | Generate patterns.inc at build time. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Yann Dirson | Initial attempt at minishogi. |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Yann Dirson | Fix various regression for building out of tree. |
commit | commitdiff | tree | snapshot |
2013-11-03 |
H.G. Muller | Windows port |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Yann Dirson | Normalize configure --help using AS_HELP_STRING. |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Yann Dirson | Don't bail out if configure (without --with-curses... |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Yann Dirson | Fix funny search-and-replace copyright typo. |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Yann Dirson | Use centralized version from configure.ac, drop use... |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Yann Dirson | Move strings back into source code, from .lng support. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Yann Dirson | Move ElapsedTime to tcontrl.c, now that there is a... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Yann Dirson | Make UpdateClocks and input-polling dspwrappers-based... |
commit | commitdiff | tree | snapshot |
2013-10-21 |
Yann Dirson | Fix regression with stdarg dspwrappers. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Fixed minor regression in makepatter. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Fix build of --with-curses mode. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Drop non-curses support from Curses_ElapsedTime. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Drop NOT_CURSES occurences from makepattern. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Convert more stuff from #ifdef to dspwrappers: SetupBoard. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Stop exporting Curses-internal functions to everyone. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Finish the --without-curses support. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Remove dead Curses-specific code from Raw_ElapsedTime() |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Remove useless explicit prototype for pow(). |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Change ElapsedTime to a normal display function. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Make spacing consistent in *dsp.c, kill unused global... |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Factorize ElapsedTime implementations by restricting... |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Fix ShowPrompt implementation across display drivers. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Convert more stuff from #ifdef to dspwrappers: GetString. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Convert more stuff from #ifdef to dspwrappers: AlwaysSh... |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Provide a Raw version of ShowNodeCnt to avoid more... |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | When in check, complain with the requested move. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Add safeguard against buffer overflow when calling... |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Convert more stuff from #ifdef to dspwrappers. |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Yann Dirson | Configure: stop abusing AC_MSG_CHECKING, use correct... |
commit | commitdiff | tree | snapshot |
2013-10-17 |
Yann Dirson | Finally get rid of that highly non-standard use of... |
commit | commitdiff | tree | snapshot |
2013-10-17 |
Yann Dirson | Regularly check for user input when searching, to have... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Yann Dirson | Detect EOF waiting for user input in xshogi and raw... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Yann Dirson | Restore SIGINT for stopping gnushogi when thinking. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Yann Dirson | Rename configure --with-xshogi to --enable-xshogi for... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Start of a "make dist" target. |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Rework doc-handing make rules and remove generated... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Remove hack previously used to insert diags into genera... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Don't cause autogen.sh to run configure. |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Initiate new ChangeLog using git2cl. |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Start to fill NEWS, rotate pre-git logs to ChangeLog... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Critical texinfo doc formatting fixes. |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Use @ifnotex and not @ifinfo, or HTML does not get... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Remove text of the GPL (v2) from texinfo doc, it did... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Honor LDFLAGS at link-time. |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Allow configure --without-curses. |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Yann Dirson | Remove excessive boilerplate duplication from dspwrappers. |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Yann Dirson | Add .gitignore file |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Yann Dirson | Clarify configure options that only relate to xshogi |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Yann Dirson | Restore previous copyright information that got removed... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Fix another hardcored 9x9-board hardcoded value. |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Document internal APIs. |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Parametrize more hardcoded contants. |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Use enums. |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Add support for building gnushogi and xshogi out of... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Deal with warnings raised by -Wformat-security. |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Stijn van Drongelen | Fixes segfault in gnushogi when asking for help. |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Statify functions not used outside their compilation... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Don't intercept INT and QUIT signals, and use USR1... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Fix integer overflow caused by bad use of binary operator. |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Do not attempt to outguess system headers by (re)defini... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Fix a function prototype. |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Yann Dirson | Add missing info headers |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Luis Felipe... | Changing license to GPL3 (and bumping version to 1... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Luis Felipe... | Fix buffer overflow, patch by Typone Alfredo (alfredo... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Luis Felipe... | Disabling default compilation of xshogi. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Luis Felipe... | Build fix for MacOS X. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Luis Felipe... | Adding autogen.sh and removing autogenerated files. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Luis Felipe... | Updating to version 1.3.2, last public release by Mike... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Luis Felipe... | Updating to version 1.3, release made by Mike Vanier... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Luis Felipe... | Initial commit based on GNU Shogi 1.2 patchlevel 3. |
commit | commitdiff | tree | snapshot |
|