- Jan 31, 2006
-
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
instead of *((WORD *)var).
-
rswindell authored
of numeric/statistical user fields: * User.adjust_credits(count) * User.adjust_minutes(count) * User.posted_message([count=1]) * User.sent_email([count=1] [,feedback=false]) * User.uploaded_file(bytes [,files=1]) * User.downloaded_file(bytes [,files=1]) In the methods where "count" is optional (in square brackets), the default value is '1'. So to increment the user's messages-posted statistcs by one (for today and total), User.posted_message() is all that is needed. Specifying a negative value allows adjust downwards (subtraction). e.g. to remove 1000 credits: User.adjust_credits(-1000); The User.stats properties are *intentionally* read-only (i.e. not a bug) since there is no "safe" way to modify these properties using normal mathematical operators (e.g. +=), hence the need for these new methods.
-
rswindell authored
instead of user number (allow the higher level to determine what constitutes feedback or not).
-
rswindell authored
credits, and minutes - basically wrappers for adjustuserrec().
-
rswindell authored
-
- Jan 30, 2006
-
-
rswindell authored
disable) user's spinning cursor setting.
-
deuce authored
-
deuce authored
Only use K_GETSTR if user.settings&USER_SPIN (To avoid triple the ESC delay when not necessary)
-
deuce authored
-
deuce authored
Naughty Deuce.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
not perl so even if I *could* spell it still wouldn't have been fixed.
-
deuce authored
At least "REST CDEGKMNPSUX" triggers this.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
"HELP"
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
first option in the File menu.
-
rswindell authored
Updated docs for methods with *optional* directory number/code argument.
-
- Jan 29, 2006
-
-
runemaster authored
notification of such in result message for re-entry.
-