Lionel Ulmer
c134803976
MI1 CD audio should work better now. Still a bit flaky but should be
...
better than before :-)
svn-id: r4128
2002-04-28 14:01:40 +00:00
James Brown
9d55ab4061
Update readme bug list
...
svn-id: r4127
2002-04-28 08:59:33 +00:00
Travis Howell
2ac1bba109
Added cd audio stop patch from Gregory Montoir
...
svn-id: r4126
2002-04-28 07:38:22 +00:00
Lionel Ulmer
c60c97b1d4
Prevent debugger attach when we have switched to full-screen.
...
svn-id: r4125
2002-04-28 06:51:23 +00:00
James Brown
385c91733e
Commit FIXME to fix Largo bridge actor-direction bug
...
svn-id: r4124
2002-04-28 05:24:18 +00:00
Max Horn
e82ed1f4fd
updated legal header
...
svn-id: r4123
2002-04-28 00:57:16 +00:00
Max Horn
75f1297a7d
moved scummfg to config-file.h - seems more logical. Also added a legal header
...
svn-id: r4122
2002-04-28 00:56:52 +00:00
Max Horn
385a401145
run indent over config-file.cpp; added legal header, removed some unused junk, etc.
...
svn-id: r4121
2002-04-28 00:56:06 +00:00
Max Horn
4fd5e1ee52
cleanup; implemented close() for CoreAudio driver
...
svn-id: r4120
2002-04-28 00:32:00 +00:00
Max Horn
6b8638cd05
spaces to tabs; don't hard code midi driver ID on MacOS
...
svn-id: r4119
2002-04-28 00:31:31 +00:00
Nicolas Noble
28778e07f7
More command line and config file bug fixes:
...
-) fixed the save of the gfx_mode
-) fixed the help line for gfx_mode
-) adding some error messages in the config file loading
svn-id: r4118
2002-04-27 22:12:36 +00:00
Nicolas Noble
5b0d856a12
Fixed the 'config-file is predominant upon command line' bug...
...
svn-id: r4117
2002-04-27 21:43:30 +00:00
Lionel Ulmer
8537266a89
Applied Triskelios's patch for Unix-style configuration file (ie
...
.scummvmrc instead of scummvm.ini)
svn-id: r4116
2002-04-27 21:06:48 +00:00
Nicolas Noble
00c03b9a0d
Fixed the tempo argument.
...
svn-id: r4115
2002-04-27 20:48:13 +00:00
Lionel Ulmer
ad5c568e59
Fix (in an ugly way for now :-) ) the building of the Xv mode.
...
svn-id: r4114
2002-04-27 18:22:52 +00:00
Lionel Ulmer
62e3369542
Implemented shaking in the X11 driver the 'easy' way :-)
...
Added also the possibility to capture the sound played during the
game. To convert to a WAV file, do :
'sox -r 22050 -w -s -c 2 sound.raw sound.wav'
svn-id: r4113
2002-04-27 17:44:57 +00:00
James Brown
35ab306577
<Fingolfin> Endy: hey don't you think adding config-file.* to CVS would be a good idea?
...
svn-id: r4112
2002-04-27 17:21:38 +00:00
James Brown
2b50dd2742
Add config file support. Thanks |Pixel| :)
...
svn-id: r4111
2002-04-27 16:58:29 +00:00
Max Horn
d2fe8ce153
fixed RT32 mapping (one instrument had been left out)
...
svn-id: r4110
2002-04-27 15:19:44 +00:00
Max Horn
371f14a752
fixed midi instrument ids in QuickTime driver
...
svn-id: r4109
2002-04-27 14:44:07 +00:00
Max Horn
2f51936f4f
ok, this now should work, pleeeaase
...
svn-id: r4108
2002-04-27 12:02:47 +00:00
Max Horn
7e47e03cd1
hopefully this fixes the scalers on non-MacOSX systems again...
...
svn-id: r4107
2002-04-27 11:56:47 +00:00
Max Horn
698e28eb6b
fixed scalers on systems which do not use 555 but 565 output surfaces
...
svn-id: r4106
2002-04-27 11:07:32 +00:00
Max Horn
c9ea27332c
Makefile.mingw now uses Makefile.common, too
...
svn-id: r4105
2002-04-27 11:06:27 +00:00
Max Horn
01f5a70886
converted tabs to spaces (not on all systems are tabs=8 spaces!); spelling; added myself to credits <g>
...
svn-id: r4104
2002-04-27 10:21:04 +00:00
Max Horn
2c8d1d8871
no need for ncurses
...
svn-id: r4103
2002-04-27 09:57:34 +00:00
Max Horn
4e8ea7dbc1
added the ability to add an extension to executables (like scummvm vs. scummvm.exe); made some targets phony
...
svn-id: r4102
2002-04-27 09:56:48 +00:00
Lionel Ulmer
35d305ce64
MP3 CD tracks should now be working properly.
...
Ludde, maybe you should check if Simon is still working OK as now the
change of the sound playing handle is 'asynchronous' (ie if you call
'stop' on a sound, the handle will NOT be put to NULL right away, but
at the next 'mix' thread call). Maybe we should completely remove this
handle stuff and always use instead the index returned by the
'play_XXX' functions.
svn-id: r4101
2002-04-27 07:42:14 +00:00
James Brown
6ac9551e81
Remove getpid() debug calls from mixer.cpp - not all platforms support this
...
function.
svn-id: r4100
2002-04-27 04:33:24 +00:00
James Brown
d0b9677f5d
Add autosave support, fix sm and max midi.
...
svn-id: r4099
2002-04-27 04:31:25 +00:00
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