aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-12-18Moved the midi_writer struct into the place where it's actually used, and ↵Filippos Karapetis
named the header file appropriately svn-id: r46413
2009-12-17gob - Split LiT part 2 detection in light / full. Arnaud Boutonné
svn-id: r46412
2009-12-17gob - Add MD5 for LiT floppy part 1 "full", part 1 "light" and part 2. Part ↵Arnaud Boutonné
2 still has to be properly separated between "full" and "light" svn-id: r46411
2009-12-17Implemented basic message parsingPaul Gilbert
svn-id: r46402
2009-12-15removed file as suggested by max hornVladimir Menshakov
svn-id: r46385
2009-12-15updated known bugs Vladimir Menshakov
svn-id: r46384
2009-12-15added known bugs file, enabled teenagent in configure.Vladimir Menshakov
svn-id: r46383
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
svn-id: r46379
2009-12-14skip rendering if restart was requestedVladimir Menshakov
svn-id: r46378
2009-12-14fixed tv/vcr callbacksVladimir Menshakov
svn-id: r46377
2009-12-13LOL: fixed regressionFlorian Kagerer
svn-id: r46366
2009-12-13LOL: some cleanup for recent code changesFlorian Kagerer
svn-id: r46358
2009-12-12LOL: fixed regressionFlorian Kagerer
svn-id: r46354
2009-12-12LOL: fix compilation when the LOL engine is disabledFlorian Kagerer
svn-id: r46352
2009-12-12LOL: moved TIM animation code into a separate classFlorian Kagerer
svn-id: r46351
2009-12-12do not clear busy flag on !ignore animation, fixed invalid loop/ignore flagsVladimir Menshakov
svn-id: r46350
2009-12-12fixed tv issuesVladimir Menshakov
svn-id: r46349
2009-12-12fixed minor issues from the chapter 1&2Vladimir Menshakov
svn-id: r46348
2009-12-12fixed dirty rectangleVladimir Menshakov
svn-id: r46346
2009-12-12do not play music while _rows is emptyVladimir Menshakov
svn-id: r46345
2009-12-12fixed skipped animation at lakeside houseVladimir Menshakov
svn-id: r46344
2009-12-12added z-ordering of the animation slots.Vladimir Menshakov
svn-id: r46343
2009-12-12moved 'on' surfaces rendering into mark's codeVladimir Menshakov
svn-id: r46342
2009-12-12render 'on' surfaces only on mark (fixed many z-order issues)Vladimir Menshakov
svn-id: r46341
2009-12-12fixed non-default src rectangle renderingVladimir Menshakov
svn-id: r46340
2009-12-12fixed typo in checking src rect heightVladimir Menshakov
svn-id: r46339
2009-12-12Implemented the rendering section of dialog displayPaul Gilbert
svn-id: r46338
2009-12-12added Rect ctor from Common::RectVladimir Menshakov
svn-id: r46337
2009-12-12reverted the latest patchVladimir Menshakov
svn-id: r46336
2009-12-12render 'ons' after all stuff (needs to be discovered), fixed crumbs ↵Vladimir Menshakov
invisibility on screen with barman svn-id: r46335
2009-12-12added debug level to the dump() methods.Vladimir Menshakov
svn-id: r46334
2009-12-12tuned vertical speed for markVladimir Menshakov
svn-id: r46333
2009-12-12moved noisy debug messages to level 1Vladimir Menshakov
svn-id: r46332
2009-12-11Renamed line() to drawLine() to silence warning about function parameters inTorbjörn Andersson
dialogs.cpp shadowing it. Actually, the function doesn't seem to be used anywhere at the moment, but perhaps someone has future plans for it? svn-id: r46331
2009-12-11Beginnings of a dialog display classPaul Gilbert
svn-id: r46330
2009-12-09Silence gcc warning.Johannes Schickel
svn-id: r46326
2009-12-09Fix compilation for systems without USE_RGB_COLOR defined.Johannes Schickel
svn-id: r46323
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
svn-id: r46320
2009-12-09Change GOB engine so that not all its files depend on gui/dialog.h (and thus ↵Max Horn
tons of other headers in gui/ and graphics/) svn-id: r46317
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
svn-id: r46316
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
svn-id: r46315
2009-12-09Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cppMax Horn
This function is used in only one place. Declaring it requires common/list.h; by putting it into pixelformat.h, which is included by common/system.h, tons of things suddenly included list.h for no good reason. If we ever need to call this function in other places, we can figure out aborts more appropriate place for it. svn-id: r46310
2009-12-09SCI: Paranoia tweak for EngineState::autoDetectFeatureMax Horn
svn-id: r46306
2009-12-09SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 ↵Martin Kiewitz
(fixes island of dr. brain first pic after copy protection not showing up) svn-id: r46305
2009-12-09SCI: Save/LoadGame Common::Rect saving now portableMartin Kiewitz
svn-id: r46304
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
svn-id: r46303
2009-12-08added message duration override, increased 'the end' timeoutVladimir Menshakov
svn-id: r46301
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
svn-id: r46300
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
svn-id: r46299
2009-12-08added final creditsVladimir Menshakov
svn-id: r46297