------------------------------------------------------------------------
r35 | brokenthorn | 2007-02-09 10:29:41 +0000 (Fri, 09 Feb 2007) | 2 lines
Added files required by the GNU standard :P
------------------------------------------------------------------------
r34 | brokenthorn | 2007-02-08 19:57:18 +0000 (Thu, 08 Feb 2007) | 4 lines
Added a TODO file which currently only lists a few ideas/suggestions for xmoo
inspired from Canton Becker's "The Unofficial MOO Programming Tutorial"
which is rather old but still contains some great ideas that would be nice to extend.
------------------------------------------------------------------------
r33 | brokenthorn | 2007-02-07 19:32:45 +0000 (Wed, 07 Feb 2007) | 2 lines
A small commit after some troubleshooting to make the server run on my host.
------------------------------------------------------------------------
r32 | mattj | 2007-02-04 19:20:41 +0000 (Sun, 04 Feb 2007) | 2 lines
Various (that means I can't remember)
------------------------------------------------------------------------
r31 | mattj | 2007-02-01 18:53:57 +0000 (Thu, 01 Feb 2007) | 3 lines
Just small changes ;)
also a more serius fix for _enter on rooms (now called as a real :_method() )
------------------------------------------------------------------------
r30 | mattj | 2007-02-01 12:44:42 +0000 (Thu, 01 Feb 2007) | 2 lines
I finally fixed a bug with presence (I think), it's been hanging around since revision 6 (see svn log) :)
------------------------------------------------------------------------
r29 | mattj | 2007-01-31 22:24:43 +0000 (Wed, 31 Jan 2007) | 3 lines
Loads of changes, a new room. Lots of fixes.
*classes.lua is now not needed! Class files are loaded ON DEMAND! (This will apply to rooms also, soon)
------------------------------------------------------------------------
r28 | mattj | 2007-01-30 11:39:04 +0000 (Tue, 30 Jan 2007) | 4 lines
Bug fixes, and more stability. Better inheritance, and some debugging commands.
*Added a 'door' class, and some doors between the two rooms.
*Dynamic class loading/reloading works
------------------------------------------------------------------------
r27 | mattj | 2007-01-29 21:00:47 +0000 (Mon, 29 Jan 2007) | 8 lines
Loads more changes and fixes.
*All objects now have 100% lowercase longname, and this is how it should stay.
*get/put work very well now, added a drop command.
*You can now do things (ie. look at) items you are holding, as wel as just in the room.
*Certain objects can be 'static', and they cannot be got/put.
*Inheritance now only uses metatables (I *think*). This is work ongoing.
*Dynamic loading of objects begun, but broken and far from working.
------------------------------------------------------------------------
r26 | mattj | 2007-01-29 16:27:03 +0000 (Mon, 29 Jan 2007) | 4 lines
A working revision, with new containertable class. def_room now uses this, nothing else yet. Hence, while rooms can, normal objects, including people, are unable to hold 2 or more of the same kind of object (at least, same name).
get/put work well!
New command 'i' to see what you are carrying.
------------------------------------------------------------------------
r25 | brokenthorn | 2007-01-28 22:09:39 +0000 (Sun, 28 Jan 2007) | 3 lines
Nothing too important. Just a check out for spelling errors and one new
object.
------------------------------------------------------------------------
r24 | mattj | 2007-01-28 17:55:41 +0000 (Sun, 28 Jan 2007) | 2 lines
LOADS of changes, but thankfully all internal. This does not affect how you code objects. I have coded in skeleton get/put commands, but they do not work properly yet.
------------------------------------------------------------------------
r23 | brokenthorn | 2007-01-27 21:46:38 +0000 (Sat, 27 Jan 2007) | 3 lines
Modified rooms/d2.lua to test objects/obj_window.
Added 4 new objects that still need working on.
------------------------------------------------------------------------
r22 | brokenthorn | 2007-01-23 23:21:01 +0000 (Tue, 23 Jan 2007) | 3 lines
Added a simple 'window' object that doesn't work :|
------------------------------------------------------------------------
r21 | mattj | 2007-01-22 12:58:36 +0000 (Mon, 22 Jan 2007) | 2 lines
Short 'Creating a class' tutorial
------------------------------------------------------------------------
r20 | mattj | 2007-01-22 02:24:28 +0000 (Mon, 22 Jan 2007) | 2 lines
Added _say to objects, now life is SO EASY! :D Also added some helpful comments
------------------------------------------------------------------------
r19 | mattj | 2007-01-22 01:50:45 +0000 (Mon, 22 Jan 2007) | 2 lines
Added _say methof to occupant, this will deprecate PSay/FSay. It makes things easier for object coders :)
------------------------------------------------------------------------
r18 | mattj | 2007-01-22 01:23:09 +0000 (Mon, 22 Jan 2007) | 2 lines
Removed some debugging code
------------------------------------------------------------------------
r17 | mattj | 2007-01-21 22:37:20 +0000 (Sun, 21 Jan 2007) | 2 lines
Command processing moved to 'occupant' object, people now inherit occupant's methods/properties.
------------------------------------------------------------------------
r16 | brokenthorn | 2007-01-21 22:25:38 +0000 (Sun, 21 Jan 2007) | 2 lines
Added a README file that will be later edited.
------------------------------------------------------------------------
r15 | matthew | 2007-01-21 12:00:21 +0000 (Sun, 21 Jan 2007) | 2 lines
Fixed incorrect detection of error messages from the Jabber server
------------------------------------------------------------------------
r14 | matthew | 2007-01-20 01:37:42 +0000 (Sat, 20 Jan 2007) | 3 lines
IT WORKS! Small improvements to be made, but pretty usable :) Need to program commands like get, put, etc.
next. This revision brings a working bot.lua and soo.lua both.
------------------------------------------------------------------------
r13 | matthew | 2007-01-20 00:57:55 +0000 (Sat, 20 Jan 2007) | 2 lines
Fixed some things, still not in a working state
------------------------------------------------------------------------
r12 | matthew | 2007-01-19 23:04:50 +0000 (Fri, 19 Jan 2007) | 3 lines
Various fixes, bot.lua now has inheritance also (previously only soo.lua). bot.lua
is untested, however.
------------------------------------------------------------------------
r11 | matthew | 2007-01-19 17:44:38 +0000 (Fri, 19 Jan 2007) | 2 lines
Fixed some naming
------------------------------------------------------------------------
r10 | matthew | 2007-01-19 17:43:06 +0000 (Fri, 19 Jan 2007) | 2 lines
Working inheritance!! Sample objects included.
------------------------------------------------------------------------
r9 | matthew | 2007-01-19 17:33:30 +0000 (Fri, 19 Jan 2007) | 3 lines
Working on object inheritance, this revision is certainly not working
properly!
------------------------------------------------------------------------
r8 | matthew | 2007-01-16 13:29:53 +0000 (Tue, 16 Jan 2007) | 2 lines
Fixed a bug in soo mode
------------------------------------------------------------------------
r7 | matthew | 2007-01-16 00:59:12 +0000 (Tue, 16 Jan 2007) | 2 lines
soo.lua to access xmoo on the CLI
------------------------------------------------------------------------
r6 | matthew | 2007-01-16 00:14:53 +0000 (Tue, 16 Jan 2007) | 2 lines
Large commit, room-to-room working now, except for a very minor bug
------------------------------------------------------------------------
r5 | matthew | 2007-01-15 15:48:10 +0000 (Mon, 15 Jan 2007) | 2 lines
Buggy, but mostly done room-to-room
------------------------------------------------------------------------
r4 | matthew | 2007-01-14 19:46:37 +0000 (Sun, 14 Jan 2007) | 2 lines
Fix for syntax error
------------------------------------------------------------------------
r3 | matthew | 2007-01-14 19:44:19 +0000 (Sun, 14 Jan 2007) | 2 lines
Continuing multi-room patches
------------------------------------------------------------------------
r2 | matthew | 2007-01-14 19:29:13 +0000 (Sun, 14 Jan 2007) | 2 lines
Switching to new global 'people' table
------------------------------------------------------------------------
r1 | matthew | 2007-01-14 19:13:34 +0000 (Sun, 14 Jan 2007) | 2 lines
Added all files
------------------------------------------------------------------------