A B C D E F G H I J K L M N O P R S T U V W X Y Z _

D

dangerous__removeTestUsers() - Static method in class org.starhope.appius.user.User
Delete test users: test???? accounts with email of testing@tootsville.com will be DESTROYED from the database.
database_id - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
DataException - Exception in org.starhope.appius.except
A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
DataException(String) - Constructor for exception org.starhope.appius.except.DataException
 
datagram - Variable in class org.starhope.appius.game.AppiusDatagram
WRITEME: document this field (brpocock, Dec 14, 2009) datagram (AppiusDatagram)
dbcpActive - Static variable in class org.starhope.appius.util.AppiusConfig
If true, use database connection pooling
dbh - Static variable in class org.starhope.appius.util.AppiusConfig
This is the data source for SQL queries.
debug - Variable in class org.starhope.appius.game.AppiusClaudiusCaecus
Boolean flag indicating whether the server is in debugging mode or not.
decrementScore(int, int) - Method in class org.starhope.appius.game.GameEvent
decrease a user's score, but do not allow it to drop below 0.
defaultAction - Variable in class org.starhope.appius.sys.op.Filter.FilterPattern
The default action to undertake if this pattern is matched
defaultBaseColor - Static variable in class org.starhope.appius.user.AvatarClass
A cache of the default base colour for the avatar class
defaultExtraColor - Static variable in class org.starhope.appius.user.AvatarClass
A cache of the default extra/highlight/feature colour for the avatar class
defaultPatternColor - Static variable in class org.starhope.appius.user.AvatarClass
A cache of the default pattern/hair/additional colour for the avatar class
defaultPatternID - Static variable in class org.starhope.appius.user.AvatarClass
A cache of the default pattern/hairstyle type for the avatar class
DELAY_MS - Static variable in class org.starhope.appius.game.AppiusClaudiusCaecus
The delay before the first run of the NPC manager task.
delete() - Method in interface org.starhope.appius.types.GameWorldMessage
Delete this message (making it invisible in the inbox or wall)
deleteMail(int) - Method in class org.starhope.appius.user.User
Mark a message as being deleted in the messages database.
deleteVariable(String) - Method in interface org.starhope.appius.game.AbstractRoom
 
deleteVariable(String) - Method in class org.starhope.appius.game.Room
This is an overriding method.
deleteVariable(String) - Method in interface org.starhope.appius.types.HasVariables
TODO: document this method (brpocock, Dec 1, 2009)
deleteVariable(String) - Method in class org.starhope.appius.user.User
This is an overriding method.
deleteVariable(String) - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
deserialize(String) - Static method in class org.starhope.appius.via.Via
 
destroy() - Method in class org.starhope.appius.game.Zone
This is an overriding method.
destroy() - Method in interface org.starhope.appius.types.AbstractZone
This is an overriding method.
destroy() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
destroyRoom(AbstractRoom) - Method in class org.starhope.appius.game.Zone
This is an overriding method.
destroyRoom(AbstractRoom) - Method in interface org.starhope.appius.types.AbstractZone
 
