matoom / frostbite

MUD client for dragonrealms.
29 stars 17 forks source link

Window for Moon output #10

Closed Dartellum closed 7 years ago

matoom commented 7 years ago

I have an odd question but any idea where all this moon stuff is coming from? I found the moon window messages in some of the logs you posted but nothing else has turned up so far.

<pushStream id="moonWindow"/> [k]+(0) [y]+(17) [x]+(129)<popStream/>

I looked in lich and stormfront but there were no signs of anything related to moons.

Dartellum commented 7 years ago

It is a list script, ;moonwatch.

-- Regards, Dr. Walter Wesley "Wes" Snyder V 484-300-4833 (h) 484-431-3355 (m) 484-302-7006 (f)

On 12/02/2016 04:49 PM, matoom wrote:

I have an odd question but any idea where all this moon stuff is coming from? I found the moon window messages in some of the logs you posted but nothing else has turned up so far.

| [k]+(0) [y]+(17) [x]+(129)|

I looked in lich and stormfront but there were no signs of anything related to moons.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/matoom/frostbite/issues/10#issuecomment-264571829, or mute the thread https://github.com/notifications/unsubscribe-auth/AU8XXCTwzkTUsAUFpIrAwo_fQi88ZBlwks5rEJKAgaJpZM4KQNYU.

matoom commented 7 years ago

Ok, i see.

It's a broader issue with the way i work with stream windows. I guess i missed the whole point with streams, right now most of the windows are statically allocated but i need to introduce a way to dynamically load the rest.

This will take a little bit of moving things around and testing some technical limits but what i'm thinking right now and this is what probably everyone else is doing, is to just create a new window for every unique stream id.

I'll take a look at it but don't know when it will be finished.

Dartellum commented 7 years ago

Moon window worked in 1.5.3.