aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ug15.cpp
AgeCommit message (Collapse)Author
2019-07-01BLADERUNNER: Rat AI bug fixesThanasis Antoniou
Most prominent bugs fixed is behavior in KP02 and not attacking when near McCoy
2019-06-03BLADERUNNER: Fix exit 0 in BB01 and remove more awry clickablesThanasis Antoniou
2019-05-30BLADERUNNER: Dead bridge rat won't respawn when playing uncut and easyDavid Fioramonti
If the player kills the rat at the bridge that breaks and goes to the left screen and then comes back the rat will not respawn when the player is playing the uncut version on easy. In every other case there will be a 10% chance that the rat will respawn.
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-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-02-03BLADERUNNER: Fixed Rat interaction at UG15Peter Kohaut
2019-02-02BLADERUNNER: Cleanup of scripts at start of chapter 4Peter Kohaut
2019-01-31BLADERUNNER: Initial cleanup of underground scriptsPeter Kohaut
2019-01-24BLADERUNNER: Fixes for game scripts & cleanupPeter Kohaut
2019-01-21BLADERUNNER: More game constantsPeter Kohaut
Added Region_Check functionality Code cleanup
2019-01-15BLADERUNNER: More variable names in the game scriptsPeter Kohaut
2019-01-13BLADERUNNER: More variable names in the game scriptsPeter Kohaut
2018-03-18BLADERUNNER: Round coordinates to two decimalsThomas Fach-Pedersen
Also fixes a couple of typos.
2018-02-25BLADERUNNER: Added Generic Walker actorsPeter Kohaut
Fixed isseue of duplicating items in world Fixed fog issue with incorrect rendering in special occasions Added basic debugger console Refactored looping code for better readability
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