Age | Commit message (Expand) | Author |
2008-04-05 | Added detection for IHNM Mac. Gampe plays, but sound and music is a big TODO | Eugene Sandulenko |
2008-02-24 | Removed 2 unnecessary calls to File::exists() | Filippos Karapetis |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2008-01-04 | Slight cleanup | Filippos Karapetis |
2007-12-13 | Use CLIP template for clipping in the SAGA engine | Filippos Karapetis |
2007-10-31 | Fix for bug #1800147 - "ITE: Scummvm exits with Audio warnings" | Filippos Karapetis |
2007-09-23 | Moved MemoryStreamEndian from Saga to Common. | Eugene Sandulenko |
2007-09-19 | Removed a variable initialization out of a while loop | Filippos Karapetis |
2007-09-02 | I believe this fixes part of the music fading glitch in IHNM, but there's still | Torbjörn Andersson |
2007-09-01 | Remove the timer callback when the Music object is deleted. | Torbjörn Andersson |
2007-08-26 | Compressed digital music in the ITE demo versions is played correctly now | Filippos Karapetis |
2007-08-22 | Implemented music pause and resume | Filippos Karapetis |
2007-08-22 | Mutexes are now used in the MIDI music playing code | Filippos Karapetis |
2007-08-22 | Implemented Music::stop | Filippos Karapetis |
2007-07-31 | Cleanup: removed dead code, fixed some comments and did some layout changes | Filippos Karapetis |
2007-07-31 | Music should not be played after changing scene if it's disabled from the opt... | Filippos Karapetis |
2007-07-30 | Music works now in the IHNM demo | Filippos Karapetis |
2007-07-17 | Possible fix for bug 1754613, part 2: changed the way compressed digital musi... | Filippos Karapetis |
2007-07-15 | To loop a music track forever, the number of loops is set to 0 | Filippos Karapetis |
2007-07-15 | ITE: looping of compressed digital music is now done by the respective compre... | Filippos Karapetis |
2007-07-15 | ITE: Music looping works now with compressed digital music. However, there's ... | Filippos Karapetis |
2007-07-14 | Fixed compilation. | Torbjörn Andersson |
2007-07-14 | Renamed a variable, so that it makes more sense | Filippos Karapetis |
2007-07-14 | Some more updates for looping of compressed digital music. It's still not wor... | Filippos Karapetis |
2007-07-14 | Cleanup of the digital music code. Now all kinds of music (uncompressed and c... | Filippos Karapetis |
2007-07-13 | Add TODO: music looping does not work with compressed digital music | Filippos Karapetis |
2007-07-12 | Renamed a variable, so that it makes more sense | Filippos Karapetis |
2007-06-27 | Fix compiler warning. | Travis Howell |
2007-06-26 | Add support for compressed digital music in ITE | Filippos Karapetis |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-14 | oops, openStreamFile of course uses milliseconds, not frames, for the playbac... | Max Horn |
2007-04-14 | Removed some leftovers | Max Horn |
2007-04-14 | Replaced the use of DigitalTrackInfo objects (which were being leaked, BTW) w... | Max Horn |
2007-02-25 | Fix looping for enchanced soundtracks. | Eugene Sandulenko |
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn |
2006-10-21 | cleanup | Max Horn |
2006-05-13 | extract GameDescriptions to separate files (this will help compress_saga tool... | Andrew Kurushin |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-03-24 | fix ITE SUNSPOT music loop | Andrew Kurushin |
2006-03-02 | apply CYX mem-leak fix patch | Andrew Kurushin |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |