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

Disentangle checking for interruptions from drawing. #11178

Closed
kevingranade opened this issue Feb 8, 2015 · 2 comments
Closed

Disentangle checking for interruptions from drawing. #11178

kevingranade opened this issue Feb 8, 2015 · 2 comments
Labels
Info / User Interface Game - player communication, menus, etc. old issue - still valid? (P5 - Long-term) Long-term WIP, may stay on the list for a while. SDL: Tiles / Sound Tiles visual interface and sounds.

Comments

@kevingranade
Copy link
Member

As encountered in #10970 triggering a screen refresh triggers a check for interruptions such as nearby monsters which can cause the current activity to be invalidated while its being processed.
Checking for interruptions should not be tied to drawing logic, because we should be able to trigger a redraw for purely UI reasons without having any in-game effects.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@KA101 KA101 added Info / User Interface Game - player communication, menus, etc. <Bug> This needs to be fixed labels Feb 8, 2015
@kevingranade kevingranade added (P5 - Long-term) Long-term WIP, may stay on the list for a while. and removed <Bug> This needs to be fixed labels Jun 8, 2017
@anothersimulacrum
Copy link
Member

Note: This prevents safe mode from functioning at all when the compass panel is disabled.

@I-am-Erk I-am-Erk added SDL: Tiles / Sound Tiles visual interface and sounds. old issue - still valid? labels Jul 21, 2022
@I-am-Erk
Copy link
Member

Snup states that this doesn't appear to be the case anymore as of some time prior to #54672 - let me know if I am wrong to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Info / User Interface Game - player communication, menus, etc. old issue - still valid? (P5 - Long-term) Long-term WIP, may stay on the list for a while. SDL: Tiles / Sound Tiles visual interface and sounds.
Projects
None yet
Development

No branches or pull requests

4 participants