Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moon window, other custom windows #107

Open
bastionwt opened this issue Jan 11, 2022 · 3 comments
Open

Moon window, other custom windows #107

bastionwt opened this issue Jan 11, 2022 · 3 comments

Comments

@bastionwt
Copy link

Matoom,

Around the time of the combat window change, it looks like dynamic windows went away. i.e. ;moonwatch on Lich used to open a Moon window which would display the current moon status.

if CharSettings['moon_window']
_respond("")
_respond("")
CharSettings['moon_window_cache'] = nil
end

That no longer happens. Is there any possibility that we could get a feature like that (dynamic windows) added back in?

@bastionwt
Copy link
Author

@matoom Is this something you might be interested in?

@fourier
Copy link
Contributor

fourier commented Jan 18, 2022

I would love to help but unfortunately I don't have lich installed (and have no idea about how it works). However I can assure that one can create/delete a window on-fly via telnet interface. Not sure if it is what lich uses. If you can provide some washed-out example of what is not working I can try to reproduce it.
Take a look at this issue #101 maybe you can get some inspiration from this on how to reproduce this issue in clean form?

@matoom
Copy link
Owner

matoom commented Jan 18, 2022

Thanks for reporting and it's definitely not by design.

I was actually looking into this already and apparently i managed to break this when i added character names to the titlebar by creating a conflicting parser for the "streamWindow" tag.

Fix coming in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants