Age | Commit message (Expand) | Author |
2009-06-07 | SCI: Renamed various song/songlib related structs and members | Max Horn |
2009-06-07 | Init _opl to 0. This prevents a crash on exit when the Adlib driver is closed... | Filippos Karapetis |
2009-06-05 | Cleanup | Filippos Karapetis |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-31 | Typo. | Johannes Schickel |
2009-05-30 | Moved the "songlib" command to console.cpp and removed the non-working "set_v... | Filippos Karapetis |
2009-05-30 | SCI: Added constructor&destructor to SfxState | Max Horn |
2009-05-30 | SCI: Made vocab_version static again (a global static var is bad, but a reall... | Max Horn |
2009-05-30 | Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe... | Filippos Karapetis |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-29 | SCI: Removing useless adlib-via-OSS code | Max Horn |
2009-05-28 | SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem... | Max Horn |
2009-05-28 | SCI: Merged NewPlayer and SfxPlayer | Max Horn |
2009-05-28 | oops | Max Horn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn |
2009-05-28 | SCI: Some SFX player cleanup | Max Horn |
2009-05-26 | Fixed a crash when exiting, a regression from the latest music driver changes | Filippos Karapetis |
2009-05-26 | SCI: Undo commit #40917 (SongIteratorChannel::resetSynthChannels now again do... | Max Horn |
2009-05-26 | Fixed compilation under MSVC | Filippos Karapetis |
2009-05-26 | SCI: Removing obsolete soft sequencer files | Max Horn |
2009-05-26 | SCI: removed realtime and polled player, as well as the sfx/device dir, after... | Max Horn |
2009-05-26 | SCI: Turned sfx_player_t into a class SfxPlayer, and converted the existing p... | Max Horn |
2009-05-26 | SCI: Preparing to transform sfx_player_t into a class | Max Horn |
2009-05-26 | Turned some static tables into static const tables; added some FIXME comments... | Max Horn |
2009-05-25 | SCI: Adlib: fix crash in SQ4. | Walter van Niftrik |
2009-05-25 | Objectified the AudioResource code (used for speech and digitized music in CD... | Filippos Karapetis |
2009-05-24 | SCI: Adlib: added support for rhythm channel | Walter van Niftrik |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-23 | SCI: Added partial support for SCI1.1 adlib music | Walter van Niftrik |
2009-05-20 | removed trailing whitespaces | Max Horn |
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 |