index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scumm
/
smush
/
smush_player.h
Age
Commit message (
Expand
)
Author
2005-01-01
Updated copyright
Max Horn
2004-12-21
WinCE workaround to limit issues if the decoding is too slow
Nicolas Bacca
2004-11-27
Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ...
Max Horn
2004-10-08
fix bug #1042931. This version of comidemo doesn't have the videos. In this c...
Gregory Montoir
2004-09-29
Hack to work around bug #1037052
Max Horn
2004-09-27
cleanup / comments
Max Horn
2004-09-18
added experimental ogg file support for comi smush audio track
Paweł Kołodziejski
2004-06-27
Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to...
Max Horn
2004-05-01
remove useless mutex
Paweł Kołodziejski
2004-04-26
added mutex into smush player
Paweł Kołodziejski
2004-04-14
forgot that
Paweł Kołodziejski
2004-04-13
added support for compressed FOBJ chunks in smush movie files.
Paweł Kołodziejski
2004-04-10
special case for 384x242 smush resolution for ft pc demo, it use additional b...
Paweł Kołodziejski
2004-02-09
o Fix bug #892909 (Unable to get Hover Lift at Gorge)
Eugene Sandulenko
2004-02-02
Fixed most bugs, so only cosmetic visual things left.
Eugene Sandulenko
2004-01-26
o Implemented TRS handling
Eugene Sandulenko
2004-01-19
smush and insane only work with V6 (this will allow moving some stuff from Sc...
Max Horn
2004-01-08
unify _vm / _scumm usage
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-12-28
Proper FLU files seeking. No more seek crashes
Eugene Sandulenko
2003-12-27
get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM...
Max Horn
2003-12-25
Fix compile
Travis Howell
2003-12-25
added support for start play ft smush audio from middle of san file
Paweł Kołodziejski
2003-12-22
changed some stuff with track_flags param in IACT handle smush code
Paweł Kołodziejski
2003-12-21
The rewritten Timer class actually allows us to get rid of several evil hacks...
Max Horn
2003-12-08
First INSANE scene started to show up things. Actually you can control
Eugene Sandulenko
2003-12-06
Preliminary support for FT INSANE is added. To enable the code define
Eugene Sandulenko
2003-10-03
introduced namespace Scumm; made #include statements use scumm/ prefix explic...
Max Horn
2003-10-02
renamed class Scumm to ScummEngine (consisten with other engine names; also m...
Max Horn
2003-09-11
cleanup
Max Horn
2003-09-01
added sound handle stuff to mixer streams
Paweł Kołodziejski
2003-06-20
init _base to 0
Max Horn
2003-06-18
cleanup; tiny bug fix (file was opened, then opened again - not good)
Max Horn
2003-05-26
Make _smushProcessFrame volatile (for multi thread access)
Max Horn
2003-04-30
moved screen mutex from smush into SDL backend (other backends have to make s...
Max Horn
2003-03-19
use a mutex to sync smush screen updates (should avoid crash caused by a race...
Max Horn
2003-03-17
few corrections for smush
Paweł Kołodziejski
2003-03-17
moved backend update_screen() (slooolest thing) from smush updateScreen() int...
Paweł Kołodziejski
2003-03-17
reorg/clenup, changed main loop in smush code
Paweł Kołodziejski