aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-06-15SCI: cleanupMax Horn
2010-06-15SCI: Move several methods from ResourceManager to ResourceMax Horn
2010-06-15SCI: Add ResourceManager::updateResource(); change some code to use addResour...Max Horn
2010-06-15SCI: Move _associatedMap to VolumeResourceSource and make it constMax Horn
2010-06-15SCI: Move _audioCompression(Type|OffsetMapping) to AudioVolumeResourceSourceMax Horn
2010-06-15SCI: cleanupMax Horn
2010-06-15SCI: Get rid of ugly resMan params to ResourceSource methodsMax Horn
2010-06-15SCI: Merge ResourceManager::checkIfAudioVolumeIsCompressed into AudioVolumeRe...Max Horn
2010-06-15SCI: Make ResourceSource::_resourceFile constMax Horn
2010-06-15SCI: Revise how ResourceManager is instantiated.Max Horn
2010-06-15SCI: Doxygen fixesMax Horn
2010-06-15SCI: Rename ResourceSource members to follow _camelCase conventionMax Horn
2010-06-15SCI: Pass volume number to ResourceSource subclass constructors; make Resourc...Max Horn
2010-06-15SCI: Add loadResource impls for WaveResourceSource and AudioVolumeResourceSourceMax Horn
2010-06-15SCI: Add loadResource impls to MacResourceForkResourceSource and PatchResourc...Max Horn
2010-06-15SCI: Move code from ResourceManager::loadResource to ResourceSource::loadReso...Max Horn
2010-06-15SCI: Rename ResourceSource::resourceFile to _resourceFileMax Horn
2010-06-15SCI: Merge MacResourceForkResourceSource::scanSource and ResourceManager::rea...Max Horn
2010-06-15SCI: Add virtual method ResourceSource::scanSourceMax Horn
2010-06-15SCI: Change ResourceManager::getVolume() to use new classesMax Horn
2010-06-15SCI: Remove 'map' param from addSource, and let AudioVolumeResourceSource sub...Max Horn
2010-06-15SCI: Convert code to use ResourceSource subclassesMax Horn
2010-06-15SCI: Add ResourceSource subclasses, one for each typeMax Horn
2010-06-15SCI: Changed some 'const char *' to Common::StringMax Horn
2010-06-15SCI: Change ResourceSource to a class, further OOPify it.Max Horn
2010-06-15SCI: Only use MacResManager if needed; start to OOPify ResourceSourceMax Horn
2010-06-15SCI: cleanupMax Horn
2010-06-15SCI: Move ResourceSource to new header resource_intern.hMax Horn
2010-06-15SCI: move portrait methods to gfxPaint16Martin Kiewitz
2010-06-15Fixed compilation when SCI32 code is not enabledFilippos Karapetis
2010-06-15Bugfixes to depth processing that was causing the 'Microprose Design Group' m...Paul Gilbert
2010-06-15SCUMM: Added directory globs for in-depth search.Eugene Sandulenko
2010-06-15AGOS: Readd Simon1 Acorn CD detection.Eugene Sandulenko
2010-06-15MOHAWK: Properly add detection for Riven DVD.Eugene Sandulenko
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-15MOHAWK: Sync with latest GUI changes.Eugene Sandulenko
2010-06-15GUI: Implemented Languages as GUI options.Eugene Sandulenko
2010-06-15GUI: Implement MIDI drivers as GUI options.Eugene Sandulenko
2010-06-15Sound: add PCJR as a pseudodriver.Eugene Sandulenko
2010-06-15AGI: enable MIDI in options since now there are ways to play it.Eugene Sandulenko
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15SCI: Fix timer.Eugene Sandulenko
2010-06-15SAGA: fix timers.Eugene Sandulenko
2010-06-15GUI: Added in-place hotkeys for widgets.Eugene Sandulenko
2010-06-15SCUMM: Fix bug #1328120:Eugene Sandulenko
2010-06-15SCUMM: Fix bug #1879604.Eugene Sandulenko
2010-06-15AGI: Made proper Tandy emulator default for PC games.Eugene Sandulenko
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-06-15AGI: rearranged class methods a bit and cleanup.Eugene Sandulenko
2010-06-15AGI: Split all sound generators into separate modules.Eugene Sandulenko