aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner
AgeCommit message (Expand)Author
2018-12-05BLADERUNNER: Add in-game saving screenPeter Kohaut
2018-11-25BLADERUNNER: Add in-game loading screenPeter Kohaut
2018-11-24BLADERUNNER: Fixed ambient sounds after loadPeter Kohaut
2018-11-24BLADERUNNER: Fix build issuesPeter Kohaut
2018-11-24BLADERUNNER: Preliminary saving & loading supportPeter Kohaut
2018-11-18BLADERUNNER: Fixed perspective slice renderingPeter Kohaut
2018-11-13BLADERUNNER: Fix Fall Through Compiler WarningsD G Turner
2018-08-26BLADERUNNER: Remove use of C99 mathColin Snover
2018-08-18BLADERUNNER: Update cos/sin table constructor changeDavid Fioramonti
2018-08-03BLADERUNNER: Add cos/sine tableDavid Fioramonti
2018-06-29BLADERUNNER: Fix another signed vs unsigned warningEugene Sandulenko
2018-06-29BLADERUNNER: Fix another warningEugene Sandulenko
2018-06-29BLADERUNNER: Fix warningsEugene Sandulenko
2018-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2018-05-07BLADERUNNER: Fix buildThomas Fach-Pedersen
2018-05-07BLADERUNNER: Implement obstacle polygon mergingThomas Fach-Pedersen
2018-05-07BLADERUNNER: Fix typo in DialogueMenu::queryInput()Adrian Frühwirth
2018-05-06BLADERUNNER: Fix typo/bug in handleMouseAction()Adrian Frühwirth
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2018-04-07JANITORIAL: Fix whitespaceEugene Sandulenko
2018-04-07BLADERUNNER: Remove dead codeEugene Sandulenko
2018-04-04BLADERUNNER: Fix memory leaksEugene Sandulenko
2018-04-03BLADERUNNER: Implement scene jumping via bootparams.Eugene Sandulenko
2018-04-02BLADERUNNER: Added 'draw actors' debug command.Eugene Sandulenko
2018-04-01BLADERUNNER: Remove leftover debug outputEugene Sandulenko
2018-04-01BLADERUNNER: Fix chapter switching with CDFRAMES.DATEugene Sandulenko
2018-04-01BLADERUNNER: Support for CDFRAMES.DATEugene Sandulenko
2018-03-31BLADERUNNER: Implemented ActorClues::getModifier().Eugene Sandulenko
2018-03-30BLADERUNNER: Implemented ActorClues::acquireCluesByRelations()Eugene Sandulenko
2018-03-30BLADERUNNER: Further work on acquireCluesByRelations()Eugene Sandulenko
2018-03-30BLADERUNNER: Fixed bug in Actor::acquireCluesByRelations()Eugene Sandulenko
2018-03-30BLADERUNNER: Initial code for acquireCluesByRelations()Eugene Sandulenko
2018-03-29BLADERUNNER: Remove unnecessary returnsEugene Sandulenko
2018-03-29BLADERUNNER: Fix buffer overflow in PoliceMazeEugene Sandulenko
2018-03-29BLADERUNNER: Fix incorrect loop end checkEugene Sandulenko
2018-03-29BLADERUNNER: Added clarifying comment for a bug in originalEugene Sandulenko
2018-03-29BLADERUNNER: Initialize class variablesEugene Sandulenko
2018-03-28BLADERUNNER: Switch to doubles in AudStream::getLength() calculationsEugene Sandulenko
2018-03-28BLADERUNNER: Allow quit credits on windows closingEugene Sandulenko
2018-03-27BLADERUNNER: Implemented EndCreditsEugene Sandulenko
2018-03-27BLADERUNNER: Initialize Scores variableEugene Sandulenko
2018-03-27BLADERUNNER: Added skeleton for EndCreditsEugene Sandulenko
2018-03-27BLADERUNNER: Complete Scores functionalityEugene Sandulenko
2018-03-27BLADERUNNER: Implement Scores::tick()Eugene Sandulenko
2018-03-26BLADERUNNER: Implemented Scores closingEugene Sandulenko
2018-03-26BLADERUNNER: Implemented Scores::open()Eugene Sandulenko
2018-03-26BLADERUNNER: Fully plug the Scores into the engineEugene Sandulenko
2018-03-25BLADERUNNER: Added skeleton for Scores classEugene Sandulenko