Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-09 | SCI: Changed the error message when execute_method() references an invalid ↵ | Filippos Karapetis | |
export svn-id: r52653 | |||
2010-09-09 | SCI: SCI2/2.1 kernel table changes | Filippos Karapetis | |
- Mark several SCI2/2.1 kernel functions used for debugging as dummy - Added an empty function for kSetWindowsOption, used for settings specific to Windows versions (e.g. showing/hiding the title bar) - Added a stub for kGetWindowsOption (currently returning 0 to a Windows related option for Phantasmagoria) svn-id: r52652 | |||
2010-09-09 | SCI: adding text code reference support | Martin Kiewitz | |
fixes glossary in pepper, bug #3040039 svn-id: r52651 | |||
2010-09-09 | SCI: Support a few optional parameters in SCI32 List calls | Lars Skovlund | |
the actual support was already there due to extensive code sharing w/SCI0, so only modifying signatures here svn-id: r52650 | |||
2010-09-09 | CONFIGURE: Move GP2XWIZ and CAANOO to use the GPH backend. | John Willis | |
svn-id: r52649 | |||
2010-09-09 | GP2XWIZ: Rename GP2XWIZ backend to GPH. | John Willis | |
* This better reflects the supported devices from GPH (GamePark Holdings), namely the GP2XWiz, Caanoo and merging in of the old GP2X backend. svn-id: r52648 | |||
2010-09-09 | SCI: Enabled the static selector remap code for SCI2+. The Torin demo works ↵ | Filippos Karapetis | |
again svn-id: r52647 | |||
2010-09-08 | I18N: Update the catalan translation. | Jordi Vilalta Prat | |
svn-id: r52646 | |||
2010-09-08 | GP2X: Clean up input code a little. | John Willis | |
* Match the GP2XWiz input code. svn-id: r52645 | |||
2010-09-08 | N64: saner fake date in getDateAndTime | Fabio Battaglia | |
- Set the fake date in 2010 instead of year 3800 svn-id: r52644 | |||
2010-09-08 | MOHAWK: Implement blocking sound in Riven | Matthew Hoops | |
Sounds that set the third argument of the playSound opcode to 1 (wherever they may be) will now block. The volume parameter of playSound is also now honored. Merge the Myst sound blocking code with this too. svn-id: r52643 | |||
2010-09-08 | SCI: ability to change r_acc within DrawControl | Martin Kiewitz | |
preparation for returning rect array on |r| textcodes svn-id: r52642 | |||
2010-09-08 | CONFIGURE and N64: add n64.mk with nintendo64 specific dist targets | Fabio Battaglia | |
svn-id: r52641 | |||
2010-09-08 | WII: Fix typo, update translations. | Andre Heider | |
svn-id: r52640 | |||
2010-09-08 | I18N: Fix building translations.dat outside the source tree | Jordi Vilalta Prat | |
svn-id: r52639 | |||
2010-09-08 | I18N: Don't use fuzzy translations. | Jordi Vilalta Prat | |
- Tweaked create_translations to ignore fuzzy translations. - Fixed some formatting and removed extra whitespaces. svn-id: r52638 | |||
2010-09-08 | SCI: adding save description, if none was entered | Martin Kiewitz | |
fixes bug #3061964 svn-id: r52637 | |||
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 |