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