Age | Commit message (Collapse) | Author |
|
svn-id: r52666
|
|
svn-id: r52665
|
|
and map kOnMe for SCI2 to kIsOnMe, remove commented out hacks. fix signatures for those 2 functions, added TODO - someone should fix the SCI32 signatures
svn-id: r52664
|
|
Don't display the message twice and now we use the filename in the message.
svn-id: r52663
|
|
svn-id: r52662
|
|
The marbles are currently drawn, and you can pick them up, but you can not place them on the grid yet.
svn-id: r52661
|
|
- Added the kernel names for all unimplemented kernel debug functions, and mapped
them all to kDummy, so that the kernel tables are correct and all kernel
functions are mapped (useful for debugging)
- Added a stub for kWinHelp (normally opens an external Windows help file), with
an appropriate dialog
- Added a stub for kWinDLL, which currently errors out on purpose (this needs to
be investigated, as it loads and uses external Windows DLLs)
- Readded kListIndexOf in kList (the signature was wrong when the previous commit
was made)
svn-id: r52660
|
|
This fixes detection issues with a noexec /tmp (bug #3009167),
and matches what autoconf does. There should be no need to
randomize temp file names in the build dir.
svn-id: r52659
|
|
svn-id: r52658
|
|
svn-id: r52657
|
|
Run instructions to copy engine data only if there is really some
datafiles to copy for the built engines.
svn-id: r52656
|
|
svn-id: r52655
|
|
Glossary seems to work now.
svn-id: r52654
|
|
export
svn-id: r52653
|
|
- 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
|
|
fixes glossary in pepper, bug #3040039
svn-id: r52651
|
|
the actual support was already there due to extensive code sharing
w/SCI0, so only modifying signatures here
svn-id: r52650
|
|
svn-id: r52649
|
|
* 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
|
|
again
svn-id: r52647
|
|
svn-id: r52646
|
|
* Match the GP2XWiz input code.
svn-id: r52645
|
|
- Set the fake date in 2010 instead of year 3800
svn-id: r52644
|
|
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
|
|
preparation for returning rect array on |r| textcodes
svn-id: r52642
|
|
svn-id: r52641
|
|
svn-id: r52640
|
|
svn-id: r52639
|
|
- Tweaked create_translations to ignore fuzzy translations.
- Fixed some formatting and removed extra whitespaces.
svn-id: r52638
|
|
fixes bug #3061964
svn-id: r52637
|
|
svn-id: r52636
|
|
fixes hoyle1 not starting anymore
svn-id: r52635
|
|
svn-id: r52634
|
|
- Obey the mute setting.
- Report the supported music types.
svn-id: r52633
|
|
svn-id: r52632
|
|
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
|
|
svn-id: r52630
|
|
* Clean up the if/switch mess.
* Also add missing Caanoo icon.
svn-id: r52629
|
|
svn-id: r52628
|
|
svn-id: r52627
|
|
The pools of water will now always show the video of returning to the "off" state.
svn-id: r52626
|
|
svn-id: r52624
|
|
svn-id: r52622
|
|
svn-id: r52621
|
|
for the existence of after market GM patches
svn-id: r52620
|
|
* 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
|
|
svn-id: r52618
|
|
This tests for the bug fixed by r52535, among other things.
svn-id: r52617
|
|
This prevents accidental implicit rounding
and might also fix compilation on AmigaOS4 (bug #3060981).
svn-id: r52616
|
|
readable
svn-id: r52615
|