Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-12 | GLK: HUGO: Compilation fixes | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Added hemedia & heres | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Removed unneeded method stubs | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Added heset | Paul Gilbert | |
2019-05-11 | ANDROID: Fix building armv5te binaries with NDK r14b | Bastien Bouclet | |
The mthumb linker flag was causing the libstdc++ library not to be found. | |||
2019-05-11 | ANDROID: Add support for building arm64 binaries | Bastien Bouclet | |
2019-05-11 | ANDROID: Stop forcibly disabling MT-32 emulator | Colin Snover | |
2019-05-11 | BUILD: Remove bad & outdated flags from Android builds | Colin 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-11 | BUILD: Pass LDFLAGS on the command line for the endianness test | Bastien Bouclet | |
2019-05-11 | BUILD: Link the test executable for the endianness check | Bastien Bouclet | |
Fixes the test with LTO enabled. | |||
2019-05-11 | AMIGAOS: Update Amiga icon | Matan Bareket | |
Thanks Hubert! | |||
2019-05-11 | GLK: HUGO: Compilation fixes | Paul Gilbert | |
2019-05-11 | GLK: HUGO: NULL to nullptr, Amiga compilation fix | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Added herun | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Add heparse | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Add heexpr | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Compilation fixes | Paul Gilbert | |
2019-05-11 | GLK: HUGO: Replace contents of hemisc | Paul 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-11 | GLK: HUGO: Added heobject | Paul Gilbert | |
2019-05-10 | GLK: HUGO: Added hemisc, htokens, and stringfn files | Paul Gilbert | |
2019-05-10 | GLK: HUGO: Added Glk interface methods | Paul Gilbert | |
2019-05-10 | GLK: HUGO: heglk fields & initialization | Paul Gilbert | |
2019-05-10 | GLK: HUGO: Added engine feilds | Paul Gilbert | |
2019-05-10 | GLK: HUGO: First detection entry | Paul Gilbert | |
2019-05-10 | GLK: HUGO: Initial sub-engine skeleton | Paul Gilbert | |
2019-05-09 | CREDITS: Added Max Horn to GUI credits | Max 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-09 | ANDROID: Make pushEvent take 7 parameters instead of 6 | Cameron Cawley | |
2019-05-09 | BLADERUNNER: Fix bad new game pos for player | Thanasis Antoniou | |
2019-05-09 | BLADERUNNER: debugger includes McCoy id for list act | Thanasis Antoniou | |
2019-05-09 | BLADERUNNER: Use booleans in walk functions | Thanasis Antoniou | |
And a few more (not all yet) methods that had 1, 0 instead of true, false | |||
2019-05-09 | BLADERUNNER: Fix audio clue DoorForced1 post Act 1 | Thanasis Antoniou | |
2019-05-09 | BLADERUNNER: Fix disabled mouse hover GPS speech | Thanasis Antoniou | |
2019-05-09 | SDL: Fix MSVC warnings | SupSuper | |
Fixes warning C4121: alignment of a member was sensitive to packing by hiding warnings from system headers | |||
2019-05-09 | AUDIO: Fix MSVC warnings | SupSuper | |
Fixes warning C4245: signed/unsigned mismatch (seems in line with other decoders) | |||
2019-05-09 | AUDIO: Fix MSVC warnings | SupSuper | |
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-09 | IMAGE: Fix MSVC warnings | SupSuper | |
Fixes warning C4067: unexpected tokens following preprocessor directive due to non-standard "and" "or" operators | |||
2019-05-09 | CLOUD: Fix MSVC warnings | SupSuper | |
Fixes warning C4305: truncation from 'double' to 'float' | |||
2019-05-09 | BACKENDS: Fix GCC Compiler Warning in Default Timer Implementation | D 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-09 | BLADERUNNER: Complementary fix for scorpion cage | Thanasis Antoniou | |
2019-05-08 | BLADERUNNER: Fix scorpion cage blink in and out | Thanasis Antoniou | |
Original bug occurs in transitions from AR01 to AR02 | |||
2019-05-08 | BLADERUNNER: Another fix for confess to Guzza | Thanasis Antoniou | |
2019-05-08 | PINK: removed usage of global variable | Andrei Prykhodko | |
2019-05-08 | PINK: removed unnecessary namespace in function declaration | Andrei Prykhodko | |
2019-05-08 | BLADERUNNER: Remove most of custom PS04 transition | Thanasis Antoniou | |
It didn't work out quite well | |||
2019-05-08 | BLADERUNNER: debugger fixes, added list actor by id | Thanasis Antoniou | |
2019-05-08 | AGI: Fix Several GCC Compiler Warnings | D G Turner | |
2019-05-07 | BLADERUNNER: Fix compilation with non-c++11 compilers | Thierry Crozat | |
2019-05-07 | QUEEN: Fix GCC Compiler Warnings | D G Turner | |
These are further warnings of the use of memset to clear a non-trivial structure / class. Since it is trivial to add a default constructor to these to initialise them instead, the memset calls can be removed. | |||
2019-05-08 | BLADERUNNER: fix Guzza, PS03, PS04, PS01 | antoniou79 | |
Also, added a custom transition when Guzza calls in for favors Still pending: in PS03 some actors may blink out of existence (happened to officer Grayford) | |||
2019-05-08 | BLADERUNNER: Clarification comment on Steele's ai | antoniou79 | |
Steele can get a clue (officer's statement) that McCoy missed This is so McCoy won't miss this particular clue no matter what. But McCoy can get this clue on his own if the officer is still at the crime scene (he might leave) even if he already got it from the mainframe via Steele. This is intended. |