TODO

Sat, 27 Mar 2010 17:43:08 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 27 Mar 2010 17:43:08 +0000
changeset 0
cc66ad6b0d75
permissions
-rw-r--r--

Initial commit (importing from old SVN repo which got lost)

-- TODO file for
-- xmoo - The Jabber MOO Component

[[ Suggestions for next releases ]]

o	all objects should have incremented object numbers assigned to them
	so that even if you have two or more same objects with the same name they
	can be indentified by their object number. This also helps defining the
	object's file name and distinguish one similar object from another - an
	object with the same name might have different properties, etc.
o	A way to create the MOO world within the MOO.
	eg.: Commands to create objects, fetch their information, set their
	information, etc. The commands should work with object numbers and not names.
	A useful command should exist that would list the object numbers of objects
	that have similar or the same name.
	eg.:	'@look #____' to fetch the information for an object.
		'@move #____ to somewhere' to move a newly created or owned object.
		'@lsobj <object_name>' to fetch all object numbers that share the same name.
		'@describe #____ as "Put your description here"'
			A message that appears when you 'look' at the object.
		'@detail #____ smell is "Assign a smell to the obj"'
			@detail <object> <verb> is <description>
	This feature could be restricted to users that don't have building/creating rights.
o	More suggestions to come.
	Most suggestions are ideas take from
	http://tecfa.unige.ch/pub/documentation/MUD/MOO/Becker-Tutorial.text
	"The Unofficial MOO Programming Tutorial" by Canton Becker
	originally about MOOcode.

[[ TODO ]]

o	More to come...

mercurial