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-10 20:01:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
scumm
/
smush
History
Gregory Montoir
9c863283ed
fix bug
#1042931
. This version of comidemo doesn't have the videos. In this case, SmushPlayer::play() returns immediately without calling init(). Thus, if init() is not called, we shouldn't call release() at all.
...
svn-id: r15475
2004-10-08 18:30:14 +00:00
..
.cvsignore
…
channel.h
…
chunk_type.h
added support for compressed FOBJ chunks in smush movie files.
2004-04-13 19:20:16 +00:00
chunk.cpp
Load SMUSH files and NUT fonts from mac container files, too (done that by adding a new high level method openFile to class ScummEngine)
2004-07-26 23:15:01 +00:00
chunk.h
Load SMUSH files and NUT fonts from mac container files, too (done that by adding a new high level method openFile to class ScummEngine)
2004-07-26 23:15:01 +00:00
codec1.cpp
…
codec37.cpp
smush codec37 sub1 (FT demo)
2004-07-25 19:05:16 +00:00
codec37.h
smush codec37 sub1 (FT demo)
2004-07-25 19:05:16 +00:00
codec47.cpp
…
codec47.h
…
imuse_channel.cpp
Switch smush debug to channel
2004-08-22 09:14:19 +00:00
saud_channel.cpp
…
smush_font.cpp
Rename some member vars to avoid _ followed by an uppercase letter. More of those are left in the code, though (and I am not really sure whether we want to change that, so far we had no problems caused by this)
2004-09-18 22:42:45 +00:00
smush_font.h
Unify some code
2004-04-16 20:49:14 +00:00
smush_mixer.cpp
Switch smush debug to channel
2004-08-22 09:14:19 +00:00
smush_mixer.h
…
smush_player.cpp
fix bug
#1042931
. This version of comidemo doesn't have the videos. In this case, SmushPlayer::play() returns immediately without calling init(). Thus, if init() is not called, we shouldn't call release() at all.
2004-10-08 18:30:14 +00:00
smush_player.h
fix bug
#1042931
. This version of comidemo doesn't have the videos. In this case, SmushPlayer::play() returns immediately without calling init(). Thus, if init() is not called, we shouldn't call release() at all.
2004-10-08 18:30:14 +00:00