Age | Commit message (Expand) | Author |
2009-04-27 | SCI: Turned classtable into a Common::Array<Class> | Max Horn |
2009-04-27 | COMMON: Added Functor2Fun; fixed some typos | Max Horn |
2009-04-27 | SCI: Removed unused vars; doxygenified some comments; cleanup | Max Horn |
2009-04-27 | Fixed a method name clash, and changed the Restart dialog to properly use the... | Paul Gilbert |
2009-04-27 | Added a German Urban Runner version, as supplied by goodoldgeorg in bug repor... | Sven Hesse |
2009-04-27 | SCI: Rewrote dirty rect code to use Common::List | Max Horn |
2009-04-27 | SCI: Renamed gfx_state_t -> GfxState | Max Horn |
2009-04-27 | COMMON: Added Common::List::front() and back() method (similar to std::list) | Max Horn |
2009-04-26 | Ooops, actually delete[] the correct pointer (yeah, syke, I should have valgr... | Sven Hesse |
2009-04-26 | tinsel: changed PSX CLUT converter to report effective number of colours used... | Fabio Battaglia |
2009-04-26 | Added all the different cases of kDoAudio as enums | Filippos Karapetis |
2009-04-25 | Changed the attacker parameter from 0 to 0xFFFF in inflictDamage() (which was... | Filippos Karapetis |
2009-04-25 | The "attacker" parameter is an unsigned integer, so we can't pass a negative ... | Filippos Karapetis |
2009-04-25 | SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio | Walter van Niftrik |
2009-04-25 | Fascination | Arnaud Boutonné |
2009-04-25 | Fixed warning. | Torbjörn Andersson |
2009-04-25 | LOL: - Started implementing the fighting system. The damage inflicted is wron... | Florian Kagerer |
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ... | Filippos Karapetis |
2009-04-25 | Added code to enable Discworld 2 to play directly from the CD (only the first... | Paul Gilbert |
2009-04-25 | Bugfix to the coroutine handling in CdDoChange | Paul Gilbert |
2009-04-25 | Gob Compilation - last fix ... (mixed up 7.1 and 7.0) | Arnaud Boutonné |
2009-04-25 | svn-id: r40138 | Arnaud Boutonné |
2009-04-25 | MSVC project files for Gob : Add demoplayer and batplayer needed to compile | Arnaud Boutonné |
2009-04-25 | Complete general function 0 and 1 based on DrMcCoy suggestion (Hardcoded IMD ... | Arnaud Boutonné |
2009-04-24 | Added a workaround for the inca2 demo's cons2.imd / cons.imd mix-up | Sven Hesse |
2009-04-24 | Ooops, changing a const argument is evil, copying it now | Sven Hesse |
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 | Updated the MSVC project files of the gob engine for commit #40122 | Filippos Karapetis |
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 | Fixed typo. | Torbjörn Andersson |
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 |