summaryrefslogtreecommitdiffstats
path: root/mbbsd/dice.c
Commit message (Expand)AuthorAgeFilesLines
* - dice: no longer supportedpiaip2008-02-041-470/+0
* - change screen APIs to ncurses-like namespiaip2007-12-211-3/+3
* * extract common functions as library.kcwu2007-12-121-13/+0
* - change money name to macro for better isolationpiaip2007-12-081-5/+5
* New style to specify ANSI escape commands.piaip2005-06-081-70/+70
* add 'const' qualifiers on function parameters.kcwu2005-03-191-2/+2
* replace rand() with random() for better randomnesskcwu2005-02-041-1/+1
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-0/+2
* replace some prints() with outs(),kcwu2004-06-101-49/+49
* remove prototypes of not exist functionskcwu2004-06-041-1/+1
* revert cuser from pointer to buffer.ptt2004-04-211-9/+9
* add mmap to cuser get ride of passwd_updateptt2004-03-311-9/+9
* commentkcwu2003-11-011-1/+1
* code clean upkcwu2003-09-101-10/+3
* eliminate global arraykcwu2003-01-161-11/+11
* sprintf() -> snprintf()in22002-07-231-4/+5
* indent -i4in22002-07-211-12/+12
* indentin22002-07-061-197/+248
* global variable move to var.cin22002-06-041-13/+2
* change getdata() constant to sizeof()in22002-04-291-2/+2
* Initial revisionin22002-03-071-0/+447