aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ma01.cpp
AgeCommit message (Collapse)Author
2019-07-10BLADERUNNER: Note for unused kOuttakeFlyThroughThanasis Antoniou
2019-05-13BLADERUNNER: Hit and Run dispatch clue restoredThanasis 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-28BLADERUNNER: Fix spinner transitions post Act 1Thanasis Antoniou
Also restored ascenting outtake when leaving RC01 in Act 1
2019-04-28BLADERUNNER: BB01, DR01, NR01 reduce freq of intro sceneThanasis Antoniou
They'll play the first time, but have 33% probability to play on subsequent visits
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-04-05BLADERUNNER: SFX named constants and MissSound fixThanasis Antoniou
Still pending cleaning up Ambient_Sounds_Add_Sound and Ambient_Sounds_Add_Looping_Sound calls
2019-01-27BLADERUNNER: Cleanup of Gaff script for chapter 1 & 2Peter Kohaut
2019-01-24BLADERUNNER: Fixes for game scripts & cleanupPeter Kohaut
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-12BLADERUNNER: Fixed enabling combat mode in scriptsPeter Kohaut
Fixed Zuben chase. Added name of some flags used in the China town.
2018-03-08BLADERUNNER: Added Gaff actorPeter Kohaut
2018-02-13BLADERUNNER: More game constantsPeter Kohaut
2018-02-10BLADERUNNER: VK interfacePeter Kohaut
Code unification Removed few memory leaks
2018-02-05BLADERUNNER: Added more game constantsPeter Kohaut
Code formatting
2017-09-10BLADERUNNER: Added music support & added MaggiePeter Kohaut
added async walking named some of the game flags & variables renamed aesc to screen effects
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