Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis | |
- Moved /scicore/sciconsole.h into /engine, and renamed /engine/scriptconsole.cpp to /engine/sciconsole.cpp svn-id: r40608 | |||
2009-05-14 | Cleanup | Filippos Karapetis | |
svn-id: r40573 | |||
2009-05-14 | - Added a new game flag to distinguish SCI1 EGA versions | Filippos Karapetis | |
- Fixed the wrong detected versions of Laura Bow 2 - Changed some code regarding the resource loader of Jones in the Fast Lane (which is still non-functional) svn-id: r40564 | |||
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ↵ | Filippos Karapetis | |
feature flags (not used yet) - Removed the version verification functions (they were only used for two specific cases, but the SCI executable reader is able to detect the exact SCI game version anyway, so there is no point in having these) - Removed the empty GameFlags structure and replaced it with a 32-bit integer instead svn-id: r40524 | |||
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn | |
svn-id: r40514 | |||
2009-04-25 | SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio | Walter van Niftrik | |
(currently stubbed), so it hasn't been tested yet. so it hasn't been tested yet. svn-id: r40147 | |||
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. ↵ | Filippos Karapetis | |
KQ5 CD and SQ4 CD), taken from Greg's SCI implementation. svn-id: r40142 | |||
2009-04-07 | SCI: Fix endian-unsafe read [bug #2739122 ] | Willem Jan Palenstijn | |
svn-id: r39891 | |||
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 | 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-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-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 | 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-10 | Resource decompression functions moved to scicore\decompressor.cpp and ↵ | Greg Frieger | |
turned into classes. svn-id: r39311 | |||
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 | 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-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 | readResourcePatchesSCI0 and readResourcePatchesSCI1 merged. Some clean-ups | Greg Frieger | |
svn-id: r39138 | |||
2009-03-04 | SCI: Fix warnings | Max Horn | |
svn-id: r39103 | |||
2009-03-03 | - ResourceManager uses HashMap to store and access resource info. | Greg Frieger | |
- Changes and clean-ups in resource loading code. svn-id: r39098 | |||
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat | |
svn-id: r38988 | |||
2009-02-28 | SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var ↵ | Max Horn | |
shadowing warnings; some other tweaks svn-id: r38984 | |||
2009-02-28 | resource_t struct replaced with stub Resource class for future objectifying. ↵ | Greg Frieger | |
Also the crash when exiting SCI1 games was fixed svn-id: r38982 | |||
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger | |
svn-id: r38978 | |||
2009-02-27 | Fix code formatting | Eugene Sandulenko | |
svn-id: r38930 | |||
2009-02-27 | SCI: Moved almost all files from include/ to other dirs; only ↵ | Max Horn | |
include/engine.h remains svn-id: r38920 | |||
2009-02-24 | SCI: Moved engines/sci/include/sci_memory.h and ↵ | Max Horn | |
engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file svn-id: r38832 | |||
2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat | |
svn-id: r38783 | |||
2009-02-22 | SCI: cleanup | Max Horn | |
svn-id: r38779 | |||
2009-02-21 | SCI: More cleanup | Max Horn | |
svn-id: r38758 | |||
2009-02-21 | SCI: Untangling #include dependencies a bit | Max Horn | |
svn-id: r38740 | |||
2009-02-21 | SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files | Max Horn | |
svn-id: r38735 | |||
2009-02-21 | revert large parts of r38621. error() is for fatal errors and does not ↵ | Willem Jan Palenstijn | |
return. warning() is not for debugging status messages. svn-id: r38696 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38691 | |||
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag | |
svn-id: r38676 | |||
2009-02-20 | Changed more messages to warnings/errors | Filippos Karapetis | |
svn-id: r38621 | |||
2009-02-20 | fixed compilation | Paweł Kołodziejski | |
svn-id: r38599 | |||
2009-02-20 | SCI: Started rewriting file handling. Warning: This will likely introduce | Max Horn | |
regressions, but we just have to start somewhere. - factored out some common code in engine/kfile.cpp into a separate func - replaced many uses of chdir, getcwd, sci_init_dir etc. by equivalent or better functionality from SearchMan etc. - replaced many uses of sci_open and sci_fopen by using Common::File and Common::Stream - C++ified some stuff - simplified ResourceSource a bit (loosing some unused functionality) svn-id: r38597 | |||
2009-02-20 | SCI: Renamed some ResourceManager members, cleanup | Max Horn | |
svn-id: r38596 | |||
2009-02-20 | SCI: Removed unused allow_patches param/member | Max Horn | |
svn-id: r38595 | |||
2009-02-20 | SCI: Renamed resource_source_t -> ResourceSource; some cleanup | Max Horn | |
svn-id: r38593 | |||
2009-02-20 | SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other ↵ | Max Horn | |
resource manager' that it should be renamed to GraphicsManager or so svn-id: r38592 |