Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | ACCESS: MM: Implement proper game data and fonts in access.dat | Paul Gilbert | |
2018-07-03 | XEEN: Fix crash using mirrors in standalone Clouds of Xeen | Paul Gilbert | |
Thanks to HenneNWH for identifying the problem | |||
2018-06-29 | WIN32: Fix typo in resource script | Cameron Cawley | |
2018-06-18 | DISTS: Update appdata.xml file | AsciiWolf | |
Add OARS metadata | |||
2018-06-15 | RISCOS: Add a script to open the README file based on the system territory | Cameron Cawley | |
2018-05-27 | XEEN: Fix close-up objects placement, incorrect skill text in Create Char dialog | Paul Gilbert | |
2018-04-27 | XEEN: Move some few overlooked strings and spell array into xeen.ccs | Paul Gilbert | |
2018-04-15 | XEEN: Added differences introduced in Swords of Xeen | Paul Gilbert | |
2018-04-13 | SUPERNOVA: Update engine data file | Thierry Crozat | |
This updates the Englih translation of some strings and adds the bitmap for the English translation of the second newspaper article. | |||
2018-04-07 | XEEN: Regenerate xeen.ccs datafile | Paul Gilbert | |
2018-04-01 | XEEN: Fixes for full description of misc items | Paul Gilbert | |
2018-03-28 | XEEN: Add data for Swords of Xeen to create_xeen | Paul Gilbert | |
2018-03-24 | XEEN: Fix showing training costs for next level | Paul Gilbert | |
2018-03-22 | XEEN: Add original copy protection dialog | Paul Gilbert | |
2018-03-13 | XEEN: Fix text colors during intro/exit cutscenes | Paul Gilbert | |
2018-03-04 | XEEN: Regenerate xeen.ccs and remove accidentally committed dark.cc | Paul Gilbert | |
2018-02-24 | XEEN: Add difficulty selection dialog to WOX starting menu | Paul Gilbert | |
2018-02-23 | XEEN: Added generated xeen.ccs data file | Paul Gilbert | |
2018-02-23 | XEEN: Creation of create_xeen tool | Paul Gilbert | |
2018-02-21 | DRASCULA: Added support for Russian fan translation | Eugene Sandulenko | |
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 | |