Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-26 | BLADERUNNER: Resolve dead end state with Zuben | Thanasis Antoniou | |
McCoy should now always be able to gather enough clues to trigger Zuben throwing the soup (via the VK test question if he does not have the Lucy photo clue). | |||
2019-02-08 | BLADERUNNER: Removed unnecessary debugging code | Peter Kohaut | |
2019-01-19 | BLADERUNNER: More variable names in the game scripts | Peter Kohaut | |
Fixed some errors as well | |||
2018-11-24 | BLADERUNNER: Preliminary saving & loading support | Peter 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-06-29 | BLADERUNNER: Fix another signed vs unsigned warning | Eugene Sandulenko | |
2018-06-29 | BLADERUNNER: Fix warnings | Eugene Sandulenko | |
2018-03-31 | BLADERUNNER: Implemented ActorClues::getModifier(). | Eugene Sandulenko | |
This completes implementation of the automatic clue exchange | |||
2018-03-30 | BLADERUNNER: Implemented ActorClues::acquireCluesByRelations() | Eugene Sandulenko | |
2018-03-30 | BLADERUNNER: Further work on acquireCluesByRelations() | Eugene Sandulenko | |
2018-03-30 | BLADERUNNER: Initial code for acquireCluesByRelations() | Eugene Sandulenko | |
2018-03-24 | BLADERUNNER: Load game methods | Peter Kohaut | |
save methods update replaced few char* with Common::String changed few pointers to references | |||
2018-03-24 | BLADERUNNER: Save game methods | Thomas Fach-Pedersen | |
2018-02-05 | BLADERUNNER: Added more game constants | Peter Kohaut | |
Code formatting | |||
2018-02-04 | BLADERUNNER: ESPER interface | Peter Kohaut | |
2018-01-29 | BLADERUNNER: Added KIA interfaces | Peter Kohaut | |
Crimes interface done Suspects interface done Added some game constants Fixed font rendering for other languages Fixed anoying clang warning | |||
2018-01-28 | BLADERUNNER: Fix compilation issues | Peter Kohaut | |
2018-01-28 | BLADERUNNER: Added basic KIA interface | Peter 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-08-24 | BLADERUNNER: Added audio mixer & various fixes | Peter 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-04-02 | BLADERUNNER: fixed lighting cache | Peter Kohaut | |
actors can be now partially illuminated (per slice), it iss visible in scene rc02 in the right part of the room | |||
2017-03-29 | BLADERUNNER: introduced some game constants | Peter Kohaut | |
Game script are more readable now Fixed name of Officer Leary | |||
2016-10-28 | BLADERUNNER: fixed memory leaks & overflows | Peter 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-06 | BLADERUNNER: added suspects db & fixed crimes db | Peter Kohaut | |
2016-10-03 | BLADERUNNER: Code formatting fixes | Eugene Sandulenko | |
2016-10-03 | BLADERUNNER: Added missing copyright headers and normalized the rest | Eugene Sandulenko | |
2016-09-29 | BLADERUNNER: Pull in changes from madmoose | Peter Kohaut | |
2016-09-29 | BLADERUNNER: added implementation of more script methods added combat ↵ | Peter Kohaut | |
structure (maybe it combat mode??) | |||
2016-09-29 | BLADERUNNER: just basic objects description scene stuff - lightning and ↵ | Peter Kohaut | |
effects movement track actor clues db actor walking info moved view from vqa decoder, because its needed elsewhere does not compile, because new files are not in makefile... |