Age | Commit message (Expand) | Author |
2009-12-31 | SCI: fixed typo in unwrapFilename | Martin Kiewitz |
2009-12-31 | removed magic first frame from actor | Vladimir Menshakov |
2009-12-31 | Add support for Chinese translated games. | Eugene Sandulenko |
2009-12-31 | Reading the whole buffer at once should be more efficient than reading it one | Torbjörn Andersson |
2009-12-31 | SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb... | Martin Kiewitz |
2009-12-31 | Remove obsolete comment about Myst ME not working. | Matthew Hoops |
2009-12-31 | SCI: keyboard events now dont use scancode anymore, fixing compatibility with... | Martin Kiewitz |
2009-12-31 | Changed kValidPath() to always return true, regardless of the value of savePa... | Filippos Karapetis |
2009-12-31 | SCI/new music: trigger signal when fade is completed, fixes lsl1 dance with girl | Martin Kiewitz |
2009-12-31 | Mention the fact that we derive from SSCI by not caching the loop selector | Filippos Karapetis |
2009-12-31 | Fix gcc warning | Eugene Sandulenko |
2009-12-31 | SCI/new music code: removed some hacks | Filippos Karapetis |
2009-12-31 | SCI/new music code: The loop selector for each music score is no longer cache... | Filippos Karapetis |
2009-12-31 | SCI/new music code: Slight cleanup | Filippos Karapetis |
2009-12-31 | kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal sibling... | Matthew Hoops |
2009-12-31 | Overload the = operator for SciArray which fixes the setType errors in GK1. S... | Matthew Hoops |
2009-12-31 | Remove the getBeginOffset() hack from Common::SeekableReadStream and introduc... | Matthew Hoops |
2009-12-31 | Make sure that enough data is read out of the script | Sven Hesse |
2009-12-30 | Fixing an out of array bounds read | Sven Hesse |
2009-12-30 | SCI/newmusic: cmdSendMidi / removed weird midiCmd code - fixes lsl5 des rever... | Martin Kiewitz |
2009-12-30 | MOHAWK: Reduce header interdependencies | Max Horn |
2009-12-30 | MOHAWK: Stop using String::emptyString | Max Horn |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-12-30 | SCI: palette merging / comment addition | Martin Kiewitz |
2009-12-30 | SCI: fix palette merging (fixes lsl1demo right at the beginning and sq5 wilco... | Martin Kiewitz |
2009-12-30 | SCI/newmusic: fix loop logic | Martin Kiewitz |
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia |
2009-12-30 | Patch #2923628: "SOMI: Kanji support for japanese MegaCD version" | Eugene Sandulenko |
2009-12-30 | SCI/newmusic: update loop selector when track is finished (fixes hq1 ending, ... | Martin Kiewitz |
2009-12-30 | Corrected an old comment. | Torbjörn Andersson |
2009-12-30 | SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t... | Filippos Karapetis |
2009-12-30 | SCI/new sound code: | Filippos Karapetis |
2009-12-30 | SCI32: | Matthew Hoops |
2009-12-30 | Formatting. | Johannes Schickel |
2009-12-30 | Switched to the new pathfinding code, after talking with waltervn | Filippos Karapetis |
2009-12-30 | Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes t... | Matthew Hoops |
2009-12-30 | Wrapped some IHNM-specific code around appropriate ifdef's | Filippos Karapetis |
2009-12-30 | Fixed warnings | Filippos Karapetis |
2009-12-30 | Whitespace fixes | Matthew Hoops |
2009-12-30 | Initial implementation of the SCI21 kList kernel function (which calls all th... | Filippos Karapetis |
2009-12-30 | SCI: support for uncompressed sci1 views (fixes qfg3 demo) | Martin Kiewitz |
2009-12-30 | SCI32: Moved all the list related kernel functions inside klists.cpp, and imp... | Filippos Karapetis |
2009-12-30 | Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons can... | Filippos Karapetis |
2009-12-30 | SCI32: added handling of variable selectors in kListEachElementDo() and silen... | Filippos Karapetis |
2009-12-30 | SCI32: added some of clone2727's changes to kArray and kString, and implement... | Filippos Karapetis |
2009-12-30 | Updated documentation of the VMD decoder to indicate which SCI32 games used V... | Filippos Karapetis |
2009-12-30 | The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game... | Filippos Karapetis |
2009-12-30 | Removed some unnecessary whitespace. Changed some spaces to tabs. | Torbjörn Andersson |
2009-12-30 | Re-indentet switch() blocks to follow ScummVM indentation style. (I've always | Torbjörn Andersson |
2009-12-30 | Silence some warnings seen in the buildbot. | Matthew Hoops |