aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/ai
AgeCommit message (Collapse)Author
2019-02-05BLADERUNNER: Gaff scripts cleanupPeter Kohaut
2019-02-03BLADERUNNER: Cleanup of KP03 bomb related scriptsPeter Kohaut
2019-02-03BLADERUNNER: Initial cleanup of Kipple scriptsPeter Kohaut
2019-02-03BLADERUNNER: Cleanup of scripts at start of chapter 5Peter Kohaut
2019-02-03BLADERUNNER: Cleanup for scene at UG18Peter Kohaut
2019-02-03BLADERUNNER: Cleanup Luther & Lance related scriptsPeter Kohaut
2019-02-03BLADERUNNER: Fixed Rat interaction at UG15Peter Kohaut
2019-02-02BLADERUNNER: Cleanup of scripts at start of chapter 4Peter Kohaut
2019-01-31BLADERUNNER: Cleanup of Dektora chase related scriptsPeter Kohaut
2019-01-31BLADERUNNER: Clean up of Dektora scriptPeter Kohaut
2019-01-31BLADERUNNER: Clean up NR04 and related scriptsPeter Kohaut
2019-01-29BLADERUNNER: Cleanup of back EarlyQ's scenes scriptsPeter Kohaut
2019-01-29BLADERUNNER: Cleanup of front EarlyQ's scenes scriptsPeter Kohaut
2019-01-29BLADERUNNER: Fixed Gordo death animation after runningPeter Kohaut
2019-01-28BLADERUNNER: Cleanup of Steele animation codePeter Kohaut
2019-01-28BLADERUNNER: Cleanup of scripts for Gordo chasePeter Kohaut
2019-01-27BLADERUNNER: Initial cleanup of NR01, NR02 & related scriptsPeter Kohaut
2019-01-27BLADERUNNER: Marking few cut featuresPeter Kohaut
2019-01-27BLADERUNNER: Holloway script cleanupPeter Kohaut
2019-01-27BLADERUNNER: Cleanup of Steele scripts for Lucy chasePeter Kohaut
2019-01-27BLADERUNNER: Cleanup & fix of Lucy chase scriptsPeter Kohaut
First wait-point in Hystersia Maze was incorrectly triggered
2019-01-27BLADERUNNER: Initial cleanup of HF01 & related actorsPeter Kohaut
2019-01-27BLADERUNNER: Cleanup of Guzza script for chapter 2Peter Kohaut
2019-01-27BLADERUNNER: Cleanup of Steele scripts for chapter 1Peter Kohaut
2019-01-27BLADERUNNER: Hawker's circle script cleanupPeter Kohaut
2019-01-27BLADERUNNER: Cleanup of Gaff script for chapter 1 & 2Peter Kohaut
2019-01-26BLADERUNNER: Analysed Leon scene at Yukon HotelPeter Kohaut
2019-01-26BLADERUNNER: Fixed Sebastian scriptPeter Kohaut
Dialogue was not available
2019-01-25BLADERUNNER: Cleanup of actor scripts for a fight in BB11Peter Kohaut
Also named goal for McCoy arrest
2019-01-25BLADERUNNER: Cleanup of BBxx scriptsPeter Kohaut
Removed issue where McCoy went to jail for no reason at start of 3rd act
2019-01-24BLADERUNNER: Fixes for game scripts & cleanupPeter Kohaut
2019-01-21BLADERUNNER: More game constantsPeter Kohaut
Added Region_Check functionality Code cleanup
2019-01-19BLADERUNNER: More variable names in the game scriptsPeter Kohaut
Fixed some errors as well
2019-01-15BLADERUNNER: More variable names in the game scriptsPeter Kohaut
2019-01-13BLADERUNNER: More variable names in the game scriptsPeter Kohaut
2019-01-13BLADERUNNER: Merged chapter & scene debugger commandPeter Kohaut
2019-01-12BLADERUNNER: Fix compilation errorsPeter Kohaut
2019-01-12BLADERUNNER: Added debugging output for scriptsPeter Kohaut
Also added last few missing script commands.
2019-01-12BLADERUNNER: Fixed enabling combat mode in scriptsPeter Kohaut
Fixed Zuben chase. Added name of some flags used in the China town.
2019-01-08BLADERUNNER: Fixed Zuben death animationPeter Kohaut
Animation was not playing due to wrong switch statment
2018-11-25BLADERUNNER: Add in-game loading screenPeter Kohaut
It is also possible to start new game from it.
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-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2018-03-29BLADERUNNER: Fix incorrect loop end checkEugene Sandulenko
2018-03-29BLADERUNNER: Added clarifying comment for a bug in originalEugene Sandulenko
2018-03-24BLADERUNNER: PoliceMaze fix & constantsPeter Kohaut
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