destroyRoom(AbstractRoom) - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
destroySelf() - Method in interface org.starhope.appius.game.AbstractRoom
WRITEME
destroySelf() - Method in class org.starhope.appius.game.Room
This is an overriding method.
destroySelf() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
dialect - Variable in class org.starhope.appius.user.Person
The national dialect of the language Person.language which the user speaks.
disconnectAfterSending - Variable in class org.starhope.appius.game.AppiusDatagram
WRITEME: document this field (brpocock, Dec 14, 2009) disconnectAfterSending (AppiusDatagram)
disconnectDuplicate() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Disconnect *this* user, with a notification that they have logged in from someplace else.
distance(AbstractUser, AbstractUser, long) - Static method in class org.starhope.util.LibMisc
TODO: document this method (brpocock, Nov 24, 2009)
distance(double, double, double, double) - Static method in class org.starhope.util.LibMisc
TODO: document this method (brpocock, Nov 24, 2009)
do_addFurniture(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
 
do_addToList(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
WRITEME: document this method (brpocock, Aug 31, 2009)
do_createUserHouse(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Response from the first run screen for the user's house
do_doff(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
JSON object contains "type" = either "clothes" or "pivitz".
do_don(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
JSON object has the item ID to be worn (clothes, patterns, pivitz) and optionally set the color (for patterns)
do_echo(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Echoes back the supplied ActionScript object to the client.
do_finger(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.PreLoginCommands
TODO: document this method (brpocock, Dec 7, 2009)
do_gameAction(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
TODO: document this method (brpocock, Nov 13, 2009)
do_getAvatars(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Get avatar data for a list of (other) users.
do_getColorPalettes(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
returns palettes in "extraColors", "baseColors", "patternColors" in the JSON result object (from: "getColorPalettes")
do_getInventoryByType(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
JSON object has the type of item from the following list of strings: "clothes" "patterns" "pivitz" "furniture" "structure" "music"
do_getOnlineUsers(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Get a list of users in a Zone, or in a Room.
do_getServerTime(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Send the server time to the client requesting it (for synchronization purposes)
do_getStoreItems(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
WRITEME: document this method (brpocock, Aug 26, 2009)
do_getUserLists(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
WRITEME: document this method (brpocock, Aug 31, 2009)
do_getZoneList(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Get a list of all Zones currently active/visible.
do_initUserRoom(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Creates room named user/user's name/room — room is the room index number given in the JSON data as “room,” it will always be zero right now as all users have single-room houses.
do_ping(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
WRITEME: document this method (brpocock, Sep 8, 2009)
do_removeFromList(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
WRITEME: document this method (brpocock, Aug 31, 2009)
do_reportBug(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
This method allows the client to “phone home”
do_reportUser(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
WRITEME: document this method (brpocock, Aug 31, 2009)
do_sendOutOfBandMessage(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
WRITEME: document this method (brpocock, Sep 2, 2009) { sender: sender, from: outOfBand, status: true, body: {JSON} } Adds "roomTitle" to body if body contains "room" and title can be determined
do_setAvatarColor(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Params: "base" and "extra" are color numbers
do_setFurniture(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Set or change a furniture item.
do_spawnZone(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
Spawn an additional zone.
do_speak(JSONObject, AbstractUser, AbstractRoom) - Static method in class org.starhope.appius.game.Commands
 
dob_invalid() - Static method in class org.starhope.appius.mb.Messages
TODO: document this method (brpocock, Sep 26, 2009)
doff(ClothingItem) - Method in class org.starhope.appius.user.User
Doff a wearable item
doffClothes() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
doffClothes() - Method in interface org.starhope.appius.user.AbstractUser
WRITEME
doffClothes() - Method in class org.starhope.appius.user.User
Get naked
doffClothes() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
doffPatterns() - Method in class org.starhope.appius.user.User
Get bare
doffPivitz() - Method in class org.starhope.appius.user.User
Remove Pivitz
DoNotCrossTheRubicon - Exception in org.starhope.appius.via
WRITEME: The documentation for this type (DoNotCrossTheRubicon) is incomplete.
DoNotCrossTheRubicon() - Constructor for exception org.starhope.appius.via.DoNotCrossTheRubicon
 
doRealCacheReset() - Method in class org.starhope.appius.sql.SQLPeerEnum
Actually flush the cache for all SQLPeerEnums
doRealCacheResetStatic() - Static method in class org.starhope.appius.sql.SQLPeerEnum
TODO: document this method (brpocock, Dec 11, 2009)
doTransport() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
doTransport() - Method in interface org.starhope.appius.user.AbstractUser
WRITEME
doTransport() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
dropSocketConnection() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Drop the I/O socket for this user.
dropUser(User) - Method in class org.starhope.appius.game.Zone
Drop the user's house from the Zone
ds - Static variable in class org.starhope.appius.util.AppiusConfig
JDBC data source
dumpLiveCache() - Static method in class org.starhope.appius.user.User
Print out a nasty, verbose debugging dump of the users live cache to the STDOUT.
dumpOpenConnections() - Static method in class org.starhope.appius.test.ConnectionDebug
theys Jan 4, 2010

A B C D E F G H I J K L M N O P R S T U V W X Y Z _