summaryrefslogtreecommitdiffstats
path: root/mbbsd/go.c
Commit message (Expand)AuthorAgeFilesLines
* GO chess replay implementedscw2005-09-111-2/+165
* GO convertion to chess frameworkscw2005-09-111-1288/+713
* screen_backup() & screen_restore() update:scw2005-08-171-7/+2
* screen-resize awareness between screen_backup() and screen_restore().victor2005-08-151-5/+5
* gomoku and go logging updatescw2005-08-151-2/+2
* remove real escapes (\033) from sourcepiaip2005-08-111-20/+31
* warning free, make gcc 4.0 happyvictor2005-07-071-1/+1
* eliminate warningspiaip2005-06-081-1/+1
* New style to specify ANSI escape commands.piaip2005-06-081-14/+14
* move 76 bytes global variable into localkcwu2005-03-121-161/+157
* move 232 bytes from data section to rodata sectionkcwu2005-03-121-1/+1
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-1/+1
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-4/+4
* comment todokcwu2004-11-061-0/+1
* fix pointer crash bug due to my last modifykcwu2004-11-061-12/+12
* Backup screen without hole. Save 8~11kb for normal user.kcwu2004-11-061-4/+4
* eliminate 2kb global arraykcwu2004-10-311-88/+113
* Lower number of screen refreshing when playing GO.scw2004-07-251-3/+3
* Go game add color board (dirty hack @@),scw2004-07-251-131/+187
* correcting go's outputscw2004-07-041-2/+14
* GO game merged from FPG.scw2004-07-041-0/+1401