Age | Commit message (Expand) | Author |
2007-07-15 | Added FIXME comments regarding use of AudioStream::openStreamFile | Max Horn |
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn |
2007-06-24 | added arm assembly from patch #1742112 for codec47. (and really build arm cod... | Paweł Kołodziejski |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-03-12 | Special filehandling for Symbian OS not needed in smushplayer anymore. | Lars Persson |
2007-02-28 | cleanup | Max Horn |
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ... | Max Horn |
2007-02-25 | Added comment about the missing decode1 proc. | Torbjörn Andersson |
2007-02-25 | Another Ogg > MP3 consistency reordering, this time in the SMUSH code; also c... | Max Horn |
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson |
2007-02-17 | cleanup | Gregory Montoir |
2007-02-15 | Clear _pauseTime in seekSan(). Hopefully, this will fix the problem with | Torbjörn Andersson |
2007-02-03 | removed unneeded/unnecessary variables and made SmushFont table private (to e... | Gregory Montoir |
2007-02-03 | Applied the revised NUT font renderer patch #1635584, which combines cyx's | Torbjörn Andersson |
2007-01-31 | reset _IACTpos when _IACTchannel is stopped (fixes memory overwrites in handl... | Gregory Montoir |
2007-01-30 | got rid of codec37/codec47 init/deinit methods, cleanup | Gregory Montoir |
2007-01-30 | minor simplification | Gregory Montoir |
2007-01-30 | added deinitialisation of codecs at the end of smush playback. This allows to... | Gregory Montoir |
2007-01-27 | cleanup (made NutRenderer::loadFont protected, added call during initialisati... | Gregory Montoir |
2007-01-27 | Applied my own patch #1640913 ("Loading NUT fonts on demand"), after discussing | Torbjörn Andersson |
2007-01-21 | Applied my own patch #1635584 (after discussing with Fingolfin) to reduce the | Torbjörn Andersson |
2007-01-18 | Hopefully fixed the SAN seeking (used by Full Throttle's bike fighting) that I | Torbjörn Andersson |
2006-11-13 | Patch from bug #1584888 (SMUSH: Too dependent on accurate timers). Watch out ... | Max Horn |
2006-11-01 | Workaround for bug #1586894 | Max Horn |
2006-10-28 | SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclass | Max Horn |
2006-10-28 | SCUMM: Fix what I believe is a long-standing bug in FileChunk::reseek() | Max Horn |
2006-10-28 | SCUMM: Changed class Chunk (and subclasses) to inherit from Common::SeekableR... | Max Horn |
2006-10-28 | SCUMM: Got rid of smush/chunk_type.h | Max Horn |
2006-10-28 | SCUMM: Further SMUSH audio channel cleanup; this time unified some code, and ... | Max Horn |
2006-10-28 | SCUMM: Changed SaudChannel to return 8bit mono data (the mixer will do any ne... | Max Horn |
2006-10-27 | SCUMM: Unified some more SMUSH audio channel code | Max Horn |
2006-10-27 | SCUMM: Unified some SMUSH audio channel code | Max Horn |
2006-10-25 | cleanup | Max Horn |
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio mixe... | Max Horn |
2006-10-15 | Replaced Chunk::ChunkString by tag2str | Max Horn |
2006-10-15 | Turning various static tables into static const | Max Horn |
2006-10-14 | Reenable INSANE warning. No check is required. | Eugene Sandulenko |
2006-10-13 | Oops. rv last commit. | Eugene Sandulenko |
2006-10-13 | Reenable incorrectly compressed files warning | Eugene Sandulenko |
2006-10-10 | now SmushPlayer is class created once same as SmushMixer while scumm engine c... | Paweł Kołodziejski |
2006-10-08 | removed not needed anymore time measures in smush code | Paweł Kołodziejski |
2006-10-08 | re-add missing break; removed by mistake | Paweł Kołodziejski |
2006-10-08 | remove handleSkip code, SKIP chunk is only used by INSANE code and exist only... | Paweł Kołodziejski |
2006-10-08 | small unify handleIACT function | Paweł Kołodziejski |
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of a... | Max Horn |
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin... | Max Horn |
2006-10-07 | Renemaed ScummEngine::processKbd to processInput (as it also deals with the m... | Max Horn |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-21 | Fix bug #1550974: "SMUSH: changing subtitle settings during SMUSH doesn't work" | Eugene Sandulenko |