Age | Commit message (Expand) | Author |
2019-09-27 | ANDROID: Added more logic for scraping the storage paths | Eugene Sandulenko |
2019-09-27 | ANDROID: Request permissions to external storage | Eugene Sandulenko |
2019-09-27 | ANDROID: Fix exception | Eugene Sandulenko |
2019-09-27 | ANDROID: Added list of external storages to the list of accessible directories | Eugene Sandulenko |
2019-09-27 | ANDROID: Hook getAllStorageLocations() into JNI | Eugene Sandulenko |
2019-09-27 | ANDROID: Hook external storage class into ScummVMHelper | Eugene Sandulenko |
2019-09-27 | ANDROID: Turn map into spliced list for easier marshalling | Eugene Sandulenko |
2019-09-27 | ANDROID: Initial code for external storage enumerator | Eugene Sandulenko |
2019-09-24 | MAEMO: Update debian/rules for new files | Tarek Soliman |
2019-09-24 | SDL: Fix build for older SDL versions | Tarek Soliman |
2019-09-24 | ANDROID: Use _system->destroy() instead of just delete in JNI::Destroy() | Thanasis Antoniou |
2019-09-23 | ANDROID: Remove duplicate _system->quit() from JNI::Destroy() | Thanasis Antoniou |
2019-09-23 | ANDROID: Fix crash when exiting a game (Blade Runner) | Thanasis Antoniou |
2019-09-23 | RELEASE: This is 2.2.0git | Eugene Sandulenko |
2019-09-21 | BACKENDS: Add a default clipboard implementation | Cameron Cawley |
2019-09-18 | RISCOS: Ignore non-convertible UTF-8 characters when converting the documenta... | Cameron Cawley |
2019-09-18 | RISCOS: Fix building outside the main source tree | Cameron Cawley |
2019-09-15 | ANDROID: Use FORBIDDEN_SYMBOL_EXCEPTION_getenv for browser_lastpath purposes | Thanasis Antoniou |
2019-09-15 | ANDROID: Set default browser_lastpath to /storage | Thanasis Antoniou |
2019-09-15 | ANDROID: Set default browser_lastpath | Thanasis Antoniou |
2019-09-14 | ANDROIDSDL: Remove warning about unhandled kFeature | Antoniou Athanasios |
2019-09-10 | IOS: Call exit(0) when exiting to prevent hanging | sluicebox |
2019-09-08 | ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695) | Cameron Cawley |
2019-09-06 | PSP: Fix missing semicolon | Cameron Cawley |
2019-09-06 | RISCOS: Fix checking the "enable_reporter" config option | Cameron Cawley |
2019-09-06 | PSP: Replace PSPSaveFileManager with DefaultSaveFileManager | Cameron Cawley |
2019-09-05 | SDL: Copy result of SDL_iconv_string() | Jaromir Wysoglad |
2019-09-02 | COMMON: Don't include win32.h in common/encoding.h | SupSuper |
2019-09-01 | WIN32: Use uint instead of unsigned int. | Jaromir Wysoglad |
2019-09-01 | TTS: Rename LinuxTextToSpeechManager to SpeechDispatcherManager | Jaromir Wysoglad |
2019-09-01 | TTS: Remove USE_PLATFORM_TTS defines | Jaromir Wysoglad |
2019-09-01 | TTS: Implement TextToSpeechManager for macOS | Thierry Crozat |
2019-09-01 | TTS: Add TTS support when compiling with msvc. | Jaromir Wysoglad |
2019-09-01 | TTS: Minor refactorisations | Jaromir Wysoglad |
2019-09-01 | TTS: Prepare for windows TTS | Jaromir Wysoglad |
2019-09-01 | TTS: Create a TTS skeleton | Jaromir Wysoglad |
2019-08-24 | SDL: Use a non-const string for SDL_iconv_string | Jaromir Wysoglad |
2019-08-24 | WIN32: Delete obsolete comment in convertEncoding. | Jaromir Wysoglad |
2019-08-24 | WIN32: Handle endianity in convertEncoding | Jaromir Wysoglad |
2019-08-24 | WIN32: Move getCodePageId to codepage.h | Jaromir Wysoglad |
2019-08-24 | WIN32: Fix infinite loop when converting from utf32 | Jaromir Wysoglad |
2019-08-24 | SDL: Remove check for SDL2 in convertEncoding() | Jaromir Wysoglad |
2019-08-24 | JANITORIAL: Remove debuging code. | Jaromir Wysoglad |
2019-08-24 | WIN32: Fix conversion of multibyte encodings. | Jaromir Wysoglad |
2019-08-24 | SDL: Fix convertEncoding for multibyte encodings. | Jaromir Wysoglad |
2019-08-24 | WIN32: Resolve endianity in convertEncoding() | Jaromir Wysoglad |
2019-08-24 | WIN32: Implement conversion to and from UTF-32 | Jaromir Wysoglad |
2019-08-24 | WIN32: Check calloc return value in covertEncoding | Jaromir Wysoglad |
2019-08-24 | WIN32: Add Win32 implementation of convertEncoding | Jaromir Wysoglad |
2019-08-24 | WIN32: Add include guard to codepage.h | Jaromir Wysoglad |