Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2002-04-26 | Commit MI1/Indy4/etc crash fix :) | James Brown | |
svn-id: r4081 | |||
2002-04-25 | Fixed insane palette. Slowed down insane playback (need to find a better way) | Vincent Hamm | |
svn-id: r4080 | |||
2002-04-25 | Implemented a few new functions. Now you can control the crane in Full Throttle | Vincent Hamm | |
svn-id: r4079 | |||
2002-04-25 | Update debian package. | James Brown | |
svn-id: r4078 | |||
2002-04-25 | Fix MI1 floppy scaling, and update readme. | James Brown | |
svn-id: r4077 | |||
2002-04-25 | Apply patch to add 'monkeyvga' target for MI1 Floppy. | James Brown | |
svn-id: r4076 | |||
2002-04-24 | Added beginning of (hacky) hardware scaling for the X11 port of | Lionel Ulmer | |
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 | Added the create_thread function. | Lionel Ulmer | |
svn-id: r4074 | |||
2002-04-24 | Fixed transition effects in non V7 games | Vincent Hamm | |
svn-id: r4073 | |||
2002-04-24 | Update manpage slightly. | James Brown | |
svn-id: r4072 | |||
2002-04-24 | Quick fix to ft's fuel tower bug | Vincent Hamm | |
svn-id: r4071 | |||
2002-04-24 | Remove old FixMe. This fixes Zak256 verbs not showing. | James Brown | |
svn-id: r4070 | |||
2002-04-24 | Add new Scale mode. Thanks Gregory Montoir. | James Brown | |
svn-id: r4069 | |||
2002-04-24 | Fix MI1 CD Music, I hope. | James Brown | |
svn-id: r4068 | |||
2002-04-24 | Fix Indy4/MI2 crash due to VirtScroll code. | James Brown | |
Cleanup \N's - For gods sake fix your CVS client :) svn-id: r4067 | |||
2002-04-23 | Major V7 update with vertical scrolling. Added a few scumm vars related to ↵ | Vincent Hamm | |
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 | Quick patch to allow space between -p - Also remove compiler warning | James Brown | |
svn-id: r4065 | |||
2002-04-23 | Remove warning from file. | James Brown | |
svn-id: r4064 | |||
2002-04-23 | LGPL'ed FMOpl from AdPlug. | James Brown | |
svn-id: r4063 | |||
2002-04-23 | Replace FMOpl with LGPL'ed version from AdPlug | James Brown | |
svn-id: r4062 | |||
2002-04-23 | Another akos codec 5 fix | Vincent Hamm | |
svn-id: r4061 | |||
2002-04-23 | Removed mp3_cd reference | Nicolas Bacca | |
svn-id: r4060 |