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
/
resource.h
Age
Commit message (
Expand
)
Author
2009-04-25
SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio
Walter van Niftrik
2009-04-25
WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...
Filippos Karapetis
2009-04-03
Changed some references from "FreeSCI" to "SCI" or "ScummVM"
Filippos Karapetis
2009-03-30
Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...
Filippos Karapetis
2009-03-26
SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ...
Max Horn
2009-03-11
ResourceManager:
Greg Frieger
2009-03-11
ResourceManager:
Greg Frieger
2009-03-11
SCI: Formatting changes (using astyle)
Max Horn
2009-03-10
Resource decompression functions moved to scicore\decompressor.cpp and turned...
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
Map/volume loader and version detection functions cleaned and reworked.
Greg Frieger
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-04
SCI: Fix warnings
Max Horn
2009-03-03
- ResourceManager uses HashMap to store and access resource info.
Greg Frieger
2009-03-02
Gave decompression methods more descriptive names. Some cleanup
Filippos Karapetis
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-27
Fix code formatting
Eugene Sandulenko
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn