aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-27SCUMM HE: Fix network start at the game startEugene Sandulenko
2019-10-27SCUMM HE: Moonbase Commander: simplify looping over network packetsEugene Sandulenko
2019-10-27SCUMM HE: Read packets from the serverEugene Sandulenko
2019-10-27MOHAWK: MYST: Fix misuse of OSystem::fillScreenBastien 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-27GLK: SCOTT: Detection table cleanup and name fixesPaul Gilbert
2019-10-26GLK: LEVEL9: Further compilation fixesPaul Gilbert
2019-10-26SCUMM HE: Implement data packet sending in Moonbase CommanderEugene Sandulenko
2019-10-26I18N: Update translations templatesThierry Crozat
2019-10-26GLK: LEVEL9: Compilation fixesPaul Gilbert
2019-10-26GLK: LEVEL9: Hook up new detectionPaul Gilbert
2019-10-26GLK: LEVEL9: Move game scanner code to new Scanner classPaul Gilbert
2019-10-26GLK: LEVEL9: Moved pre-existing detection code into separate classPaul Gilbert
2019-10-26GLK: LEVEL9: Allow for future graphic scalingPaul Gilbert
2019-10-26GLK: LEVEL9: Title screen graphics now showingPaul Gilbert
2019-10-26GLK: LEVEL9: Further variable initializationPaul Gilbert
2019-10-26GLK: LEVEL9: Fixes for exiting game by closing windowPaul Gilbert
2019-10-26GLK: LEVEL9: Cleaning up initializationPaul Gilbert
2019-10-26GLK: LEVEL9: Data loading fixes and cleanupPaul Gilbert
2019-10-26GLK: LEVEL9: Hooking up engine class to subengine codePaul Gilbert
2019-10-26GLK: Safer interpreter tag generation for Quetzal save filesPaul Gilbert
2019-10-26GLK: LEVEL9: JanitorialPaul Gilbert
2019-10-26GLK: LEVEL9: Added subengine filesPaul Gilbert
2019-10-26GLK: LEVEL9: Skeleton enginePaul Gilbert
2019-10-26MOHAWK: Cut down on seeks when opening archivesBastien Bouclet
Helps with loading times on systems with slow storage.
2019-10-26SCUMM HE: Fix Compiler WarningsD G Turner
These are flagged by GCC -Wsign-compare.
2019-10-253DS: Upload the textures to VRAM in a separate frameBastien Bouclet
So rendering waits for the textures to finish uploading before using them. Fixes glitchy mouse pointer in Riven.
2019-10-25SCUMM HE: Fix call to strlcpyLothar Serra Mari
2019-10-25SCUMM HE: Switched packet manipulation to Stream codeEugene Sandulenko
2019-10-25SCUMM HE: Unstubbed smaller Moonbase Commander networking functionsEugene Sandulenko
2019-10-25SCUMM HE: Implement joinSession() for Moonbase CommanderEugene Sandulenko
2019-10-25SCUMM HE: Implement getSessionPlayerCount() for Moonbase CommanderEugene Sandulenko
2019-10-25SCUMM HE: Implemented startQuerySessions() for Moonbase CommanderEugene Sandulenko
2019-10-25CONFIGURE: Remove include path cxx-stl for android (host_os) buildsThanasis Antoniou
2019-10-25PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 56.9% (1570 of 2757 strings)
2019-10-25NETWORKING: Remove unnesessary checkEugene Sandulenko
2019-10-25BLADERUNNER: Spelling correction in commentThanasis Antoniou
2019-10-25SCUMM HE: Hid unneeded warningEugene Sandulenko
2019-10-25SCUMM HE: Fix double freeEugene Sandulenko
2019-10-24SCI32: Return correct KPlatform32 value on Macsluicebox
Fixes GK1 Mac intro and other slideshow movies
2019-10-24SDL: Fix typo in commentHubert Maier
2019-10-24AMIGAOS4: Fix more bugs in RM2AG.rexxHubert Maier
- Fix comments - Fix path error - Fix output format error
2019-10-243DS: Fix hi-color cursorsBastien Bouclet
2019-10-243DS: 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-24SCUMM HE: Initial code for add user functionalityEugene Sandulenko
2019-10-24SCUMM HE: Set server prefix as variableEugene Sandulenko
2019-10-24SCUMM HE: Create sessions on the serverEugene Sandulenko
2019-10-24NETWORKING: Reworked PostRequest to a more universal APIEugene Sandulenko
2019-10-24BLADERUNNER: Remove redundant assignment for ammoThanasis Antoniou
2019-10-24BLADERUNNER: Minor comments update and spelling correctionThanasis Antoniou
2019-10-24I18N: Update translations templatesThierry Crozat