aboutsummaryrefslogtreecommitdiff
path: root/sdl.cpp
AgeCommit message (Expand)Author
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
2002-04-13fixed bug when switching modeLudvig Strigeus
2002-04-13full screen mode works now (even if SDL doesn't support it)Ludvig Strigeus
2002-04-13fixed gfx glitch with 2xsaiLudvig Strigeus
2002-04-13Fix various warnings, and things preventing non-win32 platforms from compiling.James Brown
2002-04-13Remove Win32 dependency from sdl.cppJames Brown
2002-04-12new video engine (expect broken non-sdl builds),Ludvig Strigeus
2002-04-12code cleanup - prepares for simon inclusionLudvig Strigeus
2002-04-11Fix anti-aliasing crash and a Zak crash. Note there are still AAJames Brown
2002-04-11Large pointless reindentation of all the code. Also fixed a few mistakesJames Brown