Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-03-05 | Added a missing NULLing | Sven Hesse | |
svn-id: r39134 | |||
2009-03-04 | SCI: Moved script.cpp from scicore/ to engine/ (because its header file is ↵ | Max Horn | |
there, and it seems its funcs are only called from stuff in engine/) svn-id: r39108 | |||
2009-03-04 | SCI: Reduce header interdeps | Max Horn | |
svn-id: r39107 | |||
2009-03-04 | SCI: cleanup | Max Horn | |
svn-id: r39106 | |||
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-03-03 | Merged unpackDCL_hdyn() and unpackDCL() and removed some unused code | Filippos Karapetis | |
svn-id: r39093 | |||
2009-03-02 | Gave decompression methods more descriptive names. Some cleanup | Filippos Karapetis | |
svn-id: r39082 | |||
2009-03-02 | Slight cleanup | Filippos Karapetis | |
svn-id: r39069 | |||
2009-03-02 | Slight cleanup | Filippos Karapetis | |
svn-id: r39068 | |||
2009-03-01 | SCI: Unified some of the decompression funcs (they share so much code, would ↵ | Max Horn | |
be nice to reduce the code duplication) svn-id: r39057 | |||
2009-03-01 | SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ↵ | Max Horn | |
or printf svn-id: r39055 | |||
2009-03-01 | Fix warnings. | Johannes Schickel | |
svn-id: r38997 | |||
2009-03-01 | Added default kernel functions table to be used if vocab.999 can't be loaded ↵ | Greg Frieger | |
in SCI1 Added SCI1.1 kernel functions table reader svn-id: r38992 | |||
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-28 | clean up some warnings | Andre Heider | |
svn-id: r38965 | |||
2009-02-27 | Fix code formatting | Eugene Sandulenko | |
svn-id: r38930 | |||
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp ↵ | Max Horn | |
file with the EngineState constructor svn-id: r38921 | |||
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: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source ↵ | Max Horn | |
file); moved include/sci_widgets.h to gfx/ (matching location of source file); renamed gfx/widgets.cpp to gfx/gfx_widgets.cpp (matching the header) svn-id: r38852 | |||
2009-02-24 | Normalized guard #defines | Eugene Sandulenko | |
svn-id: r38842 |