aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
AgeCommit message (Expand)Author
2004-01-17Cleaner virtual keyboard support for the new CE backend, coming soonNicolas Bacca
2004-01-16Hack for Launcher Scaler dropdown. Backends using the Launcher will need to i...James Brown
2004-01-06updated copyright noticeMax Horn
2003-12-16Add capture mouse option, patch #860831Travis Howell
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-09-28removed duplicate g_timer object (one was global, one was static to timer.cpp...Max Horn
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...Max Horn
2003-09-20added explicit virtual destructor; added API which makes it potentially possi...Max Horn
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ...Max Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-31added new header file backends/intern.h; removed some stuff from common/syste...Max Horn
2003-07-31use #define instead of enum here because that makes ccache more effective whe...Max Horn
2003-07-22start -> start_frame, to match backends (purely cosmetic :-)Max Horn
2003-07-22fixed play_cdrom docsMax Horn
2003-07-20Use automatic dirty rect code for simon games for now to reduce CPU usageTravis Howell
2003-07-05enforce use of type MutexRefMax Horn
2003-06-22Patch #757827: Aspect-ratio correctionMax Horn
2003-06-09added clear_sound_proc method to backend API (this requires all backends to b...Max Horn
2003-06-08added quit eventMax Horn
2003-05-29more OSystem docs & cleanupMax Horn
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem interf...Max Horn
2003-05-02Add PalmOS port stuffChris Apers
2003-05-02Change int16 to NewGuiColor in overlay/RGB functionsChris Apers
2003-03-25cleanupMax Horn
2003-03-23move language enum to gameDetector.hJonathan Gray
2003-03-23add comment to language enum I meant to do a while backJonathan Gray
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski
2003-03-02Patch #691064: dot matrix scalerMax Horn
2003-01-29Change AdLib emulation quality for slower devices - added PROP_GET_FMOPL_ENV_...Nicolas Bacca
2003-01-29Add some hebrew support and a little cleanupTravis Howell
2003-01-29add ability to specify language for comi see scummvm -h for possible valuesJonathan Gray
2003-01-15add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try itJonathan Gray
2003-01-09All source and no headers make blah a blah blah blah.James Brown
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
2002-12-25fix -pedantic warningsMax Horn
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
2002-12-13changed OSystem to allow RBG<->16bit color conversion to be done in the backe...Max Horn
2002-11-30gp32 port stuffPeter Moraliyski
2002-11-19Small Windows CE changes : detect old WinCE as NONSTANDARD_PORT, change __cde...Nicolas Bacca
2002-10-16patch #620627: mouse wheel support for NewGuiMax Horn
2002-10-14added new property to system interface, to be used by NewGuiMax Horn
2002-09-24fix for bug #613369; added some files to .cvsignoreMax Horn
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all o...Max Horn
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski
2002-09-09Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)Michael Pearce