Age | Commit message (Expand) | Author |
2009-04-24 | Removing the extra \n in warning()s. warning() already adds "!\n" | Sven Hesse |
2009-04-24 | SCI: Initialize pixmap to transparency before decoding cel RLE data. This | Walter van Niftrik |
2009-04-24 | Gob - Add entries for different Little Red Riding Hood languages selection | Arnaud Boutonné |
2009-04-24 | Gob - Add 12 dummy functions used for the OpcodeGoblinEntryFascination. | Arnaud Boutonné |
2009-04-24 | Added supported for BAT-based non-interactive demos, namely the Inca2 one | Sven Hesse |
2009-04-24 | The video now works correctly in the non-interactive Urban Runner demo | Sven Hesse |
2009-04-24 | Long messages in Eco Quest 1 are now shown correctly | Filippos Karapetis |
2009-04-24 | Adding support for the non-interactive SCN-based Urban Runner demo. No image ... | Sven Hesse |
2009-04-24 | Changed an error to a warning, to make Longbow playable again | Filippos Karapetis |
2009-04-24 | Added the Woodruff and Playtoons non-interactive demos | Sven Hesse |
2009-04-24 | Added support for SCN-based non-interactive demos | Sven Hesse |
2009-04-24 | Merged kSetCursor and kSetCursorNew, and changed KQ5 CD to use the newer kSet... | Filippos Karapetis |
2009-04-24 | tinsel: begin modifying drawing function to support psx 4-bit cluts | Fabio Battaglia |
2009-04-24 | SCI: Fix sci_max_allowed_unknown_kernel_functions[], it was missing an entry. | Walter van Niftrik |
2009-04-24 | SCI: Fix signature of kPalette(). | Walter van Niftrik |
2009-04-24 | SCI: Fix transparency in view-based mouse cursors. | Walter van Niftrik |
2009-04-24 | SCI: Turned GfxWidget::draw function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::tag function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::print function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Doxygenified some comments | Max Horn |
2009-04-24 | Fix regression in handling of keyboard keys. | Travis Howell |
2009-04-24 | SCI: Fixed mouse cursor hotspots in ECO1. | Walter van Niftrik |
2009-04-24 | tinsel: added Discworld PSX palette converting function | Fabio Battaglia |
2009-04-24 | SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual | Max Horn |
2009-04-24 | SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors | Max Horn |
2009-04-24 | SCI: font_nr -> _font | Max Horn |
2009-04-24 | SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo... | Max Horn |
2009-04-24 | SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. | Max Horn |
2009-04-24 | SCI: Started to C++ify the gfxw_widget_t codebase | Max Horn |
2009-04-24 | SCI: Changed GFXERROR to be fatal | Max Horn |
2009-04-24 | SCI: Some const corrections, removed dead stuff, cleanup | Max Horn |
2009-04-24 | SCI: Store parse_tree_branch_t in a Common::Arraay | Max Horn |
2009-04-24 | Minor cleanup. | Travis Howell |
2009-04-24 | Fix pausing during video play back. | Travis Howell |
2009-04-23 | Fixed a very stupid error in the RLE decoding function of the VMD frame decoder | Sven Hesse |
2009-04-23 | Changed the "Intersections" opcode to "MoveCursor", after verifying it with G... | Filippos Karapetis |
2009-04-23 | The mouse cursor is now working in Eco Quest 1, though the hotspot is still w... | Filippos Karapetis |
2009-04-23 | Removed a FIXME concerning CanBeHere and CantBeHere and added an explanation.... | Filippos Karapetis |
2009-04-23 | Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly now | Filippos Karapetis |
2009-04-23 | WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw... | Filippos Karapetis |
2009-04-23 | tinsel: start wiring some Discworld PSX graphical functions into engine | Fabio Battaglia |
2009-04-23 | tinsel: Enable Discworld PSX detection and begin adding some function to supp... | Fabio Battaglia |
2009-04-22 | Cleanup | Filippos Karapetis |
2009-04-22 | SCI: Slim down struct SciKernelFunction | Max Horn |
2009-04-22 | SCI: Changed kfunct_table to a Common::Array | Max Horn |
2009-04-22 | SCI: getInt -> READ_LE_UINT16 | Max Horn |
2009-04-22 | SCI: Changed knames (kernel function name table) to Common::StringList | Max Horn |
2009-04-22 | AGOS: Merged timerCallback and timerProc; removed checkTimerCallback declarat... | Max Horn |
2009-04-22 | Sync. | Travis Howell |
2009-04-22 | Fix crash that occurs when OmniTV video is played completely, in The Feeble F... | Travis Howell |