Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-08 | SCI: dont replace save/restore in hoyle2 too | Martin Kiewitz | |
svn-id: r52636 | |||
2010-09-08 | SCI: don't replace save/restore in hoyle1 | Martin Kiewitz | |
fixes hoyle1 not starting anymore svn-id: r52635 | |||
2010-09-08 | SCI: dont remap to channel 9 (fix real mt32) | Martin Kiewitz | |
svn-id: r52634 | |||
2010-09-08 | GROOVIE: Improve sound handling. | Jordi Vilalta Prat | |
- Obey the mute setting. - Report the supported music types. svn-id: r52633 | |||
2010-09-08 | DINGUX: Add dingux.mk with specific 'dist' targets | Fabio Battaglia | |
svn-id: r52632 | |||
2010-09-07 | MOHAWK: Sound cleanup | Matthew Hoops | |
Merge the Riven sound file code with the main Riven resource code and remove the mainSoundFile parameter from Sound::playSound(). Reasoning: The sound id's do not collide with the sound id's in the main data files. The sound archives only exist because the original CD version had the ability to choose between low and high quality audio. svn-id: r52631 | |||
2010-09-07 | GP2XWIZ: Reformat switches to code guidelines. | John Willis | |
svn-id: r52630 | |||
2010-09-07 | GP2XWIZ: Clean up input code. | John Willis | |
* Clean up the if/switch mess. * Also add missing Caanoo icon. svn-id: r52629 | |||
2010-09-07 | MOHAWK: Add stopping sounds to the telescope functions | Matthew Hoops | |
svn-id: r52628 | |||
2010-09-07 | LOL FLOPPY: silence pointless warnings in character selection | Florian Kagerer | |
svn-id: r52627 | |||
2010-09-07 | MOHAWK: Implement xgplateau3160_dopools | Matthew Hoops | |
The pools of water will now always show the video of returning to the "off" state. svn-id: r52626 | |||
2010-09-07 | CREDITS: Fix typo | Willem Jan Palenstijn | |
svn-id: r52624 | |||
2010-09-07 | CREDITS: Thanked for Drascula and Hugo sources | Eugene Sandulenko | |
svn-id: r52622 | |||
2010-09-07 | MOHAWK: Fix the boiler puzzle videos | Matthew Hoops | |
svn-id: r52621 | |||
2010-09-07 | SCI: Now distinguishing between native MT-32 MIDI from GM devices when checking | Filippos Karapetis | |
for the existence of after market GM patches svn-id: r52620 | |||
2010-09-07 | GP2XWIZ: Refactor backend. | John Willis | |
* Add support for TouchScreen 'Tap Modes' Left Click, Right Click and Hover. * Rename OSystem_GP2XWIZ to OSystem_GPH to start the work on supporting a unified backend codebase for the GP2X, Wiz and Caanoo. * Sort out bugs in Caanoo input code. * Rework GP2XWiz input code to support switching new TouchScreen modes. svn-id: r52619 | |||
2010-09-07 | COMMON: Fix edge case for wildcard in matchString | Willem Jan Palenstijn | |
svn-id: r52618 | |||
2010-09-07 | TESTS: Add more Rational (in)equality tests | Willem Jan Palenstijn | |
This tests for the bug fixed by r52535, among other things. svn-id: r52617 | |||
2010-09-07 | COMMON: Remove Rational::operator int/double | Willem Jan Palenstijn | |
This prevents accidental implicit rounding and might also fix compilation on AmigaOS4 (bug #3060981). svn-id: r52616 | |||
2010-09-07 | SCI: Added parentheses inside GfxScreen::isFillMatch() to make the code more | Filippos Karapetis | |
readable svn-id: r52615 | |||
2010-09-07 | SCI: Slight change in GfxPicture::vectorFloodFill() | Filippos Karapetis | |
Changed bitwise XOR operations to bitwise NOT AND, to make the code a bit easier to understand svn-id: r52614 | |||
2010-09-06 | PARALLACTION: Use a char array for static data instead of String. | Johannes Schickel | |
svn-id: r52610 | |||
2010-09-06 | COMMON: Some style fixes. | Johannes Schickel | |
svn-id: r52609 | |||
2010-09-06 | CINE: Get rid of needless static variable. | Johannes Schickel | |
svn-id: r52608 | |||
2010-09-06 | SCI: extending comment for prev. commit | Martin Kiewitz | |
svn-id: r52606 | |||
2010-09-06 | SCI: dont play audio on kDoSound in hoyle4 | Martin Kiewitz | |
hoyle4 has garbled audio data svn-id: r52605 | |||
2010-09-06 | SCI: fix regression of r52569 | Martin Kiewitz | |
fade in/out of samples svn-id: r52604 | |||
2010-09-06 | VIDEO: Skip multiple tags in a QuickTime stsd entry | Matthew Hoops | |
Fixes crashes when playing two videos in Riven DVD (card 262). Note that the videos still don't display properly because of a bug in QTRLE 16bpp. For the record, FFmpeg doesn't handle this properly either. svn-id: r52603 | |||
2010-09-06 | CONFIGURE: Wrap usage help around 80 columns | Eugene Sandulenko | |
svn-id: r52602 | |||
2010-09-06 | CONFIGURE: Remove 16Bit graphics support from the GP2X backend. | John Willis | |
This should not have been committed with r52600, the GP2X backend refactor it needs is not yet ready to commit. svn-id: r52601 | |||
2010-09-06 | CONFIGURE: Add support for the OpenPandora backend. | John Willis | |
svn-id: r52600 | |||
2010-09-06 | SDL: Add masks to the SDL backend to support the OpenPandora backend. | John Willis | |
svn-id: r52599 | |||
2010-09-06 | OPENPANDORA: Commit basic version of the OpenPandora backend. | John Willis | |
Overload of the SDL backend. Basic functional backend with support for most main ScummVM features and engines. Supports building to a .PND OpenPandora bundle for ease of use on the device. svn-id: r52598 | |||
2010-09-06 | LOL: Add md5 for another English floppy version | Florian Kagerer | |
svn-id: r52597 | |||
2010-09-06 | HUGO: Clean up creation tool | Arnaud Boutonné | |
Fix typos and suppress all identical noun arrays. svn-id: r52596 | |||
2010-09-06 | SCI: AdLib: process patch change commands when playswitch is off. | Walter van Niftrik | |
svn-id: r52595 | |||
2010-09-06 | VIDEO: Apply patch #3057924 with some changes | Matthew Hoops | |
Patch #3057924 is "QuickTimeDecoder: Scaling x and y separately". Thanks to kreegee for the patch and fuzzie for fixing a couple bugs with it. svn-id: r52594 | |||
2010-09-06 | COMMON: Add a debugPrint function to Rational | Matthew Hoops | |
svn-id: r52593 | |||
2010-09-06 | SCI: fix warning (and actual error) | Martin Kiewitz | |
svn-id: r52591 | |||
2010-09-06 | HUGO: Add hints in DOS versions | Arnaud Boutonné | |
In DOS versions, display hints when mouse is over a hotspot. This behavior is based on the one of Hugo Win versions. svn-id: r52590 | |||
2010-09-06 | SCI: add patch for cannister lockup pharkas/cd | Martin Kiewitz | |
scripts disable icon 7+8 when entering the room. When taking the cannister they will disable all remaining icons, resulting in the disable-code running endlessly, also happend in sierra sci - fixes bug #3046367 svn-id: r52587 | |||
2010-09-06 | SCI: Fixed an off-by one access error in the static selectors of some games | Filippos Karapetis | |
svn-id: r52586 | |||
2010-09-06 | SCI: fixing code | Martin Kiewitz | |
thx to tortoisegit and broken conflict managment svn-id: r52585 | |||
2010-09-06 | SCI: fix regression of r52565 | Martin Kiewitz | |
remove class bit when marking as clone svn-id: r52584 | |||
2010-09-06 | SCI: Clear class bit when cloning objects. | Lars Skovlund | |
This fixes a regression affecting many SCI32 games and possibly other games, looping or recursing endlessly. svn-id: r52583 | |||
2010-09-05 | BUILD: Don't pass -fcheck-new to clang. | Johannes Schickel | |
svn-id: r52582 | |||
2010-09-05 | Partial fix for bug #3059871 - "SCI Fanmade - Ocean Battle: Crash while playing" | Filippos Karapetis | |
The fix is partial, as the game will crash when losing and attempting to restart (for a different reason - there's an issue when uninstantiating a script) svn-id: r52581 | |||
2010-09-05 | KYRA: Get rid of local static non-POD object. | Johannes Schickel | |
This fixes crashes with the plugins branch for dhewg. svn-id: r52579 | |||
2010-09-05 | KYRA: Constify some tables. | Johannes Schickel | |
svn-id: r52578 | |||
2010-09-05 | HUGO: Add support for multiple scenery files | Arnaud Boutonné | |
This is used by H3Dos only. svn-id: r52571 |