Remove more duplicate variable declarations.
[gnushogi.git] / gnushogi / rawdsp.c
2014-01-20 Yann DirsonRemove more duplicate variable declarations.
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-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 DirsonUse POSIX setvbuf in preference to BSD setlinebuf.
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 DirsonMention all supported commands in Raw_help.
2013-11-09 Yann DirsonReintroduce printf in Raw_help.
2013-11-09 Yann DirsonRestore interactive "level" mode in xshogi proto, by...
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 DirsonSwitch display-selection framework from dspwrappers...
2013-11-09 Yann DirsonDrop -pedantic from default gcc flags and restore use...
2013-11-03 H.G. MullerWindows port
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 DirsonConvert more stuff from #ifdef to dspwrappers: SetupBoard.
2013-10-19 Yann DirsonRemove dead Curses-specific code from Raw_ElapsedTime()
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 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 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 DirsonParametrize more hardcoded contants.
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 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... Updating to version 1.3, release made by Mike Vanier...