ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

[BUG?] clear_screen_enter_new_location_enable doesn't seem to work as intended #416

Open nww02 opened 3 years ago

nww02 commented 3 years ago

I'm not 100% sure how to use this option, but from the name is looks like the screen can be set to not clear when entering a new location (useful for games which have a sticky image at the top, and also scrollable sticky text at the bottom, such as L9 and Magnetic Scrolls).

The game seems to ignore this setting. Only setting "clear_screen_enable" being set to false fully disables the clearing of the screen on a new location redescribe, but that then causes all kinds of other problems when you do want to clear the screen, such as when you present a menu in on_startup, and then want the screen to clear to start the game. This can be (mostly) circumvented using cunning (ab)use of themes, but you then end up with a problem where the page gets horribly mangled when you reload a previous save.

ainslec commented 3 years ago

Press F5 and try "clear_screen_enter_new_location_enable" again.

nww02 commented 3 years ago

Hmm. I set it to "False", and allowed the default parser to handle movement, but the screen still blanks on a location-move. 🙁


From: Chris Ainsley @.> Sent: 22 April 2021 17:09 To: ainslec/adventuron-issue-tracker @.> Cc: nww02 @.>; Author @.> Subject: Re: [ainslec/adventuron-issue-tracker] [BUG?] clear_screen_enter_new_location_enable doesn't seem to work as intended (#416)

Press F5 and try "clear_screen_enter_new_location_enable" again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ainslec/adventuron-issue-tracker/issues/416#issuecomment-825032968, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALFCUOICLS4B3N3XSPE73X3TKBJ4BANCNFSM43MRD5ZA.

ainslec commented 3 years ago

Try again.

nww02 commented 3 years ago

Yes that almost works!! But it's not "LOCK"ing the graphic at the top with the layout set to G LOCK D . The graphic scrolls with the text.

ainslec commented 3 years ago

Try again.

ainslec commented 3 years ago

Can you confirm this is working now?

nww02 commented 3 years ago

I think​ so... I'm in the middle of converting all my code back to using the standard handlers, now that this might be working...

I'll give a definitive update once I've got this avoiding all my overrides.


From: Chris Ainsley @.> Sent: 26 April 2021 20:11 To: ainslec/adventuron-issue-tracker @.> Cc: nww02 @.>; Author @.> Subject: Re: [ainslec/adventuron-issue-tracker] [BUG?] clear_screen_enter_new_location_enable doesn't seem to work as intended (#416)

Can you confirm this is working now?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ainslec/adventuron-issue-tracker/issues/416#issuecomment-827112446, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALFCUOO56QCC4Y4DAXM62S3TKXCFPANCNFSM43MRD5ZA.

ainslec commented 2 years ago

Is this fixed, or still an issue?