Commit Graph

1754 Commits

Author SHA1 Message Date
Thierry Crozat
d776e14b5a SUPERNOVA: Improve English translation for part 2 2019-09-13 01:08:30 +01:00
Thierry Crozat
8e71a121f6 SUPERNOVA: Improve English translation for part 2 2019-09-13 01:08:30 +01:00
Thierry Crozat
3a54256a78 SUPERNOVA: Improve English translation for part 2 2019-09-13 01:08:30 +01:00
Eugene Sandulenko
5c5130814b PRINCE: I18N: Remove credits from the translations.
They are confusing and it makes little sense to translate them.
2019-09-12 16:14:16 +02:00
Eugene Sandulenko
f2ceccda62 PRINCE: Added few English translations 2019-09-11 19:21:29 +02:00
Eugene Sandulenko
44b022aec4 PRINCE: Removed Russian untranslated strings from English translation
This will show proper stats on untranslated strings.
2019-09-10 22:08:11 +02:00
Eugene Sandulenko
59e6afaac1 PRINCE: Added current text dumps
Text in Russian were manually cleared from typos.
Texts in all languages were adjusted to the Polish original text
structure.
2019-09-10 22:01:04 +02:00
Thierry Crozat
ded24d9b8c SUPERNOVA: Update English translation for part 2 2019-09-08 22:28:40 +01:00
Thierry Crozat
6f5b13c0d1 SUPERNOVA: Fix typo in newspaper article English translation 2019-09-08 17:24:58 +01:00
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