Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-28 | COMMON: Remove the EventRecorder dependency from OSystem | Bastien Bouclet | |
EventRecorder is in the gui lib which is not linked in the cxxtest suite. | |||
2016-05-31 | ANDROID: Set version code to 16. 15 was 1.8.1 | Eugene Sandulenko | |
2016-05-29 | Merge pull request #763 from bluegr/winsparkle | Eugene Sandulenko | |
UPDATES: Add support for WinSparkle | |||
2016-05-25 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson | |
2016-05-23 | ANDROID: Build against android-23 platform. | Alyssa Milburn | |
We seem to need this for the new manifest elements. | |||
2016-05-22 | ANDROID: Add support for ScummVM menu on Android TV devices | Matthew Garrett | |
Android TV devices don't have menu buttons. Remotes should have a play/pause button (which may send individual play and pause events rather than a combined event) and gamepads should have a Y button. Use these to open the menu. | |||
2016-05-22 | ANDROID: Add support for Leanback Launcher on Android TV | Matthew Garrett | |
Android TV needs some modifications to the manifest and a new icon in order for apps to appear in the launcher. | |||
2016-05-22 | UPDATES: Add support for WinSparkle | Filippos Karapetis | |
2016-05-20 | MAEMO: Update debian/changelog | Tarek Soliman | |
sync with 1.8.1 release | |||
2016-05-19 | ANDROIDSDL: add androidsdl backend | lubomyr | |
2016-05-16 | Merge pull request #745 from Cruel/3ds | Eugene Sandulenko | |
3DS: New Backend | |||
2016-05-13 | JANITORIAL: Indentation fixes | Eugene Sandulenko | |
2016-04-29 | Fix identation again | Hubert Maier | |
I should stop c&p'ing | |||
2016-04-29 | Remove periods | Hubert Maier | |
2016-04-29 | Code Formatting fixes | Hubert Maier | |
2016-04-28 | AMIGAOS: Preparations for use with AmiUpdate | Hubert Maier | |
Adding a bit of code to make ScummVM AmiUpdate aware. Everything else will be dealt with through a (yet to finish) AmigaOS installer script and the entries in AmiUpdate's database. I'd like to ask for hints regarding - Code Formatting - Optimizations - Comments - Obivous errors or - Ill-designed code. It's not much code, but i'm sure i still messed up glorious either way | |||
2016-04-24 | GCW0: Attempt to fix out-of-tree packaging. | Johannes Schickel | |
2016-04-22 | 3DS: Add config class/dialog, c-pad cursor control, and option to disable ↵ | Thomas Edvalson | |
screens | |||
2016-04-19 | 3DS: Add README | Thomas Edvalson | |
2016-04-19 | 3DS: Fix code styling, add license header, remove unused portdefs.h | Thomas Edvalson | |
2016-04-18 | GCW0: Mention location of scummvm.log file in README | Eugene Sandulenko | |
2016-04-13 | GCW0: Split README by chapters | Eugene Sandulenko | |
2016-04-13 | GCW0: Better bracket replacements in README | Eugene Sandulenko | |
2016-04-12 | GCW0: Attempt to fix README sections | Eugene Sandulenko | |
2016-04-11 | 3DS: Use linear GPU texture downscaling for better legibility in hi-res games | Thomas Edvalson | |
2016-04-11 | 3DS: Add CIA format build, add timer handler thread, fix APT service ↵ | Thomas Edvalson | |
suspending/sleeping/exiting | |||
2016-04-10 | GCW0: Clean up build script | Eugene Sandulenko | |
2016-04-10 | ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and ↵ | Eugene Sandulenko | |
GUI_ONLY_FULLSCREEN | |||
2016-04-06 | DC: Fix compilation errors due to AudioCD changes. | Johannes Schickel | |
2016-04-06 | 3DS: Initial commit | Thomas Edvalson | |
2016-03-23 | Merge pull request #711 from lordhoto/opengl-revamp | Johannes Schickel | |
OpenGLGraphicsManager: Revamp | |||
2016-03-21 | Merge pull request #704 from lordhoto/clone2727-audiocd | Johannes Schickel | |
Implement Custom Audio CD Support for Win32, Linux, and Mac OS X. | |||
2016-03-16 | Merge pull request #682 from lordhoto/savefilemanager-case-insensitive | Johannes Schickel | |
ALL: Make SaveFileManager case insensitive. | |||
2016-03-16 | OPENGL: Simplify context type setting. | Johannes Schickel | |
2016-03-16 | OPENGL: Allow runtime specification of OpenGL mode. | Johannes Schickel | |
Formerly, we required that the OpenGL mode was fixed at compile time. Now we allow the code to work with whatever it is given at runtime. It is still possible to force a context type on compile time. | |||
2016-03-16 | OPENGL: Add functionality to query OpenGL functions on runtime. | Johannes Schickel | |
This can and will be used for future extension usage support. Tizen changes have been untested. | |||
2016-03-13 | POSIX: Cleanup AudioCD manager creation. | Johannes Schickel | |
2016-03-13 | SDL: Get rid of reference to SDL 1.3. | Johannes Schickel | |
We only support SDL 1.2 and SDL 2. | |||
2016-03-13 | BACKENDS: Only expose one set of functions for AudioCDManager | Matthew Hoops | |
Engines should only have to call one set of functions and not decide between the two. In fact, the 'emulation' API was documented to just call the 'real CD' API. | |||
2016-03-13 | BACKENDS: Add a Win32 audio CD player | Matthew Hoops | |
2016-03-13 | BACKENDS: Add a Linux CD-ROM audio player | Matthew Hoops | |
2016-03-13 | BACKENDS: Add a custom Mac OS X CD audio manager | Matthew Hoops | |
Since Mac OS X Carbon/Cocoa API isn't stable (in that it's changed multiple times over the years). Maintaining two versions of the same code (one in some foreign language with overly long names) isn't very appealing to me. | |||
2016-03-13 | BACKENDS: Use a virtual function for creating the SDL audio CD manager | Matthew Hoops | |
2016-03-13 | BACKENDS: Add a closeCD() function to the AudioCDManager | Matthew Hoops | |
2016-03-13 | BACKENDS: Move to an openCD() without parameters as the public API | Matthew Hoops | |
2016-03-09 | SDL: Fix compilation with SDL2 and MSVC2015. | Johannes Schickel | |
2016-03-09 | GCW0: Remove hardcoded list of skipped engines. | Eugene Sandulenko | |
Now we rely on highres feature of the backends | |||
2016-03-05 | GCW0: Disabled more 640x480-only engines | Eugene Sandulenko | |
2016-02-26 | MAEMO: Update debian/changelog | Tarek Soliman | |
2016-02-26 | GCW0: Packaging fixes | Eugene Sandulenko | |