Age | Commit message (Expand) | Author |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-08-30 | SCI: Add lofs detection. | Walter van Niftrik |
2009-08-30 | SCI: Add SetCursor detection. Cleanup. | Walter van Niftrik |
2009-08-28 | - Removed the unused selectors "prevSignal", "who" and "distance" from the qu... | Filippos Karapetis |
2009-08-28 | Removed the unused selectors (edgeHit, semanticFail and baseSetter) | Filippos Karapetis |
2009-08-26 | - Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo... | Matthew Hoops |
2009-08-26 | Committed a slight patch by clone2727, which contains debug code to dump the ... | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-08-15 | SCI: Added enum for map and volume versions. Removed res_version setting from | Walter van Niftrik |
2009-07-07 | Cleanup: added an enum for the auto-detected features, removed the selectors ... | Filippos Karapetis |
2009-07-07 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-07 | Removed unused define | Filippos Karapetis |
2009-07-06 | Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-05 | - Fixed feature auto-detection for Conquests of Camelot | Filippos Karapetis |
2009-07-05 | SCI1 games with absolute parameters to lofs instructions are automatically de... | Filippos Karapetis |
2009-07-04 | - Merged the "early" and "late" SCI1 versions - these are functionally equiva... | Filippos Karapetis |
2009-07-04 | - Kernel function names are no longer loaded from vocab.999, but are construc... | Filippos Karapetis |
2009-07-04 | Newer DoSound() semantics are now detected automatically, by the existence of... | Filippos Karapetis |
2009-06-24 | SCI: Partial support for dual-language games. | Walter van Niftrik |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, saving/lo... | Filippos Karapetis |
2009-05-31 | - Further objectification of the SCI vocabulary functions | Filippos Karapetis |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-30 | Started objectifying the vocabulary functions (WIP) | Filippos Karapetis |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-14 | SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ... | Max Horn |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-12 | Replaced sci_hexdump() with Common::hexdump() | Filippos Karapetis |
2009-04-25 | SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio | Walter van Niftrik |
2009-04-20 | SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode... | Max Horn |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-09 | SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ... | Max Horn |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-04 | SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th... | Max Horn |