Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-17 | DISTS: Fix corrupted character in copyright string for Windows exe | Thierry Crozat | |
This was introduced in commit 02827d0. | |||
2016-10-17 | DISTS: Add Win32 signature | Eugene Sandulenko | |
2016-10-13 | RASPBERRYPI: Add Raspberry Pi specific README. | vanfanel | |
2016-10-13 | RASPBERRYPI: Add script to use included SDL 2.0.4 build. | vanfanel | |
2016-10-12 | DISTS: Added Sparkle 1.9.0 signature | Eugene Sandulenko | |
2016-10-10 | ANDROIDSDL: Update port settings | Eugene Sandulenko | |
2016-09-26 | RELEASE: This is 1.10.0git | Eugene Sandulenko | |
2016-09-15 | ANDROIDSDL: Enabled mt32emu | lubomyr | |
2016-09-06 | CLOUD: Move wwwroot archive to dists and script to devtools | Thierry 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-05 | BUILD: Add wwwroot.zip to resource files for Windows builds | Thierry 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-03 | DISTS: Generate proper macventure.dat | Eugene Sandulenko | |
2016-09-03 | DISTS: Add placeholder for macventure.dat to make the buildbot happy | Eugene Sandulenko | |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-08-30 | Merge pull request #788 from Tkachov/cloud | Eugene Sandulenko | |
ALL: Add Cloud storage support | |||
2016-08-26 | DISTS: Add the --disable-fluidsynth option to the older VS batch files | Paul Gilbert | |
2016-08-24 | CLOUD: Add Networking::Connection::isLimited() | Alexander Tkachev | |
`false` everywhere by default, but works on Android (`true` if not Wi-Fi). | |||
2016-08-24 | CLOUD: Embed cloud icons as byte arrays | Alexander Tkachev | |
2016-08-24 | CLOUD: Add wwwroot | Alexander 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-20 | WIN32: Update build target and installer for SDL2. | Kirben | |
2016-08-15 | BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback. | Eugene Sandulenko | |
2016-08-06 | WIN32: Update copyright year in scummvm.iss | Lothar Serra Mari | |
2016-08-06 | DOCUMENTATION: Use uppercase filenames for German documentation | Lothar Serra Mari | |
The filenames of the German docs now uses uppercase filenames to match the style of the English documentation. | |||
2016-08-02 | Merge pull request #797 from Mailaender/appdata | Eugene Sandulenko | |
DISTS: Added an appdata.xml file | |||
2016-07-30 | KYRA: Regenerate kyra.dat | Eugene Sandulenko | |
2016-07-29 | DISTS: Add an appdata.xml file. | Matthias Mailänder | |
2016-07-21 | Verified 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-12 | ANDROID: Relax manifest hardware requirements. | Alyssa Milburn | |
This is necessary to make the package installable via Google Play for almost all modern devices. | |||
2016-06-06 | GCW0: Device needs downscaling | Eugene Sandulenko | |
2016-05-31 | ANDROIDSDL: Update build configs | Eugene Sandulenko | |
2016-05-31 | ANDROIDSDL: Made android version generic | Eugene Sandulenko | |
2016-05-29 | Merge pull request #763 from bluegr/winsparkle | Eugene Sandulenko | |
UPDATES: Add support for WinSparkle | |||
2016-05-23 | Merge pull request #765 from mjg59/master | Eugene Sandulenko | |
ANDROID: Add support for Leanback Launcher on Android TV | |||
2016-05-22 | ANDROID: Add support for Leanback Launcher on Android TV | Matthew Garrett | |
Android TV needs some modifications to the manifest and a new icon in order for apps to appear in the launcher. | |||
2016-05-22 | UPDATES: Add 1.8.1 Mac release signature | Eugene Sandulenko | |
2016-05-22 | UPDATES: Add support for WinSparkle | Filippos Karapetis | |
2016-05-20 | ANDROIDSDL: add startup logo | lubomyr | |
2016-05-20 | ANDROIDSDL: updated banner.png image | lubomyr | |
2016-05-19 | ANDROIDSDL: add image banner.png for androidTV | lubomyr | |
2016-05-19 | ANDROIDSDL: add androidsdl backend | lubomyr | |
2016-05-15 | KYRA: Simplify Kyra1 audio track filename handling | Johannes Schickel | |
2016-04-13 | GCW0: Redirect debug output to log | Eugene Sandulenko | |
2016-04-09 | UPDATES: Fix appcast URL | Eugene Sandulenko | |
2016-04-09 | UPDATES: Specify version for manual Sparkle download | Eugene Sandulenko | |
2016-04-05 | WEB: Put Sparkle appcast to a standard place | Eugene Sandulenko | |
2016-04-03 | UPDATES: Use www.scummvm.org to avoid redirects | Eugene Sandulenko | |
2016-03-27 | UPDATES: Update Sparkle Appcast URL in the bundle plist | Eugene Sandulenko | |
2016-03-27 | UPDATES: Rename Sparkle appcast to common name | Eugene Sandulenko | |
2016-03-27 | UPDATES: Update Sparkle appcast with 1.8.0. | Eugene Sandulenko | |
It will not work, of course since we were not distributing files with our public key yet. | |||
2016-03-27 | UPDATES: Added our public Sparkle key | Eugene Sandulenko | |
2016-03-25 | OS X: Clean taskbar code | Thierry Crozat | |
This involves moving the NSDockTilePlugIn code to backend/taskbar and fixing style to follow our coding conventions. One make target was also renamed. All in all there is no change in functionality with this commit. |