Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-14 | Updating MorphOS port to compile with current CVS state | Ruediger Hanke | |
svn-id: r3939 | |||
2002-04-14 | Updated makefile | Ludvig Strigeus | |
svn-id: r3938 | |||
2002-04-14 | wrote new mixer class, | Ludvig Strigeus | |
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937 | |||
2002-04-14 | fixed alignment bugs and intro freeze in simon2 | Ludvig Strigeus | |
svn-id: r3936 | |||
2002-04-14 | Minor changes | Travis Howell | |
svn-id: r3935 | |||
2002-04-14 | Mirror Makefile changes | Travis Howell | |
svn-id: r3934 | |||
2002-04-14 | On a whim, added link to daily builds 'for the adventurous' | James Brown | |
svn-id: r3933 | |||
2002-04-14 | Update documentation to refect recent changes. | James Brown | |
svn-id: r3932 | |||
2002-04-13 | added null graphics driver (USE_NULL_DRIVER) | Ludvig Strigeus | |
will make it nicer later. svn-id: r3931 | |||
2002-04-13 | made simon more endian safe | Ludvig Strigeus | |
svn-id: r3930 | |||
2002-04-13 | made more endian safe | Ludvig Strigeus | |
svn-id: r3929 | |||
2002-04-13 | Added mididrv.cpp, removed USE_ADLIB | Ludvig Strigeus | |
svn-id: r3928 | |||
2002-04-13 | only call MidiDriver_WIN_create if compiling for windows | Ludvig Strigeus | |
svn-id: r3927 | |||
2002-04-13 | removed anonymous struct | Ludvig Strigeus | |
svn-id: r3926 | |||
2002-04-13 | new midi driver API, | Ludvig Strigeus | |
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925 | |||
2002-04-13 | fixed bug when switching mode | Ludvig Strigeus | |
svn-id: r3924 | |||
2002-04-13 | full screen mode works now (even if SDL doesn't support it) | Ludvig Strigeus | |
svn-id: r3923 | |||
2002-04-13 | try both uppercase and lowercase filename when opening files | Ludvig Strigeus | |
svn-id: r3922 | |||
2002-04-13 | fixed gfx glitch with 2xsai | Ludvig Strigeus | |
svn-id: r3921 | |||
2002-04-13 | added ctrl-z quit option | Ludvig Strigeus | |
svn-id: r3920 | |||
2002-04-13 | prevent crash if no wav file available | Ludvig Strigeus | |
svn-id: r3919 | |||
2002-04-13 | possibly fix of compile on unix | Ludvig Strigeus | |
svn-id: r3918 | |||
2002-04-13 | Move stringmaps to own file to prevent warnings. | James Brown | |
svn-id: r3917 | |||
2002-04-13 | Fix various warnings, and things preventing non-win32 platforms from compiling. | James Brown | |
svn-id: r3916 | |||
2002-04-13 | Remove Win32 dependency from sdl.cpp | James Brown | |
svn-id: r3915 | |||
2002-04-13 | Added main.cpp and extra simon *.cpp files to makefiles | Travis Howell | |
svn-id: r3914 | |||
2002-04-12 | new video engine (expect broken non-sdl builds), | Ludvig Strigeus | |
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3913 | |||
2002-04-12 | new video engine (expect broken non-sdl builds), | Ludvig Strigeus | |
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912 | |||
2002-04-12 | put 2xsai filter in a separate file | Ludvig Strigeus | |
svn-id: r3911 | |||
2002-04-12 | code cleanup - prepares for simon inclusion | Ludvig Strigeus | |
svn-id: r3910 | |||
2002-04-11 | Fix anti-aliasing crash and a Zak crash. Note there are still AA | James Brown | |
artifacts left on screen. Anyone want to fix this? :) svn-id: r3909 | |||
2002-04-11 | Large pointless reindentation of all the code. Also fixed a few mistakes | James 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-11 | various code cleanups | Ludvig Strigeus | |
svn-id: r3907 | |||
2002-04-11 | Update readme a little. | James Brown | |
svn-id: r3906 | |||
2002-04-11 | Remove unneeded init stuff | James Brown | |
svn-id: r3905 | |||
2002-04-11 | moved the dig angle calculation into getAngleFromPos | Ludvig Strigeus | |
svn-id: r3904 | |||
2002-04-10 | Loom-related Endian bug fix | Ruediger Hanke | |
svn-id: r3903 | |||
2002-04-10 | MorphOS version adapted to v0.2.0 | Ruediger Hanke | |
svn-id: r3902 | |||
2002-04-10 | overloaded 'new' operator to get zero initialized objects | Ludvig Strigeus | |
svn-id: r3901 | |||
2002-04-10 | Fixed colors in Super2xSaI and SuperEagle modes for little endian ↵ | Ruediger Hanke | |
pixelformats (Voodoo, ...) svn-id: r3900 | |||
2002-04-10 | Fixed some bugs, added SFX Sound and drawMouse, and some other stuff. | Mutwin Kraus | |
svn-id: r3899 | |||
2002-04-09 | Fixed the bug that Keydowns weren't recoginzed, added MapKey and changed ↵ | Mutwin Kraus | |
some accesses3 to the scumm class... svn-id: r3898 | |||
2002-04-09 | updated for 0.2.0 | Jeremy Newman | |
svn-id: r3897 | |||
2002-04-09 | Fix the BUN string parser. Doesn't crash other games anymore :) | James Brown | |
svn-id: r3896 | |||
2002-04-08 | Start 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-07 | Changed the name of OffsetTable to MP3OffsetTable, as OffsetTable is already ↵ | Mutwin Kraus | |
defined in the Apple Headers svn-id: r3893 | |||
2002-04-07 | Updated the Carbon Mac Port to compile with the current Version. Also some ↵ | Mutwin Kraus | |
small other changes done. svn-id: r3892 | |||
2002-04-07 | Fix MI1 cd music - Thanks khalek. | James Brown | |
svn-id: r3891 | |||
2002-04-07 | Update readme to note windows Loom bug | James Brown | |
svn-id: r3890 |