summaryrefslogtreecommitdiffstats
path: root/mbbsd/go.c
Commit message (Expand)AuthorAgeFilesLines
* 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