Age | Commit message (Collapse) | Author |
|
|
|
Closes #10987
|
|
LABBUZZ sound for the maze and Animoid sounds
Moved lab buzz in next scene's (PS10) init, and increased size of track buffer to compensate for frequently dropping sounds in places with mayne sound effects (eg Animoid Row, Izo's door and trapdoor)
|
|
Rat interaction at UG15 is now working exactly as in the original game.
Before the bridge didn't break if player shot the rat on it.
|
|
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.
|
|
|
|
|
|
save methods update
replaced few char* with Common::String
changed few pointers to references
|
|
Code unification
Removed few memory leaks
|
|
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
|
|
added async walking
named some of the game flags & variables
renamed aesc to screen effects
|
|
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
|
|
|
|
|
|
completed init script. Added decoding of lights from VQA. Moved view from scene.
|
|
|
|
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...
|
|
|
|
use VQA z-buffer when rendering.
|