Age | Commit message (Expand) | Author |
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 | Fix warning | 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 | Typo. | Johannes Schickel |
2009-12-29 | Updated module.mk | Filippos Karapetis |
2009-12-29 | Added a thin wrapper around the VMD player class, so that it can be used with... | Filippos Karapetis |
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 | Adding a getFrameWaitTime() method to get the frame waiting time instead of d... | Sven Hesse |
2009-12-29 | Adding CoktelVideo::hasExtraData(void), for checking if /any/ extra data file... | Sven Hesse |
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 |
2009-12-28 | SCI/newmusic: Added comment about weird sierra sci behaviour | Martin Kiewitz |
2009-12-28 | SCI/newmusic: Accept object 0:0 in cmdPauseHandle, pause the whole playlist t... | Martin Kiewitz |
2009-12-28 | SCI: Further objectify MusicEntry | Max Horn |
2009-12-28 | Spelling: Par*r*tition | Max Horn |
2009-12-28 | SCI: Start objectifying MusicEntry | Max Horn |
2009-12-28 | cleanup | Max Horn |
2009-12-28 | SCI: Make some code comply to our naming conventions | Max Horn |
2009-12-28 | SCI/new sound code: | Filippos Karapetis |
2009-12-28 | Moved the OLD_PATHFINDING define inside sci.h, together with the others | Filippos Karapetis |
2009-12-28 | SCI/new music code: Added a workaround for a music-related game bug in Castle... | Filippos Karapetis |
2009-12-28 | Fixed music pausing | Filippos Karapetis |
2009-12-28 | Create the stream dynamically in playSoundData(), to avoid a crash (spotted by | Torbjörn Andersson |
2009-12-28 | LOL: fixed debug message | Florian Kagerer |
2009-12-28 | Added a workaround for an off-by-one invalid species access bug in the LSL2 d... | Filippos Karapetis |
2009-12-28 | SCI/new music code: Implemented the "songlib" debug command | Filippos Karapetis |
2009-12-28 | SCI/new music code: Hanging notes now stop when a sound is paused/stopped | Filippos Karapetis |
2009-12-28 | SCI/new music code: Fixed a race condition when removing a sound from the pla... | Filippos Karapetis |
2009-12-28 | Added MD5 data for Russian Discworld 1 | Paul Gilbert |
2009-12-28 | SCI/new music code: Fixed music fading in SCI2 - seems like setting the signa... | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad omen t... | Matthew Hoops |
2009-12-27 | SCI/newmusic: fixed warning | Martin Kiewitz |
2009-12-27 | wCompressed is still a uint16 in SCI32, so correct the vol version detection. | Matthew Hoops |