aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl-common.cpp
AgeCommit message (Collapse)Author
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-16TypoTravis Howell
svn-id: r11684
2003-12-16Add capture mouse option, patch #860831Travis Howell
Uses Ctrl m to toggle, since that is closest to original games. Disabled by default. svn-id: r11680
2003-12-11Missed one spot.Travis Howell
svn-id: r11570
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11220
2003-11-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
svn-id: r11132
2003-11-01made SDL backend use config managerMax Horn
svn-id: r11028
2003-10-09make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :)Jonathan Gray
svn-id: r10701
2003-10-06For those us who have to hit Shift to get to +Jamieson Christian
svn-id: r10624
2003-10-05implemented new 'nice' scaler hotkeysMax Horn
svn-id: r10613
2003-10-04revert the 'reverse Y axis' hackMax Horn
svn-id: r10594
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed ↵Max Horn
gets reset); remove obsolete 256 color blending code svn-id: r10592
2003-10-03You have been a thorn in my side for far too long Avatar^H^H^H^H^H^H bad codeMax Horn
svn-id: r10554
2003-10-01disable joystick input by default either command line or config file need to ↵Jonathan Gray
be used to enable it now, ability to choose joystick number to use also added svn-id: r10518
2003-09-28Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, rightTorbjörn Andersson
after AdvMame2x, and 9 and 0 are AdvMame3x and Hq3x respectively. I agree with Fingolfin that we'll need a better way of handling this in the future, though. svn-id: r10461
2003-09-27proposal for revised scaler keyboard shortcutsMax Horn
svn-id: r10442
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵Max Horn
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430
2003-09-21Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlinesTorbjörn Andersson
and dotmatrix ones to Ctrl-Alt C and Ctrl-Alt-D. (Does anyone else feel that scanlines and dotmatrix should either be rewritten so that they can be combined with any scaler and aspect ratio correction, or removed? That's why I moved them off the Ctrl-Alt <digit> hotkeys.) svn-id: r10353
2003-09-19fixed some pointer cast warnings on systems with 64 bit pointers (like AMD64)Max Horn
svn-id: r10315
2003-09-14evil fix for #bug 801293 (ALL: Ctrl+alt+b opengl switch) and some cleanupMax Horn
svn-id: r10248
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10149
2003-09-08removed some superfluous newlinesMax Horn
svn-id: r10086
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
svn-id: r10047
2003-08-22Add screenshot option for sdl backends, patch #590233Travis Howell
svn-id: r9821
2003-08-04while this fixed a problem with sdl_gl on OS X, it causes annoying problems ↵Max Horn
with fullscreen mode with the regular SDL backend on OS X -> disabling it (plus I couldn't reproduce this segfault with the GL backend anymore, too) svn-id: r9468
2003-08-04oops, accidentally commited this oneMax Horn
svn-id: r9465
2003-08-03fix for bug #781903 (ALL: jerky cursor movement regression)Max Horn
svn-id: r9446
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-07-23reset some CD related vars when AudioCD is openedMax Horn
svn-id: r9144
2003-07-23Ooops that should not have been commmitedTravis Howell
svn-id: r9142
2003-07-23fm towns cd audio fix from HibernatusTravis Howell
svn-id: r9141
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-20Fixed mishandling of _mode_flags that prevented the Simon games from usingTorbjörn Andersson
the DF_WANT_RECT_OPTIM flag. svn-id: r9095
2003-07-20Use automatic dirty rect code for simon games for now to reduce CPU usageTravis Howell
svn-id: r9093
2003-07-20whitespaceMax Horn
svn-id: r9089
2003-07-05fixed stack lock at startupMax Horn
svn-id: r8779
2003-07-05updated backends to use type MutexRefMax Horn
svn-id: r8776
2003-07-03const correctnessMax Horn
svn-id: r8725
2003-07-02cleanup; made mutex protection of graphics code a little bit tighter by ↵Max Horn
protecting all of method property(); moved set_palette to OSystem_SDL_Common (it was identical in both normal and GL backend) svn-id: r8717
2003-06-22Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratioTorbjörn Andersson
correction mode by making sure that dirty rects always start on a line that won't have its colours changed by the stretching function. This was probably only noticeable when using the 1x scaler. [*] Actually, the glitches weren't specific to the mouse cursor, but it was useful for triggering them. svn-id: r8621
2003-06-22Patch #757827: Aspect-ratio correctionMax Horn
svn-id: r8605
2003-06-17temporary & nasty workaround for crash-on-exit in OS X + SDL/GL backendMax Horn
svn-id: r8534
2003-06-17Make OpenGL specific scaler use other keys so all normal scaler canbe made ↵Travis Howell
available. svn-id: r8521
2003-06-15fixed 'quit' entry in help for Mac OS X; disabled Alt-X/Ctrl-Z on OS X ↵Max Horn
(Cmd-Q is the one and only true way to quit here :-) svn-id: r8505
2003-06-09added clear_sound_proc method to backend API (this requires all backends to ↵Max Horn
be modified, but can't help it) svn-id: r8409
2003-06-08Finally fixed a slight bug in the CoMI cannon behaviour.Torbjörn Andersson
svn-id: r8401
2003-06-08added quit eventMax Horn
svn-id: r8398
2003-06-05make code use our coding conventionsMax Horn
svn-id: r8340
2003-06-05optimisation to blit rects in one shot when width=pitch=screenwidthBertrand Augereau
svn-id: r8317
2003-05-29more OSystem docs & cleanupMax Horn
svn-id: r8118