aboutsummaryrefslogtreecommitdiff
path: root/sdl.cpp
AgeCommit message (Collapse)Author
2002-06-26Add Lucas-style alt-x quit shortcutJames Brown
svn-id: r4432
2002-06-25Add keyboard mouse support, remove case sensitivity for resource filesJames Brown
svn-id: r4428
2002-06-16Fix Simon case sensitivity, work around Win32 SDL bug (hang on audio exit)James Brown
svn-id: r4421
2002-06-14Reverse patch as requested by EndyTravis Howell
svn-id: r4419
2002-06-14Add OpenGL support patch from Andre SouzaTravis Howell
svn-id: r4418
2002-06-04Sorry for the mess.... Here is the mutex code :-)Lionel Ulmer
svn-id: r4403
2002-05-18Added infrastructure to support more than 8 bit signed / unsigned RAWLionel Ulmer
mixers. Porters, beware, the default configuration is now 16 bit stereo instead of 16 mono as before (I changed X11 and SDL but no others). I did not add support for any other format yet, I will let Endy do it when he needs it :-) svn-id: r4348
2002-05-14fixed compilation on more strict compilersMax Horn
svn-id: r4320
2002-05-14Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon ↵James Brown
due to the autosaver. This changes the OSystem interface. Porters beware. svn-id: r4318
2002-05-11Do waveout audio on win32, to allow cooperative sound. SDLs 'dsound' driverJames Brown
doesn't do this, unfortunatly (although there's no reason it shouldn't!) svn-id: r4283
2002-05-10once more palatte fix for 'simple scalers'Max Horn
svn-id: r4261
2002-05-09fixed stupid bug in my optimized mouse codeMax Horn
svn-id: r4258
2002-05-09fix for #553206 (Palette latencies)Max Horn
svn-id: r4257
2002-05-09fixed redraw bug in SDL backendMax Horn
svn-id: r4255
2002-05-07renamed some vars to be more verbose; optimized & fixed draw_mouse code ↵Max Horn
(similar to the x11.cpp code now) svn-id: r4231
2002-05-07Beginning of support for multiple resolutions.James Brown
Makes Zak256 inventory scrolling work. svn-id: r4227
2002-05-04Change the 'poperty' call to be 64-bits clean.Lionel Ulmer
Porters, please check that I did not break anything while updating your ports. Thanks :-) svn-id: r4196
2002-05-04don't interpolate the leftmost column with the right most column when using ↵Max Horn
interpolating scalers svn-id: r4194
2002-05-04rewrote large parts of the SDL gfx code, fixing the 'shaking' mode and also ↵Max Horn
simplifying the code (well, I hope <g>) svn-id: r4192
2002-05-02Add hotkey for advmame2xJames Brown
svn-id: r4173
2002-04-29Fixed properly the transparency problem. I would like people on BELionel Ulmer
machines to test this to see if my code to load the XPM is endian-clean :-) svn-id: r4138
2002-04-29Added Jeremy's nice icon to the SDL port of ScummVM using a customLionel Ulmer
hacky XPM loader :-) svn-id: r4137
2002-04-28Added cd audio stop patch from Gregory MontoirTravis Howell
svn-id: r4126
2002-04-28Prevent debugger attach when we have switched to full-screen.Lionel Ulmer
svn-id: r4125
2002-04-27ok, this now should work, pleeeaaseMax Horn
svn-id: r4108
2002-04-27hopefully this fixes the scalers on non-MacOSX systems again...Max Horn
svn-id: r4107
2002-04-27fixed scalers on systems which do not use 555 but 565 output surfacesMax Horn
svn-id: r4106
2002-04-27Add autosave support, fix sm and max midi.James Brown
svn-id: r4099
2002-04-24Add new Scale mode. Thanks Gregory Montoir.James Brown
svn-id: r4069
2002-04-22Fix cursor hotspot offset. (swapped x/y coords)James Brown
svn-id: r4055
2002-04-21Add boilerplate license to some files, to satisfy Debian types :)James Brown
fmopl.c/fmopl.h are infringing on the GPL at the moment. We either need to replace these, or get permission to relicense them, before 0.2.0 svn-id: r4036
2002-04-20Fix MI1 CD Audio (hopefully). Thanks to gilder.James Brown
svn-id: r4023
2002-04-18Semi-fix shaking distortion. Mouse pointer corrupts background tho.James Brown
svn-id: r3990
2002-04-17Return of the MP3 CD patch ... use CBR 22 kHzNicolas Bacca
svn-id: r3981
2002-04-17Add BeIDE project file (update readme accordingly).James Brown
Readd shaking support. It doesn't work properly - probably due to the removal of redrawLines(). Ludde? You vanished before I could confirm this with you.. is there a new function to call? svn-id: r3973
2002-04-16Add hack for loom staff verbs.James Brown
Readd CD Audio svn-id: r3956
2002-04-16endian fixes,Ludvig Strigeus
don't use adlib driver if sound initialization fails, simon1 savedialog works svn-id: r3955
2002-04-15removed mouse cursor flickerLudvig Strigeus
svn-id: r3945
2002-04-14wrote new mixer class,Ludvig Strigeus
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937
2002-04-13added null graphics driver (USE_NULL_DRIVER)Ludvig Strigeus
will make it nicer later. svn-id: r3931
2002-04-13new midi driver API,Ludvig Strigeus
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925
2002-04-13fixed bug when switching modeLudvig Strigeus
svn-id: r3924
2002-04-13full screen mode works now (even if SDL doesn't support it)Ludvig Strigeus
svn-id: r3923
2002-04-13fixed gfx glitch with 2xsaiLudvig Strigeus
svn-id: r3921
2002-04-13Fix various warnings, and things preventing non-win32 platforms from compiling.James Brown
svn-id: r3916
2002-04-13Remove Win32 dependency from sdl.cppJames Brown
svn-id: r3915
2002-04-12new video engine (expect broken non-sdl builds),Ludvig Strigeus
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912
2002-04-12code cleanup - prepares for simon inclusionLudvig Strigeus
svn-id: r3910
2002-04-11Fix anti-aliasing crash and a Zak crash. Note there are still AAJames Brown
artifacts left on screen. Anyone want to fix this? :) svn-id: r3909
2002-04-11Large pointless reindentation of all the code. Also fixed a few mistakesJames Brown
in the object flags code cleanup. Flags used: indent *.cpp -br -bap -nbc -lp -ce -cdw -brs -nbad -nbc -npsl -nip -ts2 -ncs -nbs -npcs -nbap -Tbyte -Tuint32 -Tuint8 -Tuint16 -TArrayHeader -TMemBlkHeader -TVerbSlot -TObjectData -Tvoid -TImageHeader -TRoomHeader -TCodeHeader -TResHdr -TBompHeader -TMidiChannelAdl -TGui -TScumm -TSoundEngine -TPart -TPlayer svn-id: r3908