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
Eugene Sandulenko
d5009ee5c1
DIRECTOR: Put all archive parsing methods into archive.cpp
2016-08-29 18:15:00 +02:00
Eugene Sandulenko
ae54fb98db
DIRECTOR: Refactor Archive creation
2016-08-29 18:06:41 +02:00
Retro-Junk
3ff6dfee8b
FULLPIPE: Fix condition check in StaticANIObject::update
2016-08-29 15:06:29 +02:00
Retro-Junk
3805362275
FULLPIPE: Scene04: Stop the Jar from levitating
2016-08-29 15:06:21 +02:00
Walter van Niftrik
e4ab446e3d
ADL: Move all hires4 code into Atari-specific class
2016-08-29 14:27:03 +02:00
Walter van Niftrik
31b5a0bf63
ADL: Fix hires4 disk swapping
2016-08-29 14:27:03 +02:00
Paul Gilbert
b84076789a
TITANIC: Remove redundant code
2016-08-29 08:02:51 -04:00
Eugene Sandulenko
96edfdb95e
DIRECTOR: Started code on enlisting all movie files
2016-08-29 09:15:41 +02:00
Eugene Sandulenko
a2e9d8807a
FULLPIPE: Initialize struct at construction.
...
Thanks to eriktorbjorn for valgrind logs.
2016-08-29 08:13:16 +02:00
Eugene Sandulenko
0237050b36
FULLPIPE: Improved Behavior debugging
2016-08-29 07:11:20 +02:00
Eugene Sandulenko
7d6e03c230
FULLPIPE: Remove obsolete warning
2016-08-29 07:11:20 +02:00
Paul Gilbert
28a5a747b3
TITANIC: Finished CCreditText draw method
2016-08-29 00:07:40 -04:00
Paul Gilbert
e4519aa1e7
TITANIC: Add positioning logic to credit text drawing
2016-08-28 22:33:06 -04:00
Colin Snover
bfbbee8697
SCI32: Fix rendering of non-ASCII characters
2016-08-28 19:33:21 -05:00