Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
antoniou79
5656ee3c06
BLADERUNNER: RESTOREDCONTENT: Add more Maggie interactions
...
Also clean up Maggie's script.
2021-07-21 17:12:00 +03:00
antoniou79
39b2209a80
BLADERUNNER: Add proper balance to Maggie sounds
2021-07-10 19:15:41 +03:00
antoniou79
c35705e7bc
BLADERUNNER: Fix Maggie sleep wakeup animations
...
Also minor cleanup of the code for Maggie's AI
2021-07-10 19:15:41 +03:00
antoniou79
e536f50b34
BLADERUNNER: Describe more animations
...
Izo, Sadik, Twins, EarlyQ, Leon, Sebastian, Leary, Grayford, Hanoi, Clerk, HowieLee, Isabella, FishDealer, InsectDealer
Also restored a talk animation for Hanoi, which looked to be omitted due to an original bug
2020-12-13 19:06:27 +02:00
antoniou79
c0379f45df
BLADERUNNER: Cleanup switch statements for AI scripts
2020-12-11 23:02:58 +02:00
antoniou79
34aa576744
BLADERUNNER: Add descriptive names for some animations
...
Maggie and rats
2020-12-06 16:52:47 +02:00
Thanasis Antoniou
9d3d87e678
BLADERUNNER: Rename script methods that refer to Set
...
A few methods were named as though refering to Scene Ids, but are refering to Set Ids
enteredScene, EnteredScene, otherAgentExitedThisScene,OtherAgentExitedThisScene, otherAgentEnteredThisScene, OtherAgentEnteredThisScene were renamed respectively to enteredSet, EnteredSet, otherAgentExitedThisSet,OtherAgentExitedThisSet, otherAgentEnteredThisSet, OtherAgentEnteredThisSet
2020-02-24 21:43:34 +02:00
Thanasis Antoniou
cd076b26ae
BLADERUNNER: Using preincrement and pre-decrease where possible
...
In case the compiler won't optimize such cases
2020-02-24 21:24:06 +02:00
Thanasis Antoniou
cd6ebdc88b
BLADERUNNER: Allow McCoy to perform both turns when feeding Maggie
...
First animated turn is to the counter, second is towards Maggie
2019-09-09 22:01:36 +03:00
Thanasis Antoniou
074baf9b26
BLADERUNNER: Use booleans in walk functions
...
And a few more (not all yet) methods that had 1, 0 instead of true, false
2019-05-09 15:15:33 +03:00
Thanasis Antoniou
a9404284c3
BLADERUNNER: Fix Officer Leary crowd interrogation
...
He will now resume interrogation after McCoy interrupts him
Also used named constants for timers
2019-04-09 16:32:51 +03:00
Thanasis Antoniou
b3e4aa1464
BLADERUNNER: Bugfix for Early Q music fadeout
...
And an additional bug fix for gravel footstep sounds
And I added some comments for marking the unused SFX sounds in game_constants.h
2019-04-07 17:37:40 +03:00
Thanasis Antoniou
a0beaa6f4e
BLADERUNNER: SFX named constants and MissSound fix
...
Still pending cleaning up Ambient_Sounds_Add_Sound and Ambient_Sounds_Add_Looping_Sound calls
2019-04-05 21:35:55 +03:00
Peter Kohaut
c99d3ea132
BLADERUNNER: Cleanup of Clovis scripts for chapter 5
2019-02-07 23:45:19 +01:00
Peter Kohaut
cafc76dcfe
BLADERUNNER: Cleanup of Maggie script
2019-02-05 21:59:45 +01:00
Peter Kohaut
92774be0ae
BLADERUNNER: Cleanup Steele scripts for ending
2019-02-05 21:54:50 +01:00
Peter Kohaut
934ba34adb
BLADERUNNER: Cleanup of KP03 bomb related scripts
2019-02-03 11:44:55 +01:00
Peter Kohaut
95f42fde63
BLADERUNNER: Initial cleanup of Kipple scripts
2019-02-03 00:14:09 +01:00
Peter Kohaut
f2d76c2d71
BLADERUNNER: Cleanup of scripts at start of chapter 5
2019-02-03 00:14:09 +01:00
Colin Snover
81f78d4ddf
BLADERUNNER: Remove use of C99 math
...
C++ math functions are overloaded so operate using single-precision
when receiving a float input. The C standard library on FreeMiNT
does not fully support C99 math so use of sqrtf, sinf, etc.
instead of the C++ API does not work.
2018-08-26 15:33:44 +03:00
Peter Kohaut
8704207550
BLADERUNNER: McCoy script fixed
...
Some Coverity issues fixed
KIA script small fix to DNA evidences
Actor selection fixed (bounding box is correcly expanded)
2018-02-19 22:17:08 +01:00
Peter Kohaut
7090841ccc
BLADERUNNER: Support for running
...
Fixed Runciter idle state
Fixed movement track delay
Basic combat support
2018-02-18 22:20:16 +01:00
Peter Kohaut
817cb5d7e1
BLADERUNNER: More game constants
2018-02-13 23:08:37 +01:00
Peter Kohaut
0b484d51b8
BLADERUNNER: VK interface
...
Code unification
Removed few memory leaks
2018-02-10 21:01:15 +01:00
Peter Kohaut
f79d8cc1fe
BLADERUNNER: Added music support & added Maggie
...
added async walking
named some of the game flags & variables
renamed aesc to screen effects
2017-09-10 20:55:30 +02:00