When I attempt to compile it on Linux, I get errors in wiz.c and reg.c of the following form: gcc -O2 -g -DHAVE_CONFIG_H -I./inc -c reg.c reg.c:70: conflicting...
Here's a little update for you. . . It turns out that the "proto200b3.tar.gz" archive actually included version 2.0b2, as reported by the @ver command. Anyhow,...
... Linux Problem with that is, it is not really a 'fix' ... when I compiled my Proto on BSD, I got the same error, and it was easily fixed by adding a 'const'...
... of an ... of a ... sure off ... Oooooh! Bad function shapes (that's how Karinne calls them) are naaasty, especially if not documented. Please change or...
... I doubt that it compiles NATIVELY on Windows, in particular because there are no project workspaces or makefiles for neither Borland not Microsoft...
... Useless? As far as I can tell, that's a function defined in reg.c and called only from within reg.c. It shouldn't make any difference what the name of it...
You'd think after I did exactly that with Fuzzball 6 that I would remember the cygwin method ^^. Thanks, I'm sure that will work. Tiafara ... I doubt that it...
Problems with documentation should be reported to the bug tracker on sourceforge. There's a Category named 'Documentation'. There is just way too many...
Does anybody have a good menu-driven room editor for ProtoMUCK? We've been using Syvel's NewEditRoom, but it's badly outdated. It doesn't have any concept of...
The closest thing to that is in ProtoLook, you can use 'look #edit <object>' to edit any object type. Its nothing very advanced, but it works. ... From:...
... I don't think that's what we're looking for, especially since we're pretty much devoted to my own ZoLook program now. I'm in the early phases of seeing if...
I think the best source for Proto-Savy code at the moment is the MUF repository at: http://frogpond.dyndns.org:7000/muf Almost everything there is written with...
To make better use of the new MUF compiler primitives, I modified @MUF as seen below: (* Cmd-@MUF v1.01 by Moose For setting this up for MPI use, you can type:...
I don't have time to completely read over the code, but it looks like it's using TRY. EVENT_WAIT is trying to steal one of the TRY-locked stack items as near...
Thanks for the alternatives. My issue wasn't with needing to use events in @muf. It was just that if this was a crasher bug, it is something that should be...
Well, it seems that @muf has spawned another bug that deals with calling a non-public/wizcall/existant function on a MUF while in a try-catch block. This...
Well... In the attempt to save some memory, I decided to compile with diskbase props... Now at this point, I am not aware whether or not diskbase props are...
There is an issue with the fuzzball muf optimiser which will cause behaviour such as this. I believe it's been ported to protomuck? I suggest disabling ...
I've already seen that a W4 MUF can set a PROTECT flag. . . But it got a permissions error when trying to clear the flag. Is that normal, or did I goof up...
Hmn... Not sure if MUF is supposed to set the PROTECT flag or not. I guess at W4, it might as WELL be able to. The fact that you can't remove it is probably...
That's an accidental behaviour. Never meant to have it settable when I put it in. I don't think that a MUF should be able to set nor unset the protect flag,...
I found my W4 muf also is unable to use 'interp' if the trigger object I provide is set PROTECT. Was that intended? I can't see anything obvious in the docs...
That's a bug. All that shouldn't happen is the ability to change the MUF at all (unless ANTIPROTECT is set on the MUF) ... From: "Zobeid Zarathustra"...
... Unable to change the MUF? You must mean the trigger. . . It was the trigger object that had the protect flag on it. Like so: "$ObvExits" match loc @ ""...
Hi, this is my first time trying something out with proto MUCK, and I've run into a little problem. I downloaded proto muck 1.75 off the website and I...
Through a mis-read and a mistake made with verison increments, the actual version number of that version is sorta up in the air. ;) I've decided to just...
Ahh. Okay, I should change the version.h file to 1.8.3 then right? Dave ... From: Nakoruru SNK To: protomuck@yahoogroups.com Sent: Friday, August 22, 2003...