aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-12-20LOL: fixed text fadingFlorian Kagerer
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-20Started implementation of the original game's cheat modePaul Gilbert
2009-12-20Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY eventsPaul Gilbert
2009-12-19gob - Remove detection of a cracked version of Lost in TimeArnaud Boutonné
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-19Further implementation of dialog/message script languagePaul Gilbert
2009-12-19Added an extra assertPaul Gilbert
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-17gob - Split LiT part 2 detection in light / full. Arnaud Boutonné
2009-12-17gob - Add MD5 for LiT floppy part 1 "full", part 1 "light" and part 2. Part 2...Arnaud Boutonné
2009-12-17Implemented basic message parsingPaul Gilbert
2009-12-15removed file as suggested by max hornVladimir Menshakov
2009-12-15updated known bugs Vladimir Menshakov
2009-12-15added known bugs file, enabled teenagent in configure.Vladimir Menshakov
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
2009-12-14skip rendering if restart was requestedVladimir Menshakov
2009-12-14fixed tv/vcr callbacksVladimir Menshakov
2009-12-13LOL: fixed regressionFlorian Kagerer
2009-12-13LOL: some cleanup for recent code changesFlorian Kagerer
2009-12-12LOL: fixed regressionFlorian Kagerer
2009-12-12LOL: fix compilation when the LOL engine is disabledFlorian Kagerer
2009-12-12LOL: moved TIM animation code into a separate classFlorian Kagerer
2009-12-12do not clear busy flag on !ignore animation, fixed invalid loop/ignore flagsVladimir Menshakov
2009-12-12fixed tv issuesVladimir Menshakov
2009-12-12fixed minor issues from the chapter 1&2Vladimir Menshakov
2009-12-12fixed dirty rectangleVladimir Menshakov
2009-12-12do not play music while _rows is emptyVladimir Menshakov
2009-12-12fixed skipped animation at lakeside houseVladimir Menshakov
2009-12-12added z-ordering of the animation slots.Vladimir Menshakov
2009-12-12moved 'on' surfaces rendering into mark's codeVladimir Menshakov
2009-12-12render 'on' surfaces only on mark (fixed many z-order issues)Vladimir Menshakov
2009-12-12fixed non-default src rectangle renderingVladimir Menshakov
2009-12-12fixed typo in checking src rect heightVladimir Menshakov
2009-12-12Implemented the rendering section of dialog displayPaul Gilbert
2009-12-12added Rect ctor from Common::RectVladimir Menshakov
2009-12-12reverted the latest patchVladimir Menshakov
2009-12-12render 'ons' after all stuff (needs to be discovered), fixed crumbs invisibil...Vladimir Menshakov
2009-12-12added debug level to the dump() methods.Vladimir Menshakov
2009-12-12tuned vertical speed for markVladimir Menshakov
2009-12-12moved noisy debug messages to level 1Vladimir Menshakov