aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-03-07Fix buffer overflow in matchSaveGame().Travis Howell
2009-03-07Fixed some method parameters, changed the main loop to a method of the engine...Paul Gilbert
2009-03-07SCI: Replaced linked list of Sci1Samples by a Common::ListMax Horn
2009-03-07SCI: More cleanup in the song iterator codebaseMax Horn
2009-03-07SCI: Removed resource_map.o and resource_patch.o from module.mkMax Horn
2009-03-07Added detection of SCI1.1 and SCI32 resource volumesGreg Frieger
2009-03-07Merged scicore/resource_map.cpp and scicore/resource_patch.cpp to scicore/res...Greg Frieger
2009-03-07Cleaned / reworked readResourceMapSCI0 and readResourceMapSCI1Greg Frieger
2009-03-07Use map/volume versions from detection.cpp if setGreg Frieger
2009-03-07Map/volume loader and version detection functions cleaned and reworked.Greg Frieger
2009-03-06LOL: - some opcodes for the first throne room sequenceFlorian Kagerer
2009-03-06SongIterator is a class, not a structFilippos Karapetis
2009-03-06LOL: - doors can now be opened and closedFlorian Kagerer
2009-03-06SCI: Reduce SFX header dependenciesMax Horn
2009-03-06SCI: Continued C++ification of SongIterator codeMax Horn
2009-03-06SCI: Fixed (I hope) song iterator death listeners; and some cleanupMax Horn
2009-03-06SCI: Started to revamp the song iterator death notification system (which cur...Max Horn
2009-03-06Cleanup and unification. Merged decryptinit3() inside decrypt3() Filippos Karapetis
2009-03-06SongIterator is a class, not a structFilippos Karapetis
2009-03-06Switch pause key to Pause in AGOS engine, and drop the debug keys.Travis Howell
2009-03-06SCI: C++ifyed SongIterator and its subclassesMax Horn
2009-03-06SCI: Some cleanup to the SongIteratorMessage codeMax Horn
2009-03-06SCI: Converted SongIterator::get_pcm_feed into a virtual methodMax Horn
2009-03-06SCI: Restructured PolledPlayerAudioStream::readBuffer a bitMax Horn
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song iterato...Max Horn
2009-03-06cleanupJoost Peters
2009-03-05- Change Resource::LRU to use Common::ListGreg Frieger
2009-03-05Removed Resource.location_dir_nameGreg Frieger
2009-03-05readResourcePatchesSCI0 and readResourcePatchesSCI1 merged. Some clean-upsGreg Frieger
2009-03-05don't crash if sound has been disabled or the backend driver failed to initia...Andre Heider
2009-03-05Add minor verb code differences in Elvira 1/2.Travis Howell
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2009-03-05Added a missing NULLingSven Hesse
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-04sword1: removed custom checks for thumbnails, using graphics/thumbnail.h func...Fabio Battaglia
2009-03-04Ease conditional LoL compiling with build systems not based on the default one.Johannes Schickel
2009-03-04Fixed compilation when ENABLE_LOL is not setFilippos Karapetis
2009-03-04sword1: disable saving/loading through GMM when in game menuFabio Battaglia
2009-03-04sword1: enable thumbnails when saving through GMMFabio Battaglia
2009-03-04SCI: Removed unused FEED_MODE_DEAD, extended FIXME comment for FEED_MODE_RESTARTMax Horn
2009-03-04SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStreamMax Horn
2009-03-04SCI: Added FIXME about Opl2 driver hardcoding sample rate. well, we probably ...Max Horn
2009-03-04SCI: Merged sfx/mixer.cpp into sfx/player/polled.cppMax Horn
2009-03-04SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear...Max Horn
2009-03-04SCI: Use Audio::Timestamp instead of sfx_timestamp_tMax Horn
2009-03-04SCI: mixer cleanupMax Horn
2009-03-04Fixed weirdness in groovie (as reported on scummvm-devel)Max Horn
2009-03-04SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...Max Horn
2009-03-04SCI: Reduce header interdepsMax Horn
2009-03-04SCI: cleanupMax Horn