aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-06-20SCI: kPalVary - cleanup and some more codeMartin Kiewitz
2010-06-20SCI: fix r50078, we need to update timestamp for inbetween SCI1.1 games, but ...Martin Kiewitz
2010-06-20SCI: update timestamp like before for inbetween SCI1.1 gamesMartin Kiewitz
2010-06-20SCI: update sys palette timestamp only on kDrawPic in SCI1.1, fixes intro of ...Martin Kiewitz
2010-06-20SCI: removing unneeded parameters inside SciPalette, cleanup of SciPaletteMartin Kiewitz
2010-06-20SCI: implementing reading of parameters for kPalVary(init) for argc 4 and argc 5Martin Kiewitz
2010-06-20SCI: some cleanup for kPalVaryMartin Kiewitz
2010-06-20SCI: storing all manual midi commands now and actually sending them to driver...Martin Kiewitz
2010-06-19SCI: changing error to warning in ResMan::detectViewType()Martin Kiewitz
2010-06-19SCI: locking _mutex inside SciMusic::sendMidiCommand(MusicEntry *pSnd, uint32...Martin Kiewitz
2010-06-19SCI: fixing last uninitialized variable issue in MidiParser_SCI (hopefully)Martin Kiewitz
2010-06-19SCI: fixing another uninitialized variable usage issue - also limiting reset ...Martin Kiewitz
2010-06-19SCI: stopping scripts from sending to unused channels manually (fixes sq1vga)Martin Kiewitz
2010-06-19SCI: reverting r50058 - we can't actually send to the channels at that time, ...Martin Kiewitz
2010-06-19SCI: move setVolume down inside loadMusic so that it actually affects the use...Martin Kiewitz
2010-06-19SCI: fixing uninitialized usage in MidiParser_SCIMartin Kiewitz
2010-06-19SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac...Martin Kiewitz
2010-06-19SCI: resume when unable to locate base objects - fixes loading some saved gamesMartin Kiewitz
2010-06-19SCI: free channels for channel remapping on stop and pause, instead of dispos...Martin Kiewitz
2010-06-19SCI: cleanup view decompression codeMartin Kiewitz
2010-06-19SCI: replacing the keyboard size check for direction type detection with chec...Martin Kiewitz
2010-06-19SCI: added TODO for keyboard driver size check, maybe this whole stuff isn't ...Martin Kiewitz
2010-06-19SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also r...Martin Kiewitz
2010-06-19SCI: AdLib: add dummy instruments when there are only 48 in the patchWalter van Niftrik
2010-06-18SCI: set resulting type to keyboard+joystick for sci1middle+ in kMapKeyToDir ...Martin Kiewitz
2010-06-18SCI: Add mac SQ1 & SQ3Max Horn
2010-06-18SCI: fixing detection of vga sci11 views for ega games (original change in r5...Martin Kiewitz
2010-06-18SCI: not using views coming from patch files anymore for detecting view typeMartin Kiewitz
2010-06-18SCI: added more description about changes in r50025Martin Kiewitz
2010-06-18SCI: making vga views work in ega games :PMartin Kiewitz
2010-06-18Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integerFilippos Karapetis
2010-06-18SCI: fix typo when setting EGA paletteMartin Kiewitz
2010-06-18Fixed a problem in kAnimate which occurred when a list was modified by a call...Filippos Karapetis
2010-06-18Fixed show_instruments to ignore instruments in Sierra's special MIDI channel...Filippos Karapetis
2010-06-18Added hints inside validate_arithmetic(), together with some code useful for ...Filippos Karapetis
2010-06-18Added an explanation about the invalid instruments used when using the Adlib ...Filippos Karapetis
2010-06-18SCI: implementing fading for sci1 only for used channels of the object, fixes...Martin Kiewitz
2010-06-18SCI: change error() inside adlib driver ::setPatch() to warning() again, fixi...Martin Kiewitz
2010-06-18SCI: pseudo-implemented 0x72 and 0x73 for kDisplay used by longbow-demo, alth...Martin Kiewitz
2010-06-18Don't throw a warning when we can't find hires contentFilippos Karapetis
2010-06-18SCI: Unbreak diskdump console command, maybe othersLars Skovlund
2010-06-18SCI: Doxygenify some commentsMax Horn
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-18SCI: changing error to warning inside detectHires() for gk1 to work again...Martin Kiewitz
2010-06-18SCI: partially revert r49983 - all of those are not implemented in sierra sci...Martin Kiewitz
2010-06-18SCI: reverting #49978, it worked correctly. the new values contain the full h...Martin Kiewitz
2010-06-18Added information regarding a FIXMEFilippos Karapetis
2010-06-18Changed another warning into an error. CleanupFilippos Karapetis
2010-06-18Changed an assert into a warning with a FIXME (happens in SQ1)Filippos Karapetis
2010-06-18Error out on unimplemented kDeviceInfo() callsFilippos Karapetis