Commit Graph

97 Commits

Author SHA1 Message Date
neuromancer
f66b8b90c7
FREESCAPE: added freescape.dat to dists 2022-11-06 22:00:12 +01:00
sluicebox
2a20d63543 DISTS: WIN32: Add --no-console to optional desktop shortcut
The default start menu shortcut already uses --no-console, so now the
optional desktop shortcut does too. This also applies to the optional
Run task at the end of installation.

Thanks to @lotharsm for reviewing this
2022-10-31 23:15:16 -07:00
Lothar Serra Mari
e8f262aca1 WIN32: Set release date for 2.6.1 2022-10-16 19:58:34 +02:00
Orgad Shaneh
1d72638473 DISTS: WIN32: Add .gitattributes for iss file
Force CRLF and set worktree encoding.

This lets Git store the file as UTF-8 text, easier for diffs/reviews,
and with LF line-endings, while the worktree copy has the right
attributes.
2022-07-18 19:32:56 +02:00
Lothar Serra Mari
44e716a481 DISTS: WIN32: Sync Inno Setup file with porter's current setup
This includes some changes I made for the official ScummVM builds starting
with 2.2.0 that have not yet been backported. Usually, the Inno Setup
script cannot be used completely as-is depending on the libraries
used (e.g. static via dynamic), so this is mainly for reference.

NOTE: Please note that the .iss files have a 'weird' encoding, so
in order to keep all the special characters, it should only be
modified with the official Inno Setup tools.
2022-07-17 08:39:42 +02:00
Lothar Serra Mari
e93cad7ce6 DISTS: WIN32: Specify release date for 2.6.0 2022-07-16 22:51:37 +02:00
Eugene Sandulenko
823bc16312
ALL: Update copyright year 2022-01-01 00:00:45 +01:00
Cameron Cawley
21b0d6ded1 BACKENDS: Replace GLEW with GLAD, part of PR #3463 2021-12-30 14:53:48 +01:00
Eugene Sandulenko
d79b75dce5
DOCS: Moved all non-main licenses to LICENSES/ directory. Synced all lists
I could potentially break some port packaging as my changes were not tested
2021-12-27 14:58:23 +01:00
Vladimir Serbinenko
8c204cbfe3 HADESCH: Add hadesch_translations.dat to win32 and irix distribution 2021-12-21 15:24:14 -05:00
Eugene Sandulenko
c69fadfa65 BUILD: Added gui-icons.dat to the list of redistributable files 2021-11-12 14:46:34 +01:00
Eugene Sandulenko
e1b5602eeb
DISTS: WIN32: Specify the release date 2021-10-01 14:21:47 +03:00
Orgad Shaneh
a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
SupSuper
0b25368f7c WIN32: HiDPI support 2021-04-11 21:21:44 +02:00
Eugene Sandulenko
c1cca8c869 ALL: Update copyright year 2021-01-01 00:00:18 +01:00
Eugene Sandulenko
7de5377e46 DISTS: Remove last leftover of NSIS installer, missed in 4a1f3d76fd 2020-11-11 19:59:22 +01:00
Eugene Sandulenko
ff388009db WIN32: Update release date 2020-09-13 22:58:23 +02:00
SupSuper
0043c278fe WIN32: Add Portuguese language to Inno Setup file 2020-02-10 09:13:35 +00:00
SupSuper
aeddfe1805 WIN32: Remove duplicate Polish in Inno Setup file 2020-02-10 09:12:02 +00:00
Eugene Sandulenko
c05b911563 ALL: Bump copyright year to 2020 2020-01-01 00:01:00 +01:00
Lothar Serra Mari
dfff7a5b5e Revert "DISTS: WIN32: Update Inno Setup file"
This reverts commit 323b62310a.

The previous commit breaks the Win32 setup generation on the buildbot
since it is not adapted to HTML documents for the README and for the
NEWS files yet. Sorry for the noise.
2019-10-05 21:53:30 +02:00
Lothar Serra Mari
323b62310a DISTS: WIN32: Update Inno Setup file 2019-10-05 16:01:02 +02:00
Antoniou Athanasios
e9623740f0 WIN32: Add a default application manifest
This fixes an OpenGL renderer issue for builds with MSYS2/Mingw64 or MSYS2/Mingw32

The issue pertains to MSYS2 adding a default manifest file (default-manifest.o) to the executable

The bug is for PC systems with GPU drivers that were not properly supported for Windows 10 
systems, like Intel HD Graphics series 1st and 2nd generations. In those systems, launching a 
game in ScummVM (built with MSYS2/Mingw) with the OpenGL renderer would cause the game 
screen to be a white blank image, and various warnings would be output to the console, eg.
"WARNING: GL ERROR: GL_INVALID_ENUM on glTexSubImage2D(0x0DE1, 0, 0, area.top, src.w, area.height(), _glFormat, _glType, src.gere.cpp:167)!"
This was due to MSYS2/Mingw builds trying to load the (poorly supported) GPU driver while advertising support for Windows 10 in their
embedded default Manifest file. Hence, the GPU driver DLL (eg ig4icd64.dll) would be unloaded, causing the bug.

