Ahhh, I must have been blind not to see the 'close exit or object' option in the reset menu. But it seems to defaul to exit not object. I'm trying to close a...
Now that you say it like this, I realize it's not as intuitively done as it could be. This is how it works currently: load the object. And then go into that...
I assume most of the documentation I've written to date will still apply (although new content will certainly have to be written to describe the recent...
It's been close to half a year since my last update to the codebase, but this one is well worth the wait! I've spent a great deal of effort into making Python...
New version looks good. However, I've had a few issues with it... I patched it and I'm getting this in my log: Jul 2 00:53:53: Error loading module, cmd_misc:...
... Nope. The only thing I've added was the md5 encryption module, the webserver module, and the mail module from the tutorial. That's pretty much it. I even...
... something is definitely amiss then, since v3.2 should not be compatible with the webserver module at all. You shouldn't be able to compile. I made a small...
... Check this out..this is strange: I downloaded a fresh copy of 3.2 full, changed the location for my python in the scripts/modules.mk, compiled clean, ...
... Whoops, this problem is because I moved add_cmd from the mud module to the mudsys module, but failed to update auxiliary_example to reflect this. I fixed...
Geoff, Wow you put this one out fast, we just heard about it being worked on the other day. Grats on all the work you put into NakedMud thus far. I don't...
... It's something I wanted to do from the start, but just didn't understand the Python integration enough to fully do. It's also a demonstration that it *can*...
... That works now straight vanilla. Glad to have helped find that one. ... Ok. I feel like a moron now. ;). I tracked this one down. I needed some sleep to...
... do ... -lpython2.4 ... OK, I did all that, but I'm getting an error that I don't know enough about programming to figure out... When I type "make", I get...
All, I am messing around with subversion and searched the forums here and saw that there was discussion on using it but I don't see anything happening with it....
I>'m just learning subversion, so I'm not sure if this would be possible ... Honestly, Using subversion would be using a bazooka for fishing for that kind of...
... Doh! I completely misread your last email on this; I thought it was only in the helpfiles, not the source. My sincere apologies. If I would have read this...
... Try putting the spaces back in? Spacing makes a difference in certain parts of Makefiles. It would also help if you posted the surrounding context of the...
... I agree with this sentiment. It's a cool idea, but subversion is perhaps a poor way to get it done. Subversion is useful for tracking changes to something,...
One of the things I'd like to add for the next release is the ability for Python to add prompts/input handlers to sockets. This is one of the last big...
I should also note that it *must not* require any additional downloads above and beyond the newest version of Python. So if you want to use any fancy modules...
Oh cripes, now I will probably lose my job because I spent all my time hacking on this instead :-) Actually, the line of thinking you presented is exactly the...
One more piece of information - if you're inspecting that source code, there are a few constants defined like PORT and MAX_CONN. Those are in a configuration...
I put out a new version consisting mainly of bug fixes. I introduced a couple nasty ones in 3.2, and they needed to be addressed right away. Ohh, and yes... I...
I'm not one to beg, but I definitely am one to throw out a shameless plug every now and then. So here goes... As some of you know, I am moving out of country...
Hi all, I have a bit of a problem that I am not entirely sure how to resolve! It relates to Auxiliary data in python (I am not sure if this exists with ...
This would be an issue either way, whether you were using C or Python. When a character file is loaded, you need to provide fallback data for each of the...