aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl.cpp
AgeCommit message (Expand)Author
2003-10-05cleanupMax Horn
2003-10-05fixed some broken scaler related checksMax Horn
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...Max Horn
2003-10-04small remarkMax Horn
2003-09-27Fixed program crash when trying to switch to aJamieson Christian
2003-09-27added hq2x scalerMax Horn
2003-09-21Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlinesTorbjörn Andersson
2003-09-21added HQ3x filterMax Horn
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax 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-07-21part of patch #774556: fix for aspect mode + shakingMax Horn
2003-07-20Fixed mishandling of _mode_flags that prevented the Simon games from usingTorbjörn Andersson
2003-07-05fixed stack lock at startupMax Horn
2003-07-03fix for bug #765402: no shaking with 1x scalerMax Horn
2003-07-02cleanup; made mutex protection of graphics code a little bit tighter by prote...Max Horn
2003-06-30Allow the 3x scaler in fullscreen mode. Since we have aspect ratioTorbjörn Andersson
2003-06-22Add opengl filter optionTravis Howell
2003-06-22Patch #757827: Aspect-ratio correctionMax Horn
2003-06-19some fixes for the GL backend - but there are still many things broken, e.g. ...Max Horn
2003-06-17Make OpenGL specific scaler use other keys so all normal scaler canbe made av...Travis Howell
2003-05-28fix for the crash in Sky when switching scalersMax Horn
2003-05-28there used to be a black border at the top/left side with the 1x scaler: fixed!Max Horn
2003-05-14ouchMax Horn
2003-05-14fixed bug where SDL_CreateMutex was being called before SDL_Init; restructure...Max Horn
2003-05-09Patch #735294: AdvMame3x scalerMax Horn
2003-04-30moved screen mutex from smush into SDL backend (other backends have to make s...Max Horn
2003-04-30avoid unneccesary blitsMax Horn
2003-04-25cleanup; added commentMax Horn
2003-03-18it omit one blit for scaler Normal1X in SDL backendPaweł Kołodziejski
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup ....Paweł Kołodziejski
2003-03-02Patch #691064: dot matrix scalerMax Horn
2003-01-15add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try itJonathan Gray
2003-01-13Early init of the scaler - to prevent ComI trying to use a huge window by def...James Brown
2003-01-12fix for the black rect bug in COMI (thanks to Erik)... guess is that the chec...Max Horn
2002-12-13cleanupMax Horn
2002-12-13more code unificationMax Horn
2002-12-13unified common codeMax Horn
2002-12-13changed OSystem to allow RBG<->16bit color conversion to be done in the backe...Max Horn
2002-12-08workaround for fullscreen toggle on OS XMax Horn
2002-11-23fixed bug #621244 (GUI disappeared when screen mode was changedMax Horn
2002-11-13properly initialize everything -> works w/o our custom new/delete now!Max Horn
2002-10-21fixed stupid bug by me, again (see also 9th of May)Max Horn
2002-10-14renamed get_320x200_image() to get_screen_image(); cleanupMax Horn
2002-09-29fixed buglet during shake modeMax 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-22fixed cursor trailMax Horn
2002-09-19improved the text display in a newgui a bit: make the font proportiona; imple...Max Horn