Commit Graph

113741 Commits

Author SHA1 Message Date
neuromancer
0eca2dcc22 PRIVATE: re-enabled sound areas and fail if they are invalid 2021-03-07 12:52:23 -03:00
neuromancer
b1e1494a12 PRIVATE: fixed two more memory leaks 2021-03-07 11:51:56 -03:00
ScummVM-Translations
98d8ea0f0b 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-07 13:04:55 +00:00
Martin Gerhardy
49cfb436e8 TWINE: holomap surface pos rotation reversed 2021-03-07 14:03:59 +01:00
Martin Gerhardy
a43c19ca72 TWINE: converted HolomapProjectedPos unk1 and unk2 to signed short 2021-03-07 14:03:59 +01:00
Martin Gerhardy
bafabc493e TWINE: comments 2021-03-07 14:03:59 +01:00
Martin Gerhardy
7a298a408b TWINE: holomap only needs x and y projected to the screen 2021-03-07 14:03:59 +01:00
Martin Gerhardy
a1e76d8ef1 TWINE: fixed TwinEEngine::unlockAchievement 2021-03-07 14:03:59 +01:00
Martin Gerhardy
c6b6495173 TWINE: use Vec3 variant of projectPositionOnScreen 2021-03-07 14:03:59 +01:00
VAN-Gluon
d8be049d56 I18N: Update translation (Japanese)
Currently translated at 77.5% (1228 of 1583 strings)
2021-03-07 12:24:42 +00:00
Joohan Lee
14c2b708b6 I18N: Update translation (Korean)
Currently translated at 85.3% (1351 of 1583 strings)
2021-03-07 12:24:41 +00:00
sluicebox
318e18fd9c SCI: Fix HOYLE4 Crazy Eights transition sound
Fixes bug #10790
2021-03-07 03:11:40 -08:00
Le Philousophe
fc20dd9a43 ICB: Fix uint/uint32 discrepancies 2021-03-07 12:07:27 +01:00
Martin Gerhardy
cb49b7a42c TWINE: activate achievement LBA_ACH_005 2021-03-07 11:37:16 +01:00
Le Philousophe
3d5ed0bf8a AGS: Don't use initializer list for a string constant
Old GCC don't like it
2021-03-07 10:59:08 +01:00
David Cordero
8e4655a3cb DOCS: Fix link to the iOS Libraries 2021-03-07 10:48:29 +01:00
Le Philousophe
374fa81f42 AGS: Fix unsigned int/uint32 discrepancies 2021-03-07 10:25:47 +01:00
Matthew Duggan
c82c6901bc PRIVATE: Fix some coverity issues 2021-03-07 18:14:01 +09:00
Matthew Duggan
8074297b05 ULTIMA8: Switch cheat mover keymap from Alt to Meta
Alt interferes with the original Crusader keymap.
2021-03-07 18:13:36 +09:00
Matthew Duggan
c3e21d27dd ULTIMA8: Fix Crusader explosion damage slightly 2021-03-07 18:13:36 +09:00
Matthew Duggan
20d4380337 ULTIMA8: Fix some coverity issues 2021-03-07 18:13:36 +09:00
Paweł Kołodziejski
a18e803ea6 ICB: Cleanup types 2021-03-07 09:56:34 +01:00
Martin Gerhardy
64631108b6 AGS: added debug message about unsupported plugin 2021-03-06 21:04:22 -08:00
Paul Gilbert
9cae7c41f9 GLK: ZCODE: Added detection entries 2021-03-06 21:02:26 -08:00
Paul Gilbert
b83f956b09 GLK: GLULX: Add detection entries 2021-03-06 21:02:06 -08:00
Paul Gilbert
fa940bec10 AGS: Added detection entries 2021-03-06 20:44:07 -08:00
Paul Gilbert
28bd2fff22 AGS: Janitorial 2021-03-06 20:34:43 -08:00
Paul Gilbert
07ec21798f AGS: Refactor out global Strings in multifilelib.cpp 2021-03-06 20:19:32 -08:00
Paul Gilbert
497ef2df1a AGS: Move lzw.cpp globals to Globals 2021-03-06 20:15:51 -08:00
Paul Gilbert
1e327a63f8 AGS: Move cc_script.cpp globals to Globals 2021-03-06 20:07:09 -08:00
Paul Gilbert
dfbcfd212c AGS: Move cc_options.cpp globals to Globals 2021-03-06 20:02:23 -08:00
Paul Gilbert
354441a862 AGS: Remove deprecated assert.h 2021-03-06 19:51:04 -08:00
Paul Gilbert
77bab4753b AGS: Read legacy resolution config & detect upscale mode 2021-03-06 19:43:28 -08:00
Paul Gilbert
34c86ce1a1 AGS: Removal of commented out includes 2021-03-06 19:43:13 -08:00
Paul Gilbert
1e7cce8c12 AGS: Move graphics_mode.cpp globals to Globals 2021-03-06 19:42:57 -08:00
Matthew Duggan
1217a1ebef ULTIMA8: Update SuperSpriteProcess to more closely match original 2021-03-07 10:08:42 +09:00
Matthew Duggan
5a8740c714 ULTIMA8: Update Crudader fireWeapon to closer match original 2021-03-07 10:08:42 +09:00
Thierry Crozat
f09cca7ac9 AGS: Fix issues with BITMAP clipping rect
Allegro API to set or get the clipping rect include both the
top-left and bottom-right corners. But internally in the
BITMAP the bottom-right corner is excluded, and is thus one
more that the one in the API functions.

