aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl-common.h
AgeCommit message (Expand)Author
2003-11-01made SDL backend use config managerMax Horn
2003-10-05cleanupMax Horn
2003-10-04revert the 'reverse Y axis' hackMax Horn
2003-10-04small remarkMax Horn
2003-10-01disable joystick input by default either command line or config file need to ...Jonathan Gray
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...Max Horn
2003-09-14evil fix for #bug 801293 (ALL: Ctrl+alt+b opengl switch) and some cleanupMax Horn
2003-09-11moved set_mouse_pos around just to make clear it's not part of the OSystem AP...Max Horn
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
2003-08-22Add screenshot option for sdl backends, patch #590233Travis Howell
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-22forgot to commit this oneMax Horn
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
2003-07-05updated backends to use type MutexRefMax Horn
2003-07-02cleanup; made mutex protection of graphics code a little bit tighter by prote...Max 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-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-25changed scaler proc signature so that srcPtr is const (this can help optimize...Max Horn
2003-05-21pedantic fixesMax Horn
2003-05-14ouchMax Horn
2003-05-14fixed bug where SDL_CreateMutex was being called before SDL_Init; restructure...Max Horn
2003-04-30moved screen mutex from smush into SDL backend (other backends have to make s...Max Horn
2003-04-25cleanup; added commentMax Horn
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-06and more cleanup ....Paweł Kołodziejski
2003-01-20start of joystick support, just selects first joystick for now and only maps ...Jonathan Gray
2003-01-09Patch 664895: Cannon fixes. Porters, this requires a new OSystem interface fu...James Brown
2002-12-28valid C++Max Horn
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
2002-12-25fixed mouse cursor code to cope with CMIMax Horn
2002-12-13cleanupMax Horn
2002-12-13more code unificationMax Horn
2002-12-13unified common codeMax Horn
2002-11-13properly initialize everything -> works w/o our custom new/delete now!Max Horn
2002-10-14renamed get_320x200_image() to get_screen_image(); cleanupMax Horn
2002-09-28cleaned up various variable names in the SDL backend & NewGui; also fixed a s...Max Horn
2002-09-27made init_size in the SDL backend reentrantMax Horn
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all o...Max Horn
2002-09-09Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)Michael Pearce
2002-08-24SDL_gl and normal SDL backend now share a common base classMax Horn