Author Topic: Scummvm Patch Set?  (Read 1985 times)

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Scummvm Patch Set?
« 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
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

scoutme

  • Hero Member
  • *****
  • Posts: 579
    • View Profile
Scummvm Patch Set?
« Reply #1 on: January 27, 2005, 02:45:25 pm »
up...needs answer

ikm

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://
Scummvm Patch Set?
« Reply #2 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 :)

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Scummvm Patch Set?
« Reply #3 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.
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

pgas

  • Hero Member
  • *****
  • Posts: 1097
    • View Profile
    • http://
Scummvm Patch Set?
« Reply #4 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
SLC-860 cacko / senao wifi

tovarish

  • Sr. Member
  • ****
  • Posts: 297
    • View Profile
Scummvm Patch Set?
« Reply #5 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

ikm

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://
Scummvm Patch Set?
« Reply #6 on: February 02, 2005, 04:29:09 pm »
Ok, here it is. The diff is against the original scummvm 6.0.1b source code.