summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
Commit message (Expand)AuthorAgeFilesLines
* Gomoku convertion to chess.c frameworkscw2005-08-151-123/+10
* * fix crash when logging a tied chc gamescw2005-08-131-2/+4
* * fix chc watching SEGV bugscw2005-08-101-10/+8
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3018 63ad8ddf-47c3-03...scw2005-08-091-5/+5
* Fix r3015.scw2005-08-091-3/+12
* Correcting chc losing number when playing.scw2005-08-091-3/+6
* use REDDOWN() macro to indicate chessboard flipping status.kcwu2005-08-091-11/+11
* fix chess internal coordinate. kcwu2005-08-081-86/+96
* New chess frameworkscw2005-08-081-1023/+374
* CHC message showing modified.scw2005-08-041-61/+67
* CHC limited time mode rule update.scw2005-08-021-2/+5
* CHC new restriction available.scw2005-08-011-18/+178
* Show time limit and turning info in chc when displaying photo.scw2005-07-161-3/+9
* username -> nicknamepiaip2005-07-061-2/+2
* Photo on chinese chess for chess country.scw2005-07-061-35/+191
* New style to specify ANSI escape commands.piaip2005-06-081-19/+19
* add 'const' qualifiers on function parameters.kcwu2005-03-191-12/+12
* move global variable into localkcwu2005-03-121-195/+219
* move global variable xuser into local, save 512 bytes.kcwu2005-03-121-2/+4
* typokcwu2005-03-011-1/+1
* add code question commentkcwu2005-02-281-1/+1
* Reenable Chinese chess watching.scw2005-02-261-16/+18
* avoid use math library (-lm).kcwu2005-02-241-3/+25
* log outcome of chess playingkcwu2005-02-241-0/+12
* bug fix: fix broadcast linklistkcwu2005-02-061-2/+2
* * In generalnamecomplete(), complete as more as possible when space (' ')scw2005-02-051-5/+1
* replace rand() with random() for better randomnesskcwu2005-02-041-1/+1
* treat lose and decrease chess rating if disconnectedkcwu2004-10-311-2/+5
* fix chess piece name (wrong side)kcwu2004-10-241-1/+1
* fix move step linekcwu2004-10-191-57/+111
* rename global static variable "fp" to "chessfp"kcwu2004-10-181-9/+9
* also update rating in ramkcwu2004-10-081-0/+1
* calculate chess ELO ratingkcwu2004-10-081-0/+33
* big5 sucksvictor2004-10-061-1/+1
* remove unused uflag: MIND_FLAG, COLOR_FLAGvictor2004-10-061-20/+62
* merge back from branch victor.solarisvictor2004-09-101-4/+8
* fix chc bug, but still buggyvictor2004-09-091-7/+13
* Add statistic program for angel.scw2004-06-201-0/+1
* replace some prints() with outs(),kcwu2004-06-101-1/+1
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-5/+5
* integrate igetkey igetch egetchptt2004-04-241-3/+3
* revert the river namevictor2004-04-231-1/+1
* revert cuser from pointer to buffer.ptt2004-04-211-6/+6
* chess rollbackptt2004-04-201-4/+2
* chess -_-ptt2004-04-141-1/+1
* 1.change outs pressanykey -> vmsgptt2004-04-141-2/+4
* Fix warning, including:scw2004-04-021-0/+4
* refiningptt2004-03-311-1/+1
* add mmap to cuser get ride of passwd_updateptt2004-03-311-6/+6
* add mode CHESSWATCHINGvictor2003-10-141-1/+4
* ask before watching a chc game.victor2003-09-281-0/+3
* fix bug - syntax errorvictor2003-09-131-1/+1
* code auditkcwu2003-09-101-1/+2
* merge chc from my branchvictor2003-09-091-0/+1030