823 Commits

Author SHA1 Message Date
Max Horn
1c108c0ed5 allow spaces after various command line options and their values
svn-id: r4098
2002-04-26 23:41:11 +00:00
Max Horn
6da7d94193 removed the unused destroy() methods; using 'delete this' issn't nice anyway <g>
svn-id: r4097
2002-04-26 22:38:03 +00:00
Lionel Ulmer
9868f6590d Fixed race conditions in the sound code (where a sound could be
'freed' while it was mixed at the same time in the sound thread).

Now Monkey1 seems to play well with Valgrind without any memory
warning.

svn-id: r4096
2002-04-26 20:53:48 +00:00
Ruediger Hanke
d7ce1d2b19 Fix for the DOTTDEMO memory overwrite crash that happened at least on MorphOS
svn-id: r4095
2002-04-26 18:52:33 +00:00
Lionel Ulmer
f24777a998 Remove useless debug code.
svn-id: r4094
2002-04-26 17:22:58 +00:00
Lionel Ulmer
8fccbb0612 Fixed one memory overwrite problem in MP3-CD support. First pass at
some code clean-up. More ahead (once I understand better the code :-) ).

svn-id: r4093
2002-04-26 17:11:05 +00:00
Max Horn
0dff20fd5b Added 'MAC ' subtype of 'SOU ', used in MacOS variants of some games, and contains MIDI data; also ignore 'Mac0' and 'Mac1' sounds for now till we add playback support
svn-id: r4092
2002-04-26 16:52:00 +00:00
Lionel Ulmer
b104ca24eb Remove unused file from the Makefile.x11.
svn-id: r4091
2002-04-26 16:10:11 +00:00
James Brown
965b96b489 Add enhanced debugging patch.
svn-id: r4090
2002-04-26 14:13:39 +00:00
James Brown
ab2d1d03fa Fix 'monkey' target.
svn-id: r4089
2002-04-26 13:41:39 +00:00
Max Horn
5fb37d8907 Slightly revised Makefiles, now share common stuff in Makefile.common; added simple Makefile for MacOS X
svn-id: r4088
2002-04-26 13:39:31 +00:00
Max Horn
ca939b4884 Made compiler happy about newline at file end
svn-id: r4087
2002-04-26 13:39:01 +00:00
Max Horn
d83fcb54d0 added new style midi drivers using QuickTime (MacOS 9 & X) and CoreAudio (MacOS X)
svn-id: r4086
2002-04-26 13:18:49 +00:00
Max Horn
d5d06612ed small fix to allow SDL version to work properly on Mac OS X
svn-id: r4085
2002-04-26 13:16:35 +00:00
James Brown
ee787694c9 Update BeOS project file
svn-id: r4084
2002-04-26 12:37:20 +00:00
James Brown
8a8c776b47 Fix screen corruption after shaking.
svn-id: r4083
2002-04-26 11:01:47 +00:00
James Brown
ff186267b1 Remove alt-enter on unix note: It works on SDL/Win32 now too
svn-id: r4082
2002-04-26 06:08:32 +00:00
James Brown
b065d233d1 Commit MI1/Indy4/etc crash fix :)
svn-id: r4081
2002-04-26 02:53:40 +00:00
Vincent Hamm
ce464ac7e4 Fixed insane palette. Slowed down insane playback (need to find a better way)
svn-id: r4080
2002-04-25 11:06:15 +00:00
Vincent Hamm
f3aab1ce9c Implemented a few new functions. Now you can control the crane in Full Throttle
svn-id: r4079
2002-04-25 08:53:10 +00:00
James Brown
d0bb864d35 Update debian package.
svn-id: r4078
2002-04-25 04:55:46 +00:00
James Brown
b7ce4fc936 Fix MI1 floppy scaling, and update readme.
svn-id: r4077
2002-04-25 04:12:18 +00:00
James Brown
2334c4778b Apply patch to add 'monkeyvga' target for MI1 Floppy.
svn-id: r4076
2002-04-25 03:37:56 +00:00
Lionel Ulmer
fb5e38d454 Added beginning of (hacky) hardware scaling for the X11 port of
ScummVM. This is NOT finalized at all (for example mouse 'descaling'
is not implemented yet) but is here for the not-faint of heart :-)

If you want to try to play with it, replace '65' by the video port
supporting a RGB image format (search it with 'xvinfo').

This works with the latest NVIDIA drivers. I have no idea if any other
graphic driver exports this feature.

