aboutsummaryrefslogtreecommitdiff
path: root/sdl.cpp
AgeCommit message (Collapse)Author
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
2002-04-07Fix MI1 cd music - Thanks khalek.James Brown
svn-id: r3891
2002-04-07Add support for selecting CDROM drive for Loom/MI cd audio, fix midi supportJames Brown
svn-id: r3888
2002-04-07Fix Indy4 bootparam, some more Zak256 work, and a few minor things.James Brown
svn-id: r3887
2002-04-07fix Audio CD version oopsNicolas Bacca
svn-id: r3886
2002-04-07Kind of hack that seems to synchronize loom's cutscenes + remove these ↵Nicolas Bacca
damned ^M (time to configure my CVS properly I guess ...) svn-id: r3885
2002-04-07Small fix for MP3 CD music (successful cast sound, and a little bit more ↵Nicolas Bacca
synchronized in cutscenes) svn-id: r3884
2002-04-05Updated readme, fixed -n subtitles option (thanks dsy) and stripped \M'sJames Brown
from mp3_cd files (cheers khalek). Arisme: check your CVS options, you need to do CR/LF conversion :) svn-id: r3875
2002-04-05MP3 CD patch reorganizedNicolas Bacca
svn-id: r3863
2002-04-04MP3 cd music patch - still WIP, VBR doesn't work, compress the audio track X ↵Nicolas Bacca
to MP3 CBR and name them trackX.mp3 in the game directory - only tested with Loom svn-id: r3861
2002-04-03Fix bad opcode at Zak AirportJames Brown
svn-id: r3850
2002-03-25Fixed most of the speed issues of insaneVincent Hamm
svn-id: r3833
2002-03-25Forced colors for V7 gui...(temporary hack). Now the gui colors are reseted ↵Vincent Hamm
every time it's opened svn-id: r3832
2002-03-25Various fix in insaneVincent Hamm
svn-id: r3830
2002-03-25Implemented gui during insaneVincent Hamm
svn-id: r3829
2002-03-25Fixed a bit the gui for FT and DIG. It still doesn't display a thing but ↵Vincent Hamm
it's not crashing anymore svn-id: r3828
2002-03-25Fix text in pre-v3 games. Still broken:James Brown
Charset outline color, scripts randomly hanging, sound, actor animations, bootparams, full throttle. svn-id: r3826
2002-03-25Fix game speed.James Brown
svn-id: r3824