I've noticed on a certain Fuzzball MUCK that their ansi library has an 'underline' feature that GlowMUCK ansi does not yet support. Now I know that a simple...
centaurimuck@...
Oct 7, 2000 7:17 pm
388
I didn't put underline in as I found various allegedly ANSI complient clients dont seem to support it, or treat it as bold or italic instead. -Andy...
Artiste Extrordinaire!
artie@...
Oct 9, 2000 3:29 am
389
I've noticed that it seems when running under Windows 95, MPI either parses oddly or not at all. Complex MPI code written by a friend of mine wouldn't work,...
centaurimuck@...
Oct 9, 2000 7:32 pm
390
Someone submitted a rather complex MPI script that exhibits this problem in Windows 95 but not Linux. Unfortunately after looking at the two side by side I...
Artiste Extrordinaire!
artie@...
Oct 10, 2000 12:18 am
391
... Any possibility of posting the chunk of mpi here Andy so a couple of us could perhaps look at it and work out what is breaking? Sounds interesting is all....
Sleepless in Brisbane
snowy@...
Oct 10, 2000 5:44 am
392
I'm attaching the two log files of the output of the Windows vs. Linux MPI
debug output. I don't know where I put the source, but somewhere in this
mess is...
Artiste Extrordinaire!
artie@...
Oct 11, 2000 2:07 am
393
Oh, that's easy. You exceeded the maximum recursion level....
Cherry Tiger
cherry@...
Oct 11, 2000 3:06 pm
394
That makes sense. :) I know I set the recursion level on WinGlow low, like 5 or 9. I think it is a compile-time parameter. The reason is because of the high...
Artiste Extrordinaire!
artie@...
Oct 12, 2000 4:05 am
395
After many heroic adventures, I finally got a C compiler working with Mac OS X Beta on my iMac DV, and compiled TinyFugue on it. Next I want to compile Glow,...
Tony Belding
tlbelding@...
Oct 16, 2000 9:50 pm
396
Recently I discovered that you could replace 'WHO' with a program by creating an action name @WHO and linking it to another program. So I was wondering if...
centaurimuck@...
Nov 10, 2000 10:43 pm
397
I am not sure if it is possible to replace 'home' or not. There may be a special case in the 'move' code that checks for 'home' and causes a send_home to...
Artiste Extrordinaire!
artie@...
Nov 11, 2000 1:12 am
398
As I recall, the inability to map a command on top of home was a deliberate one. It was to prevent a player from trapping another player in a room by making a...
Davis, Iain E.
feaelin@...
Nov 13, 2000 3:01 pm
399
In the Tinymuck source code, which applies to glowmuck as well, "move.c" handles movement of players and objects. the main function is 'moveto' which does...
Rayanth Drygu
rayanth@...
Nov 13, 2000 9:50 pm
400
apologies, it's "move" not "@move" - you can type "move home", which executes teh special case structure in do_move. I believe the "home" command is really...
Rayanth Drygu
rayanth@...
Nov 13, 2000 9:53 pm
401
It IS possible in glowmuck to bypass the default 'home' command with a global alias. to do so : @tune global_aliases = yes @set #0/@/alias/home:gohome (that's...
Rayanth Drygu
rayanth@...
Nov 13, 2000 11:25 pm
402
One clarification I'd want to note is that I believe that the global aliases only work on room #0, or whatever the environment room is set to in the server....
Artiste Extrordinaire!
artie@...
Nov 15, 2000 12:59 am
403
Yes, I've got yet another question. :) The who_hides_dark @tune setting doesn't seem to work. Or at least, WHO still displays dark players whether the...
centaurimuck@...
Nov 24, 2000 1:55 am
404
... Are you doing a WHO with a wizbitted character? Try doing with a non-wizbitted one and see how it goes. -- Snowy Maslov aka Snowpony My... [...
Sleepless in Brisbane
snowy@...
Nov 24, 2000 3:09 am
405
... or ... MUCK ... time, I ... thing. ... bin/furcode ] ... M++++ P+++ ... a cbu++++$ ... p* sm#>f# ... Sorry, already tried that. Plus, one particularly...
centaurimuck@...
Nov 24, 2000 3:48 am
406
... It wont help you with the WHO problem, but here's a little trick. @set #0=_defs/awake?:dup "DARK" flag? if pop 0 else \awake? then That will make you...
Raven
raven3@...
Nov 24, 2000 7:36 am
407
One of the things I've always not accepted is the concept of 'dark' players. They've been used far too often to spy on people, even on big mucks like...
Artiste Extrordinaire!
artie@...
Nov 24, 2000 3:17 pm
408
I wanted to revisit this question after having an opportunity to look at the source code. This is a totally benign parameter after all. Code for it only...
Artiste Extrordinaire!
artie@...
Dec 12, 2000 3:01 am
409
http://muq.org/~legacy/glowmuck/ ftp://muq.org/pub/legacy/glowmuck/glow-3.1.7.tgz I've put up the Linux and MS VC++ compiled Win32 versions for FTP or HTTP ...
Artiste Extrordinaire!
artie@...
Dec 12, 2000 3:49 am
410
404 on http://muq.org/~legacy/glowmuck/ should be http://muq.org/~legacy/ftp/glowmuck/ ... From: Artiste Extrordinaire! [mailto:artie@...] Sent: Monday,...
Rayanth Drygu
rayanth@...
Dec 12, 2000 5:12 am
411
Comparing TinyMuck to Glowmuck, (as I tend to do so I know what the heck you're doing, Artie =) I see that you actually removed the check for tp_who_hides_dark...
Rayanth Drygu
rayanth@...
Dec 12, 2000 6:02 am
412
A few things.... 1) Would it be too much trouble to be able to @list and @edit programs you do not own if you are set to a W3 or W4? I let 'GOD' hold most of...
Colt Centaur
z4681019@...
Dec 14, 2000 10:18 pm
413
1) try chowning the scroll/program to your wizard player, then chowning it back to #1 (You'll need his name, to do it, and will need to be in the same room)...
Rayanth Drygu
rayanth@...
Dec 14, 2000 10:32 pm
414
1.) In that case, it's better to let an Avatar set W4 hold all of your MUFs instead of #1. You can set Avatar GUEST to allow other wizards to @chown to and...
Inhandra
inhandra@...
Dec 14, 2000 10:32 pm
415
self-correction....you don't need to be in the same room...but you do need #1's name, you can't use his/her dbref. ... - Rayanth 1) try chowning the...
Rayanth Drygu
rayanth@...
Dec 14, 2000 10:37 pm
416
It will not be easy! and I have no idea how to do it or I would do it myself. If you do it then I would sell it to make up for lost time. -Colt ... From:...