Age | Commit message (Expand) | Author |
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 |
2009-12-29 | SCI/newmusic: fixed fading (fixes gk1 demo, park area) | Martin Kiewitz |
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko |
2009-12-29 | Add Mohawk engine code. Part 1/3: main code. | Eugene Sandulenko |
2009-12-29 | SCI: returning back raw == 0, when script trying to access invalid memory | Martin Kiewitz |
2009-12-29 | SCI: dont crash when scripts are trying to access invalid memory (fixes intro... | Martin Kiewitz |
2009-12-29 | SCI/newmusic: Removed playlist-feature from cmdResumeHandle cause that is sci... | Martin Kiewitz |
2009-12-29 | SCI/newmusic: dont do pause/resume on the whole playlist prior sci1late (soun... | Martin Kiewitz |
2009-12-29 | SCI/newmusic: changed pauseCounter again ;) | Martin Kiewitz |
2009-12-29 | SCI/newmusic: changed pausecounter behaviour within resume | Martin Kiewitz |
2009-12-29 | Corrected the Russian Discworld 1 MD5 values | Paul Gilbert |
2009-12-29 | Reverted rev #46647 - the title music in Codename: Iceman works correctly again | Filippos Karapetis |
2009-12-29 | SCI/new music code: Fixed loading of saved games. Also, stopped sounds are no... | Filippos Karapetis |
2009-12-29 | Better checking for the cmdMuteSound and cmdVolume special cases | Filippos Karapetis |
2009-12-29 | Removed leftover debug output | Filippos Karapetis |
2009-12-29 | SCI/new music code: cmdPauseHandle/cmdResumeHandle now work for SCI0 games | Filippos Karapetis |
2009-12-28 | SCI/newmusic: Added pausecounter cause sierra sci also does this | Martin Kiewitz |
2009-12-28 | SCI/new music code: Implemented cmdSendMidi, and removed access to _argc from... | Filippos Karapetis |