aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-15Yet another WinCE fixMax Horn
2010-06-15Fix some warnings inside make-scumm-fontdata.cJohannes Schickel
2010-06-15Fix some warnings inside convbdf.cJohannes Schickel
2010-06-15Add translation feature support in create_msvc.Johannes Schickel
2010-06-15Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN...Johannes Schickel
2010-06-15Fix linking of the cc_tests (gamecube too)Andre Heider
2010-06-15Surface is a struct, not a classFilippos Karapetis
2010-06-15Fix linking of the cc_testsAndre Heider
2010-06-15Added the same quit/restart test to print() as we have in so many other places.Torbjörn Andersson
2010-06-15Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the "ms...Johannes Schickel
2010-06-15Fix compilation when using ICONV_USES_CONST.Andre Heider
2010-06-15GP2XWiz: Add port distribution rules into a makefile so they can be used with...John Willis
2010-06-15Strip out charset information from the system locale again (like it was done ...Johannes Schickel
2010-06-15Fix a typo.Johannes Schickel
2010-06-15SCI: only set mouse position, when cursor is visible (fixes non-stop, but esc...Martin Kiewitz
2010-06-15Output some warning in case an invalid ID was passed to TranslationManager::g...Johannes Schickel
2010-06-15Extend (and along with it add) some doxygen comments.Johannes Schickel
2010-06-15Use a Common::String instead of a fixed size array for _syslang in Translatio...Johannes Schickel
2010-06-15Remove unnecessary svn:executable propertiesWillem Jan Palenstijn
2010-06-15Some style fixes.Johannes Schickel
2010-06-15Fix iconv signature on BSD systems. (Based on what we do in tools/)Johannes Schickel
2010-06-15Some documentation cleanup to ease readability.Johannes Schickel
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-15Another attempt to fix WinCE compilationMax Horn
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-15Add TranslationManager::getTranslation variant taking/returning a Common::Str...Max Horn
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15Code formattingMax Horn
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-15PSP: fixed up PowerManager and removed dependency on SDLYotam Barnoy
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-15Fix some warnings about 'format not a string literal'.Max 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