Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-17 | Correction for Invalid reads in Translation iconv calls reported by Valgrind. | David Turner | |
The string terminators were omitted from the iconv call and not restored. svn-id: r49916 | |||
2010-06-17 | Only hide/show cursor when playing a VMD if it was visible in the first place. | Matthew Hoops | |
svn-id: r49914 | |||
2010-06-17 | Added handling of VMD video files in kResCheck, fixes video playing in GK2 | Filippos Karapetis | |
svn-id: r49913 | |||
2010-06-16 | Hooked the VMD player in kPlayVMD. The VMD videos in the demo of ↵ | Filippos Karapetis | |
Phantasmagoria 1 are shown now (e.g. the intro and the chapter beginning) svn-id: r49912 | |||
2010-06-16 | Added back the functionality to skip videos | Filippos Karapetis | |
svn-id: r49911 | |||
2010-06-16 | Added a sanity check inside kMulDiv | Filippos Karapetis | |
svn-id: r49910 | |||
2010-06-16 | Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage ↵ | Filippos Karapetis | |
is done correctly now, without leaving trails svn-id: r49909 | |||
2010-06-16 | Added handling for the SCI2.1 kPalette(1) call. The graphics in Torin's ↵ | Filippos Karapetis | |
Passage are shown with the correct colors now svn-id: r49908 | |||
2010-06-16 | SCI: dont seek during init of music but on play, fixes assert when restoring ↵ | Martin Kiewitz | |
saves caused by r49905 - because channel remapping isn't done at that point svn-id: r49907 | |||
2010-06-16 | SCI: fix debug command "show_instruments", got broken by r49905 on purpose | Martin Kiewitz | |
svn-id: r49906 | |||
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz | |
svn-id: r49905 | |||
2010-06-16 | PSP: got rid of SDL | Yotam Barnoy | |
svn-id: r49903 | |||
2010-06-16 | Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and ↵ | David Turner | |
derived backends. svn-id: r49902 | |||
2010-06-16 | Fix for Tooltip calls causing valgrind errors. | David Turner | |
svn-id: r49901 | |||
2010-06-16 | Fixed QDM2 to working state. | David Turner | |
Major issue was that the input frames are reused 16 times to produce output frames. Thanks to clone2727 for helping with this. svn-id: r49900 | |||
2010-06-16 | SCI: Avoid using g_sci in resman (as it might not yet be inited) | Max Horn | |
svn-id: r49897 | |||
2010-06-15 | Fix g++ warning "format not a string literal and no format arguments". | Johannes Schickel | |
svn-id: r49896 | |||
2010-06-15 | Workaround bug #3003643 (MI1EGA German: Credit text incorrect) | Max Horn | |
svn-id: r49895 | |||
2010-06-15 | Fix link of scummvm-static (for MacOS X bundle) when translation is enabled. | Thierry Crozat | |
svn-id: r49894 | |||
2010-06-15 | GP2X: Move port distribution rules into a makefile for use with buildbot. | John Willis | |
This removes them from the old scripts in /backends/platform/gp2x/build/ and puts them in the right place. svn-id: r49892 | |||
2010-06-15 | SCI: make umlauts work in kFrameout for sci32 | Martin Kiewitz | |
svn-id: r49890 | |||
2010-06-15 | Yet another WinCE fix | Max Horn | |
svn-id: r49889 | |||
2010-06-15 | Fix some warnings inside make-scumm-fontdata.c | Johannes Schickel | |
svn-id: r49888 | |||
2010-06-15 | Fix some warnings inside convbdf.c | Johannes Schickel | |
svn-id: r49887 | |||
2010-06-15 | Add translation feature support in create_msvc. | Johannes Schickel | |
svn-id: r49886 | |||
2010-06-15 | Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of ↵ | Johannes Schickel | |
(ENABLE_)TRANSLATION, DETECTLANG and TERMCONV. svn-id: r49885 | |||
2010-06-15 | Fix linking of the cc_tests (gamecube too) | Andre Heider | |
svn-id: r49884 | |||
2010-06-15 | Surface is a struct, not a class | Filippos Karapetis | |
svn-id: r49883 | |||
2010-06-15 | Fix linking of the cc_tests | Andre Heider | |
svn-id: r49882 | |||
2010-06-15 | Added the same quit/restart test to print() as we have in so many other places. | Torbjörn Andersson | |
This makes it easier to quit the game during the text box in the King's Quest 3 into, and probably other places as well. svn-id: r49881 | |||
2010-06-15 | Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the ↵ | Johannes Schickel | |
"msg" variable there). svn-id: r49880 | |||
2010-06-15 | Fix compilation when using ICONV_USES_CONST. | Andre Heider | |
svn-id: r49878 | |||
2010-06-15 | GP2XWiz: Add port distribution rules into a makefile so they can be used ↵ | John Willis | |
with buildbot. This removes them from the old scripts in /backends/platform/gp2xwiz/build/ and puts them in the right place as make targets. svn-id: r49877 | |||
2010-06-15 | Strip out charset information from the system locale again (like it was done ↵ | Johannes Schickel | |
before r49871). Unlike with the old code, we know allow for locales with a different size than 5 though. svn-id: r49876 | |||
2010-06-15 | Fix a typo. | Johannes Schickel | |
svn-id: r49875 | |||
2010-06-15 | SCI: only set mouse position, when cursor is visible (fixes non-stop, but ↵ | Martin Kiewitz | |
escapeable mouse position setting to 0, 0 in eco quest 1 floppy during intro) svn-id: r49874 | |||
2010-06-15 | Output some warning in case an invalid ID was passed to ↵ | Johannes Schickel | |
TranslationManager::getLangById. svn-id: r49873 | |||
2010-06-15 | Extend (and along with it add) some doxygen comments. | Johannes Schickel | |
svn-id: r49872 | |||
2010-06-15 | Use a Common::String instead of a fixed size array for _syslang in ↵ | Johannes Schickel | |
TranslationManager. svn-id: r49871 | |||
2010-06-15 | Remove unnecessary svn:executable properties | Willem Jan Palenstijn | |
svn-id: r49870 | |||
2010-06-15 | Some style fixes. | Johannes Schickel | |
svn-id: r49869 | |||
2010-06-15 | Fix iconv signature on BSD systems. (Based on what we do in tools/) | Johannes Schickel | |
svn-id: r49868 | |||
2010-06-15 | Some documentation cleanup to ease readability. | Johannes Schickel | |
svn-id: r49867 | |||
2010-06-15 | SDL: only change mouse cursor, when mouse is currently within our window, ↵ | Martin Kiewitz | |
also enable mouse position changing again for SCI svn-id: r49866 | |||
2010-06-15 | Don't disable kPalVary for SCI32, the semantics have remained the same. | Matthew Hoops | |
svn-id: r49865 | |||
2010-06-15 | Another attempt to fix WinCE compilation | Max Horn | |
svn-id: r49864 | |||
2010-06-15 | SCI: Pass resman to scanSource() methods | Max Horn | |
svn-id: r49863 | |||
2010-06-15 | Don't adjust the object's coordinates if the object does not belong to a ↵ | Filippos Karapetis | |
plane in kIsOnMe(). It's now possible to start the interactive part of the Phantasmagoria 1 demo svn-id: r49862 | |||
2010-06-15 | Add TranslationManager::getTranslation variant taking/returning a ↵ | Max Horn | |
Common::String (should fix WinCE build) svn-id: r49861 | |||
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz | |
svn-id: r49860 |