Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-30 | GUI: Rewrite Cloud tab | Alexander Tkachev | |
- StorageWizardDialog is removed, along with bmps it was using; - EditTextWidget now accepts custom font in constructor; - ScrollContainer scrollbar now jumps to top when content height changes so it's "overscrolled"; - IndexPageHandler now does not awaits for `code` GET-parameter, as local webserver is no longer used to connect Storages; - CloudManager and all corresponding Storages are updated to support disconnecting and to notify about successful connection. | |||
2019-07-30 | CLOUD: Refactor BaseStorage largest methods | Alexander Tkachev | |
Not sure if that's really better, but it was really annoying to copy-paste `delete a; delete b; return;` in every error-handling section. | |||
2019-07-30 | CLOUD: Minor cleanup in OneDriveTokenRefresher | Alexander Tkachev | |
2019-07-30 | CLOUD: Fix saves syncing | Alexander Tkachev | |
This mostly affects OneDrive saves syncing, because it is the only cloud provider to return 0 as timestamp of (non-)created file. 0 is treated as EOF in /saves/timestamps file, thus all timestamps after such 0 timestamps were ignored and files were reuploaded as being "new". This commit also adds more verbose debug information on SavesSyncRequest decisions making for easier debugging. | |||
2019-07-30 | CLOUD: Handle Cloud requests more frequently | Alexander Tkachev | |
ConnectionManager used to poll Cloud requests every second, while curl requests were polled every 1/20th of a second. If curl request was over at, say, frame #21, corresponding Cloud request would've only work with that at frame #40 (950 ms later), which was making everything cloud-related slower than it could be. This commit fixes it by making Cloud polling period the same as curl polling period, and additionally raises FPS to 25. | |||
2019-07-30 | CLOUD: Fix OneDriveStorage API interaction | Alexander Tkachev | |
Something changed and old API endpoint "api.onedrive.com" now does not work. The other one, "graph.microsoft.com", does, but there were some other changes in JSON it returns. These changes are also in this commit. | |||
2019-07-30 | CLOUD: Update BaseStorage to expect no refresh_token | Alexander Tkachev | |
While refreshing access_token, some cloud providers also pass a new refresh_token. Google Drive does not, and accepts the same refresh_token next time. These changes allow this to happen. | |||
2019-07-30 | CLOUD: Update storages to refresh token via cloud.scummvm.org | Alexander Tkachev | |
2019-07-30 | CLOUD: Get rid of 'dists/clouds/cloud_keys.h' | Alexander Tkachev | |
2019-07-30 | CLOUD: Update GoogleDriveStorage and BoxStorage to auth via cloud.scummvm.org | Alexander Tkachev | |
2019-07-30 | CLOUD: Update OneDriveStorage to work via cloud.scummvm.org | Alexander Tkachev | |
2019-07-30 | CLOUD: Add BaseStorage, which does auth via cloud.scummvm.org | Alexander Tkachev | |
2019-07-30 | COMMON: Add getHumanReadableBytes() in util.h | Alexander Tkachev | |
This function was used in cloud-related DownloadDialog before, and now it is also used in Options > Cloud tab. | |||
2019-07-30 | CLOUD: Cleanup a little bit - remove unused config keys usage | Alexander Tkachev | |
2019-07-30 | CLOUD: Update DropboxStorage to work with cloud.scummvm.org | Alexander Tkachev | |
2019-07-30 | CLOUD: Update Dropbox and Google Drive icons in themes | Alexander Tkachev | |
2019-07-30 | CLOUD: Update DropboxStorage to work via scummvm.org & StorageWizardDialog ↵ | Alexander Tkachev | |
correspondingly | |||
2019-07-30 | CLOUD: Regenerate wwwroot archive to include graphic resources | Alexander Tkachev | |
2019-07-30 | GLK: Pass picNum to format() for the pic%d.rect case as well. | Torbjörn Andersson | |
2019-07-29 | GLK: Fix illegal characters in detection entries | Paul Gilbert | |
2019-07-29 | GLK: Implemented debugger dumppic command | Paul Gilbert | |
2019-07-29 | GLK: Added skeleton debugger | Paul Gilbert | |
2019-07-29 | BLADERUNNER: Fix AmigaOS compilation (attempt 2) | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix compile for AmigaOS | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix unsorted args for getRandomNumberRng | Thanasis Antoniou | |
Fix for bug #11034 | |||
2019-07-29 | I18N: Update translations templates | Thierry Crozat | |
2019-07-29 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-07-29 | BLADERUNNER: Remove buzz at transition PS11 to PS10 | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix Izo getting stuck in RC03 | Thanasis Antoniou | |
Bug case was for when he runs away (Steele is blocked) | |||
2019-07-28 | XEEN: Change English detection entries from testing to stable | Paul Gilbert | |
2019-07-29 | README: Small corrections in the Blade Runner notes section | Thanasis Antoniou | |
2019-07-28 | GLK: FROTZ: Fix loading transparent PNGs from Blorb files | Paul Gilbert | |
2019-07-28 | README: Add BLADERUNNER to the German README file | Lothar Serra Mari | |
2019-07-28 | README: Remove leftover symbol from the BLADERUNNER section | Lothar Serra Mari | |
2019-07-28 | NEWS: Add QFG4 to the German NEWS file | Lothar Serra Mari | |
2019-07-28 | BLADERUNNER: Prevent McCoy from running to BB10 before Sadik | Thanasis Antoniou | |
2019-07-28 | BLADERUNNER: Close MODE.MIX if ScummVM is closed during ESPER | Thanasis Antoniou | |
2019-07-28 | BLADERUNNER: Clean up KIA at endgame and playerDied | Thanasis Antoniou | |
2019-07-28 | BLADERUNNER: prevent seg fault when opening KIA | Thanasis Antoniou | |
Only if a restored content save was loaded in original game mode | |||
2019-07-28 | README: Fix publisher name for Fargus Multimedia | Lothar Serra Mari | |
2019-07-28 | NEWS: Update German NEWS translation | Lothar Serra Mari | |
2019-07-28 | NEWS: Add QFG4 and various Hoyle games to supported games | Thierry Crozat | |
2019-07-28 | README: Added Blade Runner | Peter Kohaut | |
2019-07-28 | NEWS: Add Blade Runner to supported games | Lothar Serra Mari | |
2019-07-28 | SUPERNOVA: Attempt to fix compilation for Nintendo Switch | Thierry Crozat | |
2019-07-28 | I18N: Update translation (Finnish) | Timo Mikkolainen | |
Currently translated at 100.0% (1090 of 1090 strings) | |||
2019-07-28 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1090 of 1090 strings) | |||
2019-07-28 | I18N: Update translations templates | Thierry Crozat | |
2019-07-28 | SUPERNOVA: Fix most of Codacy issues | Jaromir Wysoglad | |
* Fix mismatched delete in create_image.cpp * Add shebangs to create_ms2_data.***.sh * Reduce scopes of some variables * Substitute bitwise and for logical and in GamaManager2::passageConstruction | |||
2019-07-28 | SUPERNOVA: Merge getInput and waitOnInput methods. | Jaromir Wysoglad | |