Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-26 | ANDROIDSDL: updated build script, added git checkout to one of previous ↵ | lubomyr | |
branch in libSDL, because in master branch of pelya(s) libSDL broken built-in virtual keyboard. I hope it will be fixed soon. | |||
2018-01-26 | ANDROIDSDL: updated how_to_build instructions. Latest NDK r16b not supported ↵ | lubomyr | |
by pelya(s) libSDL, supported ndk version is r15c | |||
2018-01-26 | ANDROIDSDL: updated How_to_build instruction. Pelya(s) libSDL changed build ↵ | lubomyr | |
scripts from ant to gradle so ant not needed anymore | |||
2018-01-26 | ANDROIDSDL: removed armeabi target, because support of armeabi removed from ↵ | lubomyr | |
master branch of pelya(s) libSDL | |||
2018-01-26 | ANDROIDSDL: fixed path to output apk file in build.sh script | lubomyr | |
2018-01-26 | ANDROIDSDL: added patch for adding parameter android:sharedUserId in ↵ | lubomyr | |
AndroidManifest.xml | |||
2018-01-26 | ANDROIDSDL: set version name to 2.1.0git, renamed asset appdata file | lubomyr | |
2018-01-25 | AMIGA: Update convertRM.sed | Hubert Maier | |
2018-01-25 | AMIGA: Small rewrite of RM2AG.rx | Hubert Maier | |
GitHub´s utf-8 converter adds a char and changes the file when using characters like "°". Slightly rewritten the rexx script to use "<>" as marker and adjust the rest to take the new two-char marker into account (instead of the one-char marker that was used before). | |||
2018-01-23 | BUILD: Add supernova.dat to install rules | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Update engine data file | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Add engine data file | Thierry Crozat | |
2018-01-14 | AMIGAOS: Clean up README conversion script | Hubert Maier | |
- Obviously AREXX doesn´t feature an ENDIF clause - Cleaned it up a bit - Checked and still working | |||
2018-01-01 | ALL: Bump copyright year. 2018! | Eugene Sandulenko | |
2017-12-26 | PS3: Remove gamepad button mapping | Bastien Bouclet | |
SDL_PSL1GHT now supports the GameController API. ScummVM's default mapping is now used. | |||
2017-12-18 | DISTS: Use html release notes for appcast | Thierry Crozat | |
This should fix formatting of release not for automatic update with Sparkle on Windows (bug #10367). | |||
2017-12-12 | DISTS: Add Sparkle 2.0.0 signatures | Thierry Crozat | |
2017-12-09 | DISTS: Update contact email for Linux appdata | Thierry Crozat | |
This also fixes the tag used for the contact, as per documented on https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html | |||
2017-12-09 | DISTS/FEDORA: Switch from bz2 to xz for sources | Willem Jan Palenstijn | |
2017-11-30 | RELEASE: This is 2.1.0git | Thierry Crozat | |
2017-11-23 | DISTS/FEDORA: Update README | Willem Jan Palenstijn | |
2017-11-23 | DISTS/FEDORA: Update and simplify scummvm-tools.spec | Willem Jan Palenstijn | |
2017-11-23 | DISTS/FEDORA: Update and simplify scummvm.spec | Willem Jan Palenstijn | |
This removes libmad from the package as it is in Fedora 24+, updates faad2 to the most recent release, removes the hardcoded set of engine-data from the .spec file, and packages the appdata file. | |||
2017-11-23 | ANDROID: Remove unnecessary additional activity | Colin Snover | |
For an unknown reason, having a second activity for Android TV (Leanback) caused ScummVM to be broken on some Android devices. According to Android documentation, TV can be supported in the same activity as everything else, so merge the two together. Fixes Trac#10024. | |||
2017-11-23 | ANDROID: Clean up AndroidManifest.xml | Colin Snover | |
Keep uses-flags at the top to avoid them getting buried below the activities, update target SDK to the minimum supported by current Android SDKs, make Wi-Fi optional, and add screenSize configuration change recommended by the Android documentation since orientation is already supported. | |||
2017-11-21 | RELEASE: 1.10 will henceforth be known as 2.0 | Colin Snover | |
General consensus on the ML was that people wanted to do this. http://lists.scummvm.org/pipermail/scummvm-devel/2017-November/012008.html | |||
2017-11-20 | DISTS/DEBIAN: Update to current files from downstream, less patches | Colin Snover | |
One patch is eliminated by the previous commit; the other patch, for ARM, is going to get fixed one way or the other by either landing gh-1052 or actually having the ARM assembly not be broken any more (or the first one first, and then the second one later when someone has enough time to do the work and test it). Fixes Trac#7105. | |||
2017-11-20 | KYRA: Fix crash due to missing palette data for OldFloppy version | Colin Snover | |
Thanks to sergesv for the patch. Fixes Trac#9733. | |||
2017-11-19 | DISTS/REDHAT: Add titanic.dat to scummvm.spec.in | Cameron Cawley | |
2017-11-19 | DEVTOOLS: Add RISC OS !Boot file to update-version.pl | Cameron Cawley | |
2017-11-15 | WIN32: Add German Start Menu entries to the installer | rootfather | |
2017-11-14 | DRASCULA: Make remaining static texts translatable | Eugene Sandulenko | |
drascula.dat file version bumped | |||
2017-10-15 | TITANIC: New titanic.dat with fixed German chevron strings | Paul Gilbert | |
2017-10-08 | TITANIC: Added latest titanic.dat | Paul Gilbert | |
2017-09-03 | RISCOS: Automatically calculate the correct WimpSlot size | Cameron Cawley | |
2017-09-03 | RISCOS: Add RISC OS support | cameron | |
2017-08-26 | TITANIC: Fix German strings in create_titanic, regenerate titanic.dat | Paul Gilbert | |
2017-08-12 | DEVTOOLS: Add compression for titanic.dat bitmaps | Paul Gilbert | |
2017-07-02 | BUILD: Add titanic.dat files to the list of engines data files | Thierry Crozat | |
2017-06-25 | TITANIC: Add titanic.dat to engine-data | Paul Gilbert | |
2017-06-25 | ANDROIDSDL: Fix repository file permissions | Eugene Sandulenko | |
2017-06-25 | ANDROIDSDL: implemented hiding of system android mouse pointer when real ↵ | lubomyr | |
mouse connected (only for android 7 or higher) | |||
2017-06-25 | ANDROIDSDL: removed MIPS from compilation. Mips support stopped in pelya's ↵ | lubomyr | |
libSDL. | |||
2017-06-25 | ANDROIDSDL: added How_to_Build.txt instruction | lubomyr | |
2017-06-25 | ANDROIDSDL: added script for building scummvm apk | lubomyr | |
2017-03-13 | PSP2: Update readme-psp2.md | rsn8887 | |
2017-03-11 | Merge pull request #916 from lubomyr/master | Eugene Sandulenko | |
ANDROIDSDL: libcurl and sdl_net is enabled by default | |||
2017-03-08 | CREATE_PROJECT: Fixed solution version for Visual Studio 2015 | Peter Kohaut | |
2017-03-08 | CREATE_PROJECT: Add support for Visual Studio 2017 | Peter Kohaut | |
2017-03-05 | ANDROIDSDL: libcurl and sdl_net is enabled by default | lubomyr | |