Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-01 | SCUMM HE: MBC: Implement array receiving as JSON | Eugene Sandulenko | |
2019-11-01 | ANDROID: Disable verification of certificates validity for cloud saving | Thanasis Antoniou | |
Also added macros for the plain (non-SDL) Android port __ANDROID_PLAIN_PORT__ and ANDROID_PLAIN_PORT The workaround of this commit uses the same logic as for the Nintendo Switch port and should suffice for testing purposes. It should be replaced by more elaborate code of installing and maintaining a certificates pem file. | |||
2019-11-01 | SCUMM HE: MBC: Take array type into account when sending | Eugene Sandulenko | |
2019-11-01 | SCI: Fix PQ1VGA bugs outside Carol's coffee shop | sluicebox | |
Fixes bug: #5826 | |||
2019-11-01 | I18N: Update translations templates | Thierry Crozat | |
2019-11-01 | OPENGL: Implement high DPI support on Android (#1895) | Cameron Cawley | |
* OPENGL: Implement high DPI support on Android * PSP2: Fix build | |||
2019-11-01 | SCUMM HE: MBC: Read arrays from JSON upon receiving | Eugene Sandulenko | |
2019-10-31 | XEEN: Proper fix for incorrect %lu format specifiers | Paul Gilbert | |
2019-11-01 | SCUMM HE: MBC: Read script params from the JSON packets | Eugene Sandulenko | |
2019-10-31 | 3DS: Avoid stat calls in DrivePOSIXFilesystemNode | Bastien Bouclet | |
2019-10-31 | SCI32: Fix KQ7 extra ambrosia | sluicebox | |
Fixes bug #9790 | |||
2019-10-31 | KYRA: (LOL) - fix item pickup glitch | athrxx | |
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 | KYRA: (EOB) - fix some typos in comments | athrxx | |
2019-10-31 | KYRA: (EOB/Amiga) - minor audio driver improvements | athrxx | |
(mostly paranoia fixes) | |||
2019-10-31 | SCI32: Fix LSL6 Hires Mac restore from launcher | sluicebox | |
2019-10-31 | SCI32: Add HOYLE5 kFileIOReadString workaround | sluicebox | |
2019-10-31 | SCI32: Add Mac KQ7, HOYLE5, MOTHERGOOSE256 detection | sluicebox | |
2019-10-30 | XEEN: Fix for invalid numbers in Character Info dialog | Paul Gilbert | |
2019-10-31 | SCUMM HE: MBC: Switch all packets to json-only, no binary | Eugene Sandulenko | |
2019-10-30 | 3DS: Set 'scummvm.romfs' to be removed by 3ds_clean in 3ds.mk | Michael Ball | |
2019-10-30 | I18N: Update translations templates | Thierry Crozat | |
2019-10-30 | MOHAWK: MYST: Save the options to ConfMan when the game is not started | Bastien Bouclet | |
2019-10-30 | SCI: Fix QFG3 Johari and Manu map bugs | sluicebox | |
Fixes bug #11216 | |||
2019-10-30 | SCUMM HE: MBC: Fix unpackageArray() parameters | Eugene Sandulenko | |
2019-10-30 | SCUMM HE: MBC: Implement whoSentThis() | Eugene Sandulenko | |
2019-10-30 | SCUMM HE: MBC: Fix package sending | Eugene Sandulenko | |
2019-10-30 | STARTREK: Load more messages from RDF files | Filippos Karapetis | |
2019-10-30 | STARTREK: Load the text for the VENG mission from RDF files | Filippos Karapetis | |
2019-10-29 | SCUMM HE: MBC: Hid noisy warning | Eugene Sandulenko | |
2019-10-29 | I18N: Update translations templates | Thierry Crozat | |
2019-10-29 | MOHAWK: RIVEN: Save the options to ConfMan when the game is not started | Bastien Bouclet | |
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 | STARTREK: Load the text of the TRIAL missions from RDF files | Filippos Karapetis | |
2019-10-29 | STARTREK: Read the text for the SINS mission from RDF files | Filippos Karapetis | |
2019-10-28 | XEEN: Fix Swords tavern sign in exit locations | Paul Gilbert | |
2019-10-29 | STARTREK: Read the text of the FEATHER mission from RDF files | Filippos Karapetis | |
2019-10-29 | STARTREK: Refactored mouse cursor and bitmap handling | Filippos Karapetis | |
- 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 | SCUMM HE: MBC: Fixed empty packet check | Eugene Sandulenko | |
2019-10-28 | 3DS: Load per-game settings | Bastien Bouclet | |
2019-10-28 | SCUMM HE: MBC: Read Json packet data | Eugene Sandulenko | |
2019-10-28 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 57.1% (1574 of 2757 strings) | |||
2019-10-27 | SCI: Fix ECO2 Ecorder lily highlighting | sluicebox | |
Fixes bug #5552 | |||
2019-10-27 | SCI: Fix SQ5 random lockup in captain's chair | sluicebox | |
Fixes bug #6130 | |||
2019-10-27 | SCUMM HE: Replace binary packet with JSON | Eugene Sandulenko | |
2019-10-27 | SCUMM HE: Fix network start at the game start | Eugene Sandulenko | |
2019-10-27 | SCUMM HE: Moonbase Commander: simplify looping over network packets | Eugene Sandulenko | |
2019-10-27 | SCUMM HE: Read packets from the server | Eugene Sandulenko | |
2019-10-27 | MOHAWK: MYST: Fix misuse of OSystem::fillScreen | Bastien Bouclet | |
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 | GLK: SCOTT: Detection table cleanup and name fixes | Paul Gilbert | |
2019-10-26 | GLK: LEVEL9: Further compilation fixes | Paul Gilbert | |
2019-10-26 | SCUMM HE: Implement data packet sending in Moonbase Commander | Eugene Sandulenko | |