Commit Graph

113849 Commits

Author SHA1 Message Date
D G Turner
0d6e4d647a COMMON: Minor Formatting Fix in String Header 2021-03-12 19:50:49 +00:00
Lothar Serra Mari
28ba918b05 I18N: Update translation (German)
Currently translated at 99.9% (1582 of 1583 strings)
2021-03-11 19:10:02 +00:00
ScummVM-Translations
edcfaa533b 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-11 16:52:50 +00:00
sluicebox
6853b5101f SCI: Convert PQ2 speed workaround to script patch
Cleans up kScriptID and speeds up startup
2021-03-11 08:50:46 -08:00
ScummVM-Translations
a40c216236 I18N: Update translations templates 2021-03-11 13:47:37 +00:00
sluicebox
bfd4170532 SCI32: Fix kStringToInteger space parsing
Fixes reading settings from game.opt in HOYLE5, where most strings
begin with spaces. SSCI called atoi() which handles this, and so did
we, until it was changed during a large refactor in
3f91726765
2021-03-11 05:47:02 -08:00
Thierry Crozat
8cadb1647a AGS: Add detection entry for 'If On A Winter's Night' Windows version 2021-03-11 13:06:01 +00:00
Thierry Crozat
6a2bb1ea96 AGS: Use full game title in detection entry 2021-03-11 12:23:56 +00:00
Paul Gilbert
3a0a70bc43 AGS: Move more game.cpp globals to Globals 2021-03-10 21:01:11 -08:00
Paul Gilbert
bad09b641f AGS: Move translation.cpp globals to Globals 2021-03-10 20:49:59 -08:00
Paul Gilbert
9c6dd73349 AGS: Move cc_dynamicobject.cpp globals to Globals 2021-03-10 20:43:37 -08:00
Paul Gilbert
b91cae25d6 AGS: Move walkbehind.cpp globals to Globals 2021-03-10 20:31:46 -08:00
Paul Gilbert
236250a945 AGS: Move display.cpp globals to Globals 2021-03-10 20:14:15 -08:00
Paul Gilbert
d61b6f98c5 AGS: Move cscdialog.cpp globals to Globals 2021-03-10 20:14:15 -08:00
Paul Gilbert
d605b11c4f AGS: Make turnlooporder array const 2021-03-10 20:14:15 -08:00
neuromancer
c133fec9eb PRIVATE: fixed memory leak on vs picture scaling 2021-03-10 22:16:10 -03:00
Martin Gerhardy
5e09d76e4b AGS: added detection entry for 'If On A Winter's Night' 2021-03-10 05:44:42 +01:00
D G Turner
33b48e76c4 WINTERMUTE: Fix GCC Compiler Warnings from Unused WIP Variables 2021-03-10 07:57:31 +00:00
Martin Gerhardy
33424e6c86 AGS: added blackwell plugin to resonance to fix the startup 2021-03-10 07:59:30 +01:00
Paul Gilbert
a5c4876862 AGS: Move mouse.cpp globals to Globals 2021-03-09 21:15:12 -08:00
Paul Gilbert
c7b1836e53 AGS: Move invwindow.cpp globals to Globals 2021-03-09 21:14:04 -08:00
Paul Gilbert
b38289e5aa AGS: Move room.cpp globals to Globals 2021-03-09 21:14:04 -08:00
Paul Gilbert
f6e83fa57e AGS: Move sys_events.cpp globals to Globals 2021-03-09 21:14:03 -08:00
Paul Gilbert
dbdac3c3cf AGS: Move walkablearea.cpp globals to Globals 2021-03-09 21:14:03 -08:00
Paul Gilbert
2d82d32577 AGS: Move draw.cpp globals to Globals 2021-03-09 21:14:02 -08:00
Paul Gilbert
f97407f6ca AGS: Move game_run.cpp globals to Globals 2021-03-09 21:14:02 -08:00
Thierry Crozat
d0ce475e06 AGS: Fix antialiased stretch of sprite
This fixes missing actors in some games, such as Blackwell
Deception (on the boat deck where the actors are scaled to
90% or their original size).

The issue was that Allegro has defines to indicate which color
depth are available, and we removed those. But they are used
in the antialiasing code.
2021-03-10 00:28:29 +00:00
Thierry Crozat
a2ed9906e4 AGS Cleanup surface creation
The main changce is that create_bitmap() now uses the current
get_color_depth(), as it is supposed to (according to the Allegro
documentation).

Also it remove cases where the surface could be created without the transparent color.
2021-03-10 00:28:29 +00:00
ScummVM-Translations
19bf58f8c6 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-09 16:36:18 +00:00
Thierry Crozat
2a02d999bd AGS: Fix unresolved import 'Mouse::xxx' errors when starting games 2021-03-09 16:35:30 +00:00
ScummVM-Translations
736c2c29ac I18N: Update translations templates 2021-03-09 11:33:33 +00:00
Thierry Crozat
6ef406ac20 AUDIO: Fix compilation with Fluidsynth2 2021-03-09 11:32:57 +00:00
sluicebox
cbaae38721 EVENTS: Fix mouse position outside active area
Fixes regression introduced in 35b9cccbde
which ignored SdlGraphicsManager::notifyMousePosition() return value
2021-03-09 08:18:56 +01:00
Paul Gilbert
fd7116d342 AGS: Move mousew32.cpp globals to Globals 2021-03-08 21:12:00 -08:00
Paul Gilbert
804158fb75 AGS: Refactor Mouse namespace to be a struct 2021-03-08 21:12:00 -08:00
Paul Gilbert
462f408bbd AGS: Move some global strings to statics 2021-03-08 21:12:00 -08:00
Paul Gilbert
bb488f2d58 AGS: Move dynamicsprite.cpp globals to Globals 2021-03-08 21:12:00 -08:00
Paul Gilbert
5d2d8b2a73 AGS: Move cc_serializer.cpp globals to Globals 2021-03-08 21:11:59 -08:00
sluicebox
a3bc5d64b8 FLUIDSYNTH: Fix build 2021-03-08 21:00:59 -08:00
Paul Gilbert
5a6b282c7c AGS: Move engine_setup.cpp globals to Globals 2021-03-08 20:06:37 -08:00
Paul Gilbert
764271844a AGS: Move global_object globals to Globals 2021-03-08 20:03:22 -08:00
Paul Gilbert
81976cb994 AGS: Move dialog.cpp globals to Globals 2021-03-08 19:22:34 -08:00
Paul Gilbert
dc019af530 AGS: Move character.cpp globals to Globals 2021-03-08 19:04:35 -08:00
Paul Gilbert
f05ad88320 AGS: Move gui.cpp globals to Globals 2021-03-08 18:41:26 -08:00
Paul Gilbert
d12bb69417 AGS: Move event.cpp globals to Globals 2021-03-08 18:29:32 -08:00
ScummVM-Translations
484ebd76ca 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-08 22:21:01 +00:00
neuromancer
01bcf5288a PRIVATE: save and restore VSPicture 2021-03-08 19:18:30 -03:00
neuromancer
dd3e3f1892 PRIVATE: better pause handling when a movie is playing 2021-03-08 19:18:30 -03:00
ScummVM-Translations
ef8a373acf I18N: Update translations templates 2021-03-08 22:04:11 +00:00
Torbjörn Andersson
21d65cedf2 FLUIDSYNTH: Swapped debug levels for FLUID_WARN and FLUID_INFO
If FLUID_INFO is "verbose informational messages", perhaps they should
be better hidden from the average user than warnings. Particularly since
warnings are the only kind I've actually seen in the wild. (Change
suggested by criezy.)
2021-03-08 22:04:02 +00:00