More information is available in the following links:
https://github.com/pal1000/save-legacy-intel-graphics
https://github.com/LWJGL/lwjgl/issues/119
https://github.com/msys2/MSYS2-packages/issues/454
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69880

Credits to sluicebox for the VS GenerateManifest flag
2019-08-04 14:18:50 +03:00
SupSuper
32a997d243 BUILD: Fix 8-bit Windows icon transparency
They were showing as black squares in Windows XP
2019-08-03 05:30:19 +01:00
Bastien Bouclet
1d0d842e2a BUILD: Add the licence file for the Source Code Pro font 2019-05-05 08:52:12 +02:00
Matan Bareket
83b43afa4a BUILD: Update installer graphics 2019-04-02 10:55:57 -04:00
Matan Bareket
69cecebdbc BUILD: Update default theme to use remastered 2019-04-02 10:55:57 -04:00
Lothar Serra Mari
7e472de5a8 WIN32: Fix encoding in the Inno Setup file 2019-03-17 10:45:15 +01:00
Cameron Cawley
09dbe7686b JANITORIAL: Update all scummvm.org URLS to use https 2019-03-09 21:52:14 +01:00
Lothar Serra Mari
1aba295dcc ALL: Bump copyright year to 2019 2019-03-03 14:18:35 +01:00
Kirben
b749116cbe WIN32: Correct typo in Inno Setup script. 2018-11-01 08:19:31 +11:00
lotharsm
3fb3f659f7 WIN32: Add "Hebrew" as language option to the Inno Setup
Requires https://github.com/jrsoftware/issrc/blob/master/Files/Languages/Hebrew.isl
2018-10-31 14:12:24 +01:00
Lothar Serra Mari
f10816d9ed WIN32: Rewrite Inno setup installer script. (#1324)
* WIN32: Rewrite Inno setup installer

* WIN32: Add small bmp for usage in the Inno setup script

* WIN32: Fix spacing in Inno setup script

* WIN32: Re-add the documentation files to the Start Menu

* WIN32: Add scummvm icon to the Inno setup uninstaller

* WIN32: Remove now obsolete scummvm.iss.in file

* WIN32: Remove reference to Inno installer in update-version.pl

* WIN32: Add reference to Inno setup bmp file in ports.mk
2018-09-05 11:46:42 +10:00
Colin Snover
9df74693ba WIN32: Update version numbers in ScummVM.iss using the normal system 2018-08-18 09:28:56 +02:00
Colin Snover
0fccd88bd9 BUILD: Make Windows installer run unprivileged for non-admin users 2018-08-18 09:28:56 +02:00
Colin Snover
8bf9e620df BUILD: Fix Windows packaging target 2018-08-18 09:28:56 +02:00
Eugene Sandulenko
d6078ea406 ALL: Bump copyright year. 2018! 2018-01-01 00:09:56 +01:00
rootfather
1adc4ac58d WIN32: Add German Start Menu entries to the installer 2017-11-15 21:58:27 +01:00
Eugene Sandulenko
ab7a152c3a ALL: Bump copyright year to 2017 2017-01-01 10:58:56 +01:00
Hein-Pieter van Braam
5013eae243 WIN32: re-sort migration.txt
Kind of nit-picky but it was annoying me that it was ALMOST sorted.
2016-10-19 23:48:50 +02:00
Hein-Pieter van Braam
3f797173c0 WIN32: Nightlies will start using SDL2 2016-10-19 23:45:38 +02:00
Hein-Pieter van Braam
9af3c05561 WIN32: Add missing LICENSE files to migration.txt 2016-10-19 23:44:55 +02:00
Kirben
4a1f3d76fd WIN32: Remove NSIS installer script, since it is no longer maintained, outdated, and leads to confusion. 2016-10-18 14:46:02 +11:00
Eugene Sandulenko
53790e7497 RELEASE: This is 1.10.0git 2016-09-26 20:57:54 +02:00
Kirben
ff60ee30ad WIN32: Update build target and installer for SDL2. 2016-08-20 16:45:50 +10:00
Lothar Serra Mari
f5db38a001 WIN32: Update copyright year in scummvm.iss 2016-08-06 08:10:14 +02:00
Lothar Serra Mari
865143c0ef DOCUMENTATION: Use uppercase filenames for German documentation
The filenames of the German docs now uses uppercase filenames
to match the style of the English documentation.
2016-08-06 08:10:14 +02:00
Kirben
829bf25d1e Win32: Update SDL if version matches, but contents are different. 2016-02-13 13:03:13 +11:00
Eugene Sandulenko
0930018045 RELEASE: This is 1.9.0git 2016-02-05 23:31:25 +01:00
Eugene Sandulenko
3d75c3a1b3 ALL: Update copyright date 2016-01-01 13:49:38 +01:00