summaryrefslogtreecommitdiffstats
path: root/mbbsd/go.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate compile warningswens2009-06-121-14/+14
* * refine cmbbs: move util_passwd.o to cmbbs/passwd.c.piaip2009-06-121-3/+3
* - bbs: fix utmp_brcid out-of-sync on 's' select.piaip2008-04-151-4/+4
* - fix go score calculation (prior will have 'lose' overflow - forget to incre...piaip2008-04-031-3/+18
* - (internal) change GLOBAL_* to BN_*piaip2008-03-311-2/+2
* - change big_picture to inansistr() api.piaip2007-12-221-3/+9
* - talk: big_picture free version, prepared for pftermpiaip2007-12-211-0/+1
* Use fency game board in GO and GOMOKUscw2007-10-031-8/+8
* Reversi (multiplayer othello) addedscw2007-05-301-2/+4
* add article header for chess log. also hint user the replay log hotkey 'z'.kcwu2006-10-081-0/+4
* GO scoring and displaying on userlist.scw2006-03-121-8/+28
* prepare for connect6piaip2005-09-221-2/+2
* 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