aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-20SCI: Removed forward references to obsolete classesmd5
2011-03-20ANDROID: Trust ASCII kbd codes on unknown keysdhewg
2011-03-20QUEEN: Fix the journal's music volume sliderdhewg
Another regression from b5af1568
2011-03-20QUEEN: Reenable speech per defaultdhewg
Regression (typo) from b5af1568
2011-03-20CONFIGURE: Fix PS2 compilationdhewg
newlib system include files suppress M_* defines under __STRICT_ANSI__
2011-03-20GOB: Add another US version of Urban RunnerSven Hesse
As supplied by Collector9 in bug report #3228040
2011-03-20GOB: Fix Urban Runner fallback feature flagsSven Hesse
2011-03-20SCI: Added a new console command, "animate_list" or "al"md5
This shows the current animation list, along with object properties, positions and the scripts they belong to
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