aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-06cleanupJoost Peters
2009-03-06Removed the defined(__PLAYSTATION2__) case to re-enable extra paths for PS2.Max Lingua
2009-03-06Added more ps2_* pseudo-posix entries for PS2 backend inMax Lingua
2009-03-06Oops!Max Lingua
2009-03-06Implemented _overlayFormat in Gs2dScreenMax Lingua
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-04Fix bug #2621207 "GUI: Debug console glitch".Johannes Schickel
2009-03-04Enabled LoL for MSVCFilippos Karapetis
2009-03-04Ease conditional LoL compiling with build systems not based on the default one.Johannes Schickel
2009-03-04Updated the MSVC project files for the SCI engine and the ScummVM common code...Filippos Karapetis
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-04Added capabilities to allow BT Mouse supportLars Persson
2009-03-04SCI: Use Audio::Timestamp instead of sfx_timestamp_tMax Horn
2009-03-04Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ...Max 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
2009-03-04SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaksMax Horn
2009-03-04Removed stale READ_PS2.TXTMax Lingua
2009-03-04SCI: Fix warningsMax Horn
2009-03-04- 0.13.x friendly ;-)Max Lingua
2009-03-04- Make Lands of Lore compileable optionally as suggested by _sev. (via ENABLE...Johannes Schickel
2009-03-03- ResourceManager uses HashMap to store and access resource info.Greg Frieger
2009-03-03LOL: implemented some walking code for the monstersFlorian Kagerer
2009-03-03Added missing checkCd() execution when loading through GMMFabio Battaglia
2009-03-03Enabled and hopefully fixed GMM saving/loading for sword1Fabio Battaglia
2009-03-03Renamed parameter to silence warning.Torbjörn Andersson
2009-03-03Merged unpackDCL_hdyn() and unpackDCL() and removed some unused codeFilippos Karapetis
2009-03-03Fixed crash in SQ4Filippos Karapetis
2009-03-03Cleaned up some commentsFabio Battaglia
2009-03-03SCI1: Improved color mapping when drawing line/box/text. Text with transparen...Greg Frieger
2009-03-03Corrected click handling when a text message is displaying to properly dismis...Paul Gilbert
2009-03-03Changed the int16[5] array used in pathfinding to a structure with explicitly...Paul Gilbert