aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-03-19QUEEN: Init volume levels on startupdhewg
2011-03-19PARALLACTION: Init volume levels on startupdhewg
2011-03-19MOHAWK: Cleanup volume levels initializationdhewg
2011-03-19MADE: Cleanup syncSoundSettings()dhewg
2011-03-19M4: Init volume levels on startupdhewg
2011-03-19LURE: Init volume levels on startupdhewg
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
2011-03-19CINE: Init volume levels on startupdhewg
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
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
2011-03-18GOB: Add an Italian version of Urban RunnerSven Hesse
2011-03-18ENGINES: Change GUIErrorMessage to take param by ref, not by copyMax Horn
2011-03-18SCI: Remove unused MAX_SAVE_DIR_SIZEMax Horn
2011-03-18SWORD25: C++ify some code, remove obsolete stuffMax Horn
2011-03-17ANDROID: Fix KeyEvent NullPointerExceptiondhewg
2011-03-17OPENGL: Fix screenshots when the display width is not divisible by 4.Johannes Schickel
2011-03-17OPENGL: Setup the correct header size for BMP screenshots.Johannes Schickel
2011-03-17OPENGL: Cleanup switchDisplayMode.Johannes Schickel
2011-03-17OPENGLSDL: More refactoring to avoid direct access of OpenGlGraphicsManager's...Johannes Schickel
2011-03-17OPENGL: Move setFullscreenMode to OpenGLGraphicsManager.Johannes Schickel