Age | Commit message (Expand) | Author |
2009-04-25 | SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio | Walter van Niftrik |
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ... | Filippos Karapetis |
2009-04-24 | SCI: Fixed mouse cursor hotspots in ECO1. | Walter van Niftrik |
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-23 | Changed the "Intersections" opcode to "MoveCursor", after verifying it with G... | Filippos Karapetis |
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-20 | SCI: cleanup | Max Horn |
2009-04-07 | SCI: Do not skip last entry in kernel table for SCI1. | Walter van Niftrik |
2009-04-07 | SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table. | Walter van Niftrik |
2009-04-07 | SCI: Fix endian-unsafe read [bug #2739122 ] | Willem Jan Palenstijn |
2009-04-03 | Changed some references from "FreeSCI" to "SCI" or "ScummVM" | Filippos Karapetis |
2009-03-30 | This should really fix the issues with vobab.999/999.voc in SCI1 games (e.g. ... | Filippos Karapetis |
2009-03-30 | Ignore the unreliable resource vocab.999 in SCI1 games. This allows us to use... | Filippos Karapetis |
2009-03-30 | Fixed compilation | Filippos Karapetis |
2009-03-30 | Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks... | Filippos Karapetis |
2009-03-26 | SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ... | Max Horn |
2009-03-25 | SCI: Cleaned up the decompressor comments and code a little bit | Max Horn |
2009-03-25 | Use the default kernel vocabulary names for SCI1 games, instead of reading th... | Filippos Karapetis |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-24 | SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu... | Max Horn |
2009-03-24 | SCI: Turned synonyms list into a Common::List | Max Horn |
2009-03-14 | SCI: Fixed warning | Max Horn |
2009-03-14 | - LZS Decompressor added | Greg Frieger |
2009-03-14 | Fixed SCI32 Map detection | Greg Frieger |
2009-03-14 | Some rewrites and clean-ups in decompressing functions. View and Pic post-pro... | Greg Frieger |
2009-03-13 | Applied gregfrieger's fix on decodeRLE() | Filippos Karapetis |
2009-03-11 | ResourceManager: | Greg Frieger |
2009-03-11 | ResourceManager: | Greg Frieger |
2009-03-11 | Formatting. | Johannes Schickel |
2009-03-11 | More clean-ups in decompression classes | Greg Frieger |
2009-03-11 | SCI: Formatting changes (using astyle) | Max Horn |
2009-03-11 | SCI: Fix warning | Max Horn |
2009-03-11 | Some clean-up of DecompressorComp3 class | Greg Frieger |
2009-03-10 | Yet another few tiny formatting fixes. | Johannes Schickel |
2009-03-10 | Formatting. | Johannes Schickel |
2009-03-10 | Made Decompressor's destructor virtual. (fixes compilation and should fix pos... | Johannes Schickel |
2009-03-10 | Resource decompression functions moved to scicore\decompressor.cpp and turned... | Greg Frieger |
2009-03-09 | SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ... | Max Horn |
2009-03-08 | Added more missing NULLing | Sven Hesse |
2009-03-08 | Restore potentially useful info deleted in r39188 | Willem Jan Palenstijn |
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:... | Max Horn |
2009-03-08 | SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header file | Max Horn |
2009-03-08 | SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16 | Max Horn |
2009-03-08 | SCI: Added new header gfx/font.h and removed some dead code | Max Horn |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-07 | Removed unused code | Filippos Karapetis |
2009-03-07 | Fixed crash when reading some SCI1 resource map | Greg Frieger |
2009-03-07 | Added detection of SCI1.1 and SCI32 resource volumes | Greg Frieger |