Commit Graph
86814 Commits
Author SHA1 Message Date
Ruediger Hanke e8e5ac5837 Updating MorphOS port to compile with current CVS state
svn-id: r3939
2002-04-14 19:43:12 +00:00
Ludvig Strigeus 8714d5a41c Updated makefile
svn-id: r3938
2002-04-14 18:21:30 +00:00
Ludvig Strigeus ac62a7cb2e wrote new mixer class,
cleaned up sound header files,
integrated mixer into scummvm & simon

svn-id: r3937
2002-04-14 18:13:08 +00:00
Ludvig Strigeus a5e3dbb85d fixed alignment bugs and intro freeze in simon2
svn-id: r3936
2002-04-14 11:00:33 +00:00
Travis Howell b7fb4888e5 Minor changes
svn-id: r3935
2002-04-14 08:49:49 +00:00
Travis Howell 01062c65d0 Mirror Makefile changes
svn-id: r3934
2002-04-14 08:30:26 +00:00
James Brown fa8b072b0f On a whim, added link to daily builds 'for the adventurous'
svn-id: r3933
2002-04-14 07:04:10 +00:00
James Brown f8139179b9 Update documentation to refect recent changes.
svn-id: r3932
2002-04-14 07:00:37 +00:00
Ludvig Strigeus 82d4f89d53 added null graphics driver (USE_NULL_DRIVER)
will make it nicer later.

svn-id: r3931
2002-04-13 21:06:48 +00:00
Ludvig Strigeus ff6523f93f made simon more endian safe
svn-id: r3930
2002-04-13 20:12:43 +00:00
Ludvig Strigeus 23d134ae8e made more endian safe
svn-id: r3929
2002-04-13 20:08:58 +00:00
Ludvig Strigeus fef5edf12f Added mididrv.cpp, removed USE_ADLIB
svn-id: r3928
2002-04-13 19:12:18 +00:00
Ludvig Strigeus bad581ae5e only call MidiDriver_WIN_create if compiling for windows
svn-id: r3927
2002-04-13 19:06:10 +00:00
Ludvig Strigeus 65a98de8b9 removed anonymous struct
svn-id: r3926
2002-04-13 19:02:55 +00:00
Ludvig Strigeus 9f191ea9c5 new midi driver API,
no more USE_ADLIB,
a couple of sdl graphics driver fixes.

svn-id: r3925
2002-04-13 18:34:11 +00:00
Ludvig Strigeus 38628f3543 fixed bug when switching mode
svn-id: r3924
2002-04-13 13:11:24 +00:00
Ludvig Strigeus 5b5778d561 full screen mode works now (even if SDL doesn't support it)
svn-id: r3923
2002-04-13 12:43:02 +00:00
Ludvig Strigeus d71ba3e5ab try both uppercase and lowercase filename when opening files
svn-id: r3922
2002-04-13 11:44:56 +00:00
Ludvig Strigeus 151bbf6cca fixed gfx glitch with 2xsai
svn-id: r3921
2002-04-13 11:32:15 +00:00
Ludvig Strigeus b6aa3ab27d added ctrl-z quit option
svn-id: r3920
2002-04-13 11:31:54 +00:00
Ludvig Strigeus 223d1bd858 prevent crash if no wav file available
svn-id: r3919
2002-04-13 11:11:41 +00:00
Ludvig Strigeus f5f504ae97 possibly fix of compile on unix
svn-id: r3918
2002-04-13 10:41:27 +00:00
James Brown 9d398c689e Move stringmaps to own file to prevent warnings.
svn-id: r3917
2002-04-13 04:44:59 +00:00
James Brown 94670b2eef Fix various warnings, and things preventing non-win32 platforms from compiling.
svn-id: r3916
2002-04-13 04:39:04 +00:00
James Brown 44d4c1ac60 Remove Win32 dependency from sdl.cpp
svn-id: r3915
2002-04-13 04:11:18 +00:00
Travis Howell 087a6ed761 Added main.cpp and extra simon *.cpp files to makefiles
svn-id: r3914
2002-04-13 01:47:19 +00:00
Ludvig Strigeus 4e1e1e7552 new video engine (expect broken non-sdl builds),
simon the sorcerer 1 & 2 support (non SCUMM games)

svn-id: r3913
2002-04-12 21:28:56 +00:00
Ludvig Strigeus d2b0070c5f new video engine (expect broken non-sdl builds),
simon the sorcerer 1 & 2 support (non SCUMM games)

svn-id: r3912
2002-04-12 21:26:59 +00:00
Ludvig Strigeus b195bb597c put 2xsai filter in a separate file
svn-id: r3911
2002-04-12 10:35:29 +00:00
Ludvig Strigeus 3a4fa636ee code cleanup - prepares for simon inclusion
svn-id: r3910
2002-04-12 10:34:46 +00:00
James Brown 6e508eed29 Fix anti-aliasing crash and a Zak crash. Note there are still AA
artifacts left on screen. Anyone want to fix this? :)

