aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-14Updating MorphOS port to compile with current CVS stateRuediger Hanke
svn-id: r3939
2002-04-14Updated makefileLudvig Strigeus
svn-id: r3938
2002-04-14wrote new mixer class,Ludvig Strigeus
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937
2002-04-14fixed alignment bugs and intro freeze in simon2Ludvig Strigeus
svn-id: r3936
2002-04-14Minor changesTravis Howell
svn-id: r3935
2002-04-14Mirror Makefile changesTravis Howell
svn-id: r3934
2002-04-14On a whim, added link to daily builds 'for the adventurous'James Brown
svn-id: r3933
2002-04-14Update documentation to refect recent changes.James Brown
svn-id: r3932
2002-04-13added null graphics driver (USE_NULL_DRIVER)Ludvig Strigeus
will make it nicer later. svn-id: r3931
2002-04-13made simon more endian safeLudvig Strigeus
svn-id: r3930
2002-04-13made more endian safeLudvig Strigeus
svn-id: r3929
2002-04-13Added mididrv.cpp, removed USE_ADLIBLudvig Strigeus
svn-id: r3928
2002-04-13only call MidiDriver_WIN_create if compiling for windowsLudvig Strigeus
svn-id: r3927
2002-04-13removed anonymous structLudvig Strigeus
svn-id: r3926
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-13try both uppercase and lowercase filename when opening filesLudvig Strigeus
svn-id: r3922
2002-04-13fixed gfx glitch with 2xsaiLudvig Strigeus
svn-id: r3921
2002-04-13added ctrl-z quit optionLudvig Strigeus
svn-id: r3920
2002-04-13prevent crash if no wav file availableLudvig Strigeus
svn-id: r3919
2002-04-13possibly fix of compile on unixLudvig Strigeus
svn-id: r3918
2002-04-13Move stringmaps to own file to prevent warnings.James Brown
svn-id: r3917
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-13Added main.cpp and extra simon *.cpp files to makefilesTravis Howell
svn-id: r3914
2002-04-12new video engine (expect broken non-sdl builds),Ludvig Strigeus
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3913
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-12put 2xsai filter in a separate fileLudvig Strigeus
svn-id: r3911
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-11various code cleanupsLudvig Strigeus
svn-id: r3907
2002-04-11Update readme a little.James Brown
svn-id: r3906
2002-04-11Remove unneeded init stuffJames Brown
svn-id: r3905
2002-04-11moved the dig angle calculation into getAngleFromPosLudvig Strigeus
svn-id: r3904
2002-04-10Loom-related Endian bug fixRuediger Hanke
svn-id: r3903
2002-04-10MorphOS version adapted to v0.2.0Ruediger Hanke
svn-id: r3902
2002-04-10overloaded 'new' operator to get zero initialized objectsLudvig Strigeus
svn-id: r3901
2002-04-10Fixed colors in Super2xSaI and SuperEagle modes for little endian ↵Ruediger Hanke
pixelformats (Voodoo, ...) svn-id: r3900
2002-04-10Fixed some bugs, added SFX Sound and drawMouse, and some other stuff.Mutwin Kraus
svn-id: r3899
2002-04-09Fixed the bug that Keydowns weren't recoginzed, added MapKey and changed ↵Mutwin Kraus
some accesses3 to the scumm class... svn-id: r3898
2002-04-09updated for 0.2.0Jeremy Newman
svn-id: r3897
2002-04-09Fix the BUN string parser. Doesn't crash other games anymore :)James Brown
svn-id: r3896
2002-04-08Start of The Dig voice support. Don't get excited, it doesn't do anything ↵James Brown
yet. :) svn-id: r3895
2002-04-08.James Brown
svn-id: r3894
2002-04-07Changed the name of OffsetTable to MP3OffsetTable, as OffsetTable is already ↵Mutwin Kraus
defined in the Apple Headers svn-id: r3893
2002-04-07Updated the Carbon Mac Port to compile with the current Version. Also some ↵Mutwin Kraus
small other changes done. svn-id: r3892
2002-04-07Fix MI1 cd music - Thanks khalek.James Brown
svn-id: r3891
2002-04-07Update readme to note windows Loom bugJames Brown
svn-id: r3890