summaryrefslogtreecommitdiffstats
path: root/mbbsd/chess.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate warningswens2009-06-121-1/+1
* - many small revisekcwu2009-05-271-2/+4
* - refine key processing of CR(C-M), LF(C-J), BS(C-H), BS2(0x7f)piaip2008-04-211-2/+1
* - (internal) getans -> vanspiaip2008-04-171-2/+2
* - (internal) change API names to visio format: stand_title -> vs_hdr.piaip2008-04-151-6/+6
* Drop Solaris supportwens2008-04-091-4/+0
* - add option "default to backup" (from PttSuggest@ptt2)piaip2008-03-031-1/+6
* - change screen APIs to ncurses-like namespiaip2007-12-211-2/+2
* Escape from being watched when playing info is NULLscw2007-11-041-2/+1
* Fix chess undo incorrectly set info->turnscw2007-06-011-2/+4
* Reversi (multiplayer othello) addedscw2007-05-301-9/+13
* sigmask properly when leaving chessscw2007-05-301-11/+5
* Chess signal remasking before setting handlerscw2007-05-281-2/+11
* Allowing denying being watched when playing chess.scw2007-05-281-1/+8
* * skip KEY_UNKNOWN.kcwu2007-05-091-0/+6
* Fix warning: array subscript has type 'char'scw2007-03-241-2/+2
* Set timeout for confirmation when playing chess to avoidscw2007-03-241-18/+39
* add article header for chess log. also hint user the replay log hotkey 'z'.kcwu2006-10-081-3/+6
* Reverse photo display in chess game to fit the directionscw2006-08-091-8/+8
* verify userid when sethome path.kcwu2006-03-271-10/+21
* more assertion for tracking bug.kcwu2006-03-271-0/+1
* No mail alert for personal chess log scw2005-09-201-2/+0
* GO chess replay implementedscw2005-09-111-6/+9
* GO convertion to chess frameworkscw2005-09-111-78/+166
* Fix last commit: time calculating considered "counting mode"scw2005-09-041-3/+6
* * help message update: 'p' means "tie request" as well as passscw2005-09-031-6/+17
* * refine chess framework IO routinesscw2005-09-021-19/+24
* * chc machine-readable log reflectedscw2005-09-011-0/+2
* * allowing undo when playing chess personallyscw2005-09-011-2/+22
* fix r3116, I mean `mateid.' Thanks kcwu.scw2005-08-301-1/+1
* warn user if file is unable to open.kcwu2005-08-301-0/+5
* prevent from search_ulist_userid() returning NULLscw2005-08-291-2/+7
* fix last commitscw2005-08-281-2/+2
* try using userec_t to initialize ChessUser when failed to get userinfo_tscw2005-08-281-0/+5
* Chess functions:scw2005-08-281-21/+79
* set*() family functions all assume buffer size = PATHLEN, to prevent buffer o...kcwu2005-08-231-12/+12
* add_io(0, 0) before reading data from user when playing chessscw2005-08-201-3/+13
* Wrong winner on rule-violating step.scw2005-08-201-2/+12
* Don't move two steps when client is dbcs-awared.scw2005-08-181-0/+21
* chess photo not found problemscw2005-08-171-1/+5
* r133@scwnb: bbsadm | 2005-08-17 22:46:26 +0800scw2005-08-171-0/+1
* Chess undoscw2005-08-171-26/+91
* gomoku and go logging updatescw2005-08-151-2/+1
* Gomoku convertion to chess.c frameworkscw2005-08-151-25/+217
* * fix crash when logging a tied chc gamescw2005-08-131-7/+16
* * fix chc watching SEGV bugscw2005-08-101-0/+3
* Fix r3015.scw2005-08-091-8/+9
* fix chess internal coordinate. kcwu2005-08-081-15/+15
* Use ``void (*)(int)'' instead of ``sighandler_t'' since FreeBSDscw2005-08-081-1/+1
* Fix chess watching backward one step bugscw2005-08-081-1/+2
* New chess frameworkscw2005-08-081-0/+1181