Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-05 | Revert "DISTS: WIN32: Update Inno Setup file" | Lothar Serra Mari | |
This reverts commit 323b62310a9a8be275e8d8b8c7a368fe08310120. 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 | DISTS: WIN32: Update Inno Setup file | Lothar Serra Mari | |
2019-08-04 | WIN32: Add a default application manifest | Antoniou Athanasios | |
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-03 | BUILD: Fix 8-bit Windows icon transparency | SupSuper | |
They were showing as black squares in Windows XP | |||
2019-05-05 | BUILD: Add the licence file for the Source Code Pro font | Bastien Bouclet | |
2019-04-02 | BUILD: Update installer graphics | Matan Bareket | |
2019-04-02 | BUILD: Update default theme to use remastered | Matan Bareket | |
2019-03-17 | WIN32: Fix encoding in the Inno Setup file | Lothar Serra Mari | |
2019-03-09 | JANITORIAL: Update all scummvm.org URLS to use https | Cameron Cawley | |
2019-03-03 | ALL: Bump copyright year to 2019 | Lothar Serra Mari | |
2018-11-01 | WIN32: Correct typo in Inno Setup script. | Kirben | |
2018-10-31 | WIN32: Add "Hebrew" as language option to the Inno Setup | lotharsm | |
Requires https://github.com/jrsoftware/issrc/blob/master/Files/Languages/Hebrew.isl | |||
2018-09-05 | WIN32: Rewrite Inno setup installer script. (#1324) | Lothar Serra Mari | |
* 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-08-18 | WIN32: Update version numbers in ScummVM.iss using the normal system | Colin Snover | |
2018-08-18 | BUILD: Make Windows installer run unprivileged for non-admin users | Colin Snover | |
2018-08-18 | BUILD: Fix Windows packaging target | Colin Snover | |
2018-01-01 | ALL: Bump copyright year. 2018! | Eugene Sandulenko | |
2017-11-15 | WIN32: Add German Start Menu entries to the installer | rootfather | |
2017-01-01 | ALL: Bump copyright year to 2017 | Eugene Sandulenko | |
2016-10-19 | WIN32: re-sort migration.txt | Hein-Pieter van Braam | |
Kind of nit-picky but it was annoying me that it was ALMOST sorted. | |||
2016-10-19 | WIN32: Nightlies will start using SDL2 | Hein-Pieter van Braam | |
2016-10-19 | WIN32: Add missing LICENSE files to migration.txt | Hein-Pieter van Braam | |
2016-10-18 | WIN32: Remove NSIS installer script, since it is no longer maintained, ↵ | Kirben | |
outdated, and leads to confusion. | |||
2016-09-26 | RELEASE: This is 1.10.0git | Eugene Sandulenko | |
2016-08-20 | WIN32: Update build target and installer for SDL2. | Kirben | |
2016-08-06 | WIN32: Update copyright year in scummvm.iss | Lothar Serra Mari | |
2016-08-06 | DOCUMENTATION: Use uppercase filenames for German documentation | Lothar Serra Mari | |
The filenames of the German docs now uses uppercase filenames to match the style of the English documentation. | |||
2016-02-13 | Win32: Update SDL if version matches, but contents are different. | Kirben | |
2016-02-05 | RELEASE: This is 1.9.0git | Eugene Sandulenko | |
2016-01-01 | ALL: Update copyright date | Eugene Sandulenko | |
2016-01-01 | ALL: Update copyright years | Eugene Sandulenko | |
2015-12-03 | WIN32: Don't install QUICKSTART file | Willem Jan Palenstijn | |
The English version is only intended as a template for translation; not for installing. See FR#699. | |||
2015-01-18 | JANITORIAL: Update copyright year | Thierry Crozat | |
2014-06-30 | RELEASE: This is 1.8.0git | Eugene Sandulenko | |
2014-01-01 | JANITORIAL: Update copyright year | Eugene Sandulenko | |
2013-05-05 | RELEASE: This is 1.7.0git | Eugene Sandulenko | |
2013-01-02 | JANITORIAL: Update copyright year | Strangerke | |
2012-09-22 | BUILD: Remove separate engine dist files in Windows build and installer, ↵ | Travis Howell | |
since the engine dist files are already included in the Windows executable file. | |||
2012-07-08 | RELEASE: This is 1.6.0git | Eugene Sandulenko | |
2012-03-25 | BUILD: Add COPYING.BSD to Windows installer script. | Travis Howell | |
2012-02-24 | BUILD: Add Copying.FREEFONT to Windows installer script. | Travis Howell | |
2012-01-31 | BUILD: The Windows installer will add a symbolic link to standard savegames ↵ | Travis Howell | |
area in Windows Vista/7. | |||
2012-01-24 | BUILD: Move saved game related items to a separate folder on the Start Menu, ↵ | Travis Howell | |
in the Windows installer. | |||
2012-01-24 | BUILD: Add batch script for migration of saved games location in Windows NT4 ↵ | Travis Howell | |
onwards. | |||
2012-01-24 | BUILD: Add batch script for migration of saved games location in Windows NT4 ↵ | Travis Howell | |
onwards. | |||
2012-01-24 | BUILD: Add Start Menu items for default saved game locations (old and new) ↵ | Travis Howell | |
to Windows installer. | |||
2012-01-13 | MISC: Update more dates to 2012 | Willem Jan Palenstijn | |
2012-01-01 | MISC: This is year 2012 | Strangerke | |
2011-12-06 | DOCS: Add Swedish README from patch #3451861 | Thierry Crozat | |
2011-11-27 | DOCS: Add Swedish translation of QuickStart from patch #3443455 | Thierry Crozat | |