aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-17Fix a valgrind warning in GfxCursor. Thanks to digitall for finding it.Matthew Hoops
2010-06-17Correction for Invalid reads in Translation iconv calls reported by Valgrind.David Turner
2010-06-17Only hide/show cursor when playing a VMD if it was visible in the first place.Matthew Hoops
2010-06-17Added handling of VMD video files in kResCheck, fixes video playing in GK2Filippos Karapetis
2010-06-16Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor...Filippos Karapetis
2010-06-16Added back the functionality to skip videosFilippos Karapetis
2010-06-16Added a sanity check inside kMulDivFilippos Karapetis
2010-06-16Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is...Filippos Karapetis
2010-06-16Added handling for the SCI2.1 kPalette(1) call. The graphics in Torin's Passa...Filippos Karapetis
2010-06-16SCI: dont seek during init of music but on play, fixes assert when restoring ...Martin Kiewitz
2010-06-16SCI: fix debug command "show_instruments", got broken by r49905 on purposeMartin Kiewitz
2010-06-16SCI: implement channel remapping for SCI1Martin Kiewitz
2010-06-16PSP: got rid of SDLYotam Barnoy
2010-06-16Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derive...David Turner
2010-06-16Fix for Tooltip calls causing valgrind errors.David Turner
2010-06-16Fixed QDM2 to working state.David Turner
2010-06-16SCI: Avoid using g_sci in resman (as it might not yet be inited)Max Horn
2010-06-15Fix g++ warning "format not a string literal and no format arguments".Johannes Schickel
2010-06-15Workaround bug #3003643 (MI1EGA German: Credit text incorrect)Max Horn
2010-06-15Fix link of scummvm-static (for MacOS X bundle) when translation is enabled.Thierry Crozat
2010-06-15GP2X: Move port distribution rules into a makefile for use with buildbot.John Willis
2010-06-15SCI: make umlauts work in kFrameout for sci32Martin Kiewitz
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