Fivetonsofflax / opentyrian

Automatically exported from code.google.com/p/opentyrian
GNU General Public License v2.0
0 stars 0 forks source link

unexpected fullscreen toggle in destruct #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type "destruct" at the title screen.
2. press Alt, release Alt.
3. press Enter.

What is the expected output? What do you see instead?
I'd expect fullscreen _not_ to be toggled, since these were separate
keypressen, not an Alt-Enter combination. This is how it works in the
titlescreen. However, in destruct, said sequence _does_ toggle fullscreen.

What version of the product are you using? On what operating system?
Classic r965 on Fedora 11.

Original issue reported on code.google.com by a.h.vand...@gmail.com on 7 Aug 2009 at 6:13

GoogleCodeExporter commented 9 years ago
Had a similar problem with alt+enter in destruct.  Gets worse; player1 uses alt 
to
switch and player2 uses enter to fire maing toggling alt+enter easy.

We discussed it in IRC a bit but this adds another concern.  destruct.c isn't in
charge of full screening or scanning in keys so I'm curious to know if this 
occurs
anywhere else (like the main game).

Original comment by mvc...@gmail.com on 7 Aug 2009 at 2:21

GoogleCodeExporter commented 9 years ago
So far, I've only been able to reproduce it _in_ destruct (not in the destruct
'titlescreen', just during the destruct game itself); that is, it only happens 
in de
service_SDL_events() call in destruct.c:DE_RunTickGetInput().

It happens reliably for me; is it also reproducable for someone else?

Original comment by a.h.vand...@gmail.com on 12 Aug 2009 at 7:05

GoogleCodeExporter commented 9 years ago

Original comment by yuriks...@gmail.com on 30 May 2013 at 5:04

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed by revision d4b762b06a5b.

Original comment by yuriks...@gmail.com on 30 May 2013 at 6:03

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by a.h.vand...@gmail.com on 3 Jun 2013 at 7:31