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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 344 - 373 of 838   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
344
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...
Merrie Schonbach
merries59
Offline Send Email
May 2, 2003
12:57 pm
345
... 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...
unci narynin
unci_narynin
Offline Send Email
May 3, 2003
10:35 am
346
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...
Fox Smith
fox85@...
Send Email
May 4, 2003
7:27 pm
347
... From: "Fox Smith" <fox85@...> To: <protomuck@yahoogroups.com> Sent: Sunday, May 04, 2003 12:27 PM Subject: Re: [protomuck] Fw: OSX Bug: program...
Alynna Seidaku
alynnafoxie
Online Now Send Email
May 5, 2003
2:37 pm
348
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...
Nakoruru SNK
akarisensei
Offline Send Email
May 5, 2003
7:28 pm
349
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...
kalzarius
Offline Send Email
May 6, 2003
2:55 am
350
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...
Merrie Schonbach
merries59
Offline Send Email
May 9, 2003
7:09 pm
351
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,...
Nakoruru SNK
akarisensei
Offline Send Email
May 9, 2003
8:53 pm
352
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...
Nakoruru SNK
akarisensei
Offline Send Email
May 9, 2003
9:15 pm
353
Thanks Akari ... From: "Nakoruru SNK" <nakoruru08@...> To: <protomuck@yahoogroups.com> Sent: Friday, May 09, 2003 4:49 PM Subject: Re: [protomuck]...
Merrie S
merries59
Offline Send Email
May 9, 2003
9:51 pm
354
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...
kalzarius
Offline Send Email
May 12, 2003
2:47 am
355
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...
kalzarius
Offline Send Email
May 12, 2003
2:50 am
356
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...
kalzarius
Offline Send Email
May 12, 2003
3:01 am
357
Actually, this is more of a request for an alteration of existing directives. I noticed that $version and $lib-version record strings but require float...
kalzarius
Offline Send Email
May 12, 2003
4:07 am
358
Wow, I'm piping out a load tonight! I have the following suggestions to aid in registering programs (globally and locally): $register <name> - registers...
kalzarius
Offline Send Email
May 12, 2003
4:30 am
359
How simple it would be to implement partial matching support or multiple name matching (as is done for exits/actions via a semicolon delimited name) for...
kalzarius
Offline Send Email
May 12, 2003
4:40 am
360
Hey folks it appears I have a glince in proto page 2.551 modified by Moose, my : page pose is not working. Someone suggested I go back to version 2.54 but so...
Merrie Schonbach
merries59
Offline Send Email
May 13, 2003
11:56 pm
361
For that, what you do is type 'page #setup' (I think that's the command if I remember right, if not then you'll find it throughout page #help somewhere). That...
Chris Brine
contikimoose
Offline Send Email
May 14, 2003
2:23 am
362
Oh ok I'll give it a try :) ... From: "Chris Brine" <contikimoose@...> To: <protomuck@yahoogroups.com> Sent: Tuesday, May 13, 2003 10:23 PM Subject:...
Merrie S
merries59
Offline Send Email
May 14, 2003
2:28 am
363
Hi folks I reset page muf and solved the : pose problem, now I have another one showing up when you delete a message. Could I get a muf programmer to assist me...
Merrie Schonbach
merries59
Offline Send Email
May 15, 2003
3:21 pm
364
That's because the max negative INT is actually -2147483647, unlike MAX INT which is 2147483648. That's what's causing the int-to-string() routine to screw...
Nakoruru SNK
akarisensei
Offline Send Email
May 15, 2003
5:07 pm
365
That's an interesting idea, I don't see anything wrong with it. Add it to the Feature Requests section of our sourceforge site at: ...
Nakoruru SNK
akarisensei
Offline Send Email
May 15, 2003
5:07 pm
366
I'm not going to agree to the addition of these directives. It was something Moose and I argued on for some time, and now that it's solely my call, the answer...
Nakoruru SNK
akarisensei
Offline Send Email
May 15, 2003
5:11 pm
367
I think you can easily accomplish the same thing using the BITXOR prim along with '1111.....1111'. Thus you could easily create a $def to handle this called: ...
Nakoruru SNK
akarisensei
Offline Send Email
May 15, 2003
7:32 pm
368
Actually, integer values (32bit signed) on an Intel processor range from -2147483648 to 2147483647, according to several documented sources (one of which is ...
kalzarius
Offline Send Email
May 15, 2003
9:20 pm
369
I've run across two strange but related quirks in v1.75. First is the fact that, contrary to documentation, I can use 'read' after a 'sleep' statement in a...
kalzarius
Offline Send Email
May 17, 2003
5:09 am
370
It's not a bug. Sleep is supposed to pause the program for the given number of seconds not put it into the background. It's how sleep has always worked since...
Chris Brine
contikimoose
Offline Send Email
May 17, 2003
5:15 am
371
In Furscape ProtoMUCK OS-X 1.81b3 (Muck2.2fb6.00rc9 -- Neon2.17) I noticed that "help @lock" returns There is no help for "@lock" That is not right, there...
unci narynin
unci_narynin
Offline Send Email
May 17, 2003
8:44 pm
372
I don't know what to tell you. We're simply using the ol' C code standby of sprintf() to convert that number into the string that you see. If it's not giving...
Nakoruru SNK
akarisensei
Offline Send Email
May 20, 2003
3:11 am
373
... Yeah. The entry for SLEEP says that READ can't be used after it. That's an error in the docs. I believe it used to be the case that you couldn't use READ...
Nakoruru SNK
akarisensei
Offline Send Email
May 20, 2003
3:32 am
Messages 344 - 373 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