Paul Gilbert
d8a8a57411
XEEN: Fixes for full description of misc items
2018-04-01 14:01:26 -04:00
Paul Gilbert
8c4f90893d
XEEN: Add data for Swords of Xeen to create_xeen
2018-03-28 20:49:44 -04:00
Paul Gilbert
edf19f5f0d
XEEN: Fix showing training costs for next level
2018-03-24 22:06:07 -04:00
Paul Gilbert
27ef37b400
XEEN: Add original copy protection dialog
2018-03-22 20:22:52 -04:00
Paul Gilbert
ac7a9224fe
XEEN: Fix text colors during intro/exit cutscenes
2018-03-13 18:17:02 -04:00
Paul Gilbert
d48275970a
XEEN: Regenerate xeen.ccs and remove accidentally committed dark.cc
2018-03-04 22:43:20 -05:00
Paul Gilbert
72e540e203
XEEN: Add difficulty selection dialog to WOX starting menu
2018-02-24 21:17:44 -05:00
Paul Gilbert
616da66f81
XEEN: Added generated xeen.ccs data file
2018-02-23 15:58:08 -05:00
Paul Gilbert
900ef91aca
XEEN: Creation of create_xeen tool
2018-02-23 15:23:20 -05:00
Eugene Sandulenko
59905eee0d
DRASCULA: Added support for Russian fan translation
2018-02-21 22:39:09 +01:00
lubomyr
1c26885900
ANDROIDSDL: updated build script, added git checkout to one of previous 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 13:51:38 +01:00
lubomyr
aa56b7fca9
ANDROIDSDL: updated how_to_build instructions. Latest NDK r16b not supported by pelya(s) libSDL, supported ndk version is r15c
2018-01-26 13:51:38 +01:00
lubomyr
425061f442
ANDROIDSDL: updated How_to_build instruction. Pelya(s) libSDL changed build scripts from ant to gradle so ant not needed anymore
2018-01-26 13:51:38 +01:00
lubomyr
773f6a8a95
ANDROIDSDL: removed armeabi target, because support of armeabi removed from master branch of pelya(s) libSDL
2018-01-26 13:51:38 +01:00
lubomyr
83737a77ec
ANDROIDSDL: fixed path to output apk file in build.sh script
2018-01-26 13:51:38 +01:00
lubomyr
3d4b6c721d
ANDROIDSDL: added patch for adding parameter android:sharedUserId in AndroidManifest.xml
2018-01-26 13:51:38 +01:00
lubomyr
210ad851b7
ANDROIDSDL: set version name to 2.1.0git, renamed asset appdata file
2018-01-26 13:51:38 +01:00
Hubert Maier
38df276b25
AMIGA: Update convertRM.sed
2018-01-25 12:46:43 +00:00
Hubert Maier
15a5605c0f
AMIGA: Small rewrite of RM2AG.rx
...
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-25 12:46:43 +00:00
Thierry Crozat
c1accefe5c
BUILD: Add supernova.dat to install rules
2018-01-23 22:50:39 +00:00
Thierry Crozat
2c42276052
SUPERNOVA: Update engine data file
2018-01-23 02:15:47 +00:00
Thierry Crozat
a996a31ab9
SUPERNOVA: Add engine data file
2018-01-23 02:15:43 +00:00
Hubert Maier
d7efb2d5bb
AMIGAOS: Clean up README conversion script
...
- Obviously AREXX doesn´t feature an ENDIF clause
- Cleaned it up a bit
- Checked and still working
2018-01-14 06:51:50 +00:00
Eugene Sandulenko
d6078ea406
ALL: Bump copyright year. 2018!
2018-01-01 00:09:56 +01:00
Bastien Bouclet
6fb50d562f
PS3: Remove gamepad button mapping
...
SDL_PSL1GHT now supports the GameController API. ScummVM's default
mapping is now used.
2017-12-26 21:11:04 +01:00
Thierry Crozat
7fe75a0b6c
DISTS: Use html release notes for appcast
...
This should fix formatting of release not for automatic update
with Sparkle on Windows (bug #10367 ).
2017-12-18 09:09:08 +00:00
Thierry Crozat
e4882f6057
DISTS: Add Sparkle 2.0.0 signatures
2017-12-12 22:03:35 +00:00
Thierry Crozat
75102d4274
DISTS: Update contact email for Linux appdata
...
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 17:21:26 +00:00
Willem Jan Palenstijn
fca876ea03
DISTS/FEDORA: Switch from bz2 to xz for sources
2017-12-09 01:05:50 +01:00
Thierry Crozat
cd7e6cd31c
RELEASE: This is 2.1.0git
2017-11-30 00:13:10 +00:00
Willem Jan Palenstijn
12797b1b5e
DISTS/FEDORA: Update README
2017-11-23 22:32:12 +01:00
Willem Jan Palenstijn
74958f4c1d
DISTS/FEDORA: Update and simplify scummvm-tools.spec
2017-11-23 22:32:12 +01:00
Willem Jan Palenstijn
1a2bf89ecc
DISTS/FEDORA: Update and simplify scummvm.spec
...
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 22:32:12 +01:00
Colin Snover
404657d80d
ANDROID: Remove unnecessary additional activity
...
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 14:02:55 -06:00
Colin Snover
583c7cf622
ANDROID: Clean up AndroidManifest.xml
...
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-23 14:02:55 -06:00
Colin Snover
c13defd661
RELEASE: 1.10 will henceforth be known as 2.0
...
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-21 15:26:52 -06:00
Colin Snover
4045b9a7b7
DISTS/DEBIAN: Update to current files from downstream, less patches
...
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 22:58:21 -06:00
Colin Snover
cf61174396
KYRA: Fix crash due to missing palette data for OldFloppy version
...
Thanks to sergesv for the patch.
Fixes Trac#9733.
2017-11-20 20:44:54 -06:00
Cameron Cawley
7689fd7308
DISTS/REDHAT: Add titanic.dat to scummvm.spec.in
2017-11-19 14:50:17 +01:00
Cameron Cawley
2627716010
DEVTOOLS: Add RISC OS !Boot file to update-version.pl
2017-11-19 14:50:17 +01:00
rootfather
1adc4ac58d
WIN32: Add German Start Menu entries to the installer
2017-11-15 21:58:27 +01:00
Eugene Sandulenko
327dcf98ec
DRASCULA: Make remaining static texts translatable
...
drascula.dat file version bumped
2017-11-14 04:07:11 +01:00
Paul Gilbert
1947d310df
TITANIC: New titanic.dat with fixed German chevron strings
2017-10-15 21:39:48 -04:00
Paul Gilbert
3a5c274ef7
TITANIC: Added latest titanic.dat
2017-10-08 12:45:29 -04:00
Cameron Cawley
0d1df59be1
RISCOS: Automatically calculate the correct WimpSlot size
2017-09-03 10:40:07 +02:00
cameron
a11985c46d
RISCOS: Add RISC OS support
2017-09-03 10:40:07 +02:00
Paul Gilbert
6291eb75d0
TITANIC: Fix German strings in create_titanic, regenerate titanic.dat
2017-08-26 12:39:34 -04:00
Paul Gilbert
6a5c520194
DEVTOOLS: Add compression for titanic.dat bitmaps
2017-08-12 20:08:49 -04:00
Thierry Crozat
ab8b5273ef
BUILD: Add titanic.dat files to the list of engines data files
2017-07-02 22:08:26 +01:00
Paul Gilbert
7264e4374a
TITANIC: Add titanic.dat to engine-data
2017-06-25 22:09:54 -04:00