aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-08Implemented FW inventory. This is basically a copy of makeMenuChoice(), minusTorbjörn Andersson
2006-05-08Added delay() to delayWithTicks() as well. This function is quite similar toTorbjörn Andersson
2006-05-08Replaced a bunch of delay loops with a new delayUntil() function. Now all ofTorbjörn Andersson
2006-05-08Added comment about switch case fallthrough. I assume this one is deliberate,Torbjörn Andersson
2006-05-08As LordHoto pointed out, placeItem is already initialised to false, so we onlyTorbjörn Andersson
2006-05-08Small cleanup. It's not that I mind fallthroughs - as long as they are clearlyTorbjörn Andersson
2006-05-08Changed abs() to ABS()Torbjörn Andersson
2006-05-08Fix regression in lost, the middle directories were removedTravis Howell
2006-05-08Fix off by one in rect when capturing imageTravis Howell
2006-05-08Init. videoParams vars for HE90+Travis Howell
2006-05-08Missed a couple of switch cleanups.Torbjörn Andersson
2006-05-08Add initial DXA support for HE gamesTravis Howell
2006-05-08Cleanup: Use ScummVM indentation style for switch() cases. In some cases, ITorbjörn Andersson
2006-05-08Fixed bug #1483450. Apparently, S_ISDIR() is undefined if stat() fails. TheTorbjörn Andersson
2006-05-08Add missing file details for HE gamesTravis Howell
2006-05-07Initial disassembly of NPC schedule handling methodsPaul Gilbert
2006-05-07ParanoiaMax Horn
2006-05-07Fixes playing of credits music.Johannes Schickel
2006-05-07Turning this warning into an error, since I never got any feedback on itMax Horn
2006-05-07Handle line breaks/overflow for V1-V3 games *after* processing newline codes,...Max Horn
2006-05-07Perform (horizontal) charset text clipping for V1-V3, tooMax Horn
2006-05-07Fix slowFadeIn, the code of original Windows version was flawedTravis Howell
2006-05-06Fix for bug #1449597 (MANIAC: Incorrect word wrapping)Max Horn
2006-05-06Added a default implementation of the OSystem CD API (which simply does nothing)Max Horn
2006-05-06Ooops, skip WAV data, before changing size varTravis Howell
2006-05-06Use scumm_stricmp() instead of stricmp() to fix compile error on some systems,Torbjörn Andersson
2006-05-06Add support for non-English audio in cutscenes of Amiga/Mac. versions of FFTravis Howell
2006-05-06Fix typo, which caused FLAC speech files to failTravis Howell
2006-05-05Add another English version of socksTravis Howell
2006-05-05Remove leftoverTravis Howell
2006-05-05Fix inventory arrows regression in Simon 1Travis Howell
2006-05-05Match fade code of original games and minor cleanupTravis Howell
2006-05-05Update copyrightTravis Howell
2006-05-05Corrected a warning message (findGame failures are due to unsupported gameids...Max Horn
2006-05-05Removed Base::setTarget, and some minor cleanup & tweaksMax Horn
2006-05-05Updated outdated TODOMax Horn
2006-05-05Fingolfin just remembered *why* GUI::Actions::init() is called in scummvm_mai...Max Horn
2006-05-05Some further cleanup in scummvm_mainMax Horn
2006-05-05Moved PalmOS specific call to ArgsFree up to the last point where argv is use...Max Horn
2006-05-04Fix s_appName computationMax Horn
2006-05-04Moved listGames, listTargets, runDetectorTest to base/options.cpp; also moved...Max Horn
2006-05-04Removed last traces of class GameDetectorMax Horn
2006-05-04Renamed base/gameDetector.h/.cpp to base/options.h/.cppMax Horn
2006-05-04Moved GameDetector::setTarget & findGame to the new namespace Base; moved the...Max Horn
2006-05-04Make sure our config default values get properly registeredMax Horn
2006-05-04Turned the last remaining few GameDetector methods into static methodsMax Horn
2006-05-04Put "path" config in game specific domain. Fixes bug #1475049.Marcus Comstedt
2006-05-04Set speech_mute/sfx_mute/music_mute values in one single central placeMax Horn
2006-05-04Updates for S60V3 and UIQ3Lars Persson
2006-05-04Add keyboard shortcuts for FFTravis Howell