aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script
AgeCommit message (Collapse)Author
2018-12-24BLADERUNNER: Fixed item rotationPeter Kohaut
Item's angle was not update after chaning "facing". Police maze targets are now rotated correct way. Added debug logging for the police maze tracts.
2018-12-15BLADERUNNER: Added time control and game pausingPeter Kohaut
2018-11-25BLADERUNNER: Add in-game loading screenPeter Kohaut
It is also possible to start new game from it.
2018-11-24BLADERUNNER: Preliminary saving & loading supportPeter Kohaut
Saving and loading is accessible via ScummVM dialogs. No in-game UI support yet. It is possible to load saves from original game via debugger console. ScummVM saves have additional header and are incompatibile with original game.
2018-11-13BLADERUNNER: Fix Fall Through Compiler WarningsD G Turner
Clang and newer versions of GCC i.e. v8.2 require the comment to match "fall through" to surpress warnings so change "no break" comments to match.
2018-08-26BLADERUNNER: Remove use of C99 mathColin Snover
C++ math functions are overloaded so operate using single-precision when receiving a float input. The C standard library on FreeMiNT does not fully support C99 math so use of sqrtf, sinf, etc. instead of the C++ API does not work.
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2018-05-07BLADERUNNER: Implement obstacle polygon mergingThomas Fach-Pedersen
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2018-03-31BLADERUNNER: Implemented ActorClues::getModifier().Eugene Sandulenko
This completes implementation of the automatic clue exchange
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-26BLADERUNNER: Fully plug the Scores into the engineEugene Sandulenko
2018-03-25BLADERUNNER: Implement mouse jitterEugene Sandulenko
2018-03-24BLADERUNNER: Load game methodsPeter Kohaut
save methods update replaced few char* with Common::String changed few pointers to references
2018-03-24BLADERUNNER: Save game methodsThomas Fach-Pedersen
2018-03-24BLADERUNNER: PoliceMaze fix & constantsPeter Kohaut
2018-03-24BLADERUNNER: Fix PoliceMaze trackEugene Sandulenko
2018-03-24BLADERUNNER: Fix crash at startup of PoliceMazeEugene Sandulenko
2018-03-24BLADERUNNER: Finished PoliceMaze implementationEugene Sandulenko
2018-03-24BLADERUNNER: Moved PoliceMaze to script/Eugene Sandulenko
2018-03-24BLADERUNNER: Added WIP code for PoliceMazeTargetTrack::tick()Eugene Sandulenko
2018-03-24BLADERUNNER: Implement PoliceMaze::tick()Eugene Sandulenko
2018-03-24BLADERUNNER: Implement setting items as targetEugene Sandulenko
2018-03-24BLADERUNNER: Implement Item_Spin_In_World()Eugene Sandulenko
2018-03-24BLADERUNNER: Implement PoliceMaze hooksEugene Sandulenko
2018-03-23BLADERUNNER: Add missing break to switch statementAdrian Frühwirth
Confirmed missing by peterkohaut (and gcc7).
2018-03-19BLADERUNNER: Fix bug with path generator in GenericWalkerA actorEugene Sandulenko
2018-03-19BLADERUNNER: Mark a bug in original codeEugene Sandulenko
2018-03-18BLADERUNNER: Round coordinates to two decimalsThomas Fach-Pedersen
Also fixes a couple of typos.
2018-03-18BLADERUNNER: Added FreeSlotB actorEugene Sandulenko
2018-03-18BLADERUNNER: Added FreeSlotA actorEugene Sandulenko
2018-03-18BLADERUNNER: Actors fixesPeter Kohaut
Removed forgotten combat development hack Clovis clovis & fix Grayford cleanup & fixes Hanoi small cleanup
2018-03-17BLADERUNNER: Added Hanoi actorEugene Sandulenko
2018-03-17BLADERUNNER: Added OfficerGrayford actorEugene Sandulenko
2018-03-17BLADERUNNER: Fixed compilation warningsPeter Kohaut
2018-03-17BLADERUNNER: Added combatPeter Kohaut
Math cleanup Fixed obstacle detection
2018-03-17BLADERUNNER: Added Hasan actorEugene Sandulenko
2018-03-17BLADERUNNER: Added EarlyQ actorEugene Sandulenko
2018-03-17BLADERUNNER: Added BulletBob actorEugene Sandulenko
2018-03-17BLADERUNNER: Added Luther actorEugene Sandulenko
2018-03-17BLADERUNNER: Added Sadik actorEugene Sandulenko
2018-03-16BLADERUNNER: Added Mutant3 actorEugene Sandulenko
2018-03-16BLADERUNNER: Use constantsEugene Sandulenko
2018-03-16BLADERUNNER: Added Mutant2 actorEugene Sandulenko
2018-03-16BLADERUNNER: Fix Mutant1 aggressivenessEugene Sandulenko
2018-03-16BLADERUNNER: Added Mutant1 actorEugene Sandulenko
2018-03-16BLADERUNNER: Added Photographer actorEugene Sandulenko
2018-03-16BLADERUNNER: Added Holloway actorEugene Sandulenko