Age | Commit message (Expand) | Author |
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 |
2006-09-17 | Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-06-21 | Add cyx's patch for bug #1035739 - SCUMM/SMUSH: Ugly palette change when vide... | Travis Howell |
2006-06-17 | Fixed Smushplayer for Symbian OS.__SYMBIAN32__ was defined as __SYMBIA32__. | Lars Persson |
2006-05-28 | increase buffer for comi smush audio track, that fixes bug #1479721 | Paweł Kołodziejski |
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson |
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson |
2006-05-18 | Give more feedback to users who misused our SAN compression tool and ignored | Eugene Sandulenko |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-04-23 | Change some uses of ScummFile to the more generic BaseScummFile | Max Horn |
2006-04-23 | Modified openFile and openResourceFile to take a Common::String instead of a ... | Max Horn |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-15 | Fixed typo in debug message. | Torbjörn Andersson |
2006-03-05 | that was not what I want. it should stop audio only for immediately stop. | Paweł Kołodziejski |
2006-03-05 | that should help for bug #1352486, smush sound tracks are not stopped immedia... | Paweł Kołodziejski |
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn |
2006-03-01 | Fix for Symbian to close an open file in the right thread | Lars Persson |
2006-02-22 | Fix bug #1386333: "FT DEMO: assertion triggered when playing movie". | Eugene Sandulenko |
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn |
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si... | Max Horn |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |