Revision: 130
Author:
ty...@tysdomain.comDate: Sat Feb 4 10:30:30 2012
Log: Fixed room so that when you enter a room, you get added to the
living list.
Added a position property to the player (may require you redo player files)
Position gets serialized on the player's file.
Added a GetShort function to player to show the player's title plus a
positional message.
Set room up so that it shows the contents of the room as well as the
players in the room when you look.
Removed a debug message from property.hpp.
player::EnterGame now does a ObjectEnter on the player object so it can be
put in the object properly.
http://code.google.com/p/aspenmud/source/detail?r=130Modified:
/trunk/src/entity.h
/trunk/src/player.cpp
/trunk/src/player.h
/trunk/src/property.hpp
/trunk/src/room.cpp
/trunk/src/room.h