Commit Graph
1360 Commits
Author SHA1 Message Date
Eugene Sandulenko ab7a152c3a ALL: Bump copyright year to 2017 2017-01-01 10:58:56 +01:00
lubomyr fbaf54cee8 ANDROIDSDL: multi-ARCH support in build script 2016-11-05 16:45:53 +02:00
lubomyr d1196d870a ANDROIDSDL: prevention from delete logo.png from AndroidData directory after execute script DataBuild.sh 2016-11-05 16:40:32 +02:00
lubomyr a0c2fca8e4 ANDROIDSDL: back button re-mapped to F13 keycode. F13 keycode assigned to call scummvm in-game menu. CONTROL key now can be uses with games 2016-10-23 14:00:25 +03:00
Willem Jan Palenstijn bb2ec760f1 DISTS/FEDORA: Update spec build requirements 2016-10-22 12:19:05 +02:00
Paul Gilbert 1981131f99 CREATE_PROJECT: Disable new net, curl, & sparkle for old MSVC versions 2016-10-20 19:38:58 -04:00
Eugene Sandulenko 950ee49382 UPDATES: Added MacOS 1.9.0.2, no changes.
It appears that Mac Sparkle does not ignore the Windows binaries,
and offers to upgrade to Windows executable. Thus, in the meantime
we supply binary with the version change only.
2016-10-20 08:38:50 +02:00
Hein-Pieter van Braam 5013eae243 WIN32: re-sort migration.txt
Kind of nit-picky but it was annoying me that it was ALMOST sorted.
2016-10-19 23:48:50 +02:00
Hein-Pieter van Braam 3f797173c0 WIN32: Nightlies will start using SDL2 2016-10-19 23:45:38 +02:00
Hein-Pieter van Braam 9af3c05561 WIN32: Add missing LICENSE files to migration.txt 2016-10-19 23:44:55 +02:00
Eugene Sandulenko 428cc33851 UPDATES: Sparkle doesn't understand 1.9.0b, thus rename it to 1.9.0.2 2016-10-19 00:07:41 +02:00
Eugene Sandulenko 2b842d2ee2 UPDATES: Added Win32 1.9.0b build 2016-10-18 22:59:11 +02:00
Eugene Sandulenko d890f99c85 UPDATES: Actually put the updated Win32 binary to 1.9.0a 2016-10-18 13:40:23 +02:00
Eugene Sandulenko 6751bc39b4 UPDATE: Win32 buld was updated. There were 120 downloads 2016-10-18 09:55:22 +02:00
Kirben 4a1f3d76fd WIN32: Remove NSIS installer script, since it is no longer maintained, outdated, and leads to confusion. 2016-10-18 14:46:02 +11:00
Eugene Sandulenko b2581ad853 UPDATES: Another Win32 binary update 2016-10-18 01:48:02 +02:00
Eugene Sandulenko 1efb11818d UPDATES: Update 1.9.0 Win32 signature. Thanks to TMM for the build. 2016-10-18 01:32:09 +02:00
Thierry Crozat 6c13a4d000 DISTS: Fix corrupted character in copyright string for Windows exe
This was introduced in commit 02827d0.
2016-10-17 23:37:21 +01:00
Eugene Sandulenko b9a7775645 DISTS: Add Win32 signature 2016-10-17 00:23:39 +02:00
vanfanel b44a501499 RASPBERRYPI: Add Raspberry Pi specific README. 2016-10-13 15:50:45 +02:00
vanfanel b905a3ba8e RASPBERRYPI: Add script to use included SDL 2.0.4 build. 2016-10-13 09:38:16 +02:00
Eugene Sandulenko a89deafcad DISTS: Added Sparkle 1.9.0 signature 2016-10-12 09:06:01 +02:00
Eugene Sandulenko 1c2ed0c094 ANDROIDSDL: Update port settings 2016-10-10 23:35:41 +02:00
Eugene Sandulenko 53790e7497 RELEASE: This is 1.10.0git 2016-09-26 20:57:54 +02:00
lubomyr bae1f67b65 ANDROIDSDL: Enabled mt32emu 2016-09-15 15:26:53 +02:00
Thierry Crozat fa5a5bf865 CLOUD: Move wwwroot archive to dists and script to devtools
Both the data used to generate the archive and the archive itself
were moved to dists/ instead of being in backends/.

The script was also improved to optionally take a path as a command
line argument to indicate where the wwwroot data are instead of
assuming they are in the working directory.

