Hello,
I took the latest sources of ScummVM from GIT and I compiled them for Windows CE.
After about one day of work, I resurrected the virtual machine on this platform with few changes and by using current SDL user interface.
I have to say that I expected to find much more troubles.
Actually, in the current code, the support for Windows CE is completely missing if compared to version 1.5.0.
However, it seems that that other thing improved, like UNICODE support, so my port for WinCE uses 99,9% of the current code.
Probably the biggest addition is the WINCE symbol, to be used into the various .mk files for excluding some files not needed here.
While ScummVM-2.3.0git seems to work file, the biggest problem comes out as soon as the window is displayed on my Asus Mypal.
As you can see, the problem is the limited size of the displays into those devices.
The window of the user interface is much bigger than the size of the screen.
I can move left and right the window by clicking with the pen on the title bar, but I can not move it up and down to a position higher than the top of the desktop.
For this reason, the classic theme is unusable because all buttons are in the bottom of the window so I cannot press them.
The official theme is better, although I can just add a game and run it, because the option button is unreachable.
However, the first results seem to be really positive... but now I'm wondering: is there an alternative user interface that we can use for such small screens?
I have seen that there are several port to some machines with little display, included in the official sources, but it is not quite clear to me how they are expected to work...
Thank you for your replies.
Sincerely.
ScummVM 2.3.0git running on PocketPC
Moderator: ScummVM Team
-
- Posts: 26
- Joined: Sat Aug 08, 2015 3:27 pm
ScummVM 2.3.0git running on PocketPC
- Attachments
-
- 20210815_183025.jpg (68.8 KiB) Viewed 63015 times
Re: ScummVM 2.3.0git running on PocketPC
That's awesome! Keep up your work on the port!
As for the simpler GUI, apparently, your backend does not provide proper native resolution, otherwise, GUI would switch to the 320x200 layout. We keep this layout up-to-date specifically for the smaller screen devices.
Eugene
As for the simpler GUI, apparently, your backend does not provide proper native resolution, otherwise, GUI would switch to the 320x200 layout. We keep this layout up-to-date specifically for the smaller screen devices.
Eugene
-
- Posts: 17
- Joined: Sat Feb 03, 2018 3:45 pm
Re: ScummVM 2.3.0git running on PocketPC
Looks promising
The issue here is that when using the Surface SDL graphics code, the window resolution is set based on the game resolution, which is usually 320x200 times an integer scale value, and setting the size of the overlay (the layer that contains the GUI) based on that, as opposed to allowing any resolution and scaling the game image to fit the window, which is what most of the other backends do. The issue could be mitigated slightly by passing to the configure script, which would result in a 320x200 window by default instead of a 640x400 one, but proper support would likely require adding support for arbitrary scaling to the SurfaceSDLGraphicsManager class.
The issue here is that when using the Surface SDL graphics code, the window resolution is set based on the game resolution, which is usually 320x200 times an integer scale value, and setting the size of the overlay (the layer that contains the GUI) based on that, as opposed to allowing any resolution and scaling the game image to fit the window, which is what most of the other backends do. The issue could be mitigated slightly by passing
Code: Select all
--disable-scalers
-
- Posts: 26
- Joined: Sat Aug 08, 2015 3:27 pm
Re: ScummVM 2.3.0git running on PocketPC
It seems that adding "--disable-scalers" made a much more usable result:
BTW, do you know if, inside the virtual machine, there are already some options for:
1) rotating the screen landscape/portrait?
2) adding a virtual keyboard?
Here, I attached the latest results after adding that option at configure time, tested with the demo version of "The Secret of Monkey Island":
BTW, do you know if, inside the virtual machine, there are already some options for:
1) rotating the screen landscape/portrait?
2) adding a virtual keyboard?
Here, I attached the latest results after adding that option at configure time, tested with the demo version of "The Secret of Monkey Island":
- Attachments
-
- 20210816_200810.jpg (79.01 KiB) Viewed 62970 times
-
- 20210816_200502_HDR.jpg (86.38 KiB) Viewed 62970 times
-
- Posts: 17
- Joined: Sat Feb 03, 2018 3:45 pm
Re: ScummVM 2.3.0git running on PocketPC
I looked at the SDL for Windows CE README file, and it seems to suggest that it handles rotation automatically when running in full screen, so you might want to experiment with that in the options menu.
Yes, you can compile with
Code: Select all
--enable-vkeybd
Re: ScummVM 2.3.0git running on PocketPC
I am a fan of scumm and a fan of windows ce. How many hours I have enjoyed playing monkeys, fable, broken sword, etc.
Can you send me a copy of your development to try in my pocket pc?
Thank you.
Can you send me a copy of your development to try in my pocket pc?
Thank you.
-
- Posts: 4
- Joined: Sun Nov 20, 2022 5:11 am
Re: ScummVM 2.3.0git running on PocketPC
Hi, I wanted to know if the port could be posted+source. Even in an incomplete state it's still useful
Re: ScummVM 2.3.0git running on PocketPC
I run the last version of SCUMMVM for Windows CE on a Sylvania Windows CE6 netbook, ARM 8505 processor at 400MHz.
It works, but only as a little 320h x 240v window in the upper-right corner on a little netbook screen. It cannot be moved.
It needs the GAPI app to run. This no doubt slows it down greatly, so trying to double the size of the window makes it literally unplayable.
How would this version be?
It works, but only as a little 320h x 240v window in the upper-right corner on a little netbook screen. It cannot be moved.
It needs the GAPI app to run. This no doubt slows it down greatly, so trying to double the size of the window makes it literally unplayable.
How would this version be?
-
- Posts: 4
- Joined: Sun Nov 20, 2022 5:11 am
Re: ScummVM 2.3.0git running on PocketPC
@GusCE6
Hi, if you don't mind, can you please try posting your issue to HPC:Factor? I'm a member there and the forum is pretty active for CE. Maybe someone can help?
https://www.hpcfactor.com/forums/forums ... asp?fid=49
Hi, if you don't mind, can you please try posting your issue to HPC:Factor? I'm a member there and the forum is pretty active for CE. Maybe someone can help?
https://www.hpcfactor.com/forums/forums ... asp?fid=49
Re: ScummVM 2.3.0git running on PocketPC
I'd love to see the PocketPC get a new release. I have a copy of a daily build from the 1.7 release era that works for me on an HP iPAQ 110 and an older Sumsung Phone. Would the ScummVM team be interested or willing to host the files on the downloads page?
Re: ScummVM 2.3.0git running on PocketPC
Hey, it's greate that some one interesting this wm stuff in 2024 to. Pls share you 1.7 version here, I wood like to test it in my ipaq pda. For post this version in main page of download you can ask this in discord server discussion
https://discord.gg/4cDsMNtcpG
If you come to discord pls tag me @tualatin to know about it.