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
Eugene Sandulenko
55100f224a
ALL: Update copyright years
2016-01-01 13:33:39 +01:00
Willem Jan Palenstijn
13b7fecab2
WIN32: Don't install QUICKSTART file
...
The English version is only intended as a template for translation; not for
installing. See FR#699.
2015-12-03 10:55:48 +01:00
Thierry Crozat
1244597849
JANITORIAL: Update copyright year
2015-01-18 02:24:51 +00:00
Eugene Sandulenko
3c6284a1c7
RELEASE: This is 1.8.0git
2014-06-30 23:55:38 +03:00
Eugene Sandulenko
ae6efb09b7
JANITORIAL: Update copyright year
2014-01-01 12:44:08 +02:00
Eugene Sandulenko
e10eb97126
RELEASE: This is 1.7.0git
2013-05-05 00:42:10 +03:00
Strangerke
88add32e3b
JANITORIAL: Update copyright year
2013-01-02 18:32:15 +01:00
Travis Howell
636d3367d5
BUILD: Remove separate engine dist files in Windows build and installer, since the engine dist files are already included in the Windows executable file.
2012-09-22 10:37:47 +10:00
Eugene Sandulenko
6387e3bca7
RELEASE: This is 1.6.0git
2012-07-08 22:30:05 +03:00
Travis Howell
0f9fdf6dce
BUILD: Add COPYING.BSD to Windows installer script.
2012-03-25 23:22:52 +11:00
Travis Howell
14e6a5f8f7
BUILD: Add Copying.FREEFONT to Windows installer script.
2012-02-24 23:57:53 +11:00
Travis Howell
131e5c729c
BUILD: The Windows installer will add a symbolic link to standard savegames area in Windows Vista/7.
2012-01-31 00:27:20 +11:00
Travis Howell
8016d7d7a2
BUILD: Move saved game related items to a separate folder on the Start Menu, in the Windows installer.
2012-01-24 11:59:29 +11:00
Travis Howell
aacf57ee85
BUILD: Add batch script for migration of saved games location in Windows NT4 onwards.
2012-01-24 11:42:01 +11:00
Travis Howell
3ae9b947fd
BUILD: Add batch script for migration of saved games location in Windows NT4 onwards.
2012-01-24 11:40:24 +11:00
Travis Howell
1ab9066077
BUILD: Add Start Menu items for default saved game locations (old and new) to Windows installer.
2012-01-24 00:06:09 +11:00
Willem Jan Palenstijn
bc9c42b5ad
MISC: Update more dates to 2012
2012-01-13 21:37:26 +01:00