Warnings: correctly use #ifdef for declarations.
[gnushogi.git] / gnushogi / commondsp.c
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 DirsonFix detection of "otim".
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 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 DirsonMerge branch 'maint' into HEAD
2014-02-16 Yann DirsonEnsure the player names are refreshed after a switch...
2014-02-15 Yann DirsonFix use of (COL|ROW)_NAME macros to compute numbers...
2014-01-25 Yann DirsonGet rid of cxx/rxx in favor of COL/ROW_NAME.
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-16 Yann DirsonMerge branch 'maint'
2014-01-14 Yann DirsonUpdate copyright info for 2008 (minishogi patches)...
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-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 DirsonRemove support for -DNOPOST, and duplicate code it...
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-04 Yann DirsonInitial attempt at minishogi.
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-19 Yann DirsonConvert more stuff from #ifdef to dspwrappers: SetupBoard.
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-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-03 Yann DirsonRestore previous copyright information that got removed...
2013-09-29 Yann DirsonDocument internal APIs.
2013-09-29 Yann DirsonParametrize more hardcoded contants.
2013-09-29 Yann DirsonDeal with warnings raised by -Wformat-security.
2013-09-29 Yann DirsonDon't intercept INT and QUIT signals, and use USR1...
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... 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...