| Commit message (Expand) | Author | Age | Files | Lines |
* | * use strtok_r() instead of strtok(). fix bad strtok() usages. | kcwu | 2007-06-19 | 1 | -2/+3 |
* | Reversi (multiplayer othello) added | scw | 2007-05-30 | 1 | -3/+5 |
* | add article header for chess log. also hint user the replay log hotkey 'z'. | kcwu | 2006-10-08 | 1 | -0/+3 |
* | Fix chc machine readable log board initial state. | scw | 2005-11-16 | 1 | -1/+1 |
* | GO chess replay implemented | scw | 2005-09-11 | 1 | -0/+3 |
* | GO convertion to chess framework | scw | 2005-09-11 | 1 | -3/+4 |
* | pretty output of human readable chess log. | kcwu | 2005-09-09 | 1 | -13/+15 |
* | Gomoku log read error | scw | 2005-09-02 | 1 | -2/+6 |
* | * chc machine-readable log reflected | scw | 2005-09-01 | 1 | -2/+2 |
* | chc replay display problem | scw | 2005-08-30 | 1 | -1/+1 |
* | write '[Result "*"]' for unknown status chc log | scw | 2005-08-29 | 1 | -0/+2 |
* | chc machine readable log update | scw | 2005-08-29 | 1 | -10/+15 |
* | try using userec_t to initialize ChessUser when failed to get userinfo_t | scw | 2005-08-28 | 1 | -0/+2 |
* | Chess functions: | scw | 2005-08-28 | 1 | -4/+156 |
* | Fix SIGABRT when watching chc. | scw | 2005-08-22 | 1 | -6/+7 |
* | Wrong winner on rule-violating step. | scw | 2005-08-20 | 1 | -4/+4 |
* | Gomoku convertion to chess.c framework | scw | 2005-08-15 | 1 | -123/+10 |
* | * fix crash when logging a tied chc game | scw | 2005-08-13 | 1 | -2/+4 |
* | * fix chc watching SEGV bug | scw | 2005-08-10 | 1 | -10/+8 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3018 63ad8ddf-47c3-03... | scw | 2005-08-09 | 1 | -5/+5 |
* | Fix r3015. | scw | 2005-08-09 | 1 | -3/+12 |
* | Correcting chc losing number when playing. | scw | 2005-08-09 | 1 | -3/+6 |
* | use REDDOWN() macro to indicate chessboard flipping status. | kcwu | 2005-08-09 | 1 | -11/+11 |
* | fix chess internal coordinate. | kcwu | 2005-08-08 | 1 | -86/+96 |
* | New chess framework | scw | 2005-08-08 | 1 | -1023/+374 |
* | CHC message showing modified. | scw | 2005-08-04 | 1 | -61/+67 |
* | CHC limited time mode rule update. | scw | 2005-08-02 | 1 | -2/+5 |
* | CHC new restriction available. | scw | 2005-08-01 | 1 | -18/+178 |
* | Show time limit and turning info in chc when displaying photo. | scw | 2005-07-16 | 1 | -3/+9 |
* | username -> nickname | piaip | 2005-07-06 | 1 | -2/+2 |
* | Photo on chinese chess for chess country. | scw | 2005-07-06 | 1 | -35/+191 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -19/+19 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -12/+12 |
* | move global variable into local | kcwu | 2005-03-12 | 1 | -195/+219 |
* | move global variable xuser into local, save 512 bytes. | kcwu | 2005-03-12 | 1 | -2/+4 |
* | typo | kcwu | 2005-03-01 | 1 | -1/+1 |
* | add code question comment | kcwu | 2005-02-28 | 1 | -1/+1 |
* | Reenable Chinese chess watching. | scw | 2005-02-26 | 1 | -16/+18 |
* | avoid use math library (-lm). | kcwu | 2005-02-24 | 1 | -3/+25 |
* | log outcome of chess playing | kcwu | 2005-02-24 | 1 | -0/+12 |
* | bug fix: fix broadcast linklist | kcwu | 2005-02-06 | 1 | -2/+2 |
* | * In generalnamecomplete(), complete as more as possible when space (' ') | scw | 2005-02-05 | 1 | -5/+1 |
* | replace rand() with random() for better randomness | kcwu | 2005-02-04 | 1 | -1/+1 |
* | treat lose and decrease chess rating if disconnected | kcwu | 2004-10-31 | 1 | -2/+5 |
* | fix chess piece name (wrong side) | kcwu | 2004-10-24 | 1 | -1/+1 |
* | fix move step line | kcwu | 2004-10-19 | 1 | -57/+111 |
* | rename global static variable "fp" to "chessfp" | kcwu | 2004-10-18 | 1 | -9/+9 |
* | also update rating in ram | kcwu | 2004-10-08 | 1 | -0/+1 |
* | calculate chess ELO rating | kcwu | 2004-10-08 | 1 | -0/+33 |
* | big5 sucks | victor | 2004-10-06 | 1 | -1/+1 |
* | remove unused uflag: MIND_FLAG, COLOR_FLAG | victor | 2004-10-06 | 1 | -20/+62 |
* | merge back from branch victor.solaris | victor | 2004-09-10 | 1 | -4/+8 |
* | fix chc bug, but still buggy | victor | 2004-09-09 | 1 | -7/+13 |
* | Add statistic program for angel. | scw | 2004-06-20 | 1 | -0/+1 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -1/+1 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -5/+5 |
* | integrate igetkey igetch egetch | ptt | 2004-04-24 | 1 | -3/+3 |
* | revert the river name | victor | 2004-04-23 | 1 | -1/+1 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -6/+6 |
* | chess rollback | ptt | 2004-04-20 | 1 | -4/+2 |
* | chess -_- | ptt | 2004-04-14 | 1 | -1/+1 |
* | 1.change outs pressanykey -> vmsg | ptt | 2004-04-14 | 1 | -2/+4 |
* | Fix warning, including: | scw | 2004-04-02 | 1 | -0/+4 |
* | refining | ptt | 2004-03-31 | 1 | -1/+1 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -6/+6 |
* | add mode CHESSWATCHING | victor | 2003-10-14 | 1 | -1/+4 |
* | ask before watching a chc game. | victor | 2003-09-28 | 1 | -0/+3 |
* | fix bug - syntax error | victor | 2003-09-13 | 1 | -1/+1 |
* | code audit | kcwu | 2003-09-10 | 1 | -1/+2 |
* | merge chc from my branch | victor | 2003-09-09 | 1 | -0/+1030 |