aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-05-08AGI: Fix Several GCC Compiler WarningsD G Turner
2019-05-07BLADERUNNER: Fix compilation with non-c++11 compilersThierry Crozat
2019-05-07QUEEN: Fix GCC Compiler WarningsD 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-08BLADERUNNER: fix Guzza, PS03, PS04, PS01antoniou79
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-08BLADERUNNER: Clarification comment on Steele's aiantoniou79
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.
2019-05-08BLADERUNNER: Vk show stats debugger commandantoniou79
2019-05-07AUDIO: Fix GCC Compiler Warning in FM-TOWNS PC-98 Soft SynthD G Turner
This is another warning of the use of memset to clear a non-trivial structure / class. This can be removed since the structure is cleared by the constructor which will be called by the "new" so clearing this again is redundant.
2019-05-07PINK: added English detection entryAndrei Prykhodko
2019-05-07PINK: added german detection entryAndrei Prykhodko
2019-05-07GLK: MAGNETIC: Add game detection entriesPaul Gilbert
2019-05-07GLK: MAGNETIC: Hook up Magnetic sub-enginePaul Gilbert
2019-05-07GLK: MAGNETIC: Added graphics & sound methodsPaul Gilbert
2019-05-07GLK: MAGNETIC: Sound initializationPaul Gilbert
2019-05-07GLK: MAGNETIC: Graphics initializationPaul Gilbert
2019-05-07GLK: MAGNETIC: General initializationPaul Gilbert
2019-05-07MT32: Fix GCC Compiler Warning regarding memset usageD G Turner
2019-05-06BLADERUNNER: Restoring Rachael related scenes pt1Thanasis Antoniou
Some testing and polishing of animations pending especially with meeting in Act 4
2019-05-06BLADERUNNER: Fix warning for fall-through switch caseThanasis Antoniou
Added a clean "fall through" comment
2019-05-06BLADERUNNER: Fix disabled mouse hover image blinking issuesThanasis Antoniou
2019-05-06I18N: Regenerate translations data fileThierry Crozat
2019-05-06AmigaOS4: Fix copy of renamed RM2AG.rexx fileThierry Crozat
2019-05-06BLADERUNNER: Restore fans comment in BB11 onlyThanasis Antoniou
And some small preparation (comments) for restoring Rachael scenes
2019-05-05BLADERUNNER: Remove police officers from MA07Peter Kohaut
They are causing issues with Gaff dialogue if they are in the same scene at the same time.
2019-05-05BLADERUNNER: Fix Moraji floating in DR04Peter Kohaut
2019-05-05BLADERUNNER: Disable END_GAME_STATE auto-savePeter Kohaut
Disabled as it is not needed and it is only filling-up save slots
2019-05-05AmigaOS4: Activate syntax highlighting in GitHubStefan
2019-05-05SCUMM: Original V0-V2 flashlight shape and size for MM/Zak (#10947, #10951)Robert Crossfield