Age | Commit message (Expand) | Author |
2010-06-17 | Don't translate both x and y of the rect in kOnMe if only one of the variable... | Matthew Hoops |
2010-06-17 | Removed a now obsolete FIXME (spotted by Fingolfin) | Filippos Karapetis |
2010-06-17 | Fixed kLoad and kUnload (the resource type was incorrect) | Filippos Karapetis |
2010-06-17 | Add detection of original directory structure for Touche. | Travis Howell |
2010-06-17 | Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ... | Filippos Karapetis |
2010-06-17 | M4/MADS: Some slight tweaks to the animation message chunks | Filippos Karapetis |
2010-06-17 | SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with... | Martin Kiewitz |
2010-06-17 | SCI: decreasing channel given to us on cmdSendMidi by one, so mute command no... | Martin Kiewitz |
2010-06-17 | Added some more information on some of the calls of kPlayVMD | Filippos Karapetis |
2010-06-17 | SCI: fixes regressions of r49905 (thx to digitall) - first we now find out wh... | Martin Kiewitz |
2010-06-17 | Added 2x scaling for VMD videos, for bugtesting (temporarily in SCI itself). ... | Filippos Karapetis |
2010-06-17 | Moved kMulDiv together with the rest of the math functions, and kPlayVMD toge... | Filippos Karapetis |
2010-06-17 | Fixed a few cppcheck errors. | Torbjörn Andersson |
2010-06-17 | Fix another valgrind warning, thanks to digitall for spotting. | Matthew Hoops |
2010-06-17 | Fix a valgrind warning in GfxCursor. Thanks to digitall for finding it. | Matthew Hoops |
2010-06-17 | Correction for Invalid reads in Translation iconv calls reported by Valgrind. | David Turner |
2010-06-17 | Only hide/show cursor when playing a VMD if it was visible in the first place. | Matthew Hoops |
2010-06-17 | Added handling of VMD video files in kResCheck, fixes video playing in GK2 | Filippos Karapetis |
2010-06-16 | Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor... | Filippos Karapetis |
2010-06-16 | Added back the functionality to skip videos | Filippos Karapetis |
2010-06-16 | Added a sanity check inside kMulDiv | Filippos Karapetis |
2010-06-16 | Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is... | Filippos Karapetis |
2010-06-16 | Added handling for the SCI2.1 kPalette(1) call. The graphics in Torin's Passa... | Filippos Karapetis |
2010-06-16 | SCI: dont seek during init of music but on play, fixes assert when restoring ... | Martin Kiewitz |
2010-06-16 | SCI: fix debug command "show_instruments", got broken by r49905 on purpose | Martin Kiewitz |
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz |
2010-06-16 | PSP: got rid of SDL | Yotam Barnoy |
2010-06-16 | Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derive... | David Turner |
2010-06-16 | Fix for Tooltip calls causing valgrind errors. | David Turner |
2010-06-16 | Fixed QDM2 to working state. | David Turner |
2010-06-16 | SCI: Avoid using g_sci in resman (as it might not yet be inited) | Max Horn |
2010-06-15 | Fix g++ warning "format not a string literal and no format arguments". | Johannes Schickel |
2010-06-15 | Workaround bug #3003643 (MI1EGA German: Credit text incorrect) | Max Horn |
2010-06-15 | Fix link of scummvm-static (for MacOS X bundle) when translation is enabled. | Thierry Crozat |
2010-06-15 | GP2X: Move port distribution rules into a makefile for use with buildbot. | John Willis |
2010-06-15 | SCI: make umlauts work in kFrameout for sci32 | Martin Kiewitz |
2010-06-15 | Yet another WinCE fix | Max Horn |
2010-06-15 | Fix some warnings inside make-scumm-fontdata.c | Johannes Schickel |
2010-06-15 | Fix some warnings inside convbdf.c | Johannes Schickel |
2010-06-15 | Add translation feature support in create_msvc. | Johannes Schickel |
2010-06-15 | Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN... | Johannes Schickel |
2010-06-15 | Fix linking of the cc_tests (gamecube too) | Andre Heider |
2010-06-15 | Surface is a struct, not a class | Filippos Karapetis |
2010-06-15 | Fix linking of the cc_tests | Andre Heider |
2010-06-15 | Added the same quit/restart test to print() as we have in so many other places. | Torbjörn Andersson |
2010-06-15 | Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the "ms... | Johannes Schickel |
2010-06-15 | Fix compilation when using ICONV_USES_CONST. | Andre Heider |
2010-06-15 | GP2XWiz: Add port distribution rules into a makefile so they can be used with... | John Willis |
2010-06-15 | Strip out charset information from the system locale again (like it was done ... | Johannes Schickel |
2010-06-15 | Fix a typo. | Johannes Schickel |