aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/actor.cpp
AgeCommit message (Collapse)Author
2019-10-25BLADERUNNER: Spelling correction in commentThanasis Antoniou
2019-10-04BLADERUNNER: Add Some Missing Switch Default CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-09-05BLADERUNNER: Revert previous changes in clues listingThanasis Antoniou
Keep the important bug fix which was in KIASectionSuspects::populateAcquiredClues Some of the changes in the previous commit were due to confusing the role of the getClueIdByIndex method
2019-09-05BLADERUNNER: Fix displaying of clues in KIAThanasis Antoniou
Fixes bug where clues with no type would appear in KIA sections "End of Act 2" would appear in Sadik's and Clovis' suspect pages, and in Bradbury crime page, whereas Sadik's photo would not appear in Sadik's page.
2019-08-28BLADERUNNER: Fix restored walkers idle behavior and ↵Thanasis Antoniou
AI_Movement_Track_Append_With_Facing
2019-07-29BLADERUNNER: Fix unsorted args for getRandomNumberRngThanasis Antoniou
Fix for bug #11034
2019-07-22BLADERUNNER: Revert uint32 vars to int32 if they could be init to -1Thanasis Antoniou
2019-07-17BLADERUNNER: Use unsigned 32bit diff for time durationsThanasis Antoniou
2019-07-16BLADERUNNER: Use ScummVM word wrapping algorithmPeter Kohaut
2019-07-11BLADERUNNER: Possible fix for facing angle assertion faultThanasis Antoniou
2019-06-22BLADERUNNER: _playerActorIdle should affect McCoy onlyThanasis Antoniou
Should be set or cleared only when McCoy is the actor who is walking and affect only McCoy
2019-05-31BLADERUNNER: Fix bad timer initialization for actors after LOADThanasis Antoniou
2019-05-20BLADERUNNER: Officers and combat bugfixes part 1Thanasis Antoniou
The debug messages and comments will all be removed after this series of fixes
2019-05-13BLADERUNNER: Mainframe talkie restoredThanasis Antoniou
2019-05-09BLADERUNNER: Fix bad new game pos for playerThanasis Antoniou
2019-05-05BLADERUNNER: Fix Moraji floating in DR04Peter Kohaut
2019-05-04BLADERUNNER: Fix rats re-spawn and UG09, UG13 bad pathsThanasis Antoniou
UG09 bad path allowed McCoy to teleport to the pipe top left. UG13, when elevator was up McCoy could walk in the empty chute
2019-04-09BLADERUNNER: Fix Officer Leary crowd interrogationThanasis Antoniou
He will now resume interrogation after McCoy interrupts him Also used named constants for timers
2019-04-04BLADERUNNER: Support wait for dialogue queues to finishThanasis Antoniou
Fixes a Crazylegs bug where he can interrupt himself Could probably be used elsewhere if there are any other such cases.
2019-03-28BLADERUNNER: Moonbus fixes (Izo and Luther)Thanasis Antoniou
Also fixed a typo that resulted in Izo's corpse persisting past chapter 2 at RC03
2019-03-09BLADERUNNER: Fixed McCoy anim in spinner at PS01Peter Kohaut
McCoy will not disappear prematurely in PS01 when he enters the spinner.
2019-03-09BLADERUNNER: Subtitles code improvementsThanasis Antoniou
Allow for 4 lines of subtitles, but start from using 2 lines by default Also added debugger command to allow for immediate text testing for subtitles
2019-03-06BLADERUNNER: Fixed panning of speechPeter Kohaut
Cleanup of other sound pannings
2019-03-04BLADERUNNER: Fixed stereo balance for speechPeter Kohaut
2019-03-04BLADERUNNER: Cleanup of TODO notesPeter Kohaut
2019-03-04BLADERUNNER: Fix Zuben not flinching when shot atThanasis Antoniou
2019-02-23BLADERUNNER: Fixed CppCheck warningsPeter Kohaut
Rat interaction at UG15 is now working exactly as in the original game. Before the bridge didn't break if player shot the rat on it.
2019-02-23BLADERUNNER: Restore acquireCluesByRelations checksThanasis Antoniou
2019-02-20BLADERUNNER: Fix Coverity issuesPeter Kohaut
2019-02-10BLADERUNNER: Added shorty modePeter Kohaut
Available via ScummVM game options
2019-02-10BLADERUNNER: Added sitcom modePeter Kohaut
Available via ScummVM game options
2019-02-02BLADERUNNER: Cleanup of walking codePeter Kohaut
Fixed missing "must reach" in a actorwalk::tick
2019-01-28BLADERUNNER: Fixed small issue in combat calculationPeter Kohaut
Better variable names in actor combat classes.
2019-01-21BLADERUNNER: More game constantsPeter Kohaut
Added Region_Check functionality Code cleanup
2019-01-19BLADERUNNER: More variable names in the game scriptsPeter Kohaut
Fixed some errors as well
2019-01-19BLADERUNNER: Fixed rotation animationPeter Kohaut
Animated rotation wasnt checking for angle boundaries properly.
2018-12-25BLADERUNNER: Removed compile time macros, added synch with GUIThanasis Antoniou
2018-12-25BLADERUNNER: Added subtitles support and checkbox in KIAThanasis Antoniou
2018-12-15BLADERUNNER: Added time control and game pausingPeter Kohaut
2018-11-24BLADERUNNER: Preliminary saving & loading supportPeter Kohaut
Saving and loading is accessible via ScummVM dialogs. No in-game UI support yet. It is possible to load saves from original game via debugger console. ScummVM saves have additional header and are incompatibile with original game.
2018-08-03BLADERUNNER: Add cos/sine tableDavid Fioramonti
This uses the one in Common. The engine now contains a 10-bit cosine and sine table. It used mostly for vector math. This also allows two vector functions to be removed from vector.h.
2018-06-29BLADERUNNER: Fix another warningEugene Sandulenko
2018-06-29BLADERUNNER: Fix warningsEugene Sandulenko
2018-03-30BLADERUNNER: Fixed bug in Actor::acquireCluesByRelations()Eugene Sandulenko
2018-03-30BLADERUNNER: Initial code for acquireCluesByRelations()Eugene Sandulenko
2018-03-24BLADERUNNER: Load game methodsPeter Kohaut
save methods update replaced few char* with Common::String changed few pointers to references
2018-03-24BLADERUNNER: Save game methodsThomas Fach-Pedersen
2018-03-17BLADERUNNER: Fixed compilation warningsPeter Kohaut
2018-03-17BLADERUNNER: Added combatPeter Kohaut
Math cleanup Fixed obstacle detection
2018-03-11BLADERUNNER: Added shadowsPeter Kohaut