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