aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/rc51.cpp
AgeCommit message (Collapse)Author
2019-06-01BLADERUNNER: Restore comment on RC02 dead animalsThanasis Antoniou
Also fix some awry clickable objects in RC51
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: 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-24BLADERUNNER: Named constants for model animations P02Thanasis Antoniou
2019-04-20BLADERUNNER: Named constants for animationIds P01Thanasis Antoniou
Part one of using named constants for model animations
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
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-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