aboutsummaryrefslogtreecommitdiff
path: root/sdl.cpp
AgeCommit message (Expand)Author
2002-08-21Initial revisionMax Horn
2002-08-15mididrv.h -> sound/mididrv.h (so that we can get rid of -Isound/)Max Horn
2002-07-25rest of zaurus patchMax Horn
2002-07-23merged some diffs between sdl.cpp and sdl_gl.cpp. Ideally, one should be the ...Max Horn
2002-07-17moved gui/utils.* to main level; removed some unused stuff from our file acce...Max Horn
2002-07-16Patch #582286 - fix for double key events in newguiMax Horn
2002-07-16we should get rid of scumm.h in sdl.cpp; e.g. by moving error() and warning()...Max Horn
2002-07-16renamed some variables for clarity; added scaler.hMax Horn
2002-07-15fix for #581473Max Horn
2002-06-26Add Lucas-style alt-x quit shortcutJames Brown
2002-06-25Add keyboard mouse support, remove case sensitivity for resource filesJames Brown
2002-06-16Fix Simon case sensitivity, work around Win32 SDL bug (hang on audio exit)James Brown
2002-06-14Reverse patch as requested by EndyTravis Howell
2002-06-14Add OpenGL support patch from Andre SouzaTravis Howell
2002-06-04Sorry for the mess.... Here is the mutex code :-)Lionel Ulmer
2002-05-18Added infrastructure to support more than 8 bit signed / unsigned RAWLionel Ulmer
2002-05-14fixed compilation on more strict compilersMax Horn
2002-05-14Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon du...James Brown
2002-05-11Do waveout audio on win32, to allow cooperative sound. SDLs 'dsound' driverJames Brown
2002-05-10once more palatte fix for 'simple scalers'Max Horn
2002-05-09fixed stupid bug in my optimized mouse codeMax Horn
2002-05-09fix for #553206 (Palette latencies)Max Horn
2002-05-09fixed redraw bug in SDL backendMax Horn
2002-05-07renamed some vars to be more verbose; optimized & fixed draw_mouse code (simi...Max Horn
2002-05-07Beginning of support for multiple resolutions.James Brown
2002-05-04Change the 'poperty' call to be 64-bits clean.Lionel Ulmer
2002-05-04don't interpolate the leftmost column with the right most column when using i...Max Horn
2002-05-04rewrote large parts of the SDL gfx code, fixing the 'shaking' mode and also s...Max Horn
2002-05-02Add hotkey for advmame2xJames Brown
2002-04-29Fixed properly the transparency problem. I would like people on BELionel Ulmer
2002-04-29Added Jeremy's nice icon to the SDL port of ScummVM using a customLionel Ulmer
2002-04-28Added cd audio stop patch from Gregory MontoirTravis Howell
2002-04-28Prevent debugger attach when we have switched to full-screen.Lionel Ulmer
2002-04-27ok, this now should work, pleeeaaseMax Horn
2002-04-27hopefully this fixes the scalers on non-MacOSX systems again...Max Horn
2002-04-27fixed scalers on systems which do not use 555 but 565 output surfacesMax Horn
2002-04-27Add autosave support, fix sm and max midi.James Brown
2002-04-24Add new Scale mode. Thanks Gregory Montoir.James Brown
2002-04-22Fix cursor hotspot offset. (swapped x/y coords)James Brown
2002-04-21Add boilerplate license to some files, to satisfy Debian types :)James Brown
2002-04-20Fix MI1 CD Audio (hopefully). Thanks to gilder.James Brown
2002-04-18Semi-fix shaking distortion. Mouse pointer corrupts background tho.James Brown
2002-04-17Return of the MP3 CD patch ... use CBR 22 kHzNicolas Bacca
2002-04-17Add BeIDE project file (update readme accordingly).James Brown
2002-04-16Add hack for loom staff verbs.James Brown
2002-04-16endian fixes,Ludvig Strigeus
2002-04-15removed mouse cursor flickerLudvig Strigeus
2002-04-14wrote new mixer class,Ludvig Strigeus
2002-04-13added null graphics driver (USE_NULL_DRIVER)Ludvig Strigeus
2002-04-13new midi driver API,Ludvig Strigeus