Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-12 | Removed unnecessary semi-colon. | Torbjörn Andersson | |
svn-id: r17565 | |||
2005-04-10 | Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it ↵ | Max Horn | |
complies a bit better with our code formatting rules svn-id: r17508 | |||
2005-04-05 | fix smush intialization | Robert Göffringmann | |
svn-id: r17381 | |||
2005-04-04 | Got rid of isSoundHandleActive usage; made the SmushMixer thread safe | Max Horn | |
svn-id: r17380 | |||
2005-04-03 | Still needed, mixed up block types. | Travis Howell | |
svn-id: r17344 | |||
2005-04-03 | Removed reinit() and replaced with offsets of zero. We only need to skip ↵ | Travis Howell | |
type/size. Removed AnimHeader check in parseNextFrame() and _skipPalette, since AnimHeader is correctly skipped when required now. svn-id: r17343 | |||
2005-04-02 | _data is a ScummFile, not a chunk, so it should use SEEK_SET, not | Torbjörn Andersson | |
seek_start. And since SEEK_SET is the default seek mode, it doesn't make any difference anyway. svn-id: r17338 | |||
2005-04-01 | Seek from start pos, not cur pos. | Travis Howell | |
svn-id: r17330 | |||
2005-04-01 | Checked code against disasm., an offset of 8 is correct when rewinding san ↵ | Travis Howell | |
via INSANE. svn-id: r17328 | |||
2005-03-26 | Tweak WinCE timer re-entry workaround to play Insane sequences | Nicolas Bacca | |
svn-id: r17242 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the ↵ | Max Horn | |
name of the data type / the SoundMixer method names svn-id: r17052 | |||
2005-03-09 | Fix one potential race condition between SMUSH and INSANE | Max Horn | |
svn-id: r17051 | |||
2005-03-07 | Allocate new file objects (and real new file handles) for subchunks/subfiles ↵ | Max Horn | |
-- this might (or might not) help some of the odd bugs in FT... testing, esp. on Windows, is needed svn-id: r17018 | |||
2005-02-22 | Added consts (this usually helps the compiler a bit when optimizing code) | Max Horn | |
svn-id: r16863 | |||
2005-01-28 | added support for mp3 compressed tracks | Paweł Kołodziejski | |
svn-id: r16661 | |||
2005-01-16 | Fix for bug #1098872 (FTDEMO: Memoryleak in SMUSH player) | Max Horn | |
svn-id: r16570 | |||
2005-01-16 | Cosmetic change, avoiding a hypothetical threading problem, see bug #1098864 | Max Horn | |
svn-id: r16569 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-09 | Moving AppendableAudioStream into SCUMM engine, as it is only used there | Max Horn | |
svn-id: r16494 | |||
2005-01-06 | Fix getStrings to use the ScummEngine::openFile method | Max Horn | |
svn-id: r16453 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), ↵ | Max Horn | |
SFX and music; volume is now controlled based on the sound type svn-id: r16330 | |||
2004-12-21 | WinCE workaround to limit issues if the decoding is too slow | Nicolas Bacca | |
svn-id: r16220 | |||
2004-11-27 | Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ↵ | Max Horn | |
SCUMM now uses the appendable stream directly svn-id: r15919 | |||
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing ↵ | Max Horn | |
some very specialised methods svn-id: r15914 | |||
2004-10-23 | Patch #1048283 (Improved CJK / FM-TOWNS support & some documention) | Max Horn | |
svn-id: r15671 | |||
2004-10-09 | Added methods to access charset x/y offs values (though those seem to be all ↵ | Max Horn | |
0 in COMI) svn-id: r15482 | |||
2004-10-08 | fix bug #1042931. This version of comidemo doesn't have the videos. In this ↵ | Gregory Montoir | |
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-01 | Workaround for bug #1035739 (SMUSH: Ugly palette change when video finishes) | Max Horn | |
svn-id: r15373 | |||
2004-09-29 | Hack to work around bug #1037052 | Max Horn | |
svn-id: r15349 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-09-27 | cleanup / comments | Max Horn | |
svn-id: r15309 | |||
2004-09-26 | enums are more efficient than static const ints :-) | Max Horn | |
svn-id: r15299 | |||
2004-09-18 | Rename some member vars to avoid _ followed by an uppercase letter. More of ↵ | Max Horn | |
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) svn-id: r15175 | |||
2004-09-18 | added experimental ogg file support for comi smush audio track | Paweł Kołodziejski | |
svn-id: r15168 | |||
2004-08-22 | Switch smush debug to channel | Travis Howell | |
svn-id: r14676 | |||
2004-08-14 | Modified VirtScreen to inherit from Graphics::Surface, and added ↵ | Max Horn | |
getPixels()/getBackPixels() accessors (these changes make it a bit easier to implement smooth scrolling); also replaced some uses of rtBuffer by proper access through the corresponding VirtScreen svn-id: r14612 | |||
2004-08-14 | fixed warnings | Paweł Kołodziejski | |
svn-id: r14603 | |||
2004-07-26 | Load SMUSH files and NUT fonts from mac container files, too (done that by ↵ | Max Horn | |
adding a new high level method openFile to class ScummEngine) svn-id: r14346 | |||
2004-07-25 | smush codec37 sub1 (FT demo) | Gregory Montoir | |
svn-id: r14326 | |||
2004-07-18 | Too many newlines | Max Horn | |
svn-id: r14267 | |||
2004-06-28 | Added simple ref-counting to the File class | Max Horn | |
svn-id: r14106 | |||
2004-06-27 | Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary ↵ | Max Horn | |
to pass getGameDataPath() on to File::open() svn-id: r14087 | |||
2004-06-27 | Renamed/documented some odd smush/insane vars | Max Horn | |
svn-id: r14085 | |||
2004-06-21 | increased audio buffer to solve scuttering problems | Paweł Kołodziejski | |
svn-id: r13993 | |||
2004-06-20 | moved sound calls to the same smush thread with others sounds | Paweł Kołodziejski | |
svn-id: r13977 | |||
2004-06-20 | trackOffset is obsolote, added few debugs, added flush sounds while smush ↵ | Paweł Kołodziejski | |
plying to prevent overload tracks svn-id: r13974 | |||
2004-06-01 | _allreadyInit was not initializedin smush player | Paweł Kołodziejski | |
svn-id: r13919 | |||
2004-05-04 | Fix insane regression. | Travis Howell | |
svn-id: r13774 |