Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-12 | SAGA: Music code cleanup. The music driver is now placed inside the ↵ | Filippos Karapetis | |
MusicPlayer class, instead of the SagaEngine class. Split the functionality that the music parser should handle from the functionality that the music driver should handle. Also, fixed a bug in MusicDriver::send() (the notes off signal was sent to unallocated channels, not allocated ones) svn-id: r49607 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵ | Johannes Schickel | |
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2008-11-11 | Implemented pauseEngineIntern() for the SAGA engine | Filippos Karapetis | |
svn-id: r35007 | |||
2008-07-01 | Sound settings for Saga can be configured from the GMM | Christopher Page | |
svn-id: r32863 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-08-22 | Implemented music pause and resume | Filippos Karapetis | |
svn-id: r28698 | |||
2007-08-22 | Mutexes are now used in the MIDI music playing code | Filippos Karapetis | |
svn-id: r28697 | |||
2007-07-12 | Renamed a variable, so that it makes more sense | Filippos Karapetis | |
svn-id: r28042 | |||
2007-06-26 | Add support for compressed digital music in ITE | Filippos Karapetis | |
svn-id: r27734 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-14 | Replaced the use of DigitalTrackInfo objects (which were being leaked, BTW) ↵ | Max Horn | |
with a call to openStreamFile (code completely *untested*, so it might not work properly yet). Note the new FIXME comment regarding the playback duration svn-id: r26473 | |||
2007-02-19 | Renamed SAGA_xxx_H_ to SAGA_xxx_H for consistency. | Torbjörn Andersson | |
svn-id: r25726 | |||
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) ↵ | Max Horn | |
subclasses to namespace Audio svn-id: r22231 | |||
2006-03-02 | apply CYX mem-leak fix patch | Andrew Kurushin | |
svn-id: r21013 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |