aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2019-12-04SAMSUNGTV: Fixed compilationPaweł Kołodziejski
2019-12-02PLUGINS: Fix crash when no plugins are availableCameron Cawley
2019-12-013DS: Implement dynamic pluginsBastien Bouclet
Allows a full build to run on old generation devices
2019-11-30OPENPANDORA: Fix compilation failuresCameron Cawley
2019-12-01BACKENDS: Move implementation of OSystem::quit() out of ModularBackendCameron Cawley
2019-11-30GPH/OPENPANDORA: Replace use of strcat()/strcpy() with Common::String()Cameron Cawley
2019-11-30GPH/OPENPANDORA: Remove unnecessary stat() callsCameron Cawley
Since commit 04c57ba, this should no longer be necessary.
2019-11-30GPH/OPENPANDORA: Move ToggleTapMode() into the event managerCameron Cawley
2019-11-30GPH/OPENPANDORA: Remove global variable BUTTON_STATE_LCameron Cawley
2019-11-30SURFACESDL: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-303DS: Prevent magnify effect from updating while the GUI is activeMichael Ball
2019-11-30AUDIO: Remove unused parameter from the MixerImpl constructorCameron Cawley
2019-11-25ANDROID: Add docs and port dist files to AssetsThanasis Antoniou
2019-11-24ANDROIDSDL: Remove unused graphics managerCameron Cawley
2019-11-24LINUXMOTO: Fix CompilationD G Turner
2019-11-24LINUXMOTO: Implement horizontal shakeD G Turner
2019-11-23GPH: Remove unused variableCameron Cawley
2019-11-23BACKENDS: Unify formatting between the GPH, Dingux and LinuxMoto backendsCameron Cawley
2019-11-23LINUXMOTO: Hopefully Fix CompilationD G Turner
2019-11-23LINUXMOTO: Further Replacement of old SurfaceSdlGraphicsManager APIsD G Turner
2019-11-23LINUXMOTO: Replace usage of old SurfaceSdlGraphicsManager APIsD G Turner
2019-11-23LINUXMOTO: Fix Missing Declaration in Graphics ClassD G Turner
2019-11-22POSIX: Fix PSP2 and PS3 buildBastien Bouclet
2019-11-21POSIX: Fix Compilation Linker ErrorD G Turner
There was a duplicated object inclusion in the module makefile defines.
2019-11-20POSIX: Use fstat instead of fseek / ftell to retrieve file stream sizesBastien Bouclet
fstat is generally faster as is does not cause the IO buffer to be invalidated / refilled. Benchmark results for the startup time of the SCI engine with Gabriel Knight 1 CD: - Linux, glibc, spinning HDD, fseek/ftell: 140 ms - Linux, glibc, spinning HDD, fstat: 100 ms - 3DS, newlib, SD card, fseek/ftell: 68 s - 3DS, newlib, SD card, fstat: 11 s
2019-11-20GPH: Implement horizontal shakesluicebox
2019-11-20DINGUX: Implement horizontal shakesluicebox
2019-11-20LINUXMOTO: Fix Compilation Breakage from Screen Shake API ChangesD G Turner
This was broken by the recent modifications to the SurfaceSDLGraphics class which this inherits from.
2019-11-20GPH: Fix Compilation Breakage from Screen Shake API ChangesD G Turner
This was broken by the recent modifications to the SurfaceSDLGraphics class which this inherits from.
2019-11-20DINGUX: Fix Compilation Breakage from Screen Shake API ChangesD G Turner
This was broken by the recent modifications to the SurfaceSDLGraphics class which this inherits from.
2019-11-19SDL: Implement horizontal shakesluicebox
2019-11-19IPHONE: Implement horizontal shakesluicebox
2019-11-19IOS7: Implement horizontal shakesluicebox
2019-11-19WII: Implement horizontal shakesluicebox
2019-11-19PSP: Implement horizontal shakesluicebox
2019-11-19PS2: Implement horizontal shakesluicebox
2019-11-19DS: Implement horizontal shakesluicebox
2019-11-19DC: Implement horizontal shakesluicebox
2019-11-19PSP: Implement horizontal shakesluicebox
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2019-11-18BACKENDS: Remove unnecessary implementations of setGraphicsMode(const char *)Cameron Cawley
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-11-15TTS: Fix use of virtual function in TTSMan destructorBastien Bouclet
TextToSpeechManager::freeVoiceData was called while the virtual function table pointer was already reset by the parent class destructor.
2019-11-15CLOUD: Remove the saves sync finished OSD messageBastien Bouclet
It's not very good for immersion when it appears after an autosave. The cloud icon is a good enough indication that cloud synchronization happened.
2019-11-12ANDROID: Remove duplicate header inclusion in android.hThanasis Antoniou
2019-11-12ANDROID: Override UTF-8 compliant definition of vsn_printfThanasis Antoniou
This sets Android as a non-standard port in configure in order to override the definition for vsn_printf The vsn_printf implementation is taken from https://github.com/weiss/c99-snprintf
2019-11-10AMIGAOS4: FormattingHubert Maier
2019-11-10AMIGAOS4: Fix oversightHubert Maier
2019-11-10AMIGAOS4: more verbose debug commentsHubert Maier
2019-11-10AMIGAOS4: Increase stack cookieHubert Maier
Just to be on the safe side. Right now the binary consumes roughly 700 000 bytes. Double that and add a a panic amount of roughly 50%, which leaves us at 2 MB.