aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_player.h
AgeCommit message (Expand)Author
2004-02-09o Fix bug #892909 (Unable to get Hover Lift at Gorge)Eugene Sandulenko
2004-02-02Fixed most bugs, so only cosmetic visual things left.Eugene Sandulenko
2004-01-26o Implemented TRS handlingEugene Sandulenko
2004-01-19smush and insane only work with V6 (this will allow moving some stuff from Sc...Max Horn
2004-01-08unify _vm / _scumm usageMax Horn
2004-01-06updated copyright noticeMax Horn
2003-12-28Proper FLU files seeking. No more seek crashesEugene Sandulenko
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM...Max Horn
2003-12-25Fix compileTravis Howell
2003-12-25added support for start play ft smush audio from middle of san filePaweł Kołodziejski
2003-12-22changed some stuff with track_flags param in IACT handle smush codePaweł Kołodziejski
2003-12-21The rewritten Timer class actually allows us to get rid of several evil hacks...Max Horn
2003-12-08First INSANE scene started to show up things. Actually you can controlEugene Sandulenko
2003-12-06Preliminary support for FT INSANE is added. To enable the code defineEugene Sandulenko
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-09-11cleanupMax Horn
2003-09-01added sound handle stuff to mixer streamsPaweł Kołodziejski
2003-06-20init _base to 0Max Horn
2003-06-18cleanup; tiny bug fix (file was opened, then opened again - not good)Max Horn
2003-05-26Make _smushProcessFrame volatile (for multi thread access)Max Horn
2003-04-30moved screen mutex from smush into SDL backend (other backends have to make s...Max Horn
2003-03-19use a mutex to sync smush screen updates (should avoid crash caused by a race...Max Horn
2003-03-17few corrections for smushPaweł Kołodziejski
2003-03-17moved backend update_screen() (slooolest thing) from smush updateScreen() int...Paweł Kołodziejski
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski