aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
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
2009-12-04SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :)Martin Kiewitz
2009-12-04SCI: Renamed "buckybits" to "modifiers" in SciEventMartin Kiewitz
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04SCI: Recreate SciEvent on loading savesMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-12-04SCI: Alt translation. Currently handles Ctrl-X as Ctrl-Alt-X so that bypassin...Martin Kiewitz
2009-12-04SCI: Convert characters to scancode, when Ctrl is pressed (fixes key-shortcut...Martin Kiewitz
2009-12-04SCI: Fixed kSetCursor (fixes qfg1vga menu immediately disappearing after open...Martin Kiewitz
2009-12-03SCI: Don't call SciMusic for volume changes when using old codeMartin Kiewitz
2009-12-03SCI: Dont init sound when using old sfx code (fixes assert)Martin Kiewitz
2009-12-02SCI: Reverting 46242, wasn't a bug at allMartin Kiewitz
2009-12-02SCI: WindowMgr init correctionMartin Kiewitz
2009-12-02SCI: Do clipping on celNo for case when celNo is below 0 (fixes crash in isla...Martin Kiewitz
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
2009-11-30SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s...Martin Kiewitz
2009-11-29Comment out unused variables.Johannes Schickel
2009-11-29Started assigning the code from Greg's SCI engine to our sound commands - sti...Filippos Karapetis