summaryrefslogtreecommitdiffstats
path: root/mbbsd/chess.c
Commit message (Expand)AuthorAgeFilesLines
* 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