Age | Commit message (Expand) | Author |
2006-05-07 | Paranoia | Max Horn |
2006-05-07 | Fixes playing of credits music. | Johannes Schickel |
2006-05-07 | Turning this warning into an error, since I never got any feedback on it | Max Horn |
2006-05-07 | Handle line breaks/overflow for V1-V3 games *after* processing newline codes,... | Max Horn |
2006-05-07 | Perform (horizontal) charset text clipping for V1-V3, too | Max Horn |
2006-05-07 | Fix slowFadeIn, the code of original Windows version was flawed | Travis Howell |
2006-05-06 | Fix for bug #1449597 (MANIAC: Incorrect word wrapping) | Max Horn |
2006-05-06 | Added a default implementation of the OSystem CD API (which simply does nothing) | Max Horn |
2006-05-06 | Ooops, skip WAV data, before changing size var | Travis Howell |
2006-05-06 | Use scumm_stricmp() instead of stricmp() to fix compile error on some systems, | Torbjörn Andersson |
2006-05-06 | Add support for non-English audio in cutscenes of Amiga/Mac. versions of FF | Travis Howell |
2006-05-06 | Fix typo, which caused FLAC speech files to fail | Travis Howell |
2006-05-05 | Add another English version of socks | Travis Howell |
2006-05-05 | Remove leftover | Travis Howell |
2006-05-05 | Fix inventory arrows regression in Simon 1 | Travis Howell |
2006-05-05 | Match fade code of original games and minor cleanup | Travis Howell |
2006-05-05 | Update copyright | Travis Howell |
2006-05-05 | Corrected a warning message (findGame failures are due to unsupported gameids... | Max Horn |
2006-05-05 | Removed Base::setTarget, and some minor cleanup & tweaks | Max Horn |
2006-05-05 | Updated outdated TODO | Max Horn |
2006-05-05 | Fingolfin just remembered *why* GUI::Actions::init() is called in scummvm_mai... | Max Horn |
2006-05-05 | Some further cleanup in scummvm_main | Max Horn |
2006-05-05 | Moved PalmOS specific call to ArgsFree up to the last point where argv is use... | Max Horn |
2006-05-04 | Fix s_appName computation | Max Horn |
2006-05-04 | Moved listGames, listTargets, runDetectorTest to base/options.cpp; also moved... | Max Horn |
2006-05-04 | Removed last traces of class GameDetector | Max Horn |
2006-05-04 | Renamed base/gameDetector.h/.cpp to base/options.h/.cpp | Max Horn |
2006-05-04 | Moved GameDetector::setTarget & findGame to the new namespace Base; moved the... | Max Horn |
2006-05-04 | Make sure our config default values get properly registered | Max Horn |
2006-05-04 | Turned the last remaining few GameDetector methods into static methods | Max Horn |
2006-05-04 | Put "path" config in game specific domain. Fixes bug #1475049. | Marcus Comstedt |
2006-05-04 | Set speech_mute/sfx_mute/music_mute values in one single central place | Max Horn |
2006-05-04 | Updates for S60V3 and UIQ3 | Lars Persson |
2006-05-04 | Add keyboard shortcuts for FF | Travis Howell |
2006-05-04 | Cleanup | Travis Howell |
2006-05-04 | Update palmOS code for GameSpecificSettings changes | Travis Howell |
2006-05-04 | Allow skipping speech in Simon1 | Travis Howell |
2006-05-04 | Adds (partial) support for italian floppy. (still hardcoded strings are missi... | Johannes Schickel |
2006-05-04 | Add missing old simon1 target | Travis Howell |
2006-05-04 | Don't read beyond animationCount, when looking for animation in vc3_loadSprite() | Travis Howell |
2006-05-04 | Don't read beyond imageCount, when looking for image | Travis Howell |
2006-05-04 | Remove duplicate code | Travis Howell |
2006-05-04 | Fix loading of default saved game file, containing restate state, in FF | Travis Howell |
2006-05-04 | Add filename difference in Amiga/Mac. versions of FF | Travis Howell |
2006-05-04 | The loadPlugins() function works a bit better if it doesn't fail when listDir() | Torbjörn Andersson |
2006-05-04 | Checking if the node isValid() is no longer an option, but isDirectory() should | Torbjörn Andersson |
2006-05-04 | Show Epic Interactive movie on startup in Amiga/Mac. versions of FF | Travis Howell |
2006-05-04 | Update screen more often, for smoother mouse movement | Travis Howell |
2006-05-04 | Update Simon engine settings | Travis Howell |
2006-05-04 | Cleanup | Travis Howell |