844 Commits

Author SHA1 Message Date
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
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