aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/script.cpp
AgeCommit message (Collapse)Author
2018-03-11BLADERUNNER: Added most of Steele actorEugene Sandulenko
ChangeAnimationMode is NOT done
2018-03-07BLADERUNNER: Added Klein actorPeter Kohaut
added more constants fixed bug in checking actor scene
2018-03-06BLADERUNNER: Added stairs & ladder supportPeter Kohaut
2018-03-06BLADERUNNER: Added Zuben actorPeter Kohaut
Fixed animation position update Added goal & anim commands to console
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-18BLADERUNNER: Support for runningPeter Kohaut
Fixed Runciter idle state Fixed movement track delay Basic combat support
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
2018-02-04BLADERUNNER: ESPER interfacePeter Kohaut
2018-01-29BLADERUNNER: Remove simple walking hackThomas Fach-Pedersen
Rename previously unnamed walking parameter 'interruptible'
2018-01-28BLADERUNNER: Fix compilation issuesPeter Kohaut
2018-01-28BLADERUNNER: Added basic KIA interfacePeter Kohaut
Settings works Help works Clue database works Fixed code for inserting objects into scene Reorganization of few files Unification & code formatting of few older files
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-08-27BLADERUNNER: Add Overlay videosThomas Fach-Pedersen
2017-08-24BLADERUNNER: Added audio mixer & various fixesPeter Kohaut
Audio mixer is supporting fading and pan animation Added support for skipping speech by pressing Return Added proper support for ambient sounds Added more code to the dialogue menu Added tooltips to the Spinner Fixed calculation of volume and pan of walk steps Code cleanup & formatting
2017-08-24BLADERUNNER: Add support for elevatorsThomas Fach-Pedersen
2017-08-22BLADERUNNER: Add Dialogue MenuThomas Fach-Pedersen
2017-07-31BLADERUNNER: Add Spinner supportThomas Fach-Pedersen
2017-04-10BLADERUNNER: added Leon AI scriptPeter Kohaut
Happy incept day Leon!
2017-04-02BLADERUNNER: fixed lighting cachePeter Kohaut
actors can be now partially illuminated (per slice), it iss visible in scene rc02 in the right part of the room
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
2017-03-23BLADERUNNER: Added more functionality to movement trackPeter Kohaut
2017-03-20BLADERUNNER: added Runciter character (petshop owner)Peter Kohaut
2017-03-20BLADERUNNER: added full office leroy ai scriptPeter Kohaut
fix sceneobject remove
2016-10-28BLADERUNNER: fixed memory leaks & overflowsPeter Kohaut
fixed few memory leaks fixed overflows prepared more logic for looping but its not yet working correctly - still figuring out original code for vqadecoder
2016-10-24BLADERUNNER: Fix out-of-bounds access in voiceover actor (multiple CIDs)Thomas Fach-Pedersen
CID 1364219 CID 1364223
2016-10-22BLADERUNNER: Fix uninitialized variable accessesThomas Fach-Pedersen
Fixes a couple of issues reported by valgrind and clang sanitizers. In particular, the initialization of Actor::_inCombat means that McCoy no longer randomly has his gun out at the beginning of the game. In SliceRenderer::drawInWorld, the assert of _sliceFramePtr has been moved to after the call to setupFrameInWorld which is the method that initializes the field. This misplaced assert caused the game to crash for several people.
2016-10-14BLADERUNNER: Fix compilation with plugins enabledEugene Sandulenko
2016-10-12BLADERUNNER: added picking up of itemsPeter Kohaut
and some formatting
2016-10-08BLADERUNNER: added item pickup effectPeter Kohaut
also added support for rendering items on screen (not in the world) pickup effect can be tested in debug compilation by clicking on any object (not item, but object like, hydrant, or doors) in first scene
2016-10-06BLADERUNNER: added suspects db & fixed crimes dbPeter Kohaut
2016-10-04BLADERUNNER: trying to figure out walking, added structures for obstacles ↵Peter Kohaut
used for pathfinding, fixed bug in searching for walkboxes
2016-10-03BLADERUNNER: Code formatting fixesEugene Sandulenko
2016-10-02BLADERUNNER: added ADQ, fixed some minor memory leaksPeter Kohaut
2016-10-02BLADERUNNER: added support for rendering items in scenesPeter Kohaut
2016-10-01BLADERUNNER: fixed endian issue in uncompressed audio (thx madmoose), fixed ↵Peter Kohaut
some warnings, fixed some scene scripts
2016-09-29BLADERUNNER: Fix warningsEugene Sandulenko
2016-09-29BLADERUNNER: fixed exit selection, added footstep sounds, added some ↵Peter Kohaut
debugging display (scene objects, regions, exits, walkboxes, lights?)
2016-09-29BLADERUNNER: mccoy script completed, walking is now animatedPeter Kohaut
2016-09-29BLADERUNNER: added all scene scripts, esper script, kia script, vk script, ↵Peter Kohaut
completed init script. Added decoding of lights from VQA. Moved view from scene.
2016-09-29BLADERUNNER: Pull in changes from madmoosePeter Kohaut
2016-09-29BLADERUNNER: forgotten script files....Peter Kohaut
2016-09-29BLADERUNNER: Implement Player_Loses_Control and Player_Gains_ControlThomas Fach-Pedersen
2016-09-29BLADERUNNER: Add audio_speech and Actor_Voice_OverThomas Fach-Pedersen
2016-09-29BLADERUNNER: Init globals, game flags, and actor cluesThomas Fach-Pedersen
2016-09-29BLADERUNNER: Stub out init scriptThomas Fach-Pedersen
2016-09-29BLADERUNNER: Add support for ambient sounds, game flags and variables, and ↵Thomas Fach-Pedersen
use VQA z-buffer when rendering.
2016-09-29BLADERUNNER: Fix memory leaks in ScriptThomas Fach-Pedersen