aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-06-16SCI: Avoid using g_sci in resman (as it might not yet be inited)Max Horn
2010-06-15Workaround bug #3003643 (MI1EGA German: Credit text incorrect)Max Horn
2010-06-15SCI: make umlauts work in kFrameout for sci32Martin Kiewitz
2010-06-15Surface is a struct, not a classFilippos Karapetis
2010-06-15Added the same quit/restart test to print() as we have in so many other places.Torbjörn Andersson
2010-06-15SCI: only set mouse position, when cursor is visible (fixes non-stop, but esc...Martin Kiewitz
2010-06-15Remove unnecessary svn:executable propertiesWillem Jan Palenstijn
2010-06-15SDL: only change mouse cursor, when mouse is currently within our window, als...Martin Kiewitz
2010-06-15Don't disable kPalVary for SCI32, the semantics have remained the same.Matthew Hoops
2010-06-15SCI: Pass resman to scanSource() methodsMax Horn
2010-06-15Don't adjust the object's coordinates if the object does not belong to a plan...Filippos Karapetis
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15Fixed commentsFilippos Karapetis
2010-06-15Fixed detective Mosely's hotspot in GK1 (day 1)Filippos Karapetis
2010-06-15SCI: reset _gfxText16 for sci32, fixes gk1Martin Kiewitz
2010-06-15Fix wave patches.Matthew Hoops
2010-06-15SCI: putting SciGui::init into SciEngine, removing it from SciGui(32)Martin Kiewitz
2010-06-15SCI: calling wait() directly and removing it from SciGuiMartin Kiewitz
2010-06-15SCI: move textSize and textFonts and textColors inside gfxText16Martin Kiewitz
2010-06-15SCUMM: Fix composeFileHashMapMax Horn
2010-06-15SCI: Add FIXME regarding audio specific code in Resource(Source)Max Horn
2010-06-15SCI: Add Resource::getNumber methodMax Horn
2010-06-15SCI: Saner and simpler conversion from msecs to ticksMax Horn
2010-06-15AGI: Specify bug reference for workaroundMax Horn
2010-06-15Modify makeAIFFStream to match the other sound decoder factoriesMax Horn
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15SCI: Make Resource::_id protectedMax Horn
2010-06-15SCI: OOpify class ResourceIdMax Horn
2010-06-15SCI: Add ResourceManager::getVolVersion()Max Horn
2010-06-15SCI: fix changes from r49806Martin Kiewitz
2010-06-15cleanupMax Horn
2010-06-15Reduce header dependenciesMax Horn
2010-06-15SCI: Move decompress & readResourceInfo to Resource; more cleanupMax Horn
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