aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-12COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStreamPaul Gilbert
2019-05-12COMMON: Created SeekableWriteStream classPaul Gilbert
2019-05-12SCI: Fix QFG1VGA dagger game lockup and errorsluicebox
Fixes a lockup in the PC version and an error in the Mac fix, bug #10958
2019-05-12GLK: HUGO: Fixes for startup and shutdownPaul Gilbert
2019-05-12GLK: HUGO: Add detection entriesPaul Gilbert
2019-05-12GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-12GLK: HUGO: Added hemedia & heresPaul Gilbert
2019-05-12GLK: HUGO: Removed unneeded method stubsPaul Gilbert
2019-05-12GLK: HUGO: Added hesetPaul Gilbert
2019-05-11ANDROID: Fix building armv5te binaries with NDK r14bBastien Bouclet
The mthumb linker flag was causing the libstdc++ library not to be found.
2019-05-11ANDROID: Add support for building arm64 binariesBastien Bouclet
2019-05-11ANDROID: Stop forcibly disabling MT-32 emulatorColin Snover
2019-05-11BUILD: Remove bad & outdated flags from Android buildsColin Snover
Most of these flags don't work with modern Android NDKs. The ones that may, like setting sysroot and include directories, don't work properly with standalone toolchains. Users compiling for Android should make sure that they properly set up include paths in their environment CXXFLAGS/LDFLAGS as needed for the compiler to run, instead of relying on configure to do it, since configure can't do it in a toolchain-agnostic manner.
2019-05-11BUILD: Pass LDFLAGS on the command line for the endianness testBastien Bouclet
2019-05-11BUILD: Link the test executable for the endianness checkBastien Bouclet
Fixes the test with LTO enabled.
2019-05-11AMIGAOS: Update Amiga iconMatan Bareket
Thanks Hubert!
2019-05-11GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-11GLK: HUGO: NULL to nullptr, Amiga compilation fixPaul Gilbert
2019-05-11GLK: HUGO: Added herunPaul Gilbert
2019-05-11GLK: HUGO: Add heparsePaul Gilbert
2019-05-11GLK: HUGO: Add heexprPaul Gilbert
2019-05-11GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-11GLK: HUGO: Replace contents of hemiscPaul Gilbert
Unlike initally where I was ripping out parts of the file and making code changes, this version is intended to be more identical to the original, except for the functions being made class methods. This should make it easier to apply any further upstream code changes to the codebase in the future
2019-05-11GLK: HUGO: Added heobjectPaul Gilbert
2019-05-10GLK: HUGO: Added hemisc, htokens, and stringfn filesPaul Gilbert
2019-05-10GLK: HUGO: Added Glk interface methodsPaul Gilbert
2019-05-10GLK: HUGO: heglk fields & initializationPaul Gilbert
2019-05-10GLK: HUGO: Added engine feildsPaul Gilbert
2019-05-10GLK: HUGO: First detection entryPaul Gilbert
2019-05-10GLK: HUGO: Initial sub-engine skeletonPaul Gilbert
2019-05-09CREDITS: Added Max Horn to GUI creditsMax Horn
The GUI system was originally written completely by me, as is easily verifiable by inspecting the commit logs of the gui subdirectory, or e.g. specific files like gui/widget.cpp.
2019-05-09ANDROID: Make pushEvent take 7 parameters instead of 6Cameron Cawley
2019-05-09BLADERUNNER: Fix bad new game pos for playerThanasis Antoniou
2019-05-09BLADERUNNER: debugger includes McCoy id for list actThanasis Antoniou
2019-05-09BLADERUNNER: Use booleans in walk functionsThanasis Antoniou
And a few more (not all yet) methods that had 1, 0 instead of true, false
2019-05-09BLADERUNNER: Fix audio clue DoorForced1 post Act 1Thanasis Antoniou
2019-05-09BLADERUNNER: Fix disabled mouse hover GPS speechThanasis Antoniou
2019-05-09SDL: Fix MSVC warningsSupSuper
Fixes warning C4121: alignment of a member was sensitive to packing by hiding warnings from system headers
2019-05-09AUDIO: Fix MSVC warningsSupSuper
Fixes warning C4245: signed/unsigned mismatch (seems in line with other decoders)
2019-05-09AUDIO: Fix MSVC warningsSupSuper
Fixes warning C4530: C++ exception handler used, but unwind semantics are not enabled by disabling exceptions in the STL since ScummVM doesn't support them
2019-05-09IMAGE: Fix MSVC warningsSupSuper
Fixes warning C4067: unexpected tokens following preprocessor directive due to non-standard "and" "or" operators
2019-05-09CLOUD: Fix MSVC warningsSupSuper
Fixes warning C4305: truncation from 'double' to 'float'
2019-05-09BACKENDS: Fix GCC Compiler Warning in Default Timer ImplementationD G Turner
This is another instance of a warning from usage of memset on a non-trivial data structure, but this can be removed and replaced by a constructor.
2019-05-09BLADERUNNER: Complementary fix for scorpion cageThanasis Antoniou
2019-05-08BLADERUNNER: Fix scorpion cage blink in and outThanasis Antoniou
Original bug occurs in transitions from AR01 to AR02
2019-05-08BLADERUNNER: Another fix for confess to GuzzaThanasis Antoniou
2019-05-08PINK: removed usage of global variableAndrei Prykhodko
2019-05-08PINK: removed unnecessary namespace in function declarationAndrei Prykhodko
2019-05-08BLADERUNNER: Remove most of custom PS04 transitionThanasis Antoniou
It didn't work out quite well
2019-05-08BLADERUNNER: debugger fixes, added list actor by idThanasis Antoniou