Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-25 | 3DS: Upload the textures to VRAM in a separate frame | Bastien Bouclet | |
So rendering waits for the textures to finish uploading before using them. Fixes glitchy mouse pointer in Riven. | |||
2019-10-25 | SCUMM HE: Fix call to strlcpy | Lothar Serra Mari | |
2019-10-25 | SCUMM HE: Switched packet manipulation to Stream code | Eugene Sandulenko | |
2019-10-25 | SCUMM HE: Unstubbed smaller Moonbase Commander networking functions | Eugene Sandulenko | |
2019-10-25 | SCUMM HE: Implement joinSession() for Moonbase Commander | Eugene Sandulenko | |
2019-10-25 | SCUMM HE: Implement getSessionPlayerCount() for Moonbase Commander | Eugene Sandulenko | |
2019-10-25 | SCUMM HE: Implemented startQuerySessions() for Moonbase Commander | Eugene Sandulenko | |
2019-10-25 | CONFIGURE: Remove include path cxx-stl for android (host_os) builds | Thanasis Antoniou | |
2019-10-25 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 56.9% (1570 of 2757 strings) | |||
2019-10-25 | NETWORKING: Remove unnesessary check | Eugene Sandulenko | |
2019-10-25 | BLADERUNNER: Spelling correction in comment | Thanasis Antoniou | |
2019-10-25 | SCUMM HE: Hid unneeded warning | Eugene Sandulenko | |
2019-10-25 | SCUMM HE: Fix double free | Eugene Sandulenko | |
2019-10-24 | SCI32: Return correct KPlatform32 value on Mac | sluicebox | |
Fixes GK1 Mac intro and other slideshow movies | |||
2019-10-24 | SDL: Fix typo in comment | Hubert Maier | |
2019-10-24 | AMIGAOS4: Fix more bugs in RM2AG.rexx | Hubert Maier | |
- Fix comments - Fix path error - Fix output format error | |||
2019-10-24 | 3DS: Fix hi-color cursors | Bastien Bouclet | |
2019-10-24 | 3DS: Add files to be removed by 3ds_clean in 3ds.mk: | Michael Ball | |
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 | SCUMM HE: Initial code for add user functionality | Eugene Sandulenko | |
2019-10-24 | SCUMM HE: Set server prefix as variable | Eugene Sandulenko | |
2019-10-24 | SCUMM HE: Create sessions on the server | Eugene Sandulenko | |
2019-10-24 | NETWORKING: Reworked PostRequest to a more universal API | Eugene Sandulenko | |
2019-10-24 | BLADERUNNER: Remove redundant assignment for ammo | Thanasis Antoniou | |
2019-10-24 | BLADERUNNER: Minor comments update and spelling correction | Thanasis Antoniou | |
2019-10-24 | I18N: Update translations templates | Thierry Crozat | |
2019-10-23 | SCI32: Include Mac resource filenames with two digits | sluicebox | |
KQ7, Phant1, and others have more than 9 "Data" files | |||
2019-10-24 | ZVISION: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-24 | SCUMM HE: Fix Compilation When HE is Disabled | D G Turner | |
2019-10-23 | HOPKINS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-24 | SCUMM HE: Fix libcurl compilation checks | Eugene Sandulenko | |
2019-10-24 | SCUMM HE: Hook in PostRequest to Moonbase Commander | Eugene Sandulenko | |
2019-10-24 | SCUMM HE: Set up networking variable later during execution | Eugene Sandulenko | |
2019-10-24 | NETWORKING: Changed PostRequest to accept JSONValue | Eugene Sandulenko | |
2019-10-24 | NETWORKING: Added simple request handler | Eugene Sandulenko | |
2019-10-23 | AMIGAOS4: Fix dist scripts (#1905) | Hubert Maier | |
* 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 | SCI32: Fix GK1 inventory item bug on restart | sluicebox | |
Fixes bug #11222 | |||
2019-10-23 | GUI: Fix pressing escape erroneously saving the changes in the options dialog | Bastien Bouclet | |
Pressing escape sets the dialog result to -1. | |||
2019-10-23 | WAGE: Mark all detection entries as ADGF_UNSTABLE | Tarek Soliman | |
2019-10-23 | AVALANCHE: Mark all detection entries as ADGF_UNSTABLE | Tarek Soliman | |
2019-10-23 | CRYO: Mark demo detection entries as ADGF_UNSTABLE | Tarek Soliman | |
2019-10-23 | MACVENTURE: Mark all detection entries as ADGF_UNSTABLE | Tarek Soliman | |
2019-10-23 | Revert "Revert "SLUDGE: All games are unstable, since the engine is unstable."" | Tarek Soliman | |
This reverts commit a328e49dc549295c14b188d158d18b288d8a0c45 thus reinstating commit 31c3b4cd3276f9fa40adef6380951903189de796 Details in #1904 | |||
2019-10-23 | Revert "SLUDGE: All games are unstable, since the engine is unstable." | Eugene Sandulenko | |
This reverts commit 31c3b4cd3276f9fa40adef6380951903189de796. The engine is nut enabled by default, so there is no point for these flags. | |||
2019-10-23 | ANDROID: Simplify handling of menu/back button events | Cameron Cawley | |
2019-10-23 | ANDROID: Add swap menu and back buttons option | Cameron Cawley | |
2019-10-23 | SCUMM: Bump HE version of Pajama2 GB to 99, Fixes bug #10933 | Ben Castricum | |
2019-10-23 | PINK: Add Dutch detection entry | Wammus | |
2019-10-23 | SLUDGE: All games are unstable, since the engine is unstable. | Henrik "Henke37" Andersson | |
2019-10-23 | WAGE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-22 | GLK: Squash of GLK sub-engines pull request, unused variable fix | Paul Gilbert | |
See ccawley2011's pull at https://github.com/scummvm/scummvm/pull/1900 |