Commit Graph
86814 Commits
Author SHA1 Message Date
Andrei Prykhodko 68f609b9d3 PINK: added missing break 2018-07-01 21:30:10 +03:00
Andrei Prykhodko 95c7dcce90 PINK: added calculation of countries and domains indexes 2018-07-01 10:36:06 +03:00
Paul Gilbert 0fefa96897 Merge pull request #1237 from dafioram/titanicCompileWarn
TITANIC: Address readSavegameHeader compiler warning
2018-06-30 15:35:30 -07:00
David Fioramonti 771be9e3a9 TITANIC: Address readSavegameHeader compiler warning
A function had a bool return that was not being used
now it is checked and an error is issued if the call fails.
2018-06-30 14:30:35 -07:00
Andrei Prykhodko 0a6993a09b PINK: fixed uninitialized fields 2018-06-30 23:49:27 +03:00
Andrei Prykhodko 22f6c66393 PINK: added thumb moving in PDA 2018-06-30 23:29:45 +03:00
Thierry Crozat 21fb38f57a I18N: Update translations templates 2018-06-30 21:57:56 +02:00
Bastien Bouclet b40e93e11a MOHAWK: Push down the include of advancedDetector.h
So the whole engine is not recompiled when making changes to the
detection code.
2018-06-30 21:57:18 +02:00
Andrei Prykhodko 0ed412a8ab PINK: fixed compilation error 2018-06-30 20:20:25 +03:00
Paul Gilbert eb829a33c9 XEEN: Split the Adlib sound driver into it's own file 2018-06-30 10:20:15 -07:00
Bastien Bouclet e26259d758 GUI: Fix null pointer dereference in mass add
When looking for duplicates if the detected game had an unknown platform
or an unknown language, the string for the corresponding code is null,
resulting in a null pointer dereference.
2018-06-30 19:17:41 +02:00
Andrei Prykhodko ca79603a1e PINK: removed unused field 2018-06-30 20:16:40 +03:00
Andrei Prykhodko 4f13195e8c PINK: added PDA rightHand movement 2018-06-30 20:04:11 +03:00
Andrei Prykhodko 5294c8d252 PINK: fixed possible bug when curFrame is -1 2018-06-30 19:43:34 +03:00
Andrei Prykhodko d38ed02895 PINK: removed comments about ActionLoop Random style 2018-06-30 19:43:34 +03:00
Paolo Bossi 7f64a0cb56 I18N: Update translation (Italian)
Currently translated at 100.0% (981 of 981 strings)
2018-06-30 18:42:37 +02:00
Andrei Prykhodko 5a25e445da PINK: removed empty method call 2018-06-30 17:12:58 +03:00
Andrei Prykhodko 326f21c1a9 PINK: fixed compiler warnings 2018-06-30 17:12:39 +03:00
Andrei Prykhodko 5fd27cc8ce PINK: updated engine description 2018-06-30 15:58:22 +03:00
Andrei Prykhodko 35a3389cea PINK: fixed ActionPlayWithSfx 2018-06-30 15:54:37 +03:00
Andrei Prykhodko 516fbe05b3 PINK: fixed DecrementDomain command 2018-06-30 15:31:01 +03:00
Andrei Prykhodko d0adf31467 PINK: removed unnecessary function 2018-06-30 15:30:36 +03:00
Andrei Prykhodko 5f0fec7de2 PINK: fixed various PDA bugs 2018-06-30 15:18:03 +03:00
Andrei Prykhodko ef9892dbd4 PINK: implemented Inc/Dec Countries/Domains commands 2018-06-30 12:54:52 +03:00
Andrei Prykhodko 699f38b5fd PINK: implemented Peril's PDA init 2018-06-30 11:08:42 +03:00
Andrei Prykhodko f75bb43f91 PINK: fixed loading of GLOBAL pda page 2018-06-30 10:33:50 +03:00
Andrei Prykhodko 4d7bed9675 PINK: removed unnecessary field from PDAPage 2018-06-30 09:01:09 +03:00
Andrei Prykhodko 4938a33fbb PINK: added pre-loading of global pda page sprites 2018-06-30 08:56:05 +03:00
Cameron Cawley f9489be3a9 ENGINES: Add missing dependencies for several engines 2018-06-30 00:22:34 +02:00
Thierry Crozat 92d83f5c96 SCI: Add LarryScale option to LSL7 demo
I am not actually sure there is any scaling involved
in the demo, but it plays perfectly with this option
enabled, and this makes it consistent with the full
game options.
2018-06-29 23:15:27 +01:00
Torbjörn Andersson bc1a9b06d4 SCI: Use LarryScale in games that support it, not just LSL7
This is the solution discussed in bug #10568 ("SCI: PHANT1: Crash
on startup"). I believe that it's the correct solution, and that
ScummVM will do the right thing, but I'm not 100% sure.
2018-06-29 21:59:39 +02:00
Thierry Crozat 0066b4a851 I18N: Update translation (French)
Currently translated at 100.0% (981 of 981 strings)
2018-06-29 21:51:38 +02:00
Purple T 8ac2e13791 I18N: Update translation (French)
Currently translated at 99.4% (976 of 981 strings)
2018-06-29 21:48:49 +02:00
Andrei Prykhodko d7b4cb0b56 PINK: removed unnecessary loading of same page 2018-06-29 20:36:00 +03:00
Andrei Prykhodko 18a531e4e4 PINK: implemented GoToDomain command 2018-06-29 20:36:00 +03:00
Andrei Prykhodko 2409404740 PINK: added warning about GoToHelp command 2018-06-29 20:36:00 +03:00
Adrian Frühwirth 3ed47e34a9 CONFIGURE: JANITORIAL: Fix indentation 2018-06-29 18:53:31 +02:00
Cameron Cawley 56e26add35 DOCS: Fix encoding of Swedish QuickStart
The file uses a mixture of UTF-8 and CP-1252, which libiconv doesn't like. This changes it to be entirely UTF-8.
Also fixed a broken URL and corrected the typography slightly.
2018-06-29 16:45:26 +00:00
Cameron Cawley 6e29389d6e DOCS: Remove zero width spaces from Danish QuickStart 2018-06-29 16:45:26 +00:00
Cameron Cawley c9f2091bc9 RISCOS: Convert documentation to RISCOS-LATIN1 when packaging 2018-06-29 16:45:26 +00:00
Lothar Serra Mari 4d6457205a Merge pull request #1233 from ccawley2011/win32-rc
WIN32: Fix typo in resource script
2018-06-29 17:21:23 +02:00
Cameron Cawley 69167061a9 WIN32: Fix typo in resource script 2018-06-29 16:19:32 +01:00
Andrei Prykhodko 821f0c60f8 PINK: fixed showing old screen content with new palette 2018-06-29 17:49:21 +03:00
Andrei Prykhodko 91d40fdd69 PINK: implemented GoToPreviousPage command 2018-06-29 17:46:55 +03:00
Andrei Prykhodko 247ba1f587 PINK: fixed mem leak 2018-06-29 17:46:55 +03:00
Andrei Prykhodko 8af0e2c7cc PINK: fixed PDAButtonActor::isActive method 2018-06-29 17:46:55 +03:00
Andrei Prykhodko 5378db3dc0 PINK: added deserialization of Peril PDA Commands 2018-06-29 17:46:55 +03:00
Andrei Prykhodko 012eedd4c7 PINK: added screen cleaning when entering/exiting to/from PDA 2018-06-29 17:46:55 +03:00
Timo Mikkolainen 0e3d9a0774 I18N: Update translation (Finnish)
Currently translated at 100.0% (981 of 981 strings)
2018-06-29 16:31:26 +02:00
George Kormendi 16be99dcae I18N: Update translation (Hungarian)
Currently translated at 100.0% (981 of 981 strings)
2018-06-29 16:14:58 +02:00