Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-24 | CLOUD: Make OutSaveFile start saves sync | Alexander Tkachev | |
It had to become a proxy class in order to do that. finalize() starts the saves sync. | |||
2016-08-24 | CLOUD: Init SDL_Net | Alexander Tkachev | |
2016-08-24 | CLOUD: Make CloudManager singleton | Alexander Tkachev | |
It's needed to ::destroy() it in main(). | |||
2016-08-24 | CLOUD: Add CurlJsonRequest | Alexander Tkachev | |
Now we can do REST API request by creating CurlJsonRequest and waiting for it to call our callback. Passed pointer is Common::JSONValue. This commit also does some minor variable renaming fixes. | |||
2016-08-24 | CLOUD: Add USE_CLOUD feature | Alexander Tkachev | |
Adds USE_CLOUD in both configure and create_project. | |||
2016-08-24 | CLOUD: Add Cloud::Manager and Cloud::Storage | Alexander Tkachev | |
This commit introduces Common::CloudManager, which can be accessed from OSystem. The backend for this manager is Cloud::Manager (defined in backends/cloud/manager.h). It should load all users storages from configs and provide access to current Storage instance. For now it just creates a new one. Cloud::Storage (backends/cloud/storage.h) provides an API to interact with cloud storage, for example, create new directory or sync files. Right now it's not ready and has only two dummy methods: listDirectory() and syncSaves(). There is Cloud::Dropbox::DropboxStorage backend (backends/cloud/dropbox/dropboxstorage.h) for Cloud::Storage. Right now it implements both listDirectory() and syncSaves() with starting timer task and handling it by printing out some JSON examples. | |||
2016-08-24 | CLOUD: Integrate CloudThread into OSystem | Alexander Tkachev | |
Would be changed soon. | |||
2016-08-04 | POSIX: Add #ifdef guards for DATA_PATH. | Alyssa Milburn | |
Thanks to snover for pointing out they should be there. | |||
2016-08-04 | DC: Fix compilation | Eugene Sandulenko | |
2016-08-04 | N64: Added pos() method to another save class | Eugene Sandulenko | |
2016-08-04 | N64: Fix warning | Eugene Sandulenko | |
2016-08-04 | N64: Fix build adter WriteStream::pos() addition | Eugene Sandulenko | |
2016-08-04 | BACKENDS: Fix DC's OutVMSave to have pos() | Alexander Tkachev | |
2016-08-02 | Merge pull request #795 from fuzzie/snap | Eugene Sandulenko | |
POSIX: Add $SNAP to search path if available. | |||
2016-07-29 | POSIX: Add $SNAP to search path if available. | Alyssa Milburn | |
This allows ScummVM to find data files while running in a snap (e.g. from the new Ubuntu store). | |||
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. |