aboutsummaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)Author
2016-11-05ANDROIDSDL: multi-ARCH support in build scriptlubomyr
2016-11-05ANDROIDSDL: prevention from delete logo.png from AndroidData directory after ↵lubomyr
execute script DataBuild.sh
2016-10-23ANDROIDSDL: back button re-mapped to F13 keycode. F13 keycode assigned to ↵lubomyr
call scummvm in-game menu. CONTROL key now can be uses with games
2016-10-22DISTS/FEDORA: Update spec build requirementsWillem Jan Palenstijn
2016-10-20CREATE_PROJECT: Disable new net, curl, & sparkle for old MSVC versionsPaul Gilbert
2016-10-20UPDATES: Added MacOS 1.9.0.2, no changes.Eugene Sandulenko
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-19WIN32: re-sort migration.txtHein-Pieter van Braam
Kind of nit-picky but it was annoying me that it was ALMOST sorted.
2016-10-19WIN32: Nightlies will start using SDL2Hein-Pieter van Braam
2016-10-19WIN32: Add missing LICENSE files to migration.txtHein-Pieter van Braam
2016-10-19UPDATES: Sparkle doesn't understand 1.9.0b, thus rename it to 1.9.0.2Eugene Sandulenko
2016-10-18UPDATES: Added Win32 1.9.0b buildEugene Sandulenko
2016-10-18UPDATES: Actually put the updated Win32 binary to 1.9.0aEugene Sandulenko
2016-10-18UPDATE: Win32 buld was updated. There were 120 downloadsEugene Sandulenko
2016-10-18WIN32: Remove NSIS installer script, since it is no longer maintained, ↵Kirben
outdated, and leads to confusion.
2016-10-18UPDATES: Another Win32 binary updateEugene Sandulenko
2016-10-18UPDATES: Update 1.9.0 Win32 signature. Thanks to TMM for the build.Eugene Sandulenko
2016-10-17DISTS: Fix corrupted character in copyright string for Windows exeThierry Crozat
This was introduced in commit 02827d0.
2016-10-17DISTS: Add Win32 signatureEugene Sandulenko
2016-10-13RASPBERRYPI: Add Raspberry Pi specific README.vanfanel
2016-10-13RASPBERRYPI: Add script to use included SDL 2.0.4 build.vanfanel
2016-10-12DISTS: Added Sparkle 1.9.0 signatureEugene Sandulenko
2016-10-10ANDROIDSDL: Update port settingsEugene Sandulenko
2016-09-26RELEASE: This is 1.10.0gitEugene Sandulenko
2016-09-15ANDROIDSDL: Enabled mt32emulubomyr
2016-09-06CLOUD: Move wwwroot archive to dists and script to devtoolsThierry Crozat
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-05BUILD: Add wwwroot.zip to resource files for Windows buildsThierry Crozat
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-03DISTS: Generate proper macventure.datEugene Sandulenko
2016-09-03DISTS: Add placeholder for macventure.dat to make the buildbot happyEugene Sandulenko
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-08-30Merge pull request #788 from Tkachov/cloudEugene Sandulenko
ALL: Add Cloud storage support
2016-08-26DISTS: Add the --disable-fluidsynth option to the older VS batch filesPaul Gilbert
2016-08-24CLOUD: Add Networking::Connection::isLimited()Alexander Tkachev
`false` everywhere by default, but works on Android (`true` if not Wi-Fi).
2016-08-24CLOUD: Embed cloud icons as byte arraysAlexander Tkachev
2016-08-24CLOUD: Add wwwrootAlexander Tkachev
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-20WIN32: Update build target and installer for SDL2.Kirben
2016-08-15BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback.Eugene Sandulenko
2016-08-06WIN32: Update copyright year in scummvm.issLothar Serra Mari
2016-08-06DOCUMENTATION: Use uppercase filenames for German documentationLothar Serra Mari
The filenames of the German docs now uses uppercase filenames to match the style of the English documentation.
2016-08-02Merge pull request #797 from Mailaender/appdataEugene Sandulenko
DISTS: Added an appdata.xml file
2016-07-30KYRA: Regenerate kyra.datEugene Sandulenko
2016-07-29DISTS: Add an appdata.xml file.Matthias Mailänder
2016-07-21Verified the sky.cpt file that digitall provided in ↵lavosspawn
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-06-12ANDROID: Relax manifest hardware requirements.Alyssa Milburn
This is necessary to make the package installable via Google Play for almost all modern devices.
2016-06-06GCW0: Device needs downscalingEugene Sandulenko
2016-05-31ANDROIDSDL: Update build configsEugene Sandulenko
2016-05-31ANDROIDSDL: Made android version genericEugene Sandulenko
2016-05-29Merge pull request #763 from bluegr/winsparkleEugene Sandulenko
UPDATES: Add support for WinSparkle
2016-05-23Merge pull request #765 from mjg59/masterEugene Sandulenko
ANDROID: Add support for Leanback Launcher on Android TV
2016-05-22ANDROID: Add support for Leanback Launcher on Android TVMatthew Garrett
Android TV needs some modifications to the manifest and a new icon in order for apps to appear in the launcher.
2016-05-22UPDATES: Add 1.8.1 Mac release signatureEugene Sandulenko