Commit Graph

75880 Commits

Author SHA1 Message Date
Alexander Tkachev
4df16d6e12 HE: Add Moonbase logic ops stubs
Most of them return int, yet there are a few which don't return
anything. Stubs print a warning and return 1 (or nothing).
2016-08-30 23:26:29 +02:00
Alexander Tkachev
7ac4bddfa9 HE: Add Moonbase Net dummy 2016-08-30 23:26:29 +02:00
Eugene Sandulenko
f6c29eef46 FULLPIPE: Fix jumping on Map 2016-08-30 23:08:58 +02:00
Thierry Crozat
f490fb811a OSX: Implement clipboard support
There was already an implementation using SDL2 in the SDL backend,
but this way we have it available also when using the SDL 1.
2016-08-30 21:37:34 +01:00
Thierry Crozat
1c0e4e8206 CLOUD: Disable the connect button initially as the code is empty
The connect button is enabled/disabled whenever the text in the
code widget is changed and it's validity assessed. But the initial
state was not correct.
2016-08-30 21:37:34 +01:00
Thierry Crozat
7edc96803e CLOUD: Fix crash when trying to connect without entering a code first 2016-08-30 21:37:34 +01:00
Thierry Crozat
89ff116865 CONFIGURE: Fix missing space in message when checking for cloud support 2016-08-30 21:37:34 +01:00
Eugene Sandulenko
f57fa7c1e0 DIRECTOR: Lingo: Fix warning. Thanks to wjp. 2016-08-30 22:27:09 +02:00
Willem Jan Palenstijn
9b6bbeb911 COMMON: Replace broken URL 2016-08-30 21:59:12 +02:00
Willem Jan Palenstijn
3b2bdd3a89 COMMON: Fix sign warning 2016-08-30 21:53:22 +02:00
Willem Jan Palenstijn
fb592a0dbd BACKENDS: Rename variable shadowing function 2016-08-30 21:53:21 +02:00
Willem Jan Palenstijn
d60879b535 SDL: Fix const cast 2016-08-30 21:52:27 +02:00
Eugene Sandulenko
6a081212f1 CLOUD: Fix Windows cross-compilation 2016-08-30 21:29:22 +02:00
Bastien Bouclet
6d1b7fec1d BUILD: Force the curl path when building the PS3 version
Also, since SDL2 is enabled by default, there is no need to force using
sdl2-config anymore.
2016-08-30 21:20:00 +02:00
Bastien Bouclet
8ba1bd0bd3 BUILD: Don't try to run the curl test executable when cross-compiling 2016-08-30 21:20:00 +02:00
Bastien Bouclet
0ca22569b3 BUILD: Fix typos in find_libcurlconfig 2016-08-30 21:20:00 +02:00
Bastien Bouclet
b00cb955d9 BACKENDS: Use open instead of creat to create files
creat is not defined on the PS3. Also close the file descriptor.
2016-08-30 21:19:59 +02:00
Bastien Bouclet
dac70196f0 GUI: Fix hidden files visibility getting out of sync in the files browser
- The checkbox state was not initialized when opening the dialog.
- The visibility state was initialized from ConfMan too early resuling
  in the value being incorrect when multiple file browsers are used.