Also ensure that the clipping rect is used by setting the clip
flag to true. The Allegro documentation indicates that it can
be set to false to get better performances, but will result in
your program dying a horrible death if you try to draw beyond
the edges of the bitmap. And by default clip is on. AGS never
turns it off, so just ensure it is set to on in the constructor.
2021-03-07 01:08:21 +00:00
Paul Gilbert
49c8bc415b AGS: Move global_dialog.cpp globals to Globals 2021-03-06 15:11:39 -08:00
Paul Gilbert
21e9dde4ca AGS: Move cc_error.cpp globals to Globals 2021-03-06 15:11:39 -08:00
Paul Gilbert
9b4f54cf77 AGS: Move file.cpp globals to Globals 2021-03-06 15:11:39 -08:00
Paul Gilbert
68e925ecd0 AGS: Move interactions.cpp globals to Globals 2021-03-06 15:11:39 -08:00
Paul Gilbert
f07da658f1 AGS: Move engine.cpp globals to Globals 2021-03-06 15:11:38 -08:00
Paul Gilbert
fd5c11f382 AGS: Move debug globals to Globals 2021-03-06 15:11:38 -08:00
Paul Gilbert
e81f87769d AGS: Remove deprecated code from AGSLinux 2021-03-06 15:11:38 -08:00
D G Turner
63ca8cdeef PRIVATE: Fix GCC Unused Variable Warnings from Header Constants
It is not generally a good idea to define variables in headers so
fixing these warnings by using the string value directly as initialization
to various Common::String variables / parameters.
2021-03-06 21:48:59 +00:00
Thierry Crozat
e7d51b856d AGS: Use AGSSpritePlugin variant for Kathy Rain and WoaM 2021-03-06 21:21:22 +00:00
Thierry Crozat
6c117d04dd AGS: Implement AGSSpriteFont plugin variant from Clifftop Games
This variant is used in the games from Clifftop Games, Kathy Rain
and Whispers of a Machine.

The changes are based on https://github.com/adventuregamestudio/ags/pull/834
The ags fork used for the Kathy Rain can be found at https://github.com/josthas/KrusAGS/
2021-03-06 21:21:22 +00:00
Thierry Crozat
551d03a7b4 AGS: Plug memory leak in SpriteFont plugin 2021-03-06 21:21:22 +00:00
Thierry Crozat
8491d62fa6 AGS: Fix access to bitmaps in plugins
In ScummVM bitmap data are stored linearly but plugins
were accessing those as array of arrays leading to
out of bound memory access.
2021-03-06 21:21:22 +00:00