Search the web
Sign In
New User? Sign Up
protomuck
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 418 - 447 of 838   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
418
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...
Zobeid Zarathustra
zinn_west
Offline Send Email
Aug 3, 2003
9:46 pm
419
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,...
Zobeid Zarathustra
zinn_west
Offline Send Email
Aug 4, 2003
1:11 pm
420
... 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'...
Moritz Voss
thygrrr
Offline Send Email
Aug 4, 2003
1:43 pm
421
... 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...
Moritz Voss
thygrrr
Offline Send Email
Aug 4, 2003
1:49 pm
422
... I doubt that it compiles NATIVELY on Windows, in particular because there are no project workspaces or makefiles for neither Borland not Microsoft...
Moritz Voss
thygrrr
Offline Send Email
Aug 4, 2003
1:54 pm
423
... 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...
Zobeid Zarathustra
zinn_west
Offline Send Email
Aug 4, 2003
2:02 pm
424
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...
Tiafara Celenda
tiafara
Offline Send Email
Aug 4, 2003
4:37 pm
425
Problems with documentation should be reported to the bug tracker on sourceforge. There's a Category named 'Documentation'. There is just way too many...
Nakoruru SNK
akarisensei
Offline Send Email
Aug 4, 2003
7:30 pm
426
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...
Zobeid Zarathustra
zinn_west
Offline Send Email
Aug 7, 2003
6:08 pm
427
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:...
Chris Brine
contikimoose
Offline Send Email
Aug 8, 2003
2:01 am
428
... 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...
Zobeid Zarathustra
zinn_west
Offline Send Email
Aug 8, 2003
1:39 pm
429
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...
Nakoruru SNK
akarisensei
Offline Send Email
Aug 8, 2003
7:00 pm
430
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:...
R. Fitzgerald
kalzarius
Online Now Send Email
Aug 13, 2003
2:04 am
431
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...
Fox Smith
hinoserm
Offline Send Email
Aug 13, 2003
12:39 pm
432
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...
kalzarius
Online Now Send Email
Aug 13, 2003
11:43 pm
433
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...
kalzarius
Online Now Send Email
Aug 13, 2003
11:52 pm
434
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...
kalzarius
Online Now Send Email
Aug 14, 2003
12:08 am
435
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 ...
Stephen Cakebread
mottleddragon
Offline Send Email
Aug 14, 2003
10:47 pm
436
I don't have the MUF optimizer enabled. ;) (bool) optimize_muf = no - Kalzarius ... behaviour ... disabling ... http://docs.yahoo.com/info/terms/...
kalzarius
Online Now Send Email
Aug 16, 2003
8:17 pm
437
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...
Zobeid Zarathustra
zinn_west
Offline Send Email
Aug 19, 2003
1:42 am
438
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...
Nakoruru SNK
akarisensei
Offline Send Email
Aug 19, 2003
7:58 am
439
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,...
Chris Brine
contikimoose
Offline Send Email
Aug 19, 2003
2:15 pm
440
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...
Zobeid Zarathustra
zinn_west
Offline Send Email
Aug 19, 2003
2:49 pm
441
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"...
Chris Brine
contikimoose
Offline Send Email
Aug 19, 2003
2:56 pm
442
... 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 @ ""...
Zobeid Zarathustra
zinn_west
Offline Send Email
Aug 19, 2003
7:53 pm
443
That's a bug. Please file it as a bug report on sourceforge so it can be kept track of. Thanks for catching it. -Akari ... ...
Nakoruru SNK
akarisensei
Offline Send Email
Aug 20, 2003
5:18 pm
444
I just compiled 1.8.3 and I notice that it still reports 1.8.1b3? Is this correct or should I change the version.h file to 1.8.3? Dave...
dhc474
Offline Send Email
Aug 21, 2003
12:24 am
445
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...
insidetheasylum2000
insidetheasy...
Offline Send Email
Aug 22, 2003
3:42 pm
446
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...
Nakoruru SNK
akarisensei
Offline Send Email
Aug 22, 2003
5:33 pm
447
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...
David Calvarese
dhc474
Offline Send Email
Aug 22, 2003
6:09 pm
Messages 418 - 447 of 838   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help