MantisBT - VCMI
View Issue Details
0000821VCMIGUI - Otherpublic2011-09-23 20:212013-03-01 16:40
majaczek 
 
normalfeatureN/A
closedwon't fix 
 
 
0000821: Options HALF and DOUBLE mode for fixed size windows
allow these options for windows which isn't bind to resolution, and aren't dialog windows
HALF works as: only odd lines verticaly and horisontaly are drawn without gap (it's fastest method for halfing the edge of picture)
DOUBLE work as: each line verticaly and horisontaly are drawn twice (it's fastest method for doubling edge of picture)

HALF would be crucial for resolutions under 800x600 (eg smartphone, PDA)
DOUBLE woulod be nice for resolutions 1600x1200 and over

perhaps the mode could be applied automaticaly based on resolution size. if not it can be put into config file. Of course there still would be NORMAL mode which draws these windows untouched.
use custom screen resolution
No-harm enhancement
Issue History
2011-09-23 20:21majaczekNew Issue
2011-09-23 20:37majaczekNote Added: 0002045
2011-09-24 01:49ZamolxisTag Attached: No-harm enhancement
2011-09-24 02:06ZamolxisSummaryoptions HALF and DOUBLE mod for fixed size windows => Options HALF and DOUBLE mode for fixed size windows
2011-09-24 08:26ZamolxisNote Added: 0002052
2011-10-26 19:50majaczekNote Added: 0002094
2013-03-01 16:40IvanNote Added: 0003419
2013-03-01 16:40IvanStatusnew => closed
2013-03-01 16:40IvanResolutionopen => won't fix

Notes
(0002045)
majaczek   
2011-09-23 20:37   
sorry for misspelling, the summary should be
options HALF and DOUBLE mode for fixed size windows
(0002052)
Zamolxis   
2011-09-24 08:26   
updated
(0002094)
majaczek   
2011-10-26 19:50   
BUMP

if nobody volonteurs, perhaps I would have to do it myself ;/

note that the feature is crucial for resolutions under 800x600 which is crucial for handling vcmi on smartphones (I may test the feature, because I have N900 which has linux/ARM, or perhaps easier it would be to test on custom resolution for PC)
(0003419)
Ivan   
2013-03-01 16:40   
Closing, won't fix. Implementing something like this will need huge overhaul of our GUI system.