aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-07ParanoiaMax Horn
svn-id: r22379
2006-05-07Fixes playing of credits music.Johannes Schickel
svn-id: r22378
2006-05-07Turning this warning into an error, since I never got any feedback on itMax Horn
svn-id: r22376
2006-05-07Handle line breaks/overflow for V1-V3 games *after* processing newline ↵Max Horn
codes, to avoid double breaks (which result in spurious empty lines) svn-id: r22375
2006-05-07Perform (horizontal) charset text clipping for V1-V3, tooMax Horn
svn-id: r22374
2006-05-07Fix slowFadeIn, the code of original Windows version was flawedTravis Howell
svn-id: r22372
2006-05-06Fix for bug #1449597 (MANIAC: Incorrect word wrapping)Max Horn
svn-id: r22371
2006-05-06Added a default implementation of the OSystem CD API (which simply does nothing)Max Horn
svn-id: r22370
2006-05-06Ooops, skip WAV data, before changing size varTravis Howell
svn-id: r22367
2006-05-06Use scumm_stricmp() instead of stricmp() to fix compile error on some systems,Torbjörn Andersson
e.g. mine. svn-id: r22366
2006-05-06Add support for non-English audio in cutscenes of Amiga/Mac. versions of FFTravis Howell
svn-id: r22365
2006-05-06Fix typo, which caused FLAC speech files to failTravis Howell
svn-id: r22364
2006-05-05Add another English version of socksTravis Howell
svn-id: r22362
2006-05-05Remove leftoverTravis Howell
svn-id: r22361
2006-05-05Fix inventory arrows regression in Simon 1Travis Howell
svn-id: r22360
2006-05-05Match fade code of original games and minor cleanupTravis Howell
svn-id: r22359
2006-05-05Update copyrightTravis Howell
svn-id: r22358
2006-05-05Corrected a warning message (findGame failures are due to unsupported ↵Max Horn
gameids, and have nothing to do with targets) svn-id: r22357
2006-05-05Removed Base::setTarget, and some minor cleanup & tweaksMax Horn
svn-id: r22356
2006-05-05Updated outdated TODOMax Horn
svn-id: r22354
2006-05-05Fingolfin just remembered *why* GUI::Actions::init() is called in ↵Max Horn
scummvm_main, but luckily those reasons are gone now, so let's fix this :-) svn-id: r22353
2006-05-05Some further cleanup in scummvm_mainMax Horn
svn-id: r22352
2006-05-05Moved PalmOS specific call to ArgsFree up to the last point where argv is ↵Max Horn
used (hopefully that's correct :-) svn-id: r22351
2006-05-04Fix s_appName computationMax Horn
svn-id: r22350
2006-05-04Moved listGames, listTargets, runDetectorTest to base/options.cpp; also ↵Max Horn
moved some code that was formerly in scummvm_main() to Base::processSettings() svn-id: r22349
2006-05-04Removed last traces of class GameDetectorMax Horn
svn-id: r22348
2006-05-04Renamed base/gameDetector.h/.cpp to base/options.h/.cppMax Horn
svn-id: r22347
2006-05-04Moved GameDetector::setTarget & findGame to the new namespace Base; moved ↵Max Horn
their declaration to base/game.h, their implementation to base/main.cpp (both until we can come up with a better location). Also moved detectMain into main.cpp, where it now is a local static function svn-id: r22346
2006-05-04Make sure our config default values get properly registeredMax Horn
svn-id: r22345
2006-05-04Turned the last remaining few GameDetector methods into static methodsMax Horn
svn-id: r22344
2006-05-04Put "path" config in game specific domain. Fixes bug #1475049.Marcus Comstedt
svn-id: r22343
2006-05-04Set speech_mute/sfx_mute/music_mute values in one single central placeMax Horn
svn-id: r22342
2006-05-04Updates for S60V3 and UIQ3Lars Persson
svn-id: r22341
2006-05-04Add keyboard shortcuts for FFTravis Howell
svn-id: r22338
2006-05-04CleanupTravis Howell
svn-id: r22336
2006-05-04Update palmOS code for GameSpecificSettings changesTravis Howell
svn-id: r22335
2006-05-04Allow skipping speech in Simon1Travis Howell
svn-id: r22334
2006-05-04Adds (partial) support for italian floppy. (still hardcoded strings are ↵Johannes Schickel
missing) (Bug # 1409244 ("KYRA: GFX problems with ITALIAN floppy")). svn-id: r22333
2006-05-04Add missing old simon1 targetTravis Howell
svn-id: r22332
2006-05-04Don't read beyond animationCount, when looking for animation in vc3_loadSprite()Travis Howell
svn-id: r22331
2006-05-04Don't read beyond imageCount, when looking for imageTravis Howell
svn-id: r22330
2006-05-04Remove duplicate codeTravis Howell
svn-id: r22329
2006-05-04Fix loading of default saved game file, containing restate state, in FFTravis Howell
svn-id: r22328
2006-05-04Add filename difference in Amiga/Mac. versions of FFTravis Howell
svn-id: r22326
2006-05-04The loadPlugins() function works a bit better if it doesn't fail when listDir()Torbjörn Andersson
succeeds. ;-) svn-id: r22325
2006-05-04Checking if the node isValid() is no longer an option, but isDirectory() shouldTorbjörn Andersson
serve the same purpose, I believe. svn-id: r22324
2006-05-04Show Epic Interactive movie on startup in Amiga/Mac. versions of FFTravis Howell
svn-id: r22323
2006-05-04Update screen more often, for smoother mouse movementTravis Howell
svn-id: r22322
2006-05-04Update Simon engine settingsTravis Howell
svn-id: r22321
2006-05-04CleanupTravis Howell
svn-id: r22320