TODO

changeset 0
cc66ad6b0d75
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TODO	Sat Mar 27 17:43:08 2010 +0000
@@ -0,0 +1,32 @@
+-- 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