aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-22GLK: ALAN2: astyle formattingdreammaster
2019-06-22GLK: ALAN2: Fix gcc errors for references to packed struct fieldsdreammaster
2019-06-22GLK: ALAN2: Removing all the existing system specific ifdef blocksPaul Gilbert
I'm going to be shortly formatting the code and doing refactoring to work around the setjmp calls in the original, so there's little point in keeping the system specific ifdef blocks from the original
2019-06-22GLK: ALAN2: Remove all prototype ifdef blocksPaul Gilbert
2019-06-22GLK: ALAN2: Added savegame codePaul Gilbert
2019-06-22GLK: ALAN2: Added shouldQuit checks to break out of game loopsPaul Gilbert
2019-06-22GLK: ALAN2: Open text data file on startupPaul Gilbert
2019-06-22GLK: ALAN2: Loading fixesPaul Gilbert
2019-06-22GLK: ALAN2: Add structure packing to typesPaul Gilbert
These types map onto the uint32 memory array. Chances are that the default packing would be fine, since each structure field is always using four byte types, but better safe than sorry
2019-06-22GLK: ALAN2: Add Glk window initializationPaul Gilbert
2019-06-22GLK: ALAN2: Fixes to game header loading and validationPaul Gilbert
2019-06-22GLK: ALAN2: Added missing main code file, hooked up to Alan2 engine skeletonPaul Gilbert
2019-06-22GLK: ALAN2: Initial import of full set of interpreter filesPaul Gilbert
2019-06-22GLK: ALAN2: Remove previously added code fragmentsPaul Gilbert
2019-06-22GLK: ALAN2: Add detection entriesPaul Gilbert
2019-06-22BLADERUNNER: Fix missing action for the black car in HF06Peter Kohaut
closes #10992
2019-06-22ALL: Fix -Wnewline-eof warningsCameron Cawley
2019-06-22I18N: Update translations templatesThierry Crozat
2019-06-22I18N: Update translation (Portuguese (Portugal))DreadnoughtPT
Currently translated at 74.6% (808 of 1083 strings)
2019-06-22I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (1083 of 1083 strings)
2019-06-22I18N: Update translation (French)Purple T
Currently translated at 98.9% (1072 of 1083 strings)
2019-06-22BLADERUNNER: Switch all keyUp events to keyDownPeter Kohaut
With keyDown events some parts of the game feels more responsive. This wasn't working before because of a issue in SDL library. Also added ability to skip talking with ESC key.
2019-06-22BLADERUNNER: Skip movies on keydown not keyup (#1696)Tarek Soliman
* BLADERUNNER: Skip movies on keydown not keyup * BLADERUNNER: Filter out key-repeats when skipping movies
2019-06-22BLADERUNNER: _playerActorIdle should affect McCoy onlyThanasis Antoniou
Should be set or cleared only when McCoy is the actor who is walking and affect only McCoy
2019-06-22BLADERUNNER: Skip videos with Esc key only (#1690)Tarek Soliman
* BLADERUNNER: Skip videos with Esc key only Previously any keyup event skipped the intro videos (including Shift) * BLADERUNNER: Also skip movies with Return Alt-Return toggles fullscreen so we also make sure there's no modifiers
2019-06-22BLADERUNNER: Improve fix possible collision with genwalkersThanasis Antoniou
This is in CT01 (restored content). Uses kVariableGenericWalkerConfig which was previously largely unused.
2019-06-22OPENGLSDL: Move getSupportedFormats into OpenGLGraphicsManagerCameron Cawley
2019-06-21CONFIGURE: Disable libcurl on Switch (missing curl-config)rsn8887
2019-06-21CONFIGURE: Re-enable OpenGL on Switch, because it worksrsn8887
OpenGL works when enabled from the start in scummvm.ini, when ScummVM is compiled with latest Switch toolchain packages. It only crashes when switching between SDL modes and OpenGL while ScummVM is running.
2019-06-21CONFIGURE: Disable OpenGL on Switch because it crashesrsn8887
GLES2 crashes when switching between SDL2 graphics and OpenGL graphics. This is a known problem on the platform due to the implementation of GLES2, it crashes on de-init.
2019-06-21TRAVIS: Don't build with gcc on Mac OS X (#1692)Cameron Cawley
* TRAVIS: Don't build with gcc on Mac OS X gcc on Mac OS X is just a frontend for LLVM. * TRAVIS: Fix building with clang on Linux
2019-06-21BLADERUNNER: Fix max volume in VQAs with audio streamThanasis Antoniou
Closes #10987
2019-06-21ALL: revert accidental commitsathrxx
2019-06-21CINE CPathrxx
2019-06-21hhathrxx
2019-06-21SCI: (CMS sound driver) - add support for SCI0athrxx
I haven't found an elegant and non-intrusive way to squeeze SCI0 support into LordHoto's existing code. The drivers are too different. So I made some rearrangements. The basic mechanisms of LordHoto's SCI1 code should remain the same as before, though. I only introduced some more classes, moved some code into these classes and renamed some things (mainly for myself, so as not to get confused). I fixed two voice mapping bugs in the existing driver code. The first bug in bindVocies() effectively hindered the driver from playing anything at all when the CMS_DISABLE_VOICE_MAPPING #define wasn't set (_voice[i].channel == 0xFF instead of _voice[i].channel != 0xFF). The second bug in unbindVoices() was not a complete show stopper, but the function simply did not "unbind the voice". The line which does the actual removal of the channel assignment was missing. The SCI0 driver portions have been tested with: PQ2, KQ4, LSL3, QFG1, ICE and COC. SCI_0_EARLY versions apparently don't support the CMS. At least I haven't seen a driver file so far. And there seems to be no no instrument patch resource. Although the latter issue needn't necessarily be one, since the patch data array in the driver is actually preset with data (which gets overwritten as soon as a patch file is loaded). Maybe this would work for SCI_0_EARLY. However, I haven't tested this, since I really would have have a look at a driver file first if one actually exists. For now, I have limited the driver to SCI_0_LATE. SCI1 has been tested with KQ5 and LSL5 (not extensively, just to see whether anything got broken and whether my voice mapping fixes work).
2019-06-21SCI: (PC98 audio driver) - base tempo correctionathrxx
(somewhat difficult to make out any difference, but it does affect the envelope processing)
2019-06-21SCI CPathrxx
Conflicts: engines/sci/engine/script_patches.cpp
2019-06-21KYRA: (EOB/Amiga) - tathrxx
2019-06-21SCI32: Fix QFG4 Ad Avis end-game bugssluicebox
Fixes bugs #10835, #10844, #10989
2019-06-21ANDROID: Move isConnectionLimited into OSystemCameron Cawley
2019-06-20AUDIO: Implement low-pass filtering for PaulaSven Hesse
Paula low-pass filtering, as implemented by UAE. The Amiga has two filtering circuits: a static RC filter (only) on the A500, and an LED filter that can be enabled or disabled dynamically. By default, the Paula now doesn't apply the static RC filter, but allows for enabling the LED filter (with setAudioFilter()). NOTE: At the moment, this code still uses floating point arithmetics! It also calls tan() three times per instantiation.
2019-06-20BLADERUNNER: Try and close all TLK on shutdown alwaysThanasis Antoniou
2019-06-20BLADERUNNER: Fix crash in restored mode with CDFRAMESx.DATThanasis Antoniou
2019-06-20CONFIGURE: Add --enable-all-unstable-engines optionCameron Cawley
2019-06-20WINTERMUTE: Add detection for Carol Reed Mistery 4 (RUS)lolbot-iichan
Carol Reed 4 was published in Russia by "Cd Navigator": http://www.cdnavigator.ru/Game.aspx?id=184
2019-06-19I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1083 of 1083 strings)
2019-06-19I18N: Update translation (Portuguese (Portugal))Daniel
Currently translated at 74.0% (802 of 1083 strings)
2019-06-19I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (1083 of 1083 strings)
2019-06-19I18N: Update translation (German)Lothar Serra Mari
Currently translated at 99.6% (1079 of 1083 strings)