aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
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-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-05Added a missing NULLingSven Hesse
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
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-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
2009-03-04SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaksMax Horn
2009-03-04SCI: Fix warningsMax Horn
2009-03-03- ResourceManager uses HashMap to store and access resource info.Greg Frieger
2009-03-03Merged unpackDCL_hdyn() and unpackDCL() and removed some unused codeFilippos Karapetis
2009-03-03Fixed crash in SQ4Filippos Karapetis
2009-03-03SCI1: Improved color mapping when drawing line/box/text. Text with transparen...Greg Frieger
2009-03-02Gave decompression methods more descriptive names. Some cleanupFilippos Karapetis
2009-03-02CleanupFilippos Karapetis
2009-03-02Slight cleanupFilippos Karapetis
2009-03-02Slight cleanupFilippos Karapetis
2009-03-01Partial revert of "Fix handling of parentheses in said specs" (20080705)Willem Jan Palenstijn
2009-03-01SCI: Unified some of the decompression funcs (they share so much code, would ...Max Horn
2009-03-01SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ...Max Horn
2009-03-01SCI: Reimplemented the SCI mixer based on the old SCI DC mixer by walter, and...Max Horn
2009-03-01remove spurious linksAndre Heider
2009-03-01verified/added a couple of amiga versions.Andre Heider
2009-03-01Don't free a sfx_pcm_feed_t that's still in use.Willem Jan Palenstijn
2009-03-01rescanned all amiga version from back2roots.org and added the onces which use...Andre Heider
2009-03-01SCI: Forgot to commit a couple files after renaming sfx headersMax Horn
2009-03-01SCI: Removed unused pause/resume methods from the mixer, and rewrote the feed...Max Horn
2009-03-01SCI: cleanupMax Horn
2009-03-01SCI: Removed some unused code from the SCI mixerMax Horn
2009-03-01SCI: Renamed some sfx header filesMax Horn
2009-03-01SCI: Replaced fake struct 'inheritance' (using #defines) with regular C++ sub...Max Horn
2009-03-01Text/window color matching improved by using an existing gfxop_set_color() in...Greg Frieger
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-03-01SCI: pass gfx_pixmap_color_t instead of r,g,b triple, makes calling code a bi...Max Horn
2009-03-01Fixed windows and text drawing problem in SCI1Greg Frieger
2009-03-01Fix warnings.Johannes Schickel
2009-03-01Added default kernel functions table to be used if vocab.999 can't be loaded ...Greg Frieger