92211 Commits

Author SHA1 Message Date
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
Eugene Sandulenko
ec121da075 SCUMM HE: Set server prefix as variable 2019-10-24 18:08:54 +02:00
Eugene Sandulenko
45d9824c49 SCUMM HE: Create sessions on the server 2019-10-24 17:41:28 +02:00
Eugene Sandulenko
bbaebe594e NETWORKING: Reworked PostRequest to a more universal API 2019-10-24 17:41:28 +02:00
Thanasis Antoniou
901118c5cd BLADERUNNER: Remove redundant assignment for ammo 2019-10-24 13:41:07 +03:00
Thanasis Antoniou
f9eb651ba6 BLADERUNNER: Minor comments update and spelling correction 2019-10-24 13:13:51 +03:00
Thierry Crozat
685c16db51 I18N: Update translations templates 2019-10-24 06:09:48 +02:00
sluicebox
9e6ad22c2a SCI32: Include Mac resource filenames with two digits
KQ7, Phant1, and others have more than 9 "Data" files
2019-10-23 21:08:24 -07:00
D G Turner
008e2b85b6 ZVISION: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-24 02:04:53 +01:00
D G Turner
4d97f7581a SCUMM HE: Fix Compilation When HE is Disabled 2019-10-24 01:28:07 +01:00
D G Turner
0386fd0eea HOPKINS: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-23 23:42:38 +01:00
Eugene Sandulenko
e15428c43f SCUMM HE: Fix libcurl compilation checks 2019-10-24 00:15:33 +02:00
Eugene Sandulenko
2c5ae96356 SCUMM HE: Hook in PostRequest to Moonbase Commander 2019-10-24 00:15:33 +02:00
Eugene Sandulenko
22ba110e82 SCUMM HE: Set up networking variable later during execution 2019-10-24 00:15:33 +02:00
Eugene Sandulenko
a0c58a53b3 NETWORKING: Changed PostRequest to accept JSONValue 2019-10-24 00:15:33 +02:00
Eugene Sandulenko
0ad210a5a4 NETWORKING: Added simple request handler 2019-10-24 00:15:33 +02:00
Hubert Maier
f11c81c5f0 AMIGAOS4: Fix dist scripts (#1905)
* AMIGAOS4: Fix Script

Turns out i had the wrong directory set to pull the shared libraries from.

* AMIGAOS4: Fix script

Fix arithmetic conversion error on EXIT cases.
2019-10-23 23:13:38 +02:00
sluicebox
d91b78561c SCI32: Fix GK1 inventory item bug on restart
Fixes bug #11222
2019-10-23 12:11:42 -07:00
Bastien Bouclet
358d95e909 GUI: Fix pressing escape erroneously saving the changes in the options dialog
Pressing escape sets the dialog result to -1.
2019-10-23 20:57:47 +02:00
Tarek Soliman
4cc15770e3 WAGE: Mark all detection entries as ADGF_UNSTABLE 2019-10-23 11:50:35 -05:00
Tarek Soliman
3993ea0251 AVALANCHE: Mark all detection entries as ADGF_UNSTABLE 2019-10-23 11:46:10 -05:00
Tarek Soliman
ca825e5cf9 CRYO: Mark demo detection entries as ADGF_UNSTABLE 2019-10-23 11:44:58 -05:00
Tarek Soliman
a6ebe2d68c MACVENTURE: Mark all detection entries as ADGF_UNSTABLE 2019-10-23 11:30:42 -05:00
Tarek Soliman
cda92ce70e Revert "Revert "SLUDGE: All games are unstable, since the engine is unstable.""
This reverts commit a328e49dc549295c14b188d158d18b288d8a0c45 thus
reinstating commit 31c3b4cd3276f9fa40adef6380951903189de796

Details in #1904
2019-10-23 11:07:59 -05:00
Eugene Sandulenko
a328e49dc5 Revert "SLUDGE: All games are unstable, since the engine is unstable."
This reverts commit 31c3b4cd3276f9fa40adef6380951903189de796.

The engine is nut enabled by default, so there is no point for these
flags.
2019-10-23 08:40:50 +02:00
Cameron Cawley
38beac8d95 ANDROID: Simplify handling of menu/back button events 2019-10-23 07:41:31 +03:00
Cameron Cawley
94a53ccb0f ANDROID: Add swap menu and back buttons option 2019-10-23 07:41:31 +03:00
Ben Castricum
e620372d87 SCUMM: Bump HE version of Pajama2 GB to 99, Fixes bug #10933 2019-10-23 07:31:55 +03:00
Wammus
7e1e73e39d PINK: Add Dutch detection entry 2019-10-23 07:30:33 +03:00
Henrik "Henke37" Andersson
31c3b4cd32 SLUDGE: All games are unstable, since the engine is unstable. 2019-10-23 07:29:58 +03:00
D G Turner
fe3eae346e WAGE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-23 03:31:46 +01:00
Paul Gilbert
56191eded6 GLK: Squash of GLK sub-engines pull request, unused variable fix
See ccawley2011's pull at https://github.com/scummvm/scummvm/pull/1900
2019-10-22 19:25:58 -07:00
Thierry Crozat
bc81faa701 I18N: Update translations templates 2019-10-23 03:57:43 +02:00
Paul Gilbert
97c5755c49 GLK: Remove incorrect include. Thanks to ccawley2011 2019-10-22 18:55:55 -07:00
D G Turner
7b3672517c CRUISE: Correct Parameter Sanity Checks in Several Functions
This was flagged by GCC -Wlogical-op as the inverted logical operation
was causing these checks to always return true.
2019-10-23 01:14:37 +01:00
D G Turner
349e721847 SCUMM HE: Fix GCC Compiler Warnings 2019-10-23 00:55:41 +01:00
D G Turner
cda5fda164 SCUMM HE: Really Fix Compilation 2019-10-23 00:40:53 +01:00
D G Turner
0ee25207f1 SCUMM HE: Fix Compilation 2019-10-23 00:34:25 +01:00
Eugene Sandulenko
614858eb4b SCUMM HE: Work on receiving part of Moonbase Commander networking 2019-10-22 21:13:54 +02:00
Eugene Sandulenko
41f81bf02e SCUMM HE: Hid several noisy debug messages 2019-10-22 21:13:54 +02:00
Eugene Sandulenko
378ab7c642 SCUMM HE: More code for Moonbase Commander networking 2019-10-22 21:13:54 +02:00
Eugene Sandulenko
f0037adb55 SCUMM: Made displayMessage() public 2019-10-22 21:13:54 +02:00
Eugene Sandulenko
4ba4884c37 SCUMM HE: More work on the Moonbase networking. Getting in-game 2019-10-22 21:13:54 +02:00
Eugene Sandulenko
4f54a3361a SCUMM HE: Initial (hard)code for Moonbase networking 2019-10-22 21:13:54 +02:00
Eugene Sandulenko
58ae990e3b SCUMM: Made getResourceSize() public 2019-10-22 21:13:54 +02:00
Bastien Bouclet
39815f50b7 GUI: Increase height of tab widget by 2px in lowres layout
The height of the tab widget was reduced by 2px in
eabb81829f29716e949890844029567687626bc8. However, that change caused
the tab nav buttons to be drawn slightly outside of the tabs with the
low resolution layout.
2019-10-22 19:40:45 +02:00