OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: iamasmith on January 26, 2005, 01:20:47 pm

Title: Scummvm Patch Set?
Post by: iamasmith on January 26, 2005, 01:20:47 pm
Hi,

Just build ScummVM 0.7 with FLAC/Vorbis and MPEG2 support. Works great.

Is there a diff or a whole source tree for the current 0.6 version on the unstable feed though ? It would be nice to add the menu button support back into 0.7.

- Andy
Title: Scummvm Patch Set?
Post by: scoutme on January 27, 2005, 02:45:25 pm
up...needs answer
Title: Scummvm Patch Set?
Post by: ikm on January 27, 2005, 06:08:50 pm
Quote
Hi,

Just build ScummVM 0.7 with FLAC/Vorbis and MPEG2 support. Works great.

Is there a diff or a whole source tree for the current 0.6 version on the unstable feed though ? It would be nice to add the menu button support back into 0.7.

- Andy
[div align=\"right\"][a href=\"index.php?act=findpost&pid=64054\"][{POST_SNAPBACK}][/a][/div]

Yes, I can diff it and send it to you. There are several things my version was different from the upstream:

1) click-on-release behaviour, so you don't accidentally choose the wrong dialog entry and mess up the story line;
2) suspend functionality, which turns off the sound subsystem before suspending and turns it back on after resuming -- that is the only way for suspend to work correct, else there would be no sound and the game would eventually freeze;
3) xrandr hacks for switching video resolutions (and also optionally rotating the screen 180 degrees to be more handy when the clamshell is closed);
4) keyboard keys acting as mouse buttons;
5) simon and bass alignment issues were fixed -- I imported the fixes from zports.sf.net;
6) some xmodmap key mappings, and probably other minor tweaks I can't remember right now.

This patch is a bit messy, of course, not meant for any kind of upstream integration -- just to make scummvm work nice on Z :) Just provide an email where to send it, and I'll do so. I don't have much time to devote to the Z world currently, so I would be glad if you would take the maintainership :)
Title: Scummvm Patch Set?
Post by: iamasmith on January 30, 2005, 09:18:06 am
Actually if someone else wants to pick this up it would be good.

I'm going to need more of a PDA for a while so I'm going to have to go back to Cacko at least for a while.
Title: Scummvm Patch Set?
Post by: pgas on February 02, 2005, 04:25:26 am
ikm, please can you post your diff here as an attachment?

maybe somebody will try to apply this to 0.7

thanks
Title: Scummvm Patch Set?
Post by: tovarish on February 02, 2005, 07:08:57 am
i have compiled scummvm for cacko/sharp roms. I would like your click on release code as well as the suspend stuff ikm

thanks
tovarish
Title: Scummvm Patch Set?
Post by: ikm on February 02, 2005, 04:29:09 pm
Ok, here it is. The diff is against the original scummvm 6.0.1b source code.