roman-murashov / hedgewars

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

Allow resizing window #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a dual-monitor setup with my primary monitor on the right hand side.

The first window (where you choose single player vs network) correct shows only 
on the primary monitor.

The actual game tries to span both monitors.

Under settings, I can choose only 2304x1024.

I'm on Ubuntu 10.10 / NVidia 6600 / TwinView setup.

Original issue reported on code.google.com by igi...@gmail.com on 18 Nov 2010 at 10:33

GoogleCodeExporter commented 8 years ago
http://hedgewars.org/faq.html#n1304 < check this faq entry
It should help you.

Original comment by magik...@gmail.com on 19 Nov 2010 at 12:43

GoogleCodeExporter commented 8 years ago
The root cause of the issue is that F12 switches back and forth between 
windowed and fullscreen without supporting resizing.
Without resizing support, we can't yet offer different modes for windowed 
versus fullscreen, so we have to go with what your system reports back as valid 
resolutions. 

Aaaand, your system is just reporting that one value which is a screwup on 
nvidia's part.

Original comment by kyberneticist@gmail.com on 19 Nov 2010 at 3:34

GoogleCodeExporter commented 8 years ago
Same issue here. You should at least allow resizing window in windowed mode.

Original comment by say...@gmail.com on 12 Dec 2010 at 8:49

GoogleCodeExporter commented 8 years ago
Modified the title for more clarity

Original comment by vittorio...@gmail.com on 5 Apr 2011 at 9:37

GoogleCodeExporter commented 8 years ago

Original comment by sheepyluva on 10 Jul 2011 at 2:12

GoogleCodeExporter commented 8 years ago
A quick-ish fix for the root problem could be to allow specifying a resolution 
in windowed mode, but disable switching to fullscreen if the resolution was not 
one of the supported fullscreen ones.

We could have the frontend pass a flag to the engine letting it know this was 
going on.
You wouldn't be able to resize while in-game but at least you could specify 
arbitrary dimensions in the frontend.

Original comment by kyberneticist@gmail.com on 4 Aug 2011 at 4:47

GoogleCodeExporter commented 8 years ago
fixed in re01f0b6f1969 (yay)

Original comment by vittorio...@gmail.com on 23 Aug 2011 at 10:55

GoogleCodeExporter commented 8 years ago
Verified, no problems on Arch with this bug.

Original comment by pilarski...@gmail.com on 29 Nov 2011 at 5:58