summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate warningswens2009-06-121-2/+2
* * refine cmbbs: move util_passwd.o to cmbbs/passwd.c.piaip2009-06-121-3/+3
* - many small revisekcwu2009-05-271-1/+1
* - (internal) change GLOBAL_* to BN_*piaip2008-03-311-2/+2
* - eliminate compile warningspiaip2008-03-111-1/+1
* * use strtok_r() instead of strtok(). fix bad strtok() usages.kcwu2007-06-191-2/+3
* Reversi (multiplayer othello) addedscw2007-05-301-3/+5
* add article header for chess log. also hint user the replay log hotkey 'z'.kcwu2006-10-081-0/+3
* Fix chc machine readable log board initial state.scw2005-11-161-1/+1
* GO chess replay implementedscw2005-09-111-0/+3
* GO convertion to chess frameworkscw2005-09-111-3/+4
* pretty output of human readable chess log.kcwu2005-09-091-13/+15
* Gomoku log read errorscw2005-09-021-2/+6
* * chc machine-readable log reflectedscw2005-09-011-2/+2
* chc replay display problemscw2005-08-301-1/+1
* write '[Result "*"]' for unknown status chc logscw2005-08-291-0/+2
* chc machine readable log updatescw2005-08-291-10/+15
* try using userec_t to initialize ChessUser when failed to get userinfo_tscw2005-08-281-0/+2
* Chess functions:scw2005-08-281-4/+156
* Fix SIGABRT when watching chc.scw2005-08-221-6/+7
* Wrong winner on rule-violating step.scw2005-08-201-4/+4
* 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