ScummVM-Translations
c01e0c516a
I18N: Update translations templates
2021-03-26 08:59:25 +00:00
ScummVM-Translations
9c29fea67a
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-03-26 08:59:24 +00:00
SupSuper
6ddf606339
NANCY: Remove usage of itoa
2021-03-26 08:58:35 +00:00
ScummVM-Translations
ba7f55590b
I18N: Update translations templates
2021-03-26 08:39:23 +00:00
ScummVM-Translations
81494461ee
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-03-26 08:39:22 +00:00
SupSuper
8ef7942640
NANCY: Fix compilation
2021-03-26 08:39:05 +00:00
ScummVM-Translations
87b8a14fa3
I18N: Update translations templates
2021-03-26 08:25:29 +00:00
SupSuper
5b48dd74fb
NANCY: Don't translate Cheat GUI IDs
2021-03-26 08:03:10 +00:00
Eugene Sandulenko
af9aa7fbf2
BURIED: Fix 1.00 detection entries
2021-03-26 08:29:54 +01:00
ScummVM-Translations
8d527c95eb
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-03-26 00:27:17 +00:00
D G Turner
3c0d2109cd
BURIED: Fix Signed vs. Unsigned Comparison GCC Compiler Warnings
2021-03-26 00:25:10 +00:00
ScummVM-Translations
21cd09750b
I18N: Update translations templates
2021-03-25 23:18:52 +00:00
fracturehill
ff078328bc
NANCY: Includes cleanup
...
Cleaned up the engine's #includes. Also moved the NancyEngine::GameState enum to commontypes.h and renamed it to NancyState.
2021-03-26 01:17:07 +02:00
Thierry Crozat
686ad3c817
AGS: Add warning for ags_shell commands
...
This will give us an idea of the type of commands that games
are trying to execute and possibly handle some of them (for
example if they are trying to open a URL).
2021-03-25 22:32:45 +00:00
Thierry Crozat
040ee8857c
AGS: Pretend to be on Windows rather than Linux.
...
This fixes missing rain in Gemini Rue for example. See
https://github.com/adventuregamestudio/ags/issues/81
for more information on this issue.
a
2021-03-25 22:32:45 +00:00
Eugene Sandulenko
ba2013cb46
GUI: Properly parse the 'rtl' key's value in the themes
2021-03-25 23:14:10 +01:00
Thierry Crozat
bcab931115
SDL: Fix crash when switching from OpenGL to another graphics mode
...
The crash was introduced in commit 12878afc0 and this reverts part
of the changes in that commit.
2021-03-26 00:00:48 +02:00
Thierry Crozat
52ea3702cf
AGS: Fix for AGSSteam plugin used in Gemini Rue
2021-03-25 21:35:17 +00:00
Thierry Crozat
7252e57947
AGS: Add stubb for ags_shell plugin
...
It is used by Gemini Rue, possibly to open a URL in the default
system browser.
2021-03-25 21:35:17 +00:00
ScummVM-Translations
51ed58a5a8
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-03-25 20:23:40 +00:00
Thierry Crozat
080a3c2465
AGS: Adding detection for Gemini Rue Linux from Steam
2021-03-25 20:23:14 +00:00
ScummVM-Translations
567d876c2c
I18N: Update translations templates
2021-03-25 19:53:27 +00:00
ScummVM-Translations
6fcd4e0823
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-03-25 19:53:26 +00:00
Cameron Cawley
2186024624
BURIED: Improve text encoding conversion
2021-03-25 20:53:16 +01:00
ScummVM-Translations
25d6d63846
I18N: Update translations templates
2021-03-25 19:52:41 +00:00
ScummVM-Translations
aab3101851
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-03-25 19:52:40 +00:00
Cameron Cawley
fe6772a9e5
BURIED: Simplify the executable loading code
2021-03-25 20:52:28 +01:00
ScummVM-Translations
6b35de2007
I18N: Update translations templates
2021-03-25 17:54:42 +00:00
fracturehill
b029d377ab
NANCY: Fix credits transparency
...
Fixed an issue where the credits text's background was bright green instead of transparent.
2021-03-25 19:52:53 +02:00
fracturehill
b175c5fd10
NANCY: Initialize class members
...
Class members that get properly initialized after the constructor now also get default values during construction to silence warnings. Also fixed a couple of broken entries in response.cpp that were uncovered by these changes.
2021-03-25 19:52:53 +02:00
fracturehill
700f60042e
NANCY: Fix memory leak
...
The CursorManager now gets deleted in NancyEngine's destructor, fixing a memory leak.
2021-03-25 19:52:51 +02:00
fracturehill
cd7f9be183
NANCY: Add video load checks
...
Added checks after calling loadFile() on a video decoder.
2021-03-25 19:52:51 +02:00
fracturehill
0656e2473c
NANCY: Initialize local variables
...
Initialize local variables in a couple of functions to silence warnings.
2021-03-25 19:52:51 +02:00
fracturehill
89fd430243
NANCY: Fix wrong sound channel id checks
...
Fixed an incorrect check for maximum channelID inside SoundManager.
2021-03-25 19:52:50 +02:00
fracturehill
2f77d27bf6
NANCY: Translation fixes
...
Unmarked the string inside telephone.cpp as being translatable since it's an in-game string, and removed the file from POTFILES. Also added a comment explaining one of the strings inside cheat.cpp.
2021-03-25 19:52:50 +02:00
Eugene Sandulenko
1fb57c21e0
BURIED: Added sanity check on movie play
2021-03-25 16:06:44 +01:00
Eugene Sandulenko
32136a8c9e
BURIED: Added sanity checks on video loading
2021-03-25 16:06:44 +01:00
ScummVM-Translations
737864b7ca
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-03-25 14:57:47 +00:00
Eugene Sandulenko
66d1c3fecc
BURIED: Plugged another memory leak
2021-03-25 15:57:20 +01:00
Eugene Sandulenko
2b9ec32e6e
BURIED: Another leak on death plugged
2021-03-25 15:57:20 +01:00
Eugene Sandulenko
4587da68a4
BURIED: Plugged another memory leak
2021-03-25 15:57:20 +01:00
Eugene Sandulenko
0c35658304
BURIED: Added 1.00 version to the detection tables
2021-03-25 15:57:20 +01:00
Eugene Sandulenko
b90a049ba0
BURIED: Clean up new scene on death to prevent memory leaks
...
This plugs memory leak in this case
2021-03-25 15:57:20 +01:00
Eugene Sandulenko
fe493acf55
BURIED: Plug another memory leak
2021-03-25 15:57:20 +01:00
Eugene Sandulenko
e087fe09cc
BURIED: Plug memory leak
2021-03-25 15:57:20 +01:00
Eugene Sandulenko
b2a83dea8e
BURIED: Fixed mixing signed/unsigned values
2021-03-25 15:57:20 +01:00
Eugene Sandulenko
f07685729c
BURIED: Replace magic numbers with enum
2021-03-25 15:57:19 +01:00
Eugene Sandulenko
99b947979d
BURIED: Initialize class variables
2021-03-25 15:57:19 +01:00
Eugene Sandulenko
b8da2eed66
BURIED: Pass big parameters only by reference
2021-03-25 15:57:19 +01:00
ScummVM-Translations
be0483e2db
I18N: Update translations templates
2021-03-25 14:31:40 +00:00