I'm not sure about calling this a bug, since it almost makes sense in a way..... But it's counter-intuitive and might bear reviewing. We have @tuned...
... arrived." ... as ... it ... echoed ... Yeah. The problem is that the Outside> prepending part is only done to things that the vehicle 'listens' to. The...
I have modified the MPI interpreter to give mage level access to any objects that are controlled by the trigger. Normally a person has this access anyway...
Hello everyone. I've been dabbling with a bunch of approaches to enable MUCKs to have umlauts and other special characters, e.g. äöüßôú .... While the...
If I have an action attached to a thing, and linked to another thing, I find that @succ and @osucc don't work. Can somebody pinpoint the reason? I know this...
StaffChat: unci purrs "Oh by the way ... @attach sends a funny message. (<Exit> attached to <new source> from <your location>) Would be more logical if it said...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the protomuck group. File : /Zobeid's...
protomuck@yahoogroups...
Apr 15, 2003 3:07 pm
335
That would presumably be a bug. I think it's been mentioned to me before. It's on my todo list of little things to fix for Proto2. -Akari ... ...
If I'm not mistaken, TinyMUX 2.2.x has such support, and that may be a place to look for ideas. I would love to see special character support, but I don't...
There is plans in the works to make ProtoMUCK 8 bit friendly (with the exception of $00 (Null being reserved as a delimiter), #10 (Pretty hard to get rid of \r...
I was wondering if anyone would be so kind as to post for me, or e- mail me the connect information for Phoenix MUCK...I have been gone for a while and I was...
Don't change player and location. Fix RawMWLevel to check for valid_object() and return 0 if the object isn't valid (since it will obviously not have any...
Just wanted to say hello and that I'm back, due to rl struggles I had to put off my game project but things have smoothed out now. I'm looking forward to...
... Here are my thoughts on the subject .... I think unicode would be overkill for now, for most applications it would be easier (and simpler) to make the MUCK...
I got tired of waiting for someone else to fix this. Fixed the RawMWLevel thing as of CVS version 1.28 of db.c, put back the proper handling of cron_prog (1.19...
What you're asking for is probably doable. Right now the main obstical is the compression routine, that relies on that 8th bit being available. Our plans for...
In the case of the can of worms, that would more than likely have to do with the fact that not all fonts have the same 8-bit characters, and those that do...
Just a general question regarding Proto Muf, when you install a muf program is there a standard method to follow as far as what to set it as. Example: On some...
Yeah... there is no way to get a long int that I can think of with the existing options. All incoming socket data is getting shoved into a byte-block array,...
Generically speaking, you want to set the permission as low as you can that will still allow the program to run. It also depends on which permissions scheme...
I just noticed that using the maximum negative integer value (-2147483648) ends up pushing an integer value on the stack that doesn't appear as an integer but...
I was wondering if it would be possible to add a bitinvert primitive, which would basically be equivalent to C/C++/Java/etc.'s ~ operator. Basically, it just...
I was wondering if it would be practical to extend the 'this' word from the $ifalpha/$ifbeta/$ifver... selection of directives to $include so that I could...