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
Age
Commit message (
Expand
)
Author
2009-03-07
Removed unused code
Filippos Karapetis
2009-03-07
Fixed crash when reading some SCI1 resource map
Greg Frieger
2009-03-07
SCI: Replaced linked list of Sci1Samples by a Common::List
Max Horn
2009-03-07
SCI: More cleanup in the song iterator codebase
Max Horn
2009-03-07
SCI: Removed resource_map.o and resource_patch.o from module.mk
Max Horn
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
SongIterator is a class, not a struct
Filippos Karapetis
2009-03-06
SCI: Reduce SFX header dependencies
Max Horn
2009-03-06
SCI: Continued C++ification of SongIterator code
Max Horn
2009-03-06
SCI: Fixed (I hope) song iterator death listeners; and some cleanup
Max Horn
2009-03-06
SCI: Started to revamp the song iterator death notification system (which cur...
Max Horn
2009-03-06
Cleanup and unification. Merged decryptinit3() inside decrypt3()
Filippos Karapetis
2009-03-06
SongIterator is a class, not a struct
Filippos Karapetis
2009-03-06
SCI: C++ifyed SongIterator and its subclasses
Max Horn
2009-03-06
SCI: Some cleanup to the SongIteratorMessage code
Max Horn
2009-03-06
SCI: Converted SongIterator::get_pcm_feed into a virtual method
Max Horn
2009-03-06
SCI: Restructured PolledPlayerAudioStream::readBuffer a bit
Max Horn
2009-03-06
SCI: Renamed lots of classes related to song iterators; allocate song iterato...
Max Horn
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
don't crash if sound has been disabled or the backend driver failed to initia...
Andre Heider
2009-03-05
Added a missing NULLing
Sven Hesse
2009-03-05
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...
Jordi Vilalta Prat
2009-03-04
SCI: Removed unused FEED_MODE_DEAD, extended FIXME comment for FEED_MODE_RESTART
Max Horn
2009-03-04
SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStream
Max Horn
2009-03-04
SCI: Added FIXME about Opl2 driver hardcoding sample rate. well, we probably ...
Max Horn
2009-03-04
SCI: Merged sfx/mixer.cpp into sfx/player/polled.cpp
Max Horn
2009-03-04
SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear...
Max Horn
2009-03-04
SCI: Use Audio::Timestamp instead of sfx_timestamp_t
Max Horn
2009-03-04
SCI: mixer cleanup
Max Horn
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: Added TODO (rect_t should be replaced by Common::Rect), minor tweaks
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-03
Fixed crash in SQ4
Filippos Karapetis
2009-03-03
SCI1: Improved color mapping when drawing line/box/text. Text with transparen...
Greg Frieger
2009-03-02
Gave decompression methods more descriptive names. Some cleanup
Filippos Karapetis
2009-03-02
Cleanup
Filippos Karapetis
2009-03-02
Slight cleanup
Filippos Karapetis
2009-03-02
Slight cleanup
Filippos Karapetis
2009-03-01
Partial revert of "Fix handling of parentheses in said specs" (20080705)
Willem Jan Palenstijn
2009-03-01
SCI: Unified some of the decompression funcs (they share so much code, would ...
Max Horn
[next]