aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-12-23SCI: sound resource handling fixed (fixes lsl5 music w/ new music code)Martin Kiewitz
2009-12-23Some SCI32 (minor) String bug fixes and cleanup.Matthew Hoops
2009-12-22Disabled some currently unused codeFilippos Karapetis
2009-12-22SCI/new music code:Filippos Karapetis
2009-12-22Silenced some warnings to protect DrMcCoy from incoming BorgFilippos Karapetis
2009-12-22Initial implementation of music fading in the new music code. Added warnings ...Filippos Karapetis
2009-12-22Started implementing SCI1.1 digital sound effect playing in the new music codeFilippos Karapetis
2009-12-22The detectMusicDriver() function returns MD_-something, not MDT_-something.Torbjörn Andersson
2009-12-22Fixed looping sounds in the new sound codeFilippos Karapetis
2009-12-22SCI: Fix some warningsMax Horn
2009-12-22Some bugfixes to the new music codeFilippos Karapetis
2009-12-21Some updates to the new music codeFilippos Karapetis
2009-12-21Restored sound volume functionality in the old music codeFilippos Karapetis
2009-12-21Add a TODO for the SCI 2.1 message version (5).Matthew Hoops
2009-12-21Silenced some warnings to make DrMcCoy happier :)Filippos Karapetis
2009-12-21Update/add some comments/TODOs.Matthew Hoops
2009-12-21SCI32:Matthew Hoops
2009-12-21Fixed text controls when subtitles are enabled in multilingual SCI01 gamesFilippos Karapetis
2009-12-21Fixed menus in multilingual SCI01 gamesFilippos Karapetis
2009-12-21Brought back the INCLUDE_OLDGFX defineFilippos Karapetis
2009-12-20Implemented cmdUpdateCues() in the new sound code and fixed a crash when load...Filippos Karapetis
2009-12-20Started integrating the new sound code in the SoundCommandParser class. Some ...Filippos Karapetis
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-12-20Wrapped some more sound code around appropriate definesFilippos Karapetis
2009-12-20Wrapped some more sound code around appropriate definesFilippos Karapetis
2009-12-20Directly modify the sound objects, instead of modifying a local copy. Remove ...Filippos Karapetis
2009-12-20Removed dead codeFilippos Karapetis
2009-12-19- Started wrapping the current sound code around appropriate definesFilippos Karapetis
2009-12-19- Removed unused includesFilippos Karapetis
2009-12-19Removed unused includeFilippos Karapetis
2009-12-19Fix segfault when quitting. static const Common::String's shouldn't be used.Matthew Hoops
2009-12-19Silence some gcc 3.4.5 warnings.Matthew Hoops
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with t...Filippos Karapetis
2009-12-18Moved the midi_writer struct into the place where it's actually used, and nam...Filippos Karapetis
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-09SCI: Paranoia tweak for EngineState::autoDetectFeatureMax Horn
2009-12-09SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (...Martin Kiewitz
2009-12-09SCI: Save/LoadGame Common::Rect saving now portableMartin Kiewitz
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
2009-12-08SCI: new USE_OLDGFX for switching to oldgui, fixes loading of savedgames unde...Martin Kiewitz
2009-12-08SCI: SciGui::getPortPic now uses byrefMartin Kiewitz
2009-12-08SCI: Saving picPort now (fixes loading saved games in castle of dr. brain)Martin Kiewitz
2009-12-08Fix some MSVC warnings (part of patch #2909981)Max Horn
2009-12-08SCI: Cleanup DirSeeker a little bitMax Horn
2009-12-07Slight cleanup/simplification of the TimerSongIteratorFilippos Karapetis
2009-12-07Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some f...Filippos Karapetis
2009-12-07Stop using variables named "byte", as byte is a variable type in ScummVM, and...Filippos Karapetis
2009-12-04SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directlyMartin Kiewitz