EditBoard: resync Curses implementation with the Raw one.
[gnushogi.git] / gnushogi /
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-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...
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 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-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...
2013-10-19 Yann DirsonProvide a Raw version of ShowNodeCnt to avoid more...
2013-10-19 Yann DirsonWhen in check, complain with the requested move.
2013-10-19 Yann DirsonAdd safeguard against buffer overflow when calling...
2013-10-19 Yann DirsonConvert more stuff from #ifdef to dspwrappers.
2013-10-17 Yann DirsonFinally get rid of that highly non-standard use of...
2013-10-17 Yann DirsonRegularly check for user input when searching, to have...
2013-10-14 Yann DirsonDetect EOF waiting for user input in xshogi and raw...
2013-10-14 Yann DirsonRestore SIGINT for stopping gnushogi when thinking.
2013-10-08 Yann DirsonHonor LDFLAGS at link-time.
2013-10-08 Yann DirsonAllow configure --without-curses.
2013-10-08 Yann DirsonRemove excessive boilerplate duplication from dspwrappers.
2013-10-03 Yann DirsonRestore previous copyright information that got removed...
2013-09-29 Yann DirsonFix another hardcored 9x9-board hardcoded value.
2013-09-29 Yann DirsonDocument internal APIs.
2013-09-29 Yann DirsonParametrize more hardcoded contants.
2013-09-29 Yann DirsonUse enums.
2013-09-29 Yann DirsonAdd support for building gnushogi and xshogi out of...
2013-09-29 Yann DirsonDeal with warnings raised by -Wformat-security.
2013-09-29 Stijn van DrongelenFixes segfault in gnushogi when asking for help.
2013-09-29 Yann DirsonStatify functions not used outside their compilation...
2013-09-29 Yann DirsonDon't intercept INT and QUIT signals, and use USR1...
2013-09-29 Yann DirsonFix integer overflow caused by bad use of binary operator.
2013-09-29 Yann DirsonDo not attempt to outguess system headers by (re)defini...
2013-09-29 Yann DirsonFix a function prototype.
2012-03-18 Luis Felipe Strano... Changing license to GPL3 (and bumping version to 1...
2012-03-13 Luis Felipe Strano... Fix buffer overflow, patch by Typone Alfredo (alfredo...
2012-03-13 Luis Felipe Strano... Build fix for MacOS X.
2012-03-13 Luis Felipe Strano... Updating to version 1.3.2, last public release by Mike...
2012-03-13 Luis Felipe Strano... Updating to version 1.3, release made by Mike Vanier...