index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
scicore
Age
Commit message (
Expand
)
Author
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
2009-03-07
Merged scicore/resource_map.cpp and scicore/resource_patch.cpp to scicore/res...
Greg Frieger
2009-03-07
Cleaned / reworked readResourceMapSCI0 and readResourceMapSCI1
Greg Frieger
2009-03-07
Use map/volume versions from detection.cpp if set
Greg Frieger
2009-03-07
Map/volume loader and version detection functions cleaned and reworked.
Greg Frieger
2009-03-06
Cleanup and unification. Merged decryptinit3() inside decrypt3()
Filippos Karapetis
2009-03-05
- Change Resource::LRU to use Common::List
Greg Frieger
2009-03-05
Removed Resource.location_dir_name
Greg Frieger
2009-03-05
readResourcePatchesSCI0 and readResourcePatchesSCI1 merged. Some clean-ups
Greg Frieger
2009-03-05
Added a missing NULLing
Sven Hesse
2009-03-04
SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...
Max Horn
2009-03-04
SCI: Reduce header interdeps
Max Horn
2009-03-04
SCI: cleanup
Max Horn
2009-03-04
SCI: Fix warnings
Max Horn
2009-03-03
- ResourceManager uses HashMap to store and access resource info.
Greg Frieger
2009-03-03
Merged unpackDCL_hdyn() and unpackDCL() and removed some unused code
Filippos Karapetis
2009-03-02
Gave decompression methods more descriptive names. Some cleanup
Filippos Karapetis
2009-03-02
Slight cleanup
Filippos Karapetis
2009-03-02
Slight cleanup
Filippos Karapetis
2009-03-01
SCI: Unified some of the decompression funcs (they share so much code, would ...
Max Horn
2009-03-01
SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ...
Max Horn
2009-03-01
Fix warnings.
Johannes Schickel
2009-03-01
Added default kernel functions table to be used if vocab.999 can't be loaded ...
Greg Frieger
2009-02-28
SCI: Use the ResourceType enum instead of integers where it makes sense
Jordi Vilalta Prat
2009-02-28
SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...
Max Horn
2009-02-28
resource_t struct replaced with stub Resource class for future objectifying. ...
Greg Frieger
2009-02-28
Turned ResourceManager into a class, along with all related functions
Greg Frieger
2009-02-28
clean up some warnings
Andre Heider
2009-02-27
Fix code formatting
Eugene Sandulenko
[next]