2016-08-30 21:19:59 +02:00
Eugene Sandulenko
8d6a6fb982 OUYA: Bump to recommended API 16 2016-08-30 21:15:35 +02:00
Willem Jan Palenstijn
62b3c00da3 SCI: Add missing parentheses to SIG/PATCH macros 2016-08-30 19:49:03 +02:00
Eugene Sandulenko
8e7566456a DIRECTOR: Lingo: Documented when..then statements 2016-08-30 18:25:50 +02:00
Eugene Sandulenko
fe22b8bd0e DIRECTOR: Fix scanned archive names 2016-08-30 18:21:34 +02:00
Eugene Sandulenko
6d3e772897 DIRECTOR: Fix another crash on quit 2016-08-30 17:27:08 +02:00
Alexander Tkachev
6b0766dc92 Merge branch 'master' of https://github.com/scummvm/scummvm 2016-08-30 21:08:06 +06:00
Alexander Tkachev
f8fe150130 CLOUD: Fix Webserver's usage of DefaultSaveFileManager
concatWithSavesPath() is only defined when curl is used, but was used in
Webserver even when curl is unavailable.
2016-08-30 21:08:02 +06:00
Alexander Tkachev
579cb59af5 CONFIGURE: Fix curl-config failure
Still, curl-config is required for Cloud integration feature, so it
should be installed on buildbot in order to build it.
2016-08-30 19:31:23 +06:00
Eugene Sandulenko
111dc18ef3 Merge pull request #433 from klusark/assets
ANDROID: Update the asset archive code to use AAssets
2016-08-30 15:14:12 +02:00
Eugene Sandulenko
bfbfbd3e1a Merge pull request #788 from Tkachov/cloud
ALL: Add Cloud storage support
2016-08-30 13:54:12 +02:00
Eugene Sandulenko
7df744c291 DIRECTOR: Fix class initialization 2016-08-30 10:13:09 +02:00
Eugene Sandulenko
c207d703fe DIRECTOR: Fixed shared cast loading 2016-08-30 09:55:20 +02:00
Eugene Sandulenko
736f5e61db DIRECTOR: Fix archive scanning at the start 2016-08-30 09:46:34 +02:00
Paul Gilbert
d09535a4b4 TITANIC: Remove CTrueTalkManager update2 method
The original was actually the update method for an audio buffer list.
This is thus unneeded in ScummVM, which automatically handles sound updates
2016-08-29 22:43:54 -04:00
Paul Gilbert
6a8ee95dba TITANIC: Properly initialize data array in CSurfaceFader 2016-08-29 22:28:25 -04:00
Paul Gilbert
c41845e6ae TITANIC: Preliminary implementation for CVideoSurface movieBlitRect 2016-08-29 21:55:43 -04:00
Paul Gilbert
9dd2e198ae TITANIC: Remove redundant CFilesManager::fn4
It looks like the original method scanned subfolders for the file,
and prefixed on the found path. We don't need this for ScummVM
2016-08-29 21:17:50 -04:00
Paul Gilbert
e143d5ef48 TITANIC: Further code cleanup, identified game mode 5 2016-08-29 20:55:04 -04:00
Paul Gilbert
18c925c6c5 TITANIC: Remove unused CChevSwitch class 2016-08-29 20:34:07 -04:00
Paul Gilbert
f01d1c649b TITANIC: Clarify CMouseCursor saveState as setPosition 2016-08-29 20:31:09 -04:00
Paul Gilbert
c135643699 TITANIC: Fix compiler warnings 2016-08-29 20:03:00 -04:00
Paul Gilbert
e7f6ccbece TITANIC: Implement variant font writing used by credits 2016-08-29 19:28:58 -04:00
Retro-Junk
9573543536 FULLPIPE: Fix arithmetics in MovGraph::putToLink 2016-08-29 23:36:15 +02:00
Eugene Sandulenko
888a4578af FULLPIPE: Fix few bugs in Map code 2016-08-29 23:35:20 +02:00
Eugene Sandulenko
d3cf9ed9c0 FULLPIPE: More signed reads 2016-08-29 22:23:45 +02:00
Eugene Sandulenko
5283612a7f FULLPIPE: Read signed values where potentially negative values could appear 2016-08-29 22:06:35 +02:00
Eugene Sandulenko
e13cee4be0 FULLPIPE: Hid noisy pointless warning 2016-08-29 22:06:35 +02:00
Walter van Niftrik
d2fd0a9a67 ADL: Merge hires?.h files into the cpp files 2016-08-29 21:31:14 +02:00
Retro-Junk
ac6d6c99b5 FULLPIPE: Fix parent variable overwrite in MctlLadder::initMovement 2016-08-29 20:32:05 +02:00
Eugene Sandulenko
f9f55d1af3 ANDROIDSDL: Fix menu button 2016-08-29 19:37:25 +02:00
Eugene Sandulenko
7c3461d1b0 DIRECTOR: Generic way of loading Shared Casts 2016-08-29 18:31:17 +02:00
Eugene Sandulenko
64587bbac7 DIRECTOR: Fix cast scanning 2016-08-29 18:19:18 +02:00