svn-id: r4075
2002-04-24 21:19:19 +00:00
Lionel Ulmer
57f4056015 Added the create_thread function.
svn-id: r4074
2002-04-24 19:35:49 +00:00
Vincent Hamm
ca4262ec0c Fixed transition effects in non V7 games
svn-id: r4073
2002-04-24 14:13:09 +00:00
James Brown
d97a8e547a Update manpage slightly.
svn-id: r4072
2002-04-24 09:59:42 +00:00
Vincent Hamm
5fadebd951 Quick fix to ft's fuel tower bug
svn-id: r4071
2002-04-24 07:53:48 +00:00
James Brown
1d2514665e Remove old FixMe. This fixes Zak256 verbs not showing.
svn-id: r4070
2002-04-24 07:47:25 +00:00
James Brown
4cc43b3679 Add new Scale mode. Thanks Gregory Montoir.
svn-id: r4069
2002-04-24 07:42:29 +00:00
James Brown
c8cfb1e25a Fix MI1 CD Music, I hope.
svn-id: r4068
2002-04-24 07:19:00 +00:00
James Brown
280136f13a Fix Indy4/MI2 crash due to VirtScroll code.
Cleanup \N's - For gods sake fix your CVS client :)

svn-id: r4067
2002-04-24 04:26:09 +00:00
Vincent Hamm
20e9ad5e23 Major V7 update with vertical scrolling. Added a few scumm vars related to scrolling. Dig inventory isn't displayed where it should. I hope it doesn't break anything else in other game...
svn-id: r4066
2002-04-23 23:58:31 +00:00
James Brown
72798160d8 Quick patch to allow space between -p - Also remove compiler warning
svn-id: r4065
2002-04-23 18:11:36 +00:00
James Brown
c62c6637bf Remove warning from file.
svn-id: r4064
2002-04-23 17:55:02 +00:00
James Brown
71ba38ba64 LGPL'ed FMOpl from AdPlug.
svn-id: r4063
2002-04-23 17:52:30 +00:00
James Brown
b1fd2d739a Replace FMOpl with LGPL'ed version from AdPlug
svn-id: r4062
2002-04-23 17:51:39 +00:00
Vincent Hamm
342a21911e Another akos codec 5 fix
svn-id: r4061
2002-04-23 14:58:53 +00:00
Nicolas Bacca
4795a042a5 Removed mp3_cd reference
svn-id: r4060
2002-04-23 07:15:07 +00:00
Nicolas Bacca
4e37e5ecbd Forgot to remove them
svn-id: r4059
2002-04-23 07:13:17 +00:00
Nicolas Bacca
df95ef611a Skip dialogue with skip button, fixed hardware keys but the right click
svn-id: r4058
2002-04-23 05:36:51 +00:00
Vincent Hamm
7ca32ea5eb Made great progress with the akos codec 5. Placement is now correct but still experiencing bugs with background reset. Also fixed missing dialogues in dig when the talking actor isn't in the room (fix not 100% correct yet).
svn-id: r4057
2002-04-22 22:18:24 +00:00
Nicolas Bacca
9bd56e63ac Removed fstat - not needed and not implemented on WinCE
svn-id: r4056
2002-04-22 19:29:22 +00:00
James Brown
aecbd8d8d2 Fix cursor hotspot offset. (swapped x/y coords)
svn-id: r4055
2002-04-22 18:01:32 +00:00
Vincent Hamm
d5a0d0d531 More work done on blast objects. Very preliminary implementation of akos codec 5
svn-id: r4054
2002-04-22 16:18:20 +00:00
Ruediger Hanke
1286475651 Fix the bottom of screen trashed bug
svn-id: r4053
2002-04-22 15:55:20 +00:00
Vincent Hamm
294ed1065c Rewrote a part of the blast object management code for implementation of future features. That fixed the highway minigame in samnmax
svn-id: r4052
2002-04-22 13:55:28 +00:00
Vincent Hamm
e36f956006 Fixed samnmax intro thanks to segra suggestion
svn-id: r4051
2002-04-22 13:15:30 +00:00
James Brown
a2217e35ff Fix MP3 compilation.
svn-id: r4050
2002-04-22 11:36:41 +00:00
James Brown
c74f966991 Apply urkles MI1 MP3 CD Audio patch and Loom MP3 syncronisation fix patch
svn-id: r4049
2002-04-22 11:18:11 +00:00