Commit Graph
1745 Commits
Author SHA1 Message Date
Jaromir Wysoglad b97333d4b7 TTS: Remove USE_PLATFORM_TTS defines
Use defined(USE_TTS) && defined(PLATFORM) instead
2019-09-01 22:47:55 +03:00
Jaromir Wysoglad e965df1e88 TTS: Add TTS support when compiling with msvc. 2019-09-01 22:47:55 +03:00
Thierry Crozat 406cc80458 CREATE_PROJECT: Handle compilation with libcurl and SDL_net in Xcode projects 2019-08-19 23:02:59 +01:00
Thierry Crozat bf65647589 CREDITS: Add credits for Supernova and update iOS and macOS credits 2019-08-15 22:27:57 +01:00
sluicebox e33c80eaba CREDITS: Add myself
The big reveal
2019-08-13 18:45:08 -07:00
Nipun Garg c1f029c6dc COMMON: Move Lua into Common and make it into...
an engine feature
2019-08-13 10:18:02 +02:00
Michael D 6b8869fc64 XEEN: Fix typo 2019-08-10 20:46:44 +03:00
Thierry Crozat 53501a4756 JANITORIAL: Fix indentation 2019-08-07 21:04:43 +01:00
Thierry Crozat 468c0f0743 IOS7: Implement isConnectionLimited 2019-08-04 19:03:34 +01: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
Jaromir Wysoglad fc3ae4c9b9 SUPERNOVA: Fix most of Codacy issues
* Fix mismatched delete in create_image.cpp
* Add shebangs to create_ms2_data.***.sh
* Reduce scopes of some variables
* Substitute bitwise and for logical and in
    GamaManager2::passageConstruction
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad df008c1290 SUPERNOVA: Add correct help screen image 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 0366f3da27 SUPERNOVA: Add help screen translation 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad e5a5aed28c SUPERNOVA: Update translation 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad f9d13b8d2c SUPERNOVA: Add translated Indiana Joe image 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad b883958c05 SUPERNOVA: Fix module.mk to make create_image tool 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 0f82716ca3 SUPERNOVA: Replace placeholder files 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 0e31a6163d SUPERNOVA: Merge create_supernova tools 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 16bad91f4b SUPERNOVA: Add placeholder info files to .dat 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 7ea4d03597 SUPERNOVA: Add size computation to create_image. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 061d14e799 SUPERNOVA: Add ciphered text image translation. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 3a08ad99d9 SUPERNOVA: Fix palette in translated ms2_data.015 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 80c1cd9e61 SUPERNOVA: Implement MS datafile loading to .dat 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 8f7b10a5de SUPERNOVA: Add tool to create image datafiles. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 28f262eaee SUPERNOVA: Fix translation of "Wundersam!" 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 01d601b237 SUPERNOVA: Reformat StringId enums and gametext.h 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad ab4af5c614 SUPERNOVA: Add info, doc, help screens for MS2 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad d1edf0e467 SUPERNOVA: Reorder strings in devtools 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 83e05ea13f SUPERNOVA2: Add english translated image
This adds translated image of cyphered text inside Cabin room
I don't think I can get any closer to the original looks with
.pbm format.
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad f00c19604e SUPERNOVA2: Add missing string to translatino tool 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad a77d56219f SUPERNOVA2: Update translations 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 801c684218 SUPERNOVA2: Add missing string to translation tool 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 103bd737a5 SUPERNOVA2: Add missing string to translatin tool 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 88973057fe SUPERNOVA2: Add dialog separator to gametext.h 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 977d67b272 SUPERNOVA2: Synchronize with main repository
Better support for pbm format was added to
create_supernova in main repository, this
commit just mirrors theese changes
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad df1fbcbf4d SUPERNOVA2: Add string, divide long line in string 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 86acda73a7 SUPERNOVA2: Correct overlook in comment and define 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad 0ed3dbf21f SUPERNOVA2: add tool to generate engine data file
Most of the tool is copied from create supernova
Add correct gametext.h and strings_en.po for supernova2
Doesn't handle images yet
2019-07-28 15:09:14 +01:00
Le Philousophe 662cc47372 CREDITS: Add myself and Cryomni3D engine 2019-07-27 11:34:56 +02:00
Thanasis Antoniou 7985ca46bd DEVTOOLS: BLADERUNNER: More Readme formatting (codacy) 2019-07-23 19:22:24 +03:00
Thanasis Antoniou 9a81e59d66 DEVTOOLS: BLADERUNNER: More quality fixes (codacy) 2019-07-23 17:46:15 +03:00
Thanasis Antoniou 1450a240a0 DEVTOOLS: BLADERUNNER: Code quality improvements (Codacy issues) 2019-07-23 12:50:44 +03:00
Thanasis Antoniou 4d4c754750 DEVTOOLS: BLADERUNNER: More readme formatting fixes 2019-07-22 20:13:03 +03:00
Thanasis Antoniou 0b7654441d DEVTOOLS: BLADERUNNER: Readme formatting fixes 2019-07-22 19:43:12 +03:00
Thanasis Antoniou 4f2a70287d DEVTOOLS: BLADERUNNER: Fix Python 3 print syntax error 2019-07-11 08:40:54 +03:00
Thanasis Antoniou f2f91fa773 DEVTOOLS: BLADERUNNER: Improved command line for TRE, FON, AUD libs 2019-07-10 13:59:31 +03:00
Le Philousophe 70eca71905 CRYOMNI3D: Add Spanish version of Versailles 2019-07-05 07:52:44 +02:00
Le Philousophe d46988491d CRYOMNI3D: Add German version of Versailles 2019-07-05 07:52:00 +02:00
Le Philousophe 215e2139fc CRYOMNI3D: Add Italian version of Versailles 2019-07-05 07:52:00 +02:00
Le Philousophe 050536b137 CRYOMNI3D: Add English version of Versailles 2019-07-05 07:52:00 +02:00