This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-24 19:45:07 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
sci
History
Filippos Karapetis
6305dde687
Fixed warnings
...
svn-id: r46747
2009-12-30 15:01:54 +00:00
..
engine
Fixed warnings
2009-12-30 15:01:54 +00:00
gfx
…
gui
SCI: support for uncompressed sci1 views (fixes qfg3 demo)
2009-12-30 14:13:25 +00:00
gui32
…
sfx
SCI/newmusic: fixed fading (fixes gk1 demo, park area)
2009-12-29 23:25:24 +00:00
video
Updated documentation of the VMD decoder to indicate which SCI32 games used VMD videos
2009-12-30 10:42:52 +00:00
console.cpp
The wrapper for the VMD decoder is only used in the SCI engine for SCI32 games, so moved it inside the engine, instead of common code. Added support for VMD video playing from the "play_video" console command
2009-12-30 10:09:48 +00:00
console.h
…
debug.h
…
decompressor.cpp
…
decompressor.h
…
detection_tables.h
…
detection.cpp
…
event.cpp
…
event.h
…
module.mk
The wrapper for the VMD decoder is only used in the SCI engine for SCI32 games, so moved it inside the engine, instead of common code. Added support for VMD video playing from the "play_video" console command
2009-12-30 10:09:48 +00:00
resource.cpp
Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad omen to have that revision number :P
2009-12-27 23:35:22 +00:00
resource.h
Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad omen to have that revision number :P
2009-12-27 23:35:22 +00:00
sci.cpp
Add support for external wave files used as audio resources in the ResourceManager. The GK1 CD main menu music now works.
2009-12-27 22:34:12 +00:00
sci.h
Moved the OLD_PATHFINDING define inside sci.h, together with the others
2009-12-28 17:17:22 +00:00
vocabulary.cpp
…
vocabulary.h
…