aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
AgeCommit message (Expand)Author
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn
2003-09-08changes to get a better link order, and to allow building a 'bare bone' scumm...Max Horn
2003-09-08got rid of version_settingsMax Horn
2003-09-08more plugin related workMax Horn
2003-09-08renamed VersionSettings -> TargetSettings and also renamed some of its member...Max Horn
2003-09-05Add to config as int for now.Travis Howell
2003-09-05Use --platform option, instead of system specific options.Travis Howell
2003-09-05Add atarist and macintosh options, since there seem to be no way to detect ve...Travis Howell
2003-08-29Memory leakChris Apers
2003-08-18added VersionSettings flag MDT_PREFER_NATIVE for defaulting to midi musicRobert Göffringmann
2003-08-15Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexibleJamieson Christian
2003-08-13Added PC Speaker and PCjr command line options,Jamieson Christian
2003-07-29Add option for the demo included in Maniac Mansion (Classic version)Travis Howell
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some t...Max Horn
2003-07-12added support for different languages and fixed memory leak and screen refres...Robert Göffringmann
2003-07-05applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885)Joost Peters
2003-07-03const correctnessMax Horn
2003-06-22Patch #757827: Aspect-ratio correctionMax Horn
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm speci...Max Horn
2003-06-07removed GF_AFTER flags (except GF_AFTER_HEV7)Max Horn
2003-06-06added to new feature flagsMax Horn
2003-06-06Preparations for removing GF_AFTER_V? flagsMax Horn
2003-06-02fixed compilationMax Horn
2003-05-17_gameId is of type char so it does not make sense to have 299 GIDs. reduce to...Oliver Kiehl
2003-05-17Added command line options forJamieson Christian
2003-05-16GF_AFTER_HEV7Jonathan Gray
2003-05-12added method to detect which midi driver will be createdRobert Göffringmann
2003-04-06fixed detection of early scumm gamesPaweł Kołodziejski
2003-03-25added some meat to the global options dialog (no prefs are stored yet, though)Max Horn
2003-03-25cleanupMax Horn
2003-03-23move language enum to gameDetector.hJonathan Gray
2003-03-18add GF_DEFAULT_TO_1X_SCALERJonathan Gray
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski
2003-03-05Patch #697312: Beneath a Steel Sky interim/initial support patchMax Horn
2003-03-01those TODOs have been obsoletedOliver Kiehl
2003-03-01removed the single big VersionSettings list; instead, the simon & scumm modul...Max Horn
2003-03-01don't hardcode the Simon GameID values, rather use the #defines from simon/in...Max Horn
2003-02-24add gameid for puttdemoJonathan Gray
2003-02-17make good on GF_NEW_COSTUMES threatsJonathan Gray
2003-01-29add ability to specify language for comi see scummvm -h for possible valuesJonathan Gray
2003-01-14Start for Simon 1 amiga cd32 version support, not working right yet.Travis Howell
2003-01-12Fix game-specific scalers overriding global... when game started from LauncherJames Brown
2003-01-11More simon 2 targets (amiga/mac ports)Travis Howell
2002-12-31get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ...Max Horn
2002-12-25fix -pedantic warningsMax Horn
2002-12-14fixed VC++ compileMax Horn
2002-12-14removed unused fieldMax Horn
2002-12-13added an API to query the list of available music drivers; cleanupMax Horn
2002-12-12Tidy one or two things up for future V1/V2/V8 SCUMM support.James Brown