aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2003-02-18moondemo uses akos as wellJonathan Gray
svn-id: r6623
2003-02-18add fatty bears fun packJonathan Gray
svn-id: r6622
2003-02-18fix typoJonathan Gray
svn-id: r6620
2003-02-17make good on GF_NEW_COSTUMES threatsJonathan Gray
svn-id: r6616
2003-02-14add putt putt goes to the moon to gamedetectorJonathan Gray
svn-id: r6605
2003-02-12try to boost our cvs stats a bit, er I mean fix typoJonathan Gray
svn-id: r6599
2003-02-12update version list with some more dos based humongous games, these ones ↵Jonathan Gray
still need at least one opcode to work and maybe some akos bits, but they are a lot closer to the lec games then the games that are windows based with versions numbers of 7.0.0 which seems to be pretty much every game apart from those now in the list svn-id: r6598
2003-02-02Language option isn't just for comuTravis Howell
svn-id: r6582
2003-01-29Change AdLib emulation quality for slower devices - added ↵Nicolas Bacca
PROP_GET_FMOPL_ENV_BITS and PROP_GET_FMOPL_EG_ENT svn-id: r6573
2003-01-29Missed a fileTravis Howell
svn-id: r6570
2003-01-29Add some hebrew support and a little cleanupTravis Howell
svn-id: r6569
2003-01-29add ability to specify language for comi see scummvm -h for possible valuesJonathan Gray
svn-id: r6567
2003-01-25applied patch #674141: CMI: Smush sync tuningPaweł Kołodziejski
svn-id: r6537
2003-01-19new patch from cyx to make scanlines in tv2x lighterJonathan Gray
svn-id: r6521
2003-01-18optimized Normal1x a bit (well at least memcpy won't be slower and on many ↵Max Horn
systems will be faster) svn-id: r6505
2003-01-15add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try itJonathan Gray
svn-id: r6462
2003-01-14Add hopefully the final simon target, not support at all yet.Travis Howell
svn-id: r6451
2003-01-14Start for Simon 1 amiga cd32 version support, not working right yet.Travis Howell
svn-id: r6450
2003-01-12Fix game-specific scalers overriding global... when game started from LauncherJames Brown
svn-id: r6415
2003-01-12search for files in voices/ subdir (useful for Simon2Mac)Max Horn
svn-id: r6409
2003-01-11More simon 2 targets (amiga/mac ports)Travis Howell
svn-id: r6396
2003-01-10Added some basic line editing to the EditText widgetOliver Kiehl
svn-id: r6393
2003-01-09indentionMax Horn
svn-id: r6369
2003-01-09All source and no headers make blah a blah blah blah.James Brown
svn-id: r6368
2003-01-04Add extra target for simon2demoTravis Howell
svn-id: r6329
2003-01-03Don't show scumm version number when starting Simon gamesTravis Howell
svn-id: r6325
2003-01-01change detected game to trying to start game as this message is displayed ↵Jonathan Gray
even when there aren't any resource files in the specified directory svn-id: r6313
2002-12-31get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ↵Max Horn
script dumping svn-id: r6284
2002-12-28declutteringJames Brown
svn-id: r6224
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
svn-id: r6217
2002-12-28get rid of getStringLen and use the more powerful resStrLen instead; moved ↵Max Horn
resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing svn-id: r6215
2002-12-27Bump cvs date, add some post-0.3.0 changes to NEWS (These really need to be ↵James Brown
kept updated more frequently) svn-id: r6209
2002-12-27Move some things around, to get rid of all these resource/ sprintf's for CMIJames Brown
svn-id: r6182
2002-12-25fix -pedantic warningsMax Horn
svn-id: r6108
2002-12-24File object stores file name (useful for debugging)Max Horn
svn-id: r6089
2002-12-21partial checkin of patch #655594 (handling Y/N questions); cleanupMax Horn
svn-id: r6042
2002-12-21Add debug command line fix and config option, patch #655822Travis Howell
svn-id: r6034
2002-12-17Fix error in my last commitTravis Howell
Remove hack svn-id: r6009
2002-12-17added missing #include <string.h> (for memset)Max Horn
svn-id: r6008
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
svn-id: r6007
2002-12-16Update Simon games auto detectTravis Howell
svn-id: r5995
2002-12-14fixed VC++ compileMax Horn
svn-id: r5950
2002-12-14explicitly init all fields of version_settingsMax Horn
svn-id: r5945
2002-12-14removed unused fieldMax Horn
svn-id: r5944
2002-12-13added an API to query the list of available music drivers; cleanupMax Horn
svn-id: r5942
2002-12-13changed OSystem to allow RBG<->16bit color conversion to be done in the ↵Max Horn
backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes) svn-id: r5931
2002-12-12Tidy one or two things up for future V1/V2/V8 SCUMM support.James Brown
svn-id: r5915
2002-12-08Gui now detects simon games with trailing periodsOliver Kiehl
svn-id: r5892
2002-12-08removed obsolete stuffMax Horn
svn-id: r5888
2002-12-08Give _debuglevel a default valueTravis Howell
svn-id: r5876