Age | Commit message (Collapse) | Author |
|
Removed bell on enemy reveal, brought back original special targets
Also reverted to original fast targets even though they are probably unfair. And commented out the score subtitle.
|
|
Max achievable score is verified 80 as it should be if all targets were normal
Since there are special targets (to be restored in the next commit) the max score with be above 80 and it's not a fixed value known in advance.
|
|
|
|
Special targets not yet restored. Fixed a target overlap on PS13, and bad orientation of a target in PS11 and one in PS13.
Special ding sound will be removed in the final pass of the maze code, when special targets will be restored too, and also fast targets will be restore to being fast or faster than they are now.
|
|
|
|
Improved alignment of subtitles option for Russian version
The text for the subtitles option probably won't make sense though in Russian, someone will have to correct it to what it should be.
|
|
First pass of all rooms is complete. A second pass is pending where the special targets will be restored
|
|
Mainly PS12. Also added some early info on how maze score works
The special target cases are marked as bugs and will be restored on a second pass. For now we need to verify that the highest score of 80 points is achievable if all targets are normal ones.
|
|
It will now load any specified overlay in the scene as long as it is valid
|
|
Only fixes for rooms PS10, PS11. A few cases may need revising.
There are a few cases that a target may reset after being shot and they seem buggy but they could also be intended. So, that's for a second pass to decide.
|
|
|
|
|
|
|
|
Actors are not updated faster than 60 times per second.
|
|
|
|
Not in the original game
|
|
|
|
|
|
|
|
|
|
Enabled by default.
Currently, only restored content is the death rattle sound for Moraji and Zuben, and the dialogue of Guzza denying McCoy an advance
|
|
|
|
Disabled by default. This one allows polygons merged on a single point.
|
|
Game was trying to decode zbuf when there was none.
|
|
McCoy will not disappear prematurely in PS01 when he enters the spinner.
|
|
It was not possible to change the name of exisitng savegame
Saves were read too ofter just for over-drawing the thumbnail
|
|
Basically just more robust (but slower) fix to the intermittent assert
in pathfinding code when polygons were touching only by a single corner.
|
|
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
|
|
Cleanup of other sound pannings
|
|
In rare cases when polygons touched by one corner only the merging
algorithm did not finish properly and ran out of the space and
triggered an assert.
|
|
|
|
Commented out assert fault in SliceAnimations::getFramePtr and sanitized the frame value instead
Some actors (currently happened only with hawkers_barkeep) can have invalid frame value set when loading a save file which would cause and assert fault in the getFramePtr() assert check. This seems to be a combination of factors responsible: 1) The updateAnimation (called for an actor before drawing him into the world) has a switch clause based on animationState (not animationId) and 2) the ai_script vars for an actor are not re-initialized upon a LOAD (eg for hawkers_barkeep the _var2 value is problematic in this context because a non-zero value won't allow for sanitization of the existing / loaded frame value)
|
|
|
|
|
|
|
|
|
|
|
|
And small dialogue bits with Guzza when reporting in now only play in Act 1 where they make sense.
Also, don't allow McCoy to get the retirement bonus twice in Act 1. Also don't allow him to get money (100 cy) from Guzza if he has enough (>=300).
|
|
Other actors are missing their death rattle's (original bug). Will be fixed at later patch on case by case basis.
|
|
|
|
Also fixed an flag constistency for kFlagZubenBountyPaid
It is no longer possible to kill Sadik at BB09, but shooting him will lower his health (from initial to a fixed HP), and if McCoy also shoots him at UG18 his health will be further lowered (again to a fixed HP).
|
|
No longer need to have sceneId as an argument.
Restored original signature of Set::addObjectsToScene()
|
|
Use just the existing box 31. Implement a way to override object placement.
Remove the item 77 (Holden's badge) completely.
|
|
List and or play overlay loops that have been loaded for the scene
|
|
Targeting clicking bounding box fixed. Animation weirdness minimized.
Also restored explosion animation.
|
|
|
|
This reverts commit 727e583b94b80e299a2b6c52e67a7b99ec3558b8.
Revert "BLADERUNNER: Possible fix for clang warning for subtitles"
This reverts commit 78b14649beb833ecbc9c573e04078b626558ddc1.
|
|
Previous fix attempt for the clang warning "warning: declaration requires a global destructor [-Wglobal-constructors]" went awry
|
|
|
|
Overlays were played too quickly after using KIA.
After outtakes finished, scene videos were playing too quickly.
When ScummVM was not updating game and it was not paused (eg window
drag) scene videos were played too quickly.
|