im using windowed mode with as big resolution as possible.
could we have setting to maximize the window when game is started? so i dont need to doubleclick it or anything, every time when i start a game...
--
i also found some typo in the grass detail settings at the description of it, (if someone cares to fix it)
also, could you rename "unit detail" setting into "unit view distance" as it was before? i was confused to notice that it changes the view distance instead of something else...
maximize window option in settings?
Moderator: Moderators
Re: maximize window option in settings?
can someone tell me how to do this, i need it in my own program too 
windows/c++

windows/c++
- FrOzEnTaCo
- Posts: 81
- Joined: 02 Jul 2008, 05:52
Re: maximize window option in settings?
hi trademark its sandman lol 

Re: maximize window option in settings?
I finally found out how to do this:
YAY!!!
Now can someone implement this in the springsettings.exe + in spring code? THANKS. And thank me for giving you this piece of code to improve spring again!
Look!, i even made example layout for the springsettings.exe:

Isnt it nice?
Code: Select all
ShowWindow(hWnd, SW_MAXIMIZE);
Now can someone implement this in the springsettings.exe + in spring code? THANKS. And thank me for giving you this piece of code to improve spring again!

Look!, i even made example layout for the springsettings.exe:

Isnt it nice?

Re: maximize window option in settings?
Needs more SDL specific code...
Re: maximize window option in settings?
Meh, cant you make some info box "this works only with windows" if its impossible for linux / mac? Most of us uses windows anyways...
Re: maximize window option in settings?
Okay, is it possible to have this feature anyways?