In keeping with the pre-release testing period announced, this is the latest svn build. We urge all users to give it a go and submit as many bug reports as possible ( ) either engine or port specific.
A few port-specific things that got fixed between the previous svn build and this one include improved keyboard support, also re-adding support for legacy display configurations and more experimenting with the stylus compensation in flip-screen or pull-keyboard devices.
0.10.0 Pre-release SVN build (28 May 07)
Moderator: ScummVM Team
0.10.0 Pre-release SVN build (28 May 07)
Last edited by knakos on Thu Jun 21, 2007 6:45 am, edited 1 time in total.
Hi Knakos,
I am impressed with the performance boost of the latest svn build. I tested it a little bit and now I do not need a special build for Gapi any more (for a VGA PPC). Good work!
The only problems that I find where only the keyboard mappings for the GOB engine and for Bargon Attack (there is no F1 key to start the game ).
Regards
Adi
I am impressed with the performance boost of the latest svn build. I tested it a little bit and now I do not need a special build for Gapi any more (for a VGA PPC). Good work!
The only problems that I find where only the keyboard mappings for the GOB engine and for Bargon Attack (there is no F1 key to start the game ).
Regards
Adi
- Adventureguy
- Posts: 162
- Joined: Sun Dec 25, 2005 4:09 pm
- Location: Karlsruhe, Germany
Maybe it would also be very nice to add the other function keys up to F10 because, as I mentioned earlier, some AGI games need those keys (especially F4, F6, F8 and F10; maybe F3 key wouldn't be bad to add, so rephrasing gets a lot easier on the Pocket PC.)
Maybe not all F-keys have to be added, just the special keys. In AGI games, the F1-F10 keys are used as such:
F1 = Help
F2 = Sound on/off
F3 = retype last line
F4 = special key
F5 = save game
F6 = special key
F7 = restore game
F8 = special key
F9 = restart game
F10 = special key
The bold-written F-keys are essential to finish some AGI games e.g. LSL1, PQ1, ...
I submitted a bug report of this already.
Maybe not all F-keys have to be added, just the special keys. In AGI games, the F1-F10 keys are used as such:
F1 = Help
F2 = Sound on/off
F3 = retype last line
F4 = special key
F5 = save game
F6 = special key
F7 = restore game
F8 = special key
F9 = restart game
F10 = special key
The bold-written F-keys are essential to finish some AGI games e.g. LSL1, PQ1, ...
I submitted a bug report of this already.
-
- Posts: 3
- Joined: Sat Jun 09, 2007 1:18 pm
Size of exe?
Hi. Any reason why the exe of this build is 3 times the size of the last build? I think over 7 mb is a bit excessive... Also reported a number of bugs - music volume can't be set in Indy 3 and speech volume can't be set in Indy 4 with the SVN builds.
Re: Size of exe?
You can search the subforum for my answers for the size increase. Things that you have to take into account are new engines, some glibc baggage and optimizing for speed. I do not think it's that bad, although I will be moving toward a plugin system to lower the *runtime* memory footprint. Other than that I do not see any problems with the increased file size.Artur Meinild wrote:I think over 7 mb is a bit excessive...
PS. Oh, and you can try compressing with upx for better startup times, though be warned there are incompatibilities with some devices.