Finally a 'wwwroot' make target was also added to invoke the python script and generate the archive.
with the expected path to
2016-09-06 00:43:25 +01:00
Thierry Crozat 02827d0dab BUILD: Add wwwroot.zip to resource files for Windows builds
The file had already been added to scummvm.rc, but not to
scummvm.rc.in. As a result running update-version.pl would
have caused the change to be lost.
2016-09-05 23:39:59 +01:00
Eugene Sandulenko 0239baeacb DISTS: Generate proper macventure.dat 2016-09-03 13:52:05 +02:00
Eugene Sandulenko d5152ae3d1 DISTS: Add placeholder for macventure.dat to make the buildbot happy 2016-09-03 13:30:41 +02:00
Eugene Sandulenko fab199d37e JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +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
Paul Gilbert b28f51a8c2 DISTS: Add the --disable-fluidsynth option to the older VS batch files 2016-08-26 19:06:25 -04:00
Alexander Tkachev a13e03e988 CLOUD: Add Networking::Connection::isLimited()
`false` everywhere by default, but works on Android (`true` if not
Wi-Fi).
2016-08-24 16:07:55 +06:00
Alexander Tkachev 5e70f64e10 CLOUD: Embed cloud icons as byte arrays 2016-08-24 16:07:55 +06:00
Alexander Tkachev 5176eaba81 CLOUD: Add wwwroot
wwwroot.zip contains ScummVM local webserver's resources, such as
template html pages, styles and images.

One can make it from wwwroot directory contents by running
make_archive.py script.

It's added to scummvm.rc, so it's included in the executable (it works
with MinGW, but I was unable to do that in VS yet).

IndexPageHandler is the one who returns these resources. It uses
index.html for "/". I'm replacing "{message}" with translated message,
so that's the way I thought the templates should work.
2016-08-24 16:07:55 +06:00
Kirben ff60ee30ad WIN32: Update build target and installer for SDL2. 2016-08-20 16:45:50 +10:00
Eugene Sandulenko de04a68c06 BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback. 2016-08-15 16:07:28 +02:00
Lothar Serra Mari f5db38a001 WIN32: Update copyright year in scummvm.iss 2016-08-06 08:10:14 +02:00
Lothar Serra Mari 865143c0ef DOCUMENTATION: Use uppercase filenames for German documentation
The filenames of the German docs now uses uppercase filenames
to match the style of the English documentation.
2016-08-06 08:10:14 +02:00
Eugene Sandulenko 70dc846b95 Merge pull request #797 from Mailaender/appdata
DISTS: Added an appdata.xml file
2016-08-02 00:04:49 +03:00
Eugene Sandulenko e508b14182 KYRA: Regenerate kyra.dat 2016-07-30 02:31:47 +03:00
Matthias Mailänder 53248ecd2f DISTS: Add an appdata.xml file. 2016-07-29 21:56:27 +02:00
lavosspawn 4d94bdc064 Verified the sky.cpt file that digitall provided in https://sourceforge.net/p/scummvm/bugs/2687/
The contained data corresponds to Revolution's original assembly sources, scummvm's initial file contained one incorrect reference.
This will stop Officer Blunt from swimming in the lake without any further sideeffects.
2016-07-21 19:24:31 +02:00
Alyssa Milburn ce9573c8c5 ANDROID: Relax manifest hardware requirements.
This is necessary to make the package installable via Google Play for
almost all modern devices.
2016-06-12 08:55:21 +02:00
Eugene Sandulenko c3dead63d1 GCW0: Device needs downscaling 2016-06-06 22:30:13 +02:00
Eugene Sandulenko 6c1e59cf44 ANDROIDSDL: Update build configs 2016-05-31 17:37:03 +02:00
Eugene Sandulenko 469da77830 ANDROIDSDL: Made android version generic 2016-05-31 17:35:17 +02:00
Eugene Sandulenko 4dba5f5604 Merge pull request #763 from bluegr/winsparkle
UPDATES: Add support for WinSparkle
2016-05-29 14:46:56 +02:00
Eugene Sandulenko 5a4faf34f7 Merge pull request #765 from mjg59/master
ANDROID: Add support for Leanback Launcher on Android TV
2016-05-23 08:22:34 +02:00
Matthew Garrett 497859ad90 ANDROID: Add support for Leanback Launcher on Android TV
Android TV needs some modifications to the manifest and a new icon in order
for apps to appear in the launcher.
2016-05-22 15:23:44 -07:00