| Commit message (Expand) | Author | Age | Files | Lines |
* | Use fency game board in GO and GOMOKU | scw | 2007-10-03 | 1 | -6/+6 |
* | 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/+4 |
* | gomoku machine readable log reading fix | scw | 2005-09-23 | 1 | -2/+2 |
* | code clean up. | kcwu | 2005-09-22 | 1 | -61/+58 |
* | GO convertion to chess framework | scw | 2005-09-11 | 1 | -14/+10 |
* | Gomoku log read error | scw | 2005-09-02 | 1 | -8/+26 |
* | gomoku log read problem | scw | 2005-08-29 | 1 | -2/+2 |
* | 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 | -1/+75 |
* | * chess country includes GO now | scw | 2005-08-21 | 1 | -1/+1 |
* | Move cursor to where opposite play in gomoku. | scw | 2005-08-21 | 1 | -0/+1 |
* | Wrong winner on rule-violating step. | scw | 2005-08-20 | 1 | -3/+3 |
* | Move cursor to center of the play board in gomoku | scw | 2005-08-16 | 1 | -0/+3 |
* | gomoku and go logging update | scw | 2005-08-15 | 1 | -5/+8 |
* | Gomoku convertion to chess.c framework | scw | 2005-08-15 | 1 | -627/+290 |
* | No more colorful title for gomoku log on board. | scw | 2005-08-08 | 1 | -1/+1 |
* | Don't generate '\t' (tab) in gomoku log file. | scw | 2005-07-28 | 1 | -2/+4 |
* | apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/g | victor | 2005-07-04 | 1 | -2/+2 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -39/+39 |
* | move global variable xuser into local, save 512 bytes. | kcwu | 2005-03-12 | 1 | -1/+2 |
* | warning free: "static" should be in front of "const" | kcwu | 2005-03-03 | 1 | -1/+1 |
* | Strip escape sequences and spaces in country name when playing gomoku. | scw | 2005-02-12 | 1 | -2/+18 |
* | Undo in gomoku needs opposite's comfirm. | scw | 2005-02-12 | 1 | -22/+70 |
* | Gomoku playing screen changed. Money is no longer shown. | scw | 2005-02-12 | 1 | -4/+37 |
* | Fix gomoku log problem. | scw | 2005-02-11 | 1 | -1/+7 |
* | redraw help bar to avoid overrided by water ball. | scw | 2005-01-29 | 1 | -1/+2 |
* | Collect all the five chess log to a board if GLOBAL_FIVECHESS_LOG | scw | 2005-01-25 | 1 | -25/+63 |
* | Fix gomoku passing states. | scw | 2005-01-23 | 1 | -6/+24 |
* | Showing blank photo when either side has not joined chess country, | scw | 2005-01-23 | 1 | -27/+30 |
* | Showing picture on five chess match. (only when both sides participated | scw | 2005-01-23 | 1 | -24/+118 |
* | Refactoring screen.c and adding function GetCurrentLine(). | scw | 2005-01-21 | 1 | -1/+4 |
* | fix bug: missing string terminate char | kcwu | 2004-11-06 | 1 | -0/+2 |
* | eliminate 361byte global array | kcwu | 2004-10-31 | 1 | -22/+23 |
* | Fix screen for gomo. | scw | 2004-07-28 | 1 | -6/+11 |
* | Buildin gomo board, etc/@five no longer needed. | scw | 2004-07-28 | 1 | -1/+22 |
* | Add color for gomo board. (The same way as in GO) | scw | 2004-07-28 | 1 | -0/+5 |
* | GO game merged from FPG. | scw | 2004-07-04 | 1 | -9/+5 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -1/+1 |
* | remove prototypes of not exist functions | kcwu | 2004-06-04 | 1 | -1/+3 |
* | integrate igetkey igetch egetch | ptt | 2004-04-24 | 1 | -1/+1 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -29/+29 |
* | refining | ptt | 2004-03-31 | 1 | -8/+8 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -40/+29 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1501 63ad8ddf-47c3-03... | ptt | 2004-01-31 | 1 | -1/+1 |
* | merge from my branch | victor | 2003-09-09 | 1 | -0/+135 |
* | code cleanup | kcwu | 2003-09-06 | 1 | -14/+13 |
* | * there are so many fopen() without fclose() | kcwu | 2003-01-20 | 1 | -1/+2 |
* | move global array into local. | kcwu | 2003-01-16 | 1 | -10/+11 |
* | who wrote this.... @@ | kcwu | 2003-01-16 | 1 | -10/+2 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -5/+5 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -10/+10 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -2/+2 |
* | indent | in2 | 2002-07-06 | 1 | -144/+159 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -26/+2 |
* | *** empty log message *** | ptt | 2002-05-25 | 1 | -3/+2 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -7/+8 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -3/+3 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+417 |