Commit Graph
86814 Commits
Author SHA1 Message Date
James Brown 4924ecd7da Added missing Dig smush codecs. Dig movies are now perfect, graphically.
Thanks Aquadran.

svn-id: r4139
2002-04-30 07:40:56 +00:00
Lionel Ulmer 2d51c864b0 Fixed properly the transparency problem. I would like people on BE
machines to test this to see if my code to load the XPM is
endian-clean :-)

svn-id: r4138
2002-04-29 19:57:03 +00:00
Lionel Ulmer ff9fa95f63 Added Jeremy's nice icon to the SDL port of ScummVM using a custom
hacky XPM loader :-)

svn-id: r4137
2002-04-29 16:01:31 +00:00
Ruediger Hanke 097d1e520e Sped-up version of AdvMame2x scaler for MorphOS-native interface integrated
svn-id: r4136
2002-04-29 13:12:45 +00:00
Max Horn 6a48e2db59 replaced fragile hack (declaring class IMuse twice in two different places) with a (hopefully) better proxy approach: class IMuse just proxies thru to the real IMuseInternal class
svn-id: r4135
2002-04-29 11:48:33 +00:00
Ruediger Hanke ee8e0e749f Updated MorphOS makefile
svn-id: r4134
2002-04-29 11:17:45 +00:00
James Brown 4d5a8492fb Fix compile issue.
svn-id: r4133
2002-04-29 10:42:53 +00:00
Ruediger Hanke 991d988b23 Fix compile error (old-style ANSI for scoping)
svn-id: r4132
2002-04-29 09:28:47 +00:00
James Brown eefae397da Oops, bundle audio is UNSIGNED.
svn-id: r4131
2002-04-29 08:37:11 +00:00
James Brown 58334a8f8f Updated SMUSH fix. Thanks aquadran.
svn-id: r4130
2002-04-29 08:31:45 +00:00
James Brown 5f9bd8343c Small inSANE patch for the dig, and start of Dig Audio support.
It seems to crash using AUTOFREE for some reason. Can someone Valgrind/Purify this for me?

svn-id: r4129
2002-04-29 08:28:27 +00:00
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