92256 Commits

Author SHA1 Message Date
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
Paul Gilbert
fa323c6187 GLK: LEVEL9: Further variable initialization 2019-10-26 11:13:29 -07:00
Paul Gilbert
d923ed3c5f GLK: LEVEL9: Fixes for exiting game by closing window 2019-10-26 11:13:29 -07:00
Paul Gilbert
0ecae64fdc GLK: LEVEL9: Cleaning up initialization 2019-10-26 11:13:29 -07:00
Paul Gilbert
25c682793d GLK: LEVEL9: Data loading fixes and cleanup 2019-10-26 11:13:29 -07:00
Paul Gilbert
0a4d64f55e GLK: LEVEL9: Hooking up engine class to subengine code 2019-10-26 11:13:29 -07:00
Paul Gilbert
a6b1c9085f GLK: Safer interpreter tag generation for Quetzal save files 2019-10-26 11:13:29 -07:00
Paul Gilbert
8b0250cb09 GLK: LEVEL9: Janitorial 2019-10-26 11:13:29 -07:00
Paul Gilbert
d8048720fc GLK: LEVEL9: Added subengine files 2019-10-26 11:13:29 -07:00
Paul Gilbert
b8be17fd02 GLK: LEVEL9: Skeleton engine 2019-10-26 11:13:29 -07:00
Bastien Bouclet
ecccefcbec MOHAWK: Cut down on seeks when opening archives
Helps with loading times on systems with slow storage.
2019-10-26 19:18:47 +02:00
D G Turner
ea52a99692 SCUMM HE: Fix Compiler Warnings
These are flagged by GCC -Wsign-compare.
2019-10-26 02:55:07 +01:00
Bastien Bouclet
e9b1df95ff 3DS: Upload the textures to VRAM in a separate frame
So rendering waits for the textures to finish uploading before using
them. Fixes glitchy mouse pointer in Riven.
2019-10-25 19:13:40 +02:00
Lothar Serra Mari
aaed15d308 SCUMM HE: Fix call to strlcpy 2019-10-25 18:52:26 +02:00
Eugene Sandulenko
bedb0793a4 SCUMM HE: Switched packet manipulation to Stream code 2019-10-25 12:30:26 +01:00
Eugene Sandulenko
2b70d695d0 SCUMM HE: Unstubbed smaller Moonbase Commander networking functions 2019-10-25 12:30:26 +01:00
Eugene Sandulenko
ccf6960aff SCUMM HE: Implement joinSession() for Moonbase Commander 2019-10-25 12:30:26 +01:00
Eugene Sandulenko
a6273269f1 SCUMM HE: Implement getSessionPlayerCount() for Moonbase Commander 2019-10-25 12:30:26 +01:00
Eugene Sandulenko
6c259f4fd0 SCUMM HE: Implemented startQuerySessions() for Moonbase Commander 2019-10-25 12:30:26 +01:00
Thanasis Antoniou
f1b0ec772c CONFIGURE: Remove include path cxx-stl for android (host_os) builds 2019-10-25 10:54:32 +02:00
Eugene Sandulenko
177f69549f PRINCE: I18N: Update translation (English)
Currently translated at 56.9% (1570 of 2757 strings)
2019-10-25 09:56:07 +02:00
Eugene Sandulenko
7533375b55 NETWORKING: Remove unnesessary check 2019-10-25 00:55:51 +02:00
Thanasis Antoniou
c4d62cedf9 BLADERUNNER: Spelling correction in comment 2019-10-25 01:46:36 +03:00
Eugene Sandulenko
d8a6c5678b SCUMM HE: Hid unneeded warning 2019-10-25 00:43:12 +02:00
Eugene Sandulenko
49b83925a0 SCUMM HE: Fix double free 2019-10-25 00:16:37 +02:00
sluicebox
9f71bcab74 SCI32: Return correct KPlatform32 value on Mac
Fixes GK1 Mac intro and other slideshow movies
2019-10-24 14:36:17 -07:00
Hubert Maier
ee2aa6160c SDL: Fix typo in comment 2019-10-24 20:33:48 +03:00
Hubert Maier
4e74be4f76 AMIGAOS4: Fix more bugs in RM2AG.rexx
- Fix comments
- Fix path error
- Fix output format error
2019-10-24 20:32:47 +03:00
Bastien Bouclet
755afd82f4 3DS: Fix hi-color cursors 2019-10-24 19:09:49 +02:00
Michael Ball
2d2a46ac9a 3DS: Add files to be removed by 3ds_clean in 3ds.mk:
backends/platform/3ds/shader.shbin (byproduct of "make"),
backends/platform/3ds/shader_shbin.h (byproduct of "make"),
$(TARGET).smdh (aka scummvm.smdh, byproduct of "make scummvm.3dsx"),
$(TARGET).bnr (aka scummvm.bnr, byproduct of "make scummvm.cia")
2019-10-24 18:56:31 +02:00
Eugene Sandulenko
9904732517 SCUMM HE: Initial code for add user functionality 2019-10-24 18:38:49 +02:00