svn-id: r3909
2002-04-11 20:10:47 +00:00
James Brown 7696081c54 Large pointless reindentation of all the code. Also fixed a few mistakes
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 17:19:16 +00:00
Ludvig Strigeus 34747b792a various code cleanups
svn-id: r3907
2002-04-11 15:22:02 +00:00
James Brown e28ae164a9 Update readme a little.
svn-id: r3906
2002-04-11 15:11:56 +00:00
James Brown 09a109068e Remove unneeded init stuff
svn-id: r3905
2002-04-11 14:22:45 +00:00
Ludvig Strigeus 2f07607226 moved the dig angle calculation into getAngleFromPos
svn-id: r3904
2002-04-11 14:13:53 +00:00
Ruediger Hanke 371feb712a Loom-related Endian bug fix
svn-id: r3903
2002-04-10 20:52:55 +00:00
Ruediger Hanke db1862a9af MorphOS version adapted to v0.2.0
svn-id: r3902
2002-04-10 20:48:27 +00:00
Ludvig Strigeus ceeed55779 overloaded 'new' operator to get zero initialized objects
svn-id: r3901
2002-04-10 18:20:32 +00:00
Ruediger Hanke 38c1be274f Fixed colors in Super2xSaI and SuperEagle modes for little endian pixelformats (Voodoo, ...)
svn-id: r3900
2002-04-10 16:45:00 +00:00
Mutwin Kraus 1a2645cc03 Fixed some bugs, added SFX Sound and drawMouse, and some other stuff.
svn-id: r3899
2002-04-10 16:01:25 +00:00
Mutwin Kraus 71b7c6d3fe Fixed the bug that Keydowns weren't recoginzed, added MapKey and changed some accesses3 to the scumm class...
svn-id: r3898
2002-04-09 18:24:08 +00:00
Jeremy Newman 38451f1018 updated for 0.2.0
svn-id: r3897
2002-04-09 15:39:22 +00:00
James Brown 0313be280a Fix the BUN string parser. Doesn't crash other games anymore :)
svn-id: r3896
2002-04-09 06:46:24 +00:00
James Brown 011cf6e066 Start of The Dig voice support. Don't get excited, it doesn't do anything yet. :)
svn-id: r3895
2002-04-08 13:55:03 +00:00
James Brown 2189a0913a .
svn-id: r3894
2002-04-08 03:34:42 +00:00
Mutwin Kraus 6b0840f588 Changed the name of OffsetTable to MP3OffsetTable, as OffsetTable is already defined in the Apple Headers
svn-id: r3893
2002-04-07 18:46:50 +00:00
Mutwin Kraus c8fb3d69d4 Updated the Carbon Mac Port to compile with the current Version. Also some small other changes done.
svn-id: r3892
2002-04-07 18:32:20 +00:00
James Brown 760b37f879 Fix MI1 cd music - Thanks khalek.
svn-id: r3891
2002-04-07 12:28:00 +00:00
James Brown 430a10d24a Update readme to note windows Loom bug
svn-id: r3890
2002-04-07 08:59:15 +00:00