aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2003-05-17Added command line options forJamieson Christian
native MT-32 support and combination Adilb/native MIDI drivers. svn-id: r7594
2003-05-16Feature [557411] Adlib sound effects with GM drivers.Jamieson Christian
Support for simultaneous drivers is based on a #define in imuse.cpp, and is disabled by default. svn-id: r7582
2003-05-16GF_AFTER_HEV7Jonathan Gray
svn-id: r7571
2003-05-16add config option basename to override base file name for games of the form ↵Jonathan Gray
foo.xxx to basename.xxx, useful when used together with gameid to test games not yet added to version list svn-id: r7566
2003-05-16fix advmame scaler ('flickering', observable in e.g. Sam&Max, and the ↵Max Horn
left-screen-border-black bug). Note: this change might look fishy to you but is perfectly legal because our frame buffers put a border around the screen data to accomodate for this svn-id: r7556
2003-05-15oopsMax Horn
svn-id: r7545
2003-05-15add method to grow a rectMax Horn
svn-id: r7544
2003-05-15renamed isInside() to contains() (this is more intuitive, because ↵Max Horn
r.isInside(p) actually meant 'p is inside r', which was confusing; now it's r.contains(p) which means 'r contains p') svn-id: r7541
2003-05-15make SWAP a template function, so that it works for swapping non-int stuff, ↵Max Horn
too; 'int16' should be sufficient for points/rects svn-id: r7540
2003-05-15let it compileMax Horn
svn-id: r7539
2003-05-15cleanup (rect.h is not used anywhere but I plan to change that...)Max Horn
svn-id: r7537
2003-05-12added method to detect which midi driver will be createdRobert Göffringmann
svn-id: r7482
2003-05-09Patch #735294: AdvMame3x scalerMax Horn
svn-id: r7409
2003-05-05-> version 0.4.1cvsMax Horn
svn-id: r7352
2003-05-04hexdump defaults to 16 bytes/line now, and prints an offestMax Horn
svn-id: r7317
2003-05-02make hexdump width variableMax Horn
svn-id: r7269
2003-05-02Add PalmOS port stuffChris Apers
svn-id: r7261
2003-05-02Change __PALM_OS__ to NEWGUI_256, more genericChris Apers
svn-id: r7260
2003-05-02Change int16 to NewGuiColor in overlay/RGB functionsChris Apers
svn-id: r7259
2003-05-02Add PalmOS GFX modesChris Apers
svn-id: r7258
2003-05-01fix leakJonathan Gray
svn-id: r7244
2003-04-30typedef NewGuiColor on all platforms; indentionMax Horn
svn-id: r7225
2003-04-30more PalmOS changesMax Horn
svn-id: r7220
2003-04-26Make it possible to disable some/all of our three game modules ↵Max Horn
(scumm/simon/sky) with three flags in the Makefile svn-id: r7131
2003-04-25cleanup; added commentMax Horn
svn-id: r7119
2003-04-25delete stdafx.cppPaweł Kołodziejski
svn-id: r7118
2003-04-20BumpidityJames Brown
svn-id: r7043
2003-04-10fixed GP32 portJoost Peters
svn-id: r6958
2003-04-06fixed detection of early scumm gamesPaweł Kołodziejski
svn-id: r6923
2003-04-06nope, not all big endian system require alignmentMax Horn
svn-id: r6922
2003-03-28small optimization (do three memory reads instead of five)Max Horn
svn-id: r6875
2003-03-26cleanupMax Horn
svn-id: r6865
2003-03-25added some meat to the global options dialog (no prefs are stored yet, though)Max Horn
svn-id: r6862
2003-03-25cleanupMax Horn
svn-id: r6856
2003-03-24use description to set window title if one is specifiedJonathan Gray
svn-id: r6853
2003-03-23move language enum to gameDetector.hJonathan Gray
svn-id: r6848
2003-03-23add comment to language enum I meant to do a while backJonathan Gray
svn-id: r6845
2003-03-18add GF_DEFAULT_TO_1X_SCALERJonathan Gray
svn-id: r6830
2003-03-13added const qualifierMax Horn
svn-id: r6806
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
svn-id: r6767
2003-03-07temporary hack to get ScummVM to compile againMax Horn
svn-id: r6747
2003-03-07implemented formating string error for each enginePaweł Kołodziejski
svn-id: r6744
2003-03-07exit cleanly if invalid target is specifiedJonathan Gray
svn-id: r6727
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06fixed version_settings generation (now Indy3 works again)Max Horn
svn-id: r6725
2003-03-06next pedantic cleanup codePaweł Kołodziejski
svn-id: r6714
2003-03-05Patch #697312: Beneath a Steel Sky interim/initial support patchMax Horn
svn-id: r6691
2003-03-02Patch #691064: dot matrix scalerMax Horn
svn-id: r6663
2003-03-01those TODOs have been obsoletedOliver Kiehl
svn-id: r6655
2003-03-01fix warningMax Horn
svn-id: r6653