Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-20 | SCI: cleanup | Max Horn | |
svn-id: r40029 | |||
2009-04-07 | SCI: Do not skip last entry in kernel table for SCI1. | Walter van Niftrik | |
svn-id: r39895 | |||
2009-04-07 | SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table. | Walter van Niftrik | |
svn-id: r39894 | |||
2009-04-07 | SCI: Fix endian-unsafe read [bug #2739122 ] | Willem Jan Palenstijn | |
svn-id: r39891 | |||
2009-04-03 | Changed some references from "FreeSCI" to "SCI" or "ScummVM" | Filippos Karapetis | |
svn-id: r39807 | |||
2009-03-30 | This should really fix the issues with vobab.999/999.voc in SCI1 games (e.g. ↵ | Filippos Karapetis | |
KQ5) svn-id: r39768 | |||
2009-03-30 | Ignore the unreliable resource vocab.999 in SCI1 games. This allows us to ↵ | Filippos Karapetis | |
use the hardcoded table in vocabulary_get_knames1() instead (also check commit #39694). KQ5 floppy works now without FreeSCI's custom vocabulary file svn-id: r39766 | |||
2009-03-30 | Fixed compilation | Filippos Karapetis | |
svn-id: r39751 | |||
2009-03-30 | Wrapped all the still WIP SCI32-specific code around appropriate ifdef ↵ | Filippos Karapetis | |
blocks. SCI32 has fundamental differences from previous SCI versions (e.g. direct point addressing is no longer possible), most of SCI32 games use SVGA resolutions and currently a lot of SCI32 specific code is missing (like, for example, the newer string and array handling functions, the widget system etc). This has been done in the same manner as in the SCUMM and SAGA engines. svn-id: r39750 | |||
2009-03-26 | SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ↵ | Max Horn | |
if we ever want to turn this into overloaded methods of ResourceManager subclasses, one subclass for each SCI version) svn-id: r39701 | |||
2009-03-25 | SCI: Cleaned up the decompressor comments and code a little bit | Max Horn | |
svn-id: r39698 | |||
2009-03-25 | Use the default kernel vocabulary names for SCI1 games, instead of reading ↵ | Filippos Karapetis | |
the unreliable (in SCI1 games) 999.voc resource. KQ5 and EcoQuest 1 now work properly, and all other SCI1 games seem to be unaffected and working with this change. If there's any SCI1 game with different kernel vocabulary names, we can add special flags to it to our detector, so this change fixes more than it breaks :) svn-id: r39694 | |||
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn | |
svn-id: r39671 | |||
2009-03-24 | SCI: Changed vocab_tokenize_string to not 'return' the list it generates, ↵ | Max Horn | |
but rather pass a reference to an existing list to it (this is a bit more efficient, and allows us to return an error value) svn-id: r39670 | |||
2009-03-24 | SCI: Turned synonyms list into a Common::List | Max Horn | |
svn-id: r39669 | |||
2009-03-14 | SCI: Fixed warning | Max Horn | |
svn-id: r39400 | |||
2009-03-14 | - LZS Decompressor added | Greg Frieger | |
- Some code clean-up svn-id: r39385 | |||
2009-03-14 | Fixed SCI32 Map detection | Greg Frieger | |
svn-id: r39384 | |||
2009-03-14 | Some rewrites and clean-ups in decompressing functions. View and Pic ↵ | Greg Frieger | |
post-processing functions reverted back to FreeSCI ones. svn-id: r39383 | |||
2009-03-13 | Applied gregfrieger's fix on decodeRLE() | Filippos Karapetis | |
svn-id: r39367 | |||
2009-03-11 | ResourceManager: | Greg Frieger | |
- RESOURCE.MSG and MESSAGE.MAP added to source List - Small changes in patch processing code to avoid loading wrong files svn-id: r39345 | |||
2009-03-11 | ResourceManager: | Greg Frieger | |
- Keep a list of opened volumes to avoid redundant file opens - Internal functions moved from public to protected svn-id: r39334 | |||
2009-03-11 | Formatting. | Johannes Schickel | |
svn-id: r39330 | |||
2009-03-11 | More clean-ups in decompression classes | Greg Frieger | |
svn-id: r39329 | |||
2009-03-11 | SCI: Formatting changes (using astyle) | Max Horn | |
svn-id: r39325 | |||
2009-03-11 | SCI: Fix warning | Max Horn | |
svn-id: r39324 | |||
2009-03-11 | Some clean-up of DecompressorComp3 class | Greg Frieger | |
svn-id: r39323 | |||
2009-03-10 | Yet another few tiny formatting fixes. | Johannes Schickel | |
svn-id: r39320 | |||
2009-03-10 | Formatting. | Johannes Schickel | |
svn-id: r39319 | |||
2009-03-10 | Made Decompressor's destructor virtual. (fixes compilation and should fix ↵ | Johannes Schickel | |
possible leaks) svn-id: r39318 | |||
2009-03-10 | Resource decompression functions moved to scicore\decompressor.cpp and ↵ | Greg Frieger | |
turned into classes. svn-id: r39311 | |||
2009-03-09 | SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ↵ | Max Horn | |
of ResultWords svn-id: r39278 | |||
2009-03-08 | Added more missing NULLing | Sven Hesse | |
svn-id: r39246 | |||
2009-03-08 | Restore potentially useful info deleted in r39188 | Willem Jan Palenstijn | |
svn-id: r39228 | |||
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed ↵ | Max Horn | |
spelling: suffices -> suffixes svn-id: r39214 | |||
2009-03-08 | SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header file | Max Horn | |
svn-id: r39213 | |||
2009-03-08 | SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16 | Max Horn | |
svn-id: r39212 | |||
2009-03-08 | SCI: Added new header gfx/font.h and removed some dead code | Max Horn | |
svn-id: r39211 | |||
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis | |
svn-id: r39189 | |||
2009-03-07 | Removed unused code | Filippos Karapetis | |
svn-id: r39188 | |||
2009-03-07 | Fixed crash when reading some SCI1 resource map | Greg Frieger | |
svn-id: r39185 | |||
2009-03-07 | Added detection of SCI1.1 and SCI32 resource volumes | Greg Frieger | |
svn-id: r39175 | |||
2009-03-07 | Merged scicore/resource_map.cpp and scicore/resource_patch.cpp to ↵ | Greg Frieger | |
scicore/resource.cpp because these remaining functions are members of ResourceManager svn-id: r39172 | |||
2009-03-07 | Cleaned / reworked readResourceMapSCI0 and readResourceMapSCI1 | Greg Frieger | |
Removed unused functions and #defines svn-id: r39171 | |||
2009-03-07 | Use map/volume versions from detection.cpp if set | Greg Frieger | |
svn-id: r39170 | |||
2009-03-07 | Map/volume loader and version detection functions cleaned and reworked. | Greg Frieger | |
Autodetection still misdetects some SCI1/SCI1.1 games though. svn-id: r39169 | |||
2009-03-06 | Cleanup and unification. Merged decryptinit3() inside decrypt3() | Filippos Karapetis | |
svn-id: r39155 | |||
2009-03-05 | - Change Resource::LRU to use Common::List | Greg Frieger | |
- Real patch filename stored and used instead of calling patch_sprintf_funct() - some fprintf()s replaced with debug() and warning() svn-id: r39140 | |||
2009-03-05 | Removed Resource.location_dir_name | Greg Frieger | |
svn-id: r39139 | |||
2009-03-05 | readResourcePatchesSCI0 and readResourcePatchesSCI1 merged. Some clean-ups | Greg Frieger | |
svn-id: r39138 |