aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/bb09.cpp
AgeCommit message (Collapse)Author
2019-09-15BLADERUNNER: Fix map glitches and teleport in BB09Thanasis Antoniou
2019-07-29BLADERUNNER: Fix Izo getting stuck in RC03Thanasis Antoniou
Bug case was for when he runs away (Steele is blocked)
2019-07-28BLADERUNNER: Prevent McCoy from running to BB10 before SadikThanasis Antoniou
2019-05-09BLADERUNNER: Use booleans in walk functionsThanasis Antoniou
And a few more (not all yet) methods that had 1, 0 instead of true, false
2019-04-29BLADERUNNER: Chess, keyboard, and clues bug fixesantoniou79
2019-04-06BLADERUNNER: Cleaned up Ambient_Sounds_Add_Sound callsThanasis Antoniou
2019-04-06BLADERUNNER: Cleanup for looping soundsThanasis Antoniou
Completed Add, Adjust and Remove Looping_Sound(), Pending Ambient_Sounds_Add_Sound
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-21BLADERUNNER: More game constantsPeter Kohaut
Added Region_Check functionality Code cleanup
2019-01-15BLADERUNNER: More variable names in the game scriptsPeter Kohaut
2018-02-10BLADERUNNER: VK interfacePeter Kohaut
Code unification Removed few memory leaks
2018-02-05BLADERUNNER: Added more game constantsPeter Kohaut
Code formatting
2017-03-29BLADERUNNER: introduced some game constantsPeter Kohaut
Game script are more readable now Fixed name of Officer Leary
2017-03-23BLADERUNNER: Reorganized script filesPeter Kohaut