aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-20SCI: Disabled the BTTR entry for LSL1 Amigamd5
This version it contains a broken resource.002 file inside disk 3, which contains a large chunk of zeros and several broken resources (e.g. pic 250 and views 250 and 251).
2011-03-20NEWS: Added some updates on SCI, and clarified some SCI related news itemsmd5
2011-03-19MOHAWK: Removed now unused Myst Variables Storage Class.D G Turner
2011-03-19SWORD25: Fix MSVC Compilation.D G Turner
2011-03-19NEWS: Mention recent Android related changesdhewg
2011-03-19ANDROID: Add port specific READMEdhewg
First version, just describing the controls and related hacks
2011-03-19NEWS: Consistencydhewg
2011-03-19ENGINES: Mute kPlainSoundType in Engine::syncSoundSettings()dhewg
The "Mute all" option rarely muted all audio streams, since we have this abomination called kPlainSoundType (and there is no volume slider for this type). Both, not-really-muting, and adding yet another slider is a horrible user experience imho - especially on handheld ports. So mute this sound in the default implementation, and unmute it to the maximum volume. When an engines has a volume level settings for sounds it plays with this type, it should overwrite said member and set it there.
2011-03-19TUCKER: Get rid of syncSoundSettings()dhewg
And respect global mute settings
2011-03-19TOUCHE: Cleanup syncSoundSettings()dhewg
And respect global mute settings
2011-03-19SWORD25: Init volume levels on startupdhewg
2011-03-19SWORD2: Cleanup syncSoundSettings()dhewg
2011-03-19SWORD1: Cleanup syncSoundSettings()dhewg
2011-03-19SKY: Cleanup volume levels initializationdhewg
2011-03-19SCUMM: Cleanup syncSoundSettings()dhewg
2011-03-19SAGA: Cleanup syncSoundSettings()dhewg
And respect global mute settings
2011-03-19QUEEN: Init volume levels on startupdhewg
And cleanup syncSoundSettings() Also, respect global mute settings
2011-03-19PARALLACTION: Init volume levels on startupdhewg
2011-03-19MOHAWK: Cleanup volume levels initializationdhewg
2011-03-19MADE: Cleanup syncSoundSettings()dhewg
And respect global mute settings
2011-03-19M4: Init volume levels on startupdhewg
2011-03-19LURE: Init volume levels on startupdhewg
And set global volume levels
2011-03-19LASTEXPRESS: Init volume levels on startupdhewg
2011-03-19HUGO: Init volume levels on startupdhewg
2011-03-19GROOVIE: Set global volume levelsdhewg
2011-03-19GOB: Init volume levels on startupdhewg
2011-03-19DRASACULA: Init volume levels on startupdhewg
2011-03-19DRACI: Respect global mute settingsdhewg
2011-03-19DRACI: Init volume levels on startupdhewg
2011-03-19CRUISE: Cleanup syncSoundSettings()dhewg
And init volume levels on startup
2011-03-19CINE: Init volume levels on startupdhewg
Add syncSoundSettings() to set the volume for kPlainSoundType and respect the global mute setting
2011-03-19AGOS: Cleanup syncSoundSettings()dhewg
2011-03-19PREAGI: Cleanup volume levels initializationdhewg
2011-03-19ANDROID: Implement OSystem::getSystemLanguage()dhewg
2011-03-19ANDROID: Log some system propertiesdhewg
2011-03-19ALL: s/PI/M_PI/dhewg
Tip of the day: git grep -w PI
2011-03-19Fixed compilation of the N64 portmd5
2011-03-19COMMON: Removed custom PI define (M_PI should be used instead)md5
2011-03-19SCUMM: Changed usage of PI to M_PI (normally defined in math.h)md5
2011-03-19TESTBED: Changed usage of PI to M_PI (normally defined in math.h)md5
2011-03-19MOHAWK: Changed usage of PI to M_PI (normally defined in math.h)md5
2011-03-19AUDIO: Changed several places that use PI to use M_PI insteadmd5
2011-03-19GRAPHICS: Silenced a warningmd5
2011-03-19VIDEO: Changed several places that use PI to use M_PI insteadmd5
2011-03-19SCI: Changed several places that use PI to use the standard M_PI insteadmd5
2011-03-19SCI: Added another leftover debug script in the find_callk console commandmd5
2011-03-19COMMON: Enable math constants under Visual Studiomd5
2011-03-18ANDROID: Cleanupdhewg
2011-03-18ANDROID: Seperate DPAD codesdhewg
2011-03-18ANDROID: Implement trackball clickdhewg