Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-31 | BLADERUNNER: Fix bad timer initialization for actors after LOAD | Thanasis Antoniou | |
2019-05-29 | BLADERUNNER: Added click debugger command | Thanasis Antoniou | |
Shows mouse click pos (x,y,z) and detected clickable region/actor/item/object id underneath | |||
2019-05-27 | BLADERUNNER: Show saved game creation date and add play time | David Fioramonti | |
Bumped saved game version to 2 to add play time. Can load version 1 saves and save/load version 2 saves. | |||
2019-05-23 | BLADERUNNER: Fix mouse in KIA after moonbus massacre ending | Thanasis Antoniou | |
2019-05-22 | BLADERUNNER: Don't exit to desktop after end credits | Thanasis Antoniou | |
2019-05-21 | BLADERUNNER: Add methods to skip screen effects | Thanasis Antoniou | |
Also enhanced functionality for debugger's cmdDraw, allowing to draw isolated objects | |||
2019-05-18 | BLADERUNNER: Split game to two different versions | Peter Kohaut | |
first one is original game second one contains restored cut content | |||
2019-05-16 | BLADERUNNER: Add POTFILES and encapsulate message strings | Thanasis Antoniou | |
2019-05-15 | BLADERUNNER: Warning if loading restored cut content save in original mode | Thanasis Antoniou | |
And vice versa. The game won't exit, it will continue loading but adjust the mode accordingly Also added a incremental version number for the save games (as a global variable), for possible future use | |||
2019-05-15 | BLADERUNNER: Fix sounds persist after load or end state | Thanasis Antoniou | |
Loading a game with music from a scene with music would cause none of the music to be removed. Also looping sounds would persist in the loading screen after a game-over state | |||
2019-05-09 | BLADERUNNER: Fix bad new game pos for player | Thanasis Antoniou | |
2019-05-05 | BLADERUNNER: Disable END_GAME_STATE auto-save | Peter Kohaut | |
Disabled as it is not needed and it is only filling-up save slots | |||
2019-04-25 | BLADERUNNER: Make the cut content a runtime option | Peter Kohaut | |
Player can choose to use or not the restored cut content. Does not affect fixed bugs in original game. | |||
2019-04-17 | BLADERUNNER: Fixed typo in pixelFormat name | Peter Kohaut | |
2019-04-17 | BLADERUNNER: Abstraction from 555 pixel format | Peter Kohaut | |
Removing hardcoded 555 pixel format to support Android | |||
2019-04-10 | BLADERUNNER: Close A.TLK within proper define check | Thanasis Antoniou | |
2019-04-10 | BLADERUNNER: Ensure A.TLK is closed onShutdown | Thanasis Antoniou | |
2019-04-10 | BLADERUNNER: Persistent sound settings, speech samples fix | Thanasis Antoniou | |
2019-04-09 | BLADERUNNER: Fix Officer Leary crowd interrogation | Thanasis Antoniou | |
He will now resume interrogation after McCoy interrupts him Also used named constants for timers | |||
2019-04-05 | BLADERUNNER: SFX named constants and MissSound fix | Thanasis Antoniou | |
Still pending cleaning up Ambient_Sounds_Add_Sound and Ambient_Sounds_Add_Looping_Sound calls | |||
2019-04-04 | BLADERUNNER: Support wait for dialogue queues to finish | Thanasis Antoniou | |
Fixes a Crazylegs bug where he can interrupt himself Could probably be used elsewhere if there are any other such cases. | |||
2019-04-02 | BLADERUNNER: Fix flash back to game between end outtake and credits | Thanasis Antoniou | |
Between an ending outtake and the end credits the game did a quick flash back to the game scene | |||
2019-04-02 | BLADERUNNER: Fix for corrupt incomplete autosaves | Thanasis Antoniou | |
Autosaving overrides other conditions that don't allow proper saving | |||
2019-03-21 | BLADERUNNER: Handle gracefully missing HDFRAMES or required CDFRAMESx file | Thanasis Antoniou | |
2019-03-17 | BLADERUNNER: Fixes for Russian version | Peter Kohaut | |
2019-03-12 | BLADERUNNER: Fixed inability to drugged McCoy up again | Peter Kohaut | |
Actors are not updated faster than 60 times per second. | |||
2019-03-12 | BLADERUNNER: Added support for scrolling with mouse wheel | Peter Kohaut | |
Not in the original game | |||
2019-03-09 | BLADERUNNER: Clean-up for subtitles initialization code | Peter Kohaut | |
2019-03-06 | BLADERUNNER: Fixed panning of speech | Peter Kohaut | |
Cleanup of other sound pannings | |||
2019-03-05 | BLADERUNNER: Loading of savegames from the launcher | Peter Kohaut | |
2019-03-04 | BLADERUNNER: Cleanup of TODO notes | Peter Kohaut | |
2019-02-20 | BLADERUNNER: Fix Coverity issues | Peter Kohaut | |
2019-02-12 | BLADERUNNER: Removal of memory leaks | Peter Kohaut | |
2019-02-11 | BLADERUNNER: Added original logic for speech skipping | Peter Kohaut | |
And some small cleanup of unnecessary comments. | |||
2019-02-11 | BLADERUNNER: Improved time management | Peter Kohaut | |
This should fix thi issue with freezing actors after loading save game, but works on new saves only. Game was not paused before saving and wrong timer value got saved. | |||
2019-02-11 | BLADERUNNER: Cleanup of audio code | Peter Kohaut | |
Separated audio cache. Fixed bug in the audio cache where still used sound might get freed. Fixes crashes when engine is unloading which were caused by a race condition between the timer code and engine teardown code. | |||
2019-02-10 | BLADERUNNER: Added shorty mode | Peter Kohaut | |
Available via ScummVM game options | |||
2019-02-10 | BLADERUNNER: Added sitcom mode | Peter Kohaut | |
Available via ScummVM game options | |||
2019-02-10 | BLADERUNNER: Added auto save feature | Peter Kohaut | |
Also fixed a bug in KIA save screen, where not selecting a save slot can lead to overwriting other save game. | |||
2019-02-08 | BLADERUNNER: Removed unnecessary debugging code | Peter Kohaut | |
2019-02-03 | BLADERUNNER: Fixed end credits | Peter Kohaut | |
Game is completable for blade runner path | |||
2019-02-03 | BLADERUNNER: Fixed Rat interaction at UG15 | Peter Kohaut | |
2019-02-02 | BLADERUNNER: Cleanup of walking code | Peter Kohaut | |
Fixed missing "must reach" in a actorwalk::tick | |||
2019-01-24 | BLADERUNNER: Splitted debugger draw commands | Peter Kohaut | |
Debugger overlay is now more configurable Added basic support for fogs | |||
2019-01-12 | BLADERUNNER: Added debugging output for scripts | Peter Kohaut | |
Also added last few missing script commands. | |||
2019-01-09 | BLADERUNNER: Fixed scene video resume | Peter Kohaut | |
Video in the back was always reset to the 1st frame. Now it is working properly. Also added game pause when the debugger is opened. | |||
2019-01-08 | BLADERUNNER: Player death | Peter Kohaut | |
Added original game behavior when player died, 5 second wait and then load screen. | |||
2019-01-08 | BLADERUNNER: Remove right-click walk skip | Peter Kohaut | |
This feature is not in the original game and it is a bug. | |||
2018-12-25 | BLADERUNNER: Override original FONT and TRE | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: switch clause in fonts and style fixes | antoniou79 | |