summaryrefslogtreecommitdiffstats
path: root/mbbsd/gomo.c
Commit message (Expand)AuthorAgeFilesLines
* No more colorful title for gomoku log on board.scw2005-08-081-1/+1
* Don't generate '\t' (tab) in gomoku log file.scw2005-07-281-2/+4
* apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/gvictor2005-07-041-2/+2
* New style to specify ANSI escape commands.piaip2005-06-081-39/+39
* move global variable xuser into local, save 512 bytes.kcwu2005-03-121-1/+2
* warning free: "static" should be in front of "const"kcwu2005-03-031-1/+1
* Strip escape sequences and spaces in country name when playing gomoku.scw2005-02-121-2/+18
* Undo in gomoku needs opposite's comfirm.scw2005-02-121-22/+70
* Gomoku playing screen changed. Money is no longer shown.scw2005-02-121-4/+37
* Fix gomoku log problem.scw2005-02-111-1/+7
* redraw help bar to avoid overrided by water ball.scw2005-01-291-1/+2
* Collect all the five chess log to a board if GLOBAL_FIVECHESS_LOGscw2005-01-251-25/+63
* Fix gomoku passing states.scw2005-01-231-6/+24
* Showing blank photo when either side has not joined chess country,scw2005-01-231-27/+30
* Showing picture on five chess match. (only when both sides participatedscw2005-01-231-24/+118
* Refactoring screen.c and adding function GetCurrentLine().scw2005-01-211-1/+4
* fix bug: missing string terminate charkcwu2004-11-061-0/+2
* eliminate 361byte global arraykcwu2004-10-311-22/+23
* Fix screen for gomo.scw2004-07-281-6/+11
* Buildin gomo board, etc/@five no longer needed.scw2004-07-281-1/+22
* Add color for gomo board. (The same way as in GO)scw2004-07-281-0/+5
* GO game merged from FPG.scw2004-07-041-9/+5
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-1/+1
* remove prototypes of not exist functionskcwu2004-06-041-1/+3
* integrate igetkey igetch egetchptt2004-04-241-1/+1
* revert cuser from pointer to buffer.ptt2004-04-211-29/+29
* refiningptt2004-03-311-8/+8
* add mmap to cuser get ride of passwd_updateptt2004-03-311-40/+29
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1501 63ad8ddf-47c3-03...ptt2004-01-311-1/+1
* merge from my branchvictor2003-09-091-0/+135
* code cleanupkcwu2003-09-061-14/+13
* * there are so many fopen() without fclose()kcwu2003-01-201-1/+2
* move global array into local.kcwu2003-01-161-10/+11
* who wrote this.... @@kcwu2003-01-161-10/+2
* sprintf() -> snprintf()in22002-07-231-5/+5
* indent -i4in22002-07-211-10/+10
* strcpy() -> strlcpy()in22002-07-211-2/+2
* indentin22002-07-061-144/+159
* global variable move to var.cin22002-06-041-26/+2
* *** empty log message ***ptt2002-05-251-3/+2
* replace time(NULL) by nowptt2002-05-131-7/+8
* change getdata() constant to sizeof()in22002-04-291-3/+3
* Initial revisionin22002-03-071-0/+417