Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-20 | CONFIGURE: Fix PS2 compilation | dhewg | |
newlib system include files suppress M_* defines under __STRICT_ANSI__ | |||
2011-03-20 | GOB: Add another US version of Urban Runner | Sven Hesse | |
As supplied by Collector9 in bug report #3228040 | |||
2011-03-20 | GOB: Fix Urban Runner fallback feature flags | Sven Hesse | |
2011-03-20 | SCI: 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-20 | SCI: Disabled the BTTR entry for LSL1 Amiga | md5 | |
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-20 | NEWS: Added some updates on SCI, and clarified some SCI related news items | md5 | |
2011-03-19 | MOHAWK: Removed now unused Myst Variables Storage Class. | D G Turner | |
2011-03-19 | SWORD25: Fix MSVC Compilation. | D G Turner | |
2011-03-19 | NEWS: Mention recent Android related changes | dhewg | |
2011-03-19 | ANDROID: Add port specific README | dhewg | |
First version, just describing the controls and related hacks | |||
2011-03-19 | NEWS: Consistency | dhewg | |
2011-03-19 | ENGINES: 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-19 | TUCKER: Get rid of syncSoundSettings() | dhewg | |
And respect global mute settings | |||
2011-03-19 | TOUCHE: Cleanup syncSoundSettings() | dhewg | |
And respect global mute settings | |||
2011-03-19 | SWORD25: Init volume levels on startup | dhewg | |
2011-03-19 | SWORD2: Cleanup syncSoundSettings() | dhewg | |
2011-03-19 | SWORD1: Cleanup syncSoundSettings() | dhewg | |
2011-03-19 | SKY: Cleanup volume levels initialization | dhewg | |
2011-03-19 | SCUMM: Cleanup syncSoundSettings() | dhewg | |
2011-03-19 | SAGA: Cleanup syncSoundSettings() | dhewg | |
And respect global mute settings | |||
2011-03-19 | QUEEN: Init volume levels on startup | dhewg | |
And cleanup syncSoundSettings() Also, respect global mute settings | |||
2011-03-19 | PARALLACTION: Init volume levels on startup | dhewg | |
2011-03-19 | MOHAWK: Cleanup volume levels initialization | dhewg | |
2011-03-19 | MADE: Cleanup syncSoundSettings() | dhewg | |
And respect global mute settings | |||
2011-03-19 | M4: Init volume levels on startup | dhewg | |
2011-03-19 | LURE: Init volume levels on startup | dhewg | |
And set global volume levels | |||
2011-03-19 | LASTEXPRESS: Init volume levels on startup | dhewg | |
2011-03-19 | HUGO: Init volume levels on startup | dhewg | |
2011-03-19 | GROOVIE: Set global volume levels | dhewg | |
2011-03-19 | GOB: Init volume levels on startup | dhewg | |
2011-03-19 | DRASACULA: Init volume levels on startup | dhewg | |
2011-03-19 | DRACI: Respect global mute settings | dhewg | |
2011-03-19 | DRACI: Init volume levels on startup | dhewg | |
2011-03-19 | CRUISE: Cleanup syncSoundSettings() | dhewg | |
And init volume levels on startup | |||
2011-03-19 | CINE: Init volume levels on startup | dhewg | |
Add syncSoundSettings() to set the volume for kPlainSoundType and respect the global mute setting | |||
2011-03-19 | AGOS: Cleanup syncSoundSettings() | dhewg | |
2011-03-19 | PREAGI: Cleanup volume levels initialization | dhewg | |
2011-03-19 | ANDROID: Implement OSystem::getSystemLanguage() | dhewg | |
2011-03-19 | ANDROID: Log some system properties | dhewg | |
2011-03-19 | ALL: s/PI/M_PI/ | dhewg | |
Tip of the day: git grep -w PI | |||
2011-03-19 | Fixed compilation of the N64 port | md5 | |
2011-03-19 | COMMON: Removed custom PI define (M_PI should be used instead) | md5 | |
2011-03-19 | SCUMM: Changed usage of PI to M_PI (normally defined in math.h) | md5 | |
2011-03-19 | TESTBED: Changed usage of PI to M_PI (normally defined in math.h) | md5 | |
2011-03-19 | MOHAWK: Changed usage of PI to M_PI (normally defined in math.h) | md5 | |
2011-03-19 | AUDIO: Changed several places that use PI to use M_PI instead | md5 | |
2011-03-19 | GRAPHICS: Silenced a warning | md5 | |
2011-03-19 | VIDEO: Changed several places that use PI to use M_PI instead | md5 | |
2011-03-19 | SCI: Changed several places that use PI to use the standard M_PI instead | md5 | |
2011-03-19 | SCI: Added another leftover debug script in the find_callk console command | md5 | |