aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
AgeCommit message (Expand)Author
2003-12-21The rewritten Timer class actually allows us to get rid of several evil hacks...Max Horn
2003-12-21Make it possible for game detection functions to detect language/platform (no...Max Horn
2003-12-18Adjust load/key for FM Towns games, since values have changed.Travis Howell
2003-12-17Fix restart key in fm towns gamesTravis Howell
2003-12-16Fix for bug #856624, "FT: '.' key wipes out conversation responses".Torbjörn Andersson
2003-12-15Fix for bug #751670, thanks to MadMoose (I am not quite happy with the situat...Max Horn
2003-12-15Add commentTravis Howell
2003-12-15Removed obsolete stuffsChris Apers
2003-12-15Add extra color table entry for v1 games, for inventory/sentence color.Travis Howell
2003-12-15Small color table correction for demo mode of v1 maniacTravis Howell
2003-12-15Detect restart key in v1-v2 games and use confirmation.Travis Howell
2003-12-14Let's spell it out: c-o-d-e r-e-u-s-e :-)Max Horn
2003-12-14Always confirm restartTravis Howell
2003-12-14Enable restart key in later games.Travis Howell
2003-12-14Reset actors in restart()Travis Howell
2003-12-14Full Thorttle should stop all music when changing rooms.Travis Howell
2003-12-14Set vars to 0 on startup.Travis Howell
2003-12-13patch #858731 to work around MSVC6 compiler bugsMax Horn
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-12-11Add option to enable copy protection in SCUMM games, which ScummVM disable it...Travis Howell
2003-12-11An 'Cancel' button is pointless for errors.Travis Howell
2003-12-06oops.Eugene Sandulenko
2003-12-06Preliminary support for FT INSANE is added. To enable the code defineEugene Sandulenko
2003-12-05Add keyboard support for derby in FT and cannon battle in COMI, patch #853099Travis Howell
2003-12-02TypoTravis Howell
2003-12-02Added memory auto-configuration on PalmOS for better speed and compatibilityChris Apers
2003-12-02Backwards compatbilityTravis Howell
2003-12-02Switch nosubtitles option to subtitles, to match others and help with Simon2 ...Travis Howell
2003-12-01Patch #847464: Remove spurious semicolonsMax Horn
2003-11-29cleanupMax Horn
2003-11-28game targets can now have a base filename different from the target name; mis...Max Horn
2003-11-20OoopsTravis Howell
2003-11-18revert use of GF_DEMO in Humongous games fixing several problemsJonathan Gray
2003-11-18Add PC game feature flag, to match others.Travis Howell
2003-11-18Add back full throttle pc demo targetTravis Howell
2003-11-17replaced demo GIDs wth GF_DEMOPaweł Kołodziejski
2003-11-17added comi and dig demoPaweł Kołodziejski
2003-11-14Kanji support only seems to work in scumm5 gamesTravis Howell
2003-11-13*** empty log message ***Travis Howell
2003-11-11made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ...Max Horn
2003-11-10deprecated adj. Said of a program or feature that is consideredJoost Peters
2003-11-10cut down on unnecessary GameDetector referencesMax Horn
2003-11-10mark zak256 as a depreciated target, zakTowns will be used in future to be mo...Jonathan Gray
2003-11-09comment out all the targets for newer humongous games until they start doing ...Jonathan Gray
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07more spelling fixesJonathan Gray
2003-11-03remade the in-game GUI/menuMax Horn
2003-11-03allow the towns version of loom to do something besides incorrectly error out...Jonathan Gray
2003-11-03Look for towns font rom in game directory then current directory instead of j...Jonathan Gray
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn