Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-25 | BLADERUNNER: Cleanup of actor scripts for a fight in BB11 | Peter Kohaut | |
Also named goal for McCoy arrest | |||
2019-01-25 | BLADERUNNER: Cleanup of BBxx scripts | Peter Kohaut | |
Removed issue where McCoy went to jail for no reason at start of 3rd act | |||
2019-01-25 | BLADERUNNER: Improved debugger's scene command | Peter Kohaut | |
Added missing CT09 scene name Show scene names for chapter 3 and 5 | |||
2019-01-25 | BLADERUNNER: Fixed fly-away animation in RC01 for later chapters | Peter Kohaut | |
2019-01-24 | BLADERUNNER: Fixed compilation errors | Peter Kohaut | |
2019-01-24 | BLADERUNNER: Fixes for game scripts & cleanup | Peter Kohaut | |
2019-01-24 | BLADERUNNER: Fixed fog rendering | Peter Kohaut | |
Fogs were not animated. Clean up of the fog calculation routines. | |||
2019-01-24 | BLADERUNNER: Skip empty obstacle polygons | Peter Kohaut | |
It was causing issues in BB07 | |||
2019-01-24 | BLADERUNNER: Splitted debugger draw commands | Peter Kohaut | |
Debugger overlay is now more configurable Added basic support for fogs | |||
2019-01-24 | BLADERUNNER: Fixed BB51 video | Peter Kohaut | |
Packet CBPZ was not supported. | |||
2019-01-22 | BLADERUNNER: Fixed outtake player | Peter Kohaut | |
In some scenes, background video got corrupted as outtake was rendered into a wrong surface. | |||
2019-01-21 | BLADERUNNER: More game constants | Peter Kohaut | |
Added Region_Check functionality Code cleanup | |||
2019-01-19 | BLADERUNNER: More variable names in the game scripts | Peter Kohaut | |
Fixed some errors as well | |||
2019-01-19 | BLADERUNNER: Added "clue" debugger command | Peter Kohaut | |
2019-01-19 | BLADERUNNER: Fixed rotation animation | Peter Kohaut | |
Animated rotation wasnt checking for angle boundaries properly. | |||
2019-01-19 | BLADERUNNER: Fixed save selection in the load screen | Peter Kohaut | |
If there was a empty slot in save game list, game would load wrong save file. | |||
2019-01-15 | BLADERUNNER: More variable names in the game scripts | Peter Kohaut | |
2019-01-15 | BLADERUNNER: Disable pathfinding by default. | Eugene Sandulenko | |
So, peterkohaut could continue his debugging sessions. | |||
2019-01-14 | BLADERUNNER: Obstacle path finding part 1 | Thomas Fach-Pedersen | |
2019-01-13 | BLADERUNNER: More variable names in the game scripts | Peter Kohaut | |
2019-01-13 | BLADERUNNER: Merged chapter & scene debugger command | Peter Kohaut | |
2019-01-12 | BLADERUNNER: Fixed more compilation errors | Peter Kohaut | |
2019-01-12 | BLADERUNNER: Fix compilation errors | Peter Kohaut | |
2019-01-12 | BLADERUNNER: Added debugging output for scripts | Peter Kohaut | |
Also added last few missing script commands. | |||
2019-01-12 | BLADERUNNER: Fixed enabling combat mode in scripts | Peter Kohaut | |
Fixed Zuben chase. Added name of some flags used in the China town. | |||
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: Fixed Zuben death animation | Peter Kohaut | |
Animation was not playing due to wrong switch statment | |||
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: Replace assert with a debug message | Peter Kohaut | |
Replaced the assert in pathfinding code so game can be playable. | |||
2019-01-08 | BLADERUNNER: Fix tooltip frame | Peter Kohaut | |
Text was touching bottom edge of the tooltip. | |||
2019-01-08 | BLADERUNNER: Remove right-click walk skip | Peter Kohaut | |
This feature is not in the original game and it is a bug. | |||
2019-01-06 | BLADERUNNER: Add localized text for Subtitles KIA option | antoniou79 | |
2019-01-06 | BLADERUNNER: Move Subtitles option further right | antoniou79 | |
In Spanish version the 'Designers Cut' translated option overlapped with Subtitles option | |||
2019-01-06 | BLADERUNNER: All versions have ENG for BRLOGO and WSTLGO | antoniou79 | |
All game language versions have the English VQA for the logo videos Do not append the localization suffix to those two, but use the '_E' suffix instead. | |||
2018-12-25 | BLADERUNNER: Remove setBlackColor (for internal font shadow emulation) | antoniou79 | |
2018-12-25 | BLADERUNNER: Remove fallback to internal font | antoniou79 | |
2018-12-25 | BLADERUNNER: Clear up old TODO in subtitles.cpp | antoniou79 | |
2018-12-25 | BLADERUNNER: Removed old fixes for internal TAHOMA18 | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Removed redundant header inclusion | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Fix conflict with outtakes.cpp | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Override original FONT and TRE | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER more comments on calculatePosition workings | Thanasis Antoniou | |
A bit of cleaning up of Subtitles::calculatePosition() method adding comments. | |||
2018-12-25 | BLADERUNNER: switch clause in fonts and style fixes | antoniou79 | |
2018-12-25 | BLADERUNNER: removed BLADERUNNER_SUBTITLES_EXTERNAL_FONT | antoniou79 | |
2018-12-25 | BLADERUNNER: SUBTITLES.MIX pack support | antoniou79 | |
2018-12-25 | BLADERUNNER: setSubtitlesEnabled also calls synchSoundSettings | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Removed compile time macros, added synch with GUI | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Added subtitles support and checkbox in KIA | Thanasis Antoniou | |
2018-12-24 | BLADERUNNER: Fixed item rotation | Peter Kohaut | |
Item's angle was not update after chaning "facing". Police maze targets are now rotated correct way. Added debug logging for the police maze tracts. | |||
2018-12-19 | BLADERUNNER: Actually use normalized chapter number in the 'scene' command | Eugene Sandulenko | |