Changes (Please follow the <YYYYMMDD - sourceforge handle> format) v0.11 ------- 20020108 - gilgamesh20 - Changed the licence to Public Domain 20020105 - gilgamesh20 - Added name/password confirmations. 20020105 - gilgamesh20 - Fixed a crash or freeze on exit bug 20020105 - gilgamesh20 - writeChar now writes to a character if they are STATUS_INGAME and ch.addWriteBuf() will write no matter what (now there is a difference) 20020104 - gilgamesh20 - added command for changing the password 20020104 - gilgamesh20 - added command permission system 20020104 - gilgamesh20 - added argument helper function 20020103 - dawnshadow - added character checking to password code 20020102 - gilgamesh20 - removed vector class from list 20011228 - dawnshadow - rudimentary password code in 20011227 - gilgamesh20 - Moved the save code from Container to Character 20011219 - gilgamesh20 - Created the room code backbone 20011218 - gilgamesh20 - Fixed the crash problem with quit 20011209 - gilgamesh20 - Fixed the "no-disconnect" problem with quit 20011208 - dawnshadow - corrected who bug (blank line on login screen) 20011207 - dawnshadow - corrected shutdown output v0.101 ------- 20011206 - gilgamesh20 - Fixed infinite loop in game cleanup 20011206 - gilgamesh20 - Fixed the memory hogging string loops 20011205 - gilgamesh20 - Fixed the high-cpu loops, it's nice and low now v0.1 ---- 20011205 - gilgamesh20 - bool load() and void save() now work for the container class. Automatically loads if not new and saves if new on startup. 20011205 - gilgamesh20 - It now checks for invalid characters in the name, and makes it capitalized. 20011205 - gilgamesh20 - Added 'save' command/functionality 20011203 - gilgamesh20 - Updated InterpretSay to only output to those already logged in 20011203 - gilgamesh20 - Added omni's command interface code and debugged it 20011203 - gilgamesh20 - Added omnicolor's CFLAGS code and added OFLAGS and OFILES to the makefile 20011203 - gilgamesh20 - Changed that long switch(errno) list to use strerror(3) 20011202 - gilgamesh20 - Updated some of the socket code so the sockets could be reused 20011130 - gilgamesh20 - Added 'help' command/functionality 20011130 - gilgamesh20 - Added 'shutdown' command/functionality 20011129 - gilgamesh20 - Added 'quit' command/functionality 20011129 - gilgamesh20 - Added 'who' command/functionality 20011129 - gilgamesh20 - Created a nice, easy way to add commands using #define macros