aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-04-25Added code to enable Discworld 2 to play directly from the CD (only the first...Paul Gilbert
2009-04-25Bugfix to the coroutine handling in CdDoChangePaul Gilbert
2009-04-25Complete general function 0 and 1 based on DrMcCoy suggestion (Hardcoded IMD ...Arnaud Boutonné
2009-04-24Added a workaround for the inca2 demo's cons2.imd / cons.imd mix-upSven Hesse
2009-04-24Ooops, changing a const argument is evil, copying it nowSven Hesse
2009-04-24Removing the extra \n in warning()s. warning() already adds "!\n"Sven Hesse
2009-04-24SCI: Initialize pixmap to transparency before decoding cel RLE data. ThisWalter van Niftrik
2009-04-24Gob - Add entries for different Little Red Riding Hood languages selectionArnaud Boutonné
2009-04-24Gob - Add 12 dummy functions used for the OpcodeGoblinEntryFascination.Arnaud Boutonné
2009-04-24Added supported for BAT-based non-interactive demos, namely the Inca2 oneSven Hesse
2009-04-24The video now works correctly in the non-interactive Urban Runner demoSven Hesse
2009-04-24Long messages in Eco Quest 1 are now shown correctlyFilippos Karapetis
2009-04-24Adding support for the non-interactive SCN-based Urban Runner demo. No image ...Sven Hesse
2009-04-24Changed an error to a warning, to make Longbow playable againFilippos Karapetis
2009-04-24Added the Woodruff and Playtoons non-interactive demosSven Hesse
2009-04-24Added support for SCN-based non-interactive demosSven Hesse
2009-04-24Merged kSetCursor and kSetCursorNew, and changed KQ5 CD to use the newer kSet...Filippos Karapetis
2009-04-24tinsel: begin modifying drawing function to support psx 4-bit clutsFabio Battaglia
2009-04-24SCI: Fix sci_max_allowed_unknown_kernel_functions[], it was missing an entry.Walter van Niftrik
2009-04-24SCI: Fix signature of kPalette().Walter van Niftrik
2009-04-24SCI: Fix transparency in view-based mouse cursors.Walter van Niftrik
2009-04-24SCI: Turned GfxWidget::draw function pointer into virtual methodMax Horn
2009-04-24SCI: Turned GfxWidget::tag function pointer into virtual methodMax Horn
2009-04-24SCI: Turned GfxWidget::print function pointer into virtual methodMax Horn
2009-04-24SCI: Doxygenified some commentsMax Horn
2009-04-24Fix regression in handling of keyboard keys.Travis Howell
2009-04-24SCI: Fixed mouse cursor hotspots in ECO1.Walter van Niftrik
2009-04-24tinsel: added Discworld PSX palette converting functionFabio Battaglia
2009-04-24SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisualMax Horn
2009-04-24SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructorsMax Horn
2009-04-24SCI: font_nr -> _fontMax Horn
2009-04-24SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo...Max Horn
2009-04-24SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.Max Horn
2009-04-24SCI: Started to C++ify the gfxw_widget_t codebaseMax Horn
2009-04-24SCI: Changed GFXERROR to be fatalMax Horn
2009-04-24SCI: Some const corrections, removed dead stuff, cleanupMax Horn
2009-04-24SCI: Store parse_tree_branch_t in a Common::ArraayMax Horn
2009-04-24Minor cleanup.Travis Howell
2009-04-24Fix pausing during video play back.Travis Howell
2009-04-23Fixed a very stupid error in the RLE decoding function of the VMD frame decoderSven Hesse
2009-04-23Changed the "Intersections" opcode to "MoveCursor", after verifying it with G...Filippos Karapetis
2009-04-23The mouse cursor is now working in Eco Quest 1, though the hotspot is still w...Filippos Karapetis
2009-04-23Removed a FIXME concerning CanBeHere and CantBeHere and added an explanation....Filippos Karapetis
2009-04-23Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly nowFilippos Karapetis
2009-04-23WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw...Filippos Karapetis
2009-04-23tinsel: start wiring some Discworld PSX graphical functions into engineFabio Battaglia
2009-04-23tinsel: Enable Discworld PSX detection and begin adding some function to supp...Fabio Battaglia
2009-04-22CleanupFilippos Karapetis
2009-04-22SCI: Slim down struct SciKernelFunctionMax Horn
2009-04-22SCI: Changed kfunct_table to a Common::ArrayMax Horn