Age | Commit message (Expand) | Author |
2009-05-15 | Fix compilation | Willem Jan Palenstijn |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-13 | Fixed regression in SCI1 games from commit #40518 | Filippos Karapetis |
2009-05-12 | SCI: cleanup | Max Horn |
2009-05-12 | SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h | Max Horn |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-12 | Fall back to plain OPL2 emulation, when Dual OPL2 isn't available. | Johannes Schickel |
2009-05-12 | - Add support for selecting the OPL emulator being used (config entry: "opl_d... | Johannes Schickel |
2009-05-12 | Silenced MSVC warning about unsafe mix of byte and boolean | Filippos Karapetis |
2009-05-11 | Merged find_dev() inside sfx_find_device() | Filippos Karapetis |
2009-05-06 | Sync with adlib.cpp rename | Paul Gilbert |
2009-05-06 | Sync with adlib.cpp rename | Eugene Sandulenko |
2009-05-06 | Rename duplicate named files in order to make MSVC happier | Eugene Sandulenko |
2009-05-06 | SCI: Modified the new adlib driver for the dosbox adlib emulator, and enabled... | Walter van Niftrik |
2009-05-05 | SCI: Removed stereo support from the soon-to-be-removed old SCI adlib driver | Walter van Niftrik |
2009-05-05 | Update SCI code for the upcoming AdLib emulator changes: | Johannes Schickel |
2009-05-05 | SCI: Support for 0x4e control changes in new adlib driver, and some cleanup. | Walter van Niftrik |
2009-05-03 | SCI: adlib support (work-in-progress) for the new music player. | Walter van Niftrik |
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ... | Filippos Karapetis |
2009-04-20 | SCI: Replaced memory ref counting code in the SongIterator code by a simple C... | Max Horn |
2009-04-15 | SCI: Added a new song player (work-in-progress). | Walter van Niftrik |
2009-04-03 | Changed some references from "FreeSCI" to "SCI" or "ScummVM" | Filippos Karapetis |
2009-03-15 | SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &' | Max Horn |
2009-03-12 | SCI: Removed most uses of the 'inline' keyword. It is usually better to let ... | Max Horn |
2009-03-11 | Fixed another crash right at the beginning of SQ4 | Filippos Karapetis |
2009-03-10 | SCI: Memory 'ref counting' code is only used by song iterators -> move it the... | Max Horn |
2009-03-10 | SCI: SongIterator::Message only needs to transfer a single argument, so get r... | Max Horn |
2009-03-10 | SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup | Max Horn |
2009-03-10 | SCI: More SongIterator refactoring. | Max Horn |
2009-03-09 | Don't adjust data pointer in makeStream. | Willem Jan Palenstijn |
2009-03-09 | SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_incref | Max Horn |
2009-03-09 | Reset child iterators on deletion. | Willem Jan Palenstijn |
2009-03-09 | SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun... | Max Horn |
2009-03-08 | SCI: Fixed regression in new_fast_forward_iterator | Max Horn |
2009-03-07 | Replaced getInt15 in intstrument-map.cpp as well | Filippos Karapetis |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-07 | SCI: Replaced linked list of Sci1Samples by a Common::List | Max Horn |
2009-03-07 | SCI: More cleanup in the song iterator codebase | Max Horn |
2009-03-06 | SongIterator is a class, not a struct | Filippos Karapetis |
2009-03-06 | SCI: Reduce SFX header dependencies | Max Horn |
2009-03-06 | SCI: Continued C++ification of SongIterator code | Max Horn |
2009-03-06 | SCI: Fixed (I hope) song iterator death listeners; and some cleanup | Max Horn |
2009-03-06 | SCI: Started to revamp the song iterator death notification system (which cur... | Max Horn |
2009-03-06 | SongIterator is a class, not a struct | Filippos Karapetis |
2009-03-06 | SCI: C++ifyed SongIterator and its subclasses | Max Horn |
2009-03-06 | SCI: Some cleanup to the SongIteratorMessage code | Max Horn |
2009-03-06 | SCI: Converted SongIterator::get_pcm_feed into a virtual method | Max Horn |
2009-03-06 | SCI: Restructured PolledPlayerAudioStream::readBuffer a bit | Max Horn |
2009-03-06 | SCI: Renamed lots of classes related to song iterators; allocate song iterato... | Max Horn |