92286 Commits

Author SHA1 Message Date
Paul Gilbert
537515e808 XEEN: Proper fix for incorrect %lu format specifiers 2019-10-31 20:16:31 -07:00
Eugene Sandulenko
53db8dc5ff SCUMM HE: MBC: Read script params from the JSON packets 2019-11-01 00:29:11 +01:00
Bastien Bouclet
8fb57967d7 3DS: Avoid stat calls in DrivePOSIXFilesystemNode 2019-10-31 21:35:41 +01:00
sluicebox
17173f6dac SCI32: Fix KQ7 extra ambrosia
Fixes bug #9790
2019-10-31 09:54:35 -07:00
athrxx
72084365af KYRA: (LOL) - fix item pickup glitch
This fixes an original bug that recently got my attention.
While I never managed to duplicate items like the person in the video I did experience lockups.
Maybe the exploit works only  with the original executable...

https://www.youtube.com/watch?v=fkJ2KilULco&feature=youtu.be

https://www.youtube.com/watch?v=4oRESbQLDig&feature=youtu.be
2019-10-31 13:10:23 +01:00
athrxx
6651b08d31 KYRA: (EOB) - fix some typos in comments 2019-10-31 13:10:22 +01:00
athrxx
1a08072dea KYRA: (EOB/Amiga) - minor audio driver improvements
(mostly paranoia fixes)
2019-10-31 13:10:22 +01:00
sluicebox
6444d279fe SCI32: Fix LSL6 Hires Mac restore from launcher 2019-10-31 04:31:06 -07:00
sluicebox
cdf9954eb5 SCI32: Add HOYLE5 kFileIOReadString workaround 2019-10-31 04:30:09 -07:00
sluicebox
6c367c5415 SCI32: Add Mac KQ7, HOYLE5, MOTHERGOOSE256 detection 2019-10-31 04:10:41 -07:00
Paul Gilbert
1381cc3fee XEEN: Fix for invalid numbers in Character Info dialog 2019-10-30 20:32:13 -07:00
Eugene Sandulenko
530798f629 SCUMM HE: MBC: Switch all packets to json-only, no binary 2019-10-31 00:38:27 +01:00
Michael Ball
8b201aa8d6 3DS: Set 'scummvm.romfs' to be removed by 3ds_clean in 3ds.mk 2019-10-30 19:59:55 +01:00
Thierry Crozat
70765801bc I18N: Update translations templates 2019-10-30 19:59:09 +01:00
Bastien Bouclet
8a02d0efad MOHAWK: MYST: Save the options to ConfMan when the game is not started 2019-10-30 19:54:12 +01:00
sluicebox
08191db22a SCI: Fix QFG3 Johari and Manu map bugs
Fixes bug #11216
2019-10-30 05:05:48 -07:00
Eugene Sandulenko
a3c65b1a15 SCUMM HE: MBC: Fix unpackageArray() parameters 2019-10-30 10:19:58 +01:00
Eugene Sandulenko
f8272de0ed SCUMM HE: MBC: Implement whoSentThis() 2019-10-30 10:19:58 +01:00
Eugene Sandulenko
dcab6674f1 SCUMM HE: MBC: Fix package sending 2019-10-30 10:19:58 +01:00
Filippos Karapetis
78958a01f8 STARTREK: Load more messages from RDF files 2019-10-30 01:42:47 +02:00
Filippos Karapetis
8dca2bf30a STARTREK: Load the text for the VENG mission from RDF files 2019-10-30 01:42:46 +02:00
Eugene Sandulenko
1adbc2feb7 SCUMM HE: MBC: Hid noisy warning 2019-10-29 23:25:56 +00:00
Thierry Crozat
5766755a9e I18N: Update translations templates 2019-10-29 21:31:32 +01:00
Bastien Bouclet
998bd303c6 MOHAWK: RIVEN: Save the options to ConfMan when the game is not started
That way changes made while on the main menu with no game started are
persisted across sessions. When a game is started, the options are saved
to the savegame as previously.
2019-10-29 21:29:47 +01:00
Filippos Karapetis
9a7f2c8374 STARTREK: Load the text of the TRIAL missions from RDF files 2019-10-29 17:46:13 +02:00
Filippos Karapetis
a0fb6deb29 STARTREK: Read the text for the SINS mission from RDF files 2019-10-29 17:46:13 +02:00
Paul Gilbert
f272673015 XEEN: Fix Swords tavern sign in exit locations 2019-10-28 19:23:59 -07:00
Filippos Karapetis
efb51d8fb5 STARTREK: Read the text of the FEATHER mission from RDF files 2019-10-29 02:58:36 +02:00
Filippos Karapetis
b2d1cfa126 STARTREK: Refactored mouse cursor and bitmap handling
- Reduced usage of SharedPtr
- Simplified the mouse cursor code (normal, locked, stack handling)
- Simplified the background handling code
- Initialize the mouse cursor after the graphics are initialized
2019-10-29 02:58:36 +02:00
Eugene Sandulenko
f93bbfd7ca SCUMM HE: MBC: Fixed empty packet check 2019-10-29 00:08:19 +00:00
Bastien Bouclet
98f8e05f4e 3DS: Load per-game settings 2019-10-28 20:05:24 +01:00
Eugene Sandulenko
f55a22e127 SCUMM HE: MBC: Read Json packet data 2019-10-28 10:45:42 +00:00
Eugene Sandulenko
2119f0a2f7 PRINCE: I18N: Update translation (English)
Currently translated at 57.1% (1574 of 2757 strings)
2019-10-28 07:56:11 +01:00
sluicebox
510c9055a0 SCI: Fix ECO2 Ecorder lily highlighting
Fixes bug #5552
2019-10-27 21:15:56 -07:00
sluicebox
ea59841c41 SCI: Fix SQ5 random lockup in captain's chair
Fixes bug #6130
2019-10-27 16:17:38 -07:00
Eugene Sandulenko
e2c7434aa8 SCUMM HE: Replace binary packet with JSON 2019-10-27 21:46:30 +00:00
Eugene Sandulenko
a43381cf99 SCUMM HE: Fix network start at the game start 2019-10-27 21:42:07 +00:00
Eugene Sandulenko
e6d9148061 SCUMM HE: Moonbase Commander: simplify looping over network packets 2019-10-27 19:52:26 +00:00
Eugene Sandulenko
d3cdcf05c7 SCUMM HE: Read packets from the server 2019-10-27 19:52:26 +00:00
Bastien Bouclet
d810bb7451 MOHAWK: MYST: Fix misuse of OSystem::fillScreen
OSystem::fillScreen is documented to only accept values between 0 and
255, and thus cannot be sanely used for hi-color graphics. This is
probably an unfortunate leftover of when hi-color support was added.

Fixes videos playing on a white background on the 3DS.
2019-10-27 20:24:05 +01:00
Paul Gilbert
5b00186c67 GLK: SCOTT: Detection table cleanup and name fixes 2019-10-27 10:47:36 -07:00
Paul Gilbert
d55dfd9786 GLK: LEVEL9: Further compilation fixes 2019-10-26 14:02:25 -07:00
Eugene Sandulenko
ed5901c36d SCUMM HE: Implement data packet sending in Moonbase Commander 2019-10-26 21:05:46 +01:00
Thierry Crozat
d7a296544c I18N: Update translations templates 2019-10-26 20:17:14 +02:00
Paul Gilbert
64b4f13b36 GLK: LEVEL9: Compilation fixes 2019-10-26 11:13:30 -07:00
Paul Gilbert
d9c8237042 GLK: LEVEL9: Hook up new detection 2019-10-26 11:13:30 -07:00
Paul Gilbert
51471940a9 GLK: LEVEL9: Move game scanner code to new Scanner class 2019-10-26 11:13:30 -07:00
Paul Gilbert
0facfc2b24 GLK: LEVEL9: Moved pre-existing detection code into separate class 2019-10-26 11:13:29 -07:00
Paul Gilbert
4332df2bda GLK: LEVEL9: Allow for future graphic scaling 2019-10-26 11:13:29 -07:00
Paul Gilbert
07c8437e26 GLK: LEVEL9: Title screen graphics now showing 2019-10-26 11:13:29 -07:00