Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-29 | Oops, bundle audio is UNSIGNED. | James Brown | |
svn-id: r4131 | |||
2002-04-29 | Updated SMUSH fix. Thanks aquadran. | James Brown | |
svn-id: r4130 | |||
2002-04-29 | Small inSANE patch for the dig, and start of Dig Audio support. | James Brown | |
It seems to crash using AUTOFREE for some reason. Can someone Valgrind/Purify this for me? svn-id: r4129 | |||
2002-04-28 | MI1 CD audio should work better now. Still a bit flaky but should be | Lionel Ulmer | |
better than before :-) svn-id: r4128 | |||
2002-04-28 | Update readme bug list | James Brown | |
svn-id: r4127 | |||
2002-04-28 | Added cd audio stop patch from Gregory Montoir | Travis Howell | |
svn-id: r4126 | |||
2002-04-28 | Prevent debugger attach when we have switched to full-screen. | Lionel Ulmer | |
svn-id: r4125 | |||
2002-04-28 | Commit FIXME to fix Largo bridge actor-direction bug | James Brown | |
svn-id: r4124 | |||
2002-04-28 | updated legal header | Max Horn | |
svn-id: r4123 | |||
2002-04-28 | moved scummfg to config-file.h - seems more logical. Also added a legal header | Max Horn | |
svn-id: r4122 | |||
2002-04-28 | run indent over config-file.cpp; added legal header, removed some unused ↵ | Max Horn | |
junk, etc. svn-id: r4121 | |||
2002-04-28 | cleanup; implemented close() for CoreAudio driver | Max Horn | |
svn-id: r4120 | |||
2002-04-28 | spaces to tabs; don't hard code midi driver ID on MacOS | Max Horn | |
svn-id: r4119 | |||
2002-04-27 | More command line and config file bug fixes: | Nicolas Noble | |
-) 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 | Fixed the 'config-file is predominant upon command line' bug... | Nicolas Noble | |
svn-id: r4117 | |||
2002-04-27 | Applied Triskelios's patch for Unix-style configuration file (ie | Lionel Ulmer | |
.scummvmrc instead of scummvm.ini) svn-id: r4116 | |||
2002-04-27 | Fixed the tempo argument. | Nicolas Noble | |
svn-id: r4115 | |||
2002-04-27 | Fix (in an ugly way for now :-) ) the building of the Xv mode. | Lionel Ulmer | |
svn-id: r4114 | |||
2002-04-27 | Implemented shaking in the X11 driver the 'easy' way :-) | Lionel Ulmer | |
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 | <Fingolfin> Endy: hey don't you think adding config-file.* to CVS would be a ↵ | James Brown | |
good idea? svn-id: r4112 | |||
2002-04-27 | Add config file support. Thanks |Pixel| :) | James Brown | |
svn-id: r4111 | |||
2002-04-27 | fixed RT32 mapping (one instrument had been left out) | Max Horn | |
svn-id: r4110 | |||
2002-04-27 | fixed midi instrument ids in QuickTime driver | Max Horn | |
svn-id: r4109 | |||
2002-04-27 | ok, this now should work, pleeeaase | Max Horn | |
svn-id: r4108 | |||
2002-04-27 | hopefully this fixes the scalers on non-MacOSX systems again... | Max Horn | |
svn-id: r4107 | |||
2002-04-27 | fixed scalers on systems which do not use 555 but 565 output surfaces | Max Horn | |
svn-id: r4106 | |||
2002-04-27 | Makefile.mingw now uses Makefile.common, too | Max Horn | |
svn-id: r4105 | |||
2002-04-27 | converted tabs to spaces (not on all systems are tabs=8 spaces!); spelling; ↵ | Max Horn | |
added myself to credits <g> svn-id: r4104 | |||
2002-04-27 | no need for ncurses | Max Horn | |
svn-id: r4103 | |||
2002-04-27 | added the ability to add an extension to executables (like scummvm vs. ↵ | Max Horn | |
scummvm.exe); made some targets phony svn-id: r4102 | |||
2002-04-27 | MP3 CD tracks should now be working properly. | Lionel Ulmer | |
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 | Remove getpid() debug calls from mixer.cpp - not all platforms support this | James Brown | |
function. svn-id: r4100 | |||
2002-04-27 | Add autosave support, fix sm and max midi. | James Brown | |
svn-id: r4099 | |||
2002-04-26 | allow spaces after various command line options and their values | Max Horn | |
svn-id: r4098 | |||
2002-04-26 | removed the unused destroy() methods; using 'delete this' issn't nice anyway <g> | Max Horn | |
svn-id: r4097 | |||
2002-04-26 | Fixed race conditions in the sound code (where a sound could be | Lionel Ulmer | |
'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 | Fix for the DOTTDEMO memory overwrite crash that happened at least on MorphOS | Ruediger Hanke | |
svn-id: r4095 | |||
2002-04-26 | Remove useless debug code. | Lionel Ulmer | |
svn-id: r4094 | |||
2002-04-26 | Fixed one memory overwrite problem in MP3-CD support. First pass at | Lionel Ulmer | |
some code clean-up. More ahead (once I understand better the code :-) ). svn-id: r4093 | |||
2002-04-26 | Added 'MAC ' subtype of 'SOU ', used in MacOS variants of some games, and ↵ | Max Horn | |
contains MIDI data; also ignore 'Mac0' and 'Mac1' sounds for now till we add playback support svn-id: r4092 | |||
2002-04-26 | Remove unused file from the Makefile.x11. | Lionel Ulmer | |
svn-id: r4091 | |||
2002-04-26 | Add enhanced debugging patch. | James Brown | |
svn-id: r4090 | |||
2002-04-26 | Fix 'monkey' target. | James Brown | |
svn-id: r4089 | |||
2002-04-26 | Slightly revised Makefiles, now share common stuff in Makefile.common; added ↵ | Max Horn | |
simple Makefile for MacOS X svn-id: r4088 | |||
2002-04-26 | Made compiler happy about newline at file end | Max Horn | |
svn-id: r4087 | |||
2002-04-26 | added new style midi drivers using QuickTime (MacOS 9 & X) and CoreAudio ↵ | Max Horn | |
(MacOS X) svn-id: r4086 | |||
2002-04-26 | small fix to allow SDL version to work properly on Mac OS X | Max Horn | |
svn-id: r4085 | |||
2002-04-26 | Update BeOS project file | James Brown | |
svn-id: r4084 | |||
2002-04-26 | Fix screen corruption after shaking. | James Brown | |
svn-id: r4083 | |||
2002-04-26 | Remove alt-enter on unix note: It works on SDL/Win32 now too | James Brown | |
svn-id: r4082 |