aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
AgeCommit message (Collapse)Author
2003-05-02Add PalmOS port stuffChris Apers
svn-id: r7261
2003-05-02Change int16 to NewGuiColor in overlay/RGB functionsChris Apers
svn-id: r7259
2003-03-25cleanupMax Horn
svn-id: r6856
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-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
svn-id: r6767
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06next pedantic cleanup codePaweł Kołodziejski
svn-id: r6714
2003-03-02Patch #691064: dot matrix scalerMax Horn
svn-id: r6663
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-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-15add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try itJonathan Gray
svn-id: r6462
2003-01-09All source and no headers make blah a blah blah blah.James Brown
svn-id: r6368
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
svn-id: r6217
2002-12-25fix -pedantic warningsMax Horn
svn-id: r6108
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
svn-id: r6007
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-11-30gp32 port stuffPeter Moraliyski
svn-id: r5761
2002-11-19Small Windows CE changes : detect old WinCE as NONSTANDARD_PORT, change ↵Nicolas Bacca
__cdecl for these systems, add 2 sampling rates for WinCE due to problems with Smush mixer in 11 kHz svn-id: r5604
2002-10-16patch #620627: mouse wheel support for NewGuiMax Horn
svn-id: r5169
2002-10-14added new property to system interface, to be used by NewGuiMax Horn
svn-id: r5144
2002-09-24fix for bug #613369; added some files to .cvsignoreMax Horn
svn-id: r5015
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all ↵Max Horn
other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X svn-id: r4971
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski
svn-id: r4964
2002-09-09Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)Michael Pearce
svn-id: r4909
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-21Initial revisionMax Horn
svn-id: r4785