summaryrefslogtreecommitdiffstats
path: root/mbbsd/card.c
Commit message (Expand)AuthorAgeFilesLines
* * fix bug: incorrect user's tmp buf filename.kcwu2009-06-131-3/+3
* card: make prompt message more clear, and accept user response betterpiaip2009-06-061-1/+6
* speed up gameplay procedurepiaip2009-06-061-40/+38
* - make more description for token number displaypiaip2009-06-061-3/+4
* - reduce the latency of game playpiaip2009-06-051-2/+2
* refine card play messagespiaip2009-05-251-9/+24
* - security update: stop using BBS money in the game, because of too many botspiaip2009-05-251-73/+135
* - sleep longer for card game. we don't like robot play.kcwu2009-05-241-1/+1
* - add comments and eliminate compile warningpiaip2008-06-041-1/+1
* - reduce the frequency of alertspiaip2008-06-041-1/+3
* - fixed: ten-half may be played without having PMONEY. piaip2008-05-271-2/+9
* - refine key processing of CR(C-M), LF(C-J), BS(C-H), BS2(0x7f)piaip2008-04-211-1/+1
* - (internal) change API names to visio format: stand_title -> vs_hdr.piaip2008-04-151-1/+1
* - add warning on famous gamespiaip2008-03-011-1/+10
* - change money name to macro for better isolationpiaip2007-12-081-8/+8
* large terminal rules.piaip2005-08-061-8/+8
* New style to specify ANSI escape commands.piaip2005-06-081-27/+27
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-6/+6
* replace rand() with random() for better randomnesskcwu2005-02-041-1/+1
* To avoid huge load, sleep 0.1s after each card game, chichken, gamble transac...kcwu2004-11-061-0/+1
* show 6 card when playing blackjackkcwu2004-10-311-16/+16
* change/fix the rule of blackjackkcwu2004-10-311-39/+55
* fix card_jack crashkcwu2004-10-211-2/+12
* replace some prints() with outs(),kcwu2004-06-101-7/+7
* reoragnize functions ptt2004-04-241-36/+12
* remove useless functionsptt2004-04-231-1/+1
* revert cuser from pointer to buffer.ptt2004-04-211-7/+7
* add mmap to cuser get ride of passwd_updateptt2004-03-311-8/+8
* sprintf() -> snprintf()in22002-07-231-4/+5
* indent -i4in22002-07-211-25/+25
* indentin22002-07-061-459/+505
* global variable move to var.cin22002-06-041-14/+2
* change getdata() constant to sizeof()in22002-04-291-3/+3
* Initial revisionin22002-03-071-0/+625