[aspenmud] r118 committed - Added a cleanup function to help to free up the help memory table....

1 view
Skip to first unread message

aspe...@googlecode.com

unread,
Oct 3, 2011, 3:31:15 PM10/3/11
to aspe...@googlegroups.com
Revision: 118
Author: ty...@tysdomain.com
Date: Mon Oct 3 12:29:51 2011
Log: Added a cleanup function to help to free up the help memory table.
Added a vecotor include to banlist.h, it refused to compile on another
system without that. Should be fixed.
Started work on exposing events to scripts. The function to call is stored
in the EventContainer.
Fixed a typo in server.cpp, which would make the enter your password and
the password verification line run together (thanks Kitane@Shangrila).
Fixed toggle so that you need to use toggle help <option> to see the
option's description. This removes the issue with lengthy descriptions
being chopped/breaking the toggle table.
Created an OptionChanged event on the player, and made toggle call the
event.
Set channels up so that when you toggle, it subscribes you to the channel.
This had to be done through the OptionChanged event.
Moved channel events into the channel class as static members.
Made a HasListener method on Channel to check for the existance of a
subscriber.
Made channels require that you be tuned in before you are able to broadcast.
Made passwords allow for any printable character (Thanks, Kitane@Shangrila)
http://code.google.com/p/aspenmud/source/detail?r=118

Modified:
/trunk/src/Makefile
/trunk/src/banList.h
/trunk/src/channel.cpp
/trunk/src/channel.h
/trunk/src/com_gen.cpp
/trunk/src/eventargs.h
/trunk/src/help/help.cpp
/trunk/src/help/help.h
/trunk/src/player.cpp
/trunk/src/server.cpp
/trunk/src/utils.cpp

Reply all
Reply to author
Forward
0 new messages