aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner
AgeCommit message (Expand)Author
2018-01-15BLADERUNNER: Silence GCC warningsTorbjörn Andersson
2018-01-14BLADERUNNER: Support for different languagesPeter Kohaut
2018-01-14BLADERUNNER: Added Russian Version DetectionGalaxy13
2018-01-14BLADERUNNER: Added Italian Version DetectionZibri
2017-12-26BLADERUNNER: Added detection entries for Blade Runner (French) - Bug #9722Matan Bareket
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-09-10BLADERUNNER: Added music support & added MaggiePeter Kohaut
2017-09-03BLADERUNNER: Fix compilation failure on PPC-AmigaOS4Colin Snover
2017-08-27BLADERUNNER: Fix buildThomas Fach-Pedersen
2017-08-27BLADERUNNER: Fix buildThomas Fach-Pedersen
2017-08-27BLADERUNNER: Add Overlay videosThomas Fach-Pedersen
2017-08-26BLADERUNNER: Support for AESCPeter Kohaut
2017-08-26BLADERUNNER: Transparent background in dialogue menuPeter Kohaut
2017-08-25BLADERUNNER: Fix buildPeter Kohaut
2017-08-24BLADERUNNER: Added audio mixer & various fixesPeter Kohaut
2017-08-24BLADERUNNER: Fix buildThomas Fach-Pedersen
2017-08-24BLADERUNNER: Add support for elevatorsThomas Fach-Pedersen
2017-08-22BLADERUNNER: Call AI script when clue is receivedThomas Fach-Pedersen
2017-08-22BLADERUNNER: Add Dialogue MenuThomas Fach-Pedersen
2017-08-13BLADERUNNER: Fix potential memory leak (CppCheck warning)Torbjörn Andersson
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2017-08-04BLADERUNNER: Fix float conversion warningThomas Fach-Pedersen
2017-08-04BLADERUNNER: Add blit and blitToScreen helpersThomas Fach-Pedersen
2017-07-31BLADERUNNER: Add Spinner supportThomas Fach-Pedersen
2017-07-31BLADERUNNER: Add missing scene scriptsThomas Fach-Pedersen
2017-07-31BLADERUNNER: Move surfaces out of VQA playerThomas Fach-Pedersen
2017-04-18JANITORIAL: Remove superfluous semicolonsTorbjörn Andersson
2017-04-10BLADERUNNER: added Leon AI scriptPeter Kohaut
2017-04-02BLADERUNNER: fixed lighting cachePeter Kohaut
2017-04-01BLADERUNNER: improvements to the walking codePeter Kohaut
2017-03-29BLADERUNNER: zbuffer is now updated between scene changesPeter Kohaut
2017-03-29BLADERUNNER: fixed warningsPeter Kohaut
2017-03-29BLADERUNNER: fixed compilation without c++11Peter Kohaut
2017-03-29BLADERUNNER: introduced some game constantsPeter Kohaut
2017-03-28BLADERUNNER: Remove stray semicolonEugene Sandulenko
2017-03-28BLADERUNNER: Implement ZBuffer classThomas Fach-Pedersen
2017-03-26BLADERUNNER: Another compilation fixPaul Gilbert
2017-03-26BLADERUNNER: Fix compilation in Visual Studio 2015Paul Gilbert
2017-03-26BLADERUNNER: Added correct video looping and loop switchingPeter Kohaut
2017-03-23BLADERUNNER: Reorganized script filesPeter Kohaut
2017-03-23BLADERUNNER: Fixed function for changing actors goalPeter Kohaut
2017-03-23BLADERUNNER: Added more functionality to movement trackPeter Kohaut
2017-03-20BLADERUNNER: added Runciter character (petshop owner)Peter Kohaut
2017-03-20BLADERUNNER: added full office leroy ai scriptPeter Kohaut
2017-01-22Merge pull request #891 from rootfather/bladerunner-de-detectionEugene Sandulenko
2017-01-19BLADERUNNER: Add detection for German versionrootfather
2017-01-17BLADERUNNER: Fix Unsigned vs. Signed Compiler Warnings.D G Turner
2017-01-11BLADERUNNER: Fix Unused Variable Compiler Warnings.D G Turner
2017-01-11BLADERUNNER: Fix Variable Shadowing Compiler Warnings.D G Turner
2016-11-12BLADERUNNER: Avoid using alloca, which might not be available on all systems.Kirben