Thierry Crozat
10a81d87cf
DOC: Add TTS and TranslationsManager to doxygen doc
2021-03-16 14:10:45 +00:00
Le Philousophe
bdf012d016
GPH: Don't call DownscaleSdlGraphicsManager anymore
...
They are gone.
2021-03-16 16:01:38 +02:00
Walter Agazzi
8b0ec6aebe
I18N: Update translation (Italian)
...
Currently translated at 100.0% (1578 of 1578 strings)
2021-03-16 11:08:23 +00:00
Matthew Duggan
ffa0fe199f
ULTIMA8: Fix kneeling in Crusader
2021-03-16 19:26:34 +09:00
George Kormendi
eac481d9e5
I18N: Update translation (Hungarian)
...
Currently translated at 100.0% (1578 of 1578 strings)
2021-03-16 10:24:44 +00:00
Le Philousophe
584f82d895
GPH/DINGUX: Fix build
...
Downscaling code has been removed
2021-03-16 08:33:44 +01:00
Orgad Shaneh
cfe8f4889c
GLK: Fix unused variable warnings
...
Reported by Clang.
2021-03-15 18:54:58 -07:00
ScummVM-Translations
53f0837b8c
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-16 01:53:47 +00:00
Orgad Shaneh
8bd2e17233
ULTIMA: Fix Clang warnings
...
warning: definition of implicit copy assignment operator for 'X' is deprecated because it has a user-declared copy constructor
2021-03-15 18:53:37 -07:00
ScummVM-Translations
298e185d87
I18N: Update translations templates
2021-03-16 01:50:21 +00:00
Orgad Shaneh
b02f7cbcd0
ULTIMA: Remove unused global
...
Amends commit e403c7c6f51b2ed5758078ff4d528a2bb3317dcf.
2021-03-15 18:50:11 -07:00
kyandora
309632fe50
AGS: Plugin stubs for Nickenstien's NGFX Graphics Library
2021-03-15 18:42:07 -07:00
Orgad Shaneh
cb7c6fb83e
DRAGONS: Remove unused private member
...
Reported by Clang.
2021-03-16 02:44:37 +02:00
IlDucci
a4ab598352
I18N: Update translation (Spanish)
...
Currently translated at 100.0% (1578 of 1578 strings)
2021-03-15 23:24:44 +00:00
Thierry Crozat
f6ac15f486
AGS: Add detection entries
2021-03-15 23:09:53 +00:00
Orgad Shaneh
dfea702e07
TINSEL: Add a missing case to switch statement
...
It's not really needed, only to satisfy the compilers.
2021-03-15 23:09:07 +00:00
Orgad Shaneh
955e3a471f
GLK: Fix copy assignment operator warning once again
...
Back to square 2 ;)
2021-03-15 23:07:32 +00:00
D G Turner
b8c4cd8129
COMMON: Use Correct Symbol in New String Function
2021-03-15 23:01:24 +00:00
Martin Gerhardy
eca9fcdc1e
TWINE: enable code again
...
error introduced in 70fd4f428d9ed5ba1f71bb02f35b8fae7fccb410
2021-03-15 23:16:16 +01:00
Martin Gerhardy
70fd4f428d
TWINE: removed ScenePoint and added actor debug rendering
2021-03-15 23:11:21 +01:00
Martin Gerhardy
bacdce7328
TWINE: improved scene debug rendering and added script patches found in the enhanced edition
2021-03-15 23:08:57 +01:00
Thierry Crozat
180d364ebe
AGS: Fix allegro mask color
...
In allegro the mask color has alpha set to 0. We were setting it
to 0xff and that caused comparaison of colors with mask to fail
in some places in the engine, for example causing the check of
whether a given position is on a sprite to fail (it was returning
true for any position inside the sprite bitmap, even if on a
transparent pixel).
See my_getpixel(Bitmap *, int x, int y) in character.cpp that
strips the alpha from the color just for that purpose (it is
called from is_pos_in_sprite()) where the pixel is compared to
the mask color..
2021-03-15 21:03:12 +00:00
SupSuper
30b06ae9de
CREATE_PROJECT: Add new scaler feature flags
2021-03-15 20:52:05 +00:00
Paweł Kołodziejski
dcb1fe586a
ICB: Fixed misaligned malloc/new with MemoryStream
2021-03-15 20:36:07 +01:00
Cameron Cawley
6d4602100d
DOCS: Add a description of the Backend tab
2021-03-15 18:39:39 +02:00
Cameron Cawley
cc328d9cfa
ANDROID: Remove README.Android
2021-03-15 18:39:39 +02:00
Cameron Cawley
5da3662dad
DOCS: Update the Android documentation
2021-03-15 18:39:39 +02:00
Cameron Cawley
47d36776fe
DOCS: Add a credits section to the manual
2021-03-15 18:30:35 +02:00
ScummVM-Translations
446f89db9b
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-15 16:29:07 +00:00
Martin Gerhardy
a19d80fe3c
TWINE: fixed regression in actor movement
...
introduced in 2597018b1ea32b1bdf7b87c978baf90b760ae4af
2021-03-15 17:28:41 +01:00
IlDucci
9c2b7d7d53
I18N: Update translation (Spanish)
...
Currently translated at 100.0% (1576 of 1576 strings)
2021-03-15 15:34:51 +00:00
ScummVM-Translations
637a208f73
I18N: Update translations templates
2021-03-15 14:53:06 +00:00
ScummVM-Translations
eb5b81263f
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-15 14:53:05 +00:00
Cameron Cawley
76b25ec1c3
GUI: Add a checkbox to allow overriding the global backend settings
2021-03-15 16:52:52 +02:00
ScummVM-Translations
7b08d041a2
I18N: Update translations templates
2021-03-15 14:48:54 +00:00
Cameron Cawley
8aa3e53132
SDL: Replace the use of the normal scaler for the cursor
2021-03-15 16:48:40 +02:00
Cameron Cawley
b596ebf8b8
GRAPHICS: Remove use of gBitFormat from the aspect ratio code
2021-03-15 16:48:40 +02:00
Cameron Cawley
40ee8ae527
SDL: Fix filtering with SDL 1.2
2021-03-15 16:48:40 +02:00
Cameron Cawley
f6c8207684
SDL: Minor cleanup to the aspect ratio code
2021-03-15 16:48:40 +02:00
Cameron Cawley
035f5798c4
SDL: Remove the old graphics mode enum
2021-03-15 16:48:40 +02:00
Cameron Cawley
621c4c2e9e
SDL: Fix implementation of getGraphicsModeScale
2021-03-15 16:48:40 +02:00
Cameron Cawley
21c1f0d007
SDL: Restore keyboard shortcuts for switching scalers
2021-03-15 16:48:40 +02:00
Cameron Cawley
4df5e9ed51
SDL: Fix crash with small cursors when using AdvMame4x
2021-03-15 16:48:40 +02:00
Cameron Cawley
b68dbf9eec
GRAPHICS: Ensure that _bufferedOutput is resized when the scale factor changes
2021-03-15 16:48:40 +02:00
Cameron Cawley
99acdb00f9
SDL: Fix crash when switching from OpenGL to Edge3x
2021-03-15 16:48:40 +02:00
Cameron Cawley
6a6cdc2bce
GRAPHICS: Use override and final keywords
2021-03-15 16:48:40 +02:00
Cameron Cawley
e50e010a9e
SDL: Fix compilation when building without RGB colour support
2021-03-15 16:48:40 +02:00
Cameron Cawley
12878afc06
SDL: Fix building without scalers
2021-03-15 16:48:40 +02:00
Cameron Cawley
97e176a098
GRAPHICS: Increase the number of extra pixels required by AdvMame4x
2021-03-15 16:48:40 +02:00
Cameron Cawley
9030ac7305
GRAPHICS: Remove unused code
2021-03-15 16:48:40 +02:00