From: Peep P. <so...@us...> - 2004-03-20 19:24:20
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9392 Modified Files: TODO Log Message: Added some new items. Index: TODO =================================================================== RCS file: /cvsroot/agd/server/TODO,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- TODO 18 Mar 2004 20:51:16 -0000 1.6 +++ TODO 20 Mar 2004 19:14:11 -0000 1.7 @@ -37,7 +37,7 @@ - hexadecimal: \0xnn - binary: \0bnnnnnnnn - dfuns: - query_ip() for players. + query_ip() and query_hostname() for players. - mudlib: /update command - better logging system @@ -66,3 +66,5 @@ compare_args(): 0 should be any valid type (shout("a", 0) should be ok) - or maybe use NULL or nil - if we crash while running apply(master::crash), then we should rerun with debugging on + - set debuglevel with "agd -d=5" + - define DEBUG and set CFLAGS to -g with "./configure --enable-debug" |