[BUG] Scrolling when paused

Started by Proxima, March 08, 2017, 03:50:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Proxima

When the game is paused, scrolling the screen by pushing the mouse towards a screen edge doesn't work.

IchoTolot

I can confirm this. It's happening on the latest exp version.

Nepster

This is only happening if you use the high-quality minimap. If you get back to the basic one, you may again scroll even when pausing.

namida

Confirmed that I can reproduce this bug, a bit confused as to how it would've arose though, but I will look into it.
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)

namida

I haven't looked at the code relating to this yet (beyond narrowing down to a few commits that could've caused it based on which versions do or don't show this issue), but I have noticed: Internally, the screen scrolling *does* happen; the updated copy of the screen isn't actually output correctly. If you do something that would cause the screen to be redrawn (such as mouseovering a lemming - which can be tricky given that they won't be displayed in their correct positions until the screen is redrawn), the scrolling will show at the correct position.
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)

namida

My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)