aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner
AgeCommit message (Expand)Author
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
2016-10-28BLADERUNNER: fixed memory leaks & overflowsPeter Kohaut
2016-10-24BLADERUNNER: Typo in SetEffects::setFadeColor (CID 1364307)Thomas Fach-Pedersen
2016-10-24BLADERUNNER: Fix null pointer dereference (Actually CID 1364205)Thomas Fach-Pedersen
2016-10-24BLADERUNNER: Fix potential buffer overrun (CID 1364276)Thomas Fach-Pedersen
2016-10-24BLADERUNNER: Fix out-of-bounds write (CID 1364262)Thomas Fach-Pedersen
2016-10-24BLADERUNNER: Fix out-of-bounds access in voiceover actor (multiple CIDs)Thomas Fach-Pedersen
2016-10-24BLADERUNNER: Fix out-of-bounds read (CID 1364207)Thomas Fach-Pedersen
2016-10-24BLADERUNNER: Fix null pointer dereference (CID 1364205)Thomas Fach-Pedersen
2016-10-24BLADERUNNER: Fix resource leak (CID 1364202)Thomas Fach-Pedersen
2016-10-22BLADERUNNER: Fix invalid assert in AudStreamThomas Fach-Pedersen
2016-10-22BLADERUNNER: Fix uninitialized variable accessesThomas Fach-Pedersen
2016-10-21BLADERUNNER: Fix presumable typoWillem Jan Palenstijn
2016-10-15BLADERUNNER: Mark engine as highresEugene Sandulenko
2016-10-15BLADERUNNER: Fix compilation on older gccEugene Sandulenko
2016-10-14BLADERUNNER: Fix compilation with plugins enabledEugene Sandulenko
2016-10-12BLADERUNNER: added picking up of itemsPeter Kohaut
2016-10-09BLADERUNNER: fixed some compilation warningsPeter Kohaut
2016-10-09BLADERUNNER: fixed speed of pickup effectPeter Kohaut
2016-10-09BLADERUNNER: Fix compilationEugene Sandulenko
2016-10-08BLADERUNNER: added item pickup effectPeter Kohaut