aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner
AgeCommit message (Expand)Author
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
2016-10-06BLADERUNNER: fixed some of endianness issuesPeter Kohaut
2016-10-06BLADERUNNER: added support for fontsPeter Kohaut
2016-10-06BLADERUNNER: added suspects db & fixed crimes dbPeter Kohaut
2016-10-04BLADERUNNER: code formattingPeter Kohaut
2016-10-04BLADERUNNER: added missing license & code formattingPeter Kohaut
2016-10-04BLADERUNNER: trying to figure out walking, added structures for obstacles use...Peter Kohaut
2016-10-03BLADERUNNER: Code formatting fixesEugene Sandulenko
2016-10-03BLADERUNNER: Added missing copyright headers and normalized the restEugene Sandulenko
2016-10-02BLADERUNNER: added ADQ, fixed some minor memory leaksPeter Kohaut
2016-10-02BLADERUNNER: added support for rendering items in scenesPeter Kohaut
2016-10-01BLADERUNNER: fixed endian issue in uncompressed audio (thx madmoose), fixed s...Peter Kohaut
2016-09-30BLADERUNNER: fixed compiler error in gcc and clang (was working in msvc14)Peter Kohaut
2016-09-30BLADERUNNER: add support for uncompressed audio, fixed wrong call to gamescri...Peter Kohaut
2016-09-29BLADERUNNER: Fix warningsEugene Sandulenko
2016-09-29BLADERUNNER: fixed loading of new set/scene, fixed memoryleak in lightsPeter Kohaut
2016-09-29BLADERUNNER: fixed current frame selection for lightsPeter Kohaut
2016-09-29BLADERUNNER: fixed lightningPeter Kohaut
2016-09-29BLADERUNNER: added rendering support for lighting and effects, but its not wo...Peter Kohaut
2016-09-29BLADERUNNER: fixed exit selection, added footstep sounds, added some debuggin...Peter Kohaut
2016-09-29BLADERUNNER: Fix compilationEugene Sandulenko
2016-09-29BLADERUNNER: add more logic to actor::tick, added support for looking up scen...Peter Kohaut
2016-09-29BLADERUNNER: mccoy script completed, walking is now animatedPeter Kohaut
2016-09-29BLADERUNNER: added all scene scripts, esper script, kia script, vk script, co...Peter Kohaut
2016-09-29BLADERUNNER: Pull in changes from madmoosePeter Kohaut
2016-09-29BLADERUNNER: forgotten script files....Peter Kohaut
2016-09-29BLADERUNNER: added implementation of more script methods added combat structu...Peter Kohaut
2016-09-29BLADERUNNER: still adding structures... and implementing some of script metho...Peter Kohaut
2016-09-29BLADERUNNER: just basic objects description scene stuff - lightning and effec...Peter Kohaut
2016-09-29BLADERUNNER: Add beginnings of Actor class and move actor drawing to SceneThomas Fach-Pedersen