Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-14 | moved to Sound class | Paweł Kołodziejski | |
svn-id: r4744 | |||
2002-08-14 | some cleanup, changed type timer procedure - passed Scumm pointer | Paweł Kołodziejski | |
svn-id: r4743 | |||
2002-08-14 | Two patches by Torbj�rn Andersson. | James Brown | |
594922: Fix loom masking 594921: Loom sound fixes svn-id: r4739 | |||
2002-08-08 | SMUSH: attached to timer, moved to class | Paweł Kołodziejski | |
svn-id: r4719 | |||
2002-08-08 | DIG: replaced stopBundleMusic with pauseBundleMusic in SMUSH | Paweł Kołodziejski | |
svn-id: r4717 | |||
2002-08-08 | DIG: stop play music, when SMUSH is playing | Paweł Kołodziejski | |
svn-id: r4715 | |||
2002-08-04 | DIG: preliminarily support for music in the game | Paweł Kołodziejski | |
svn-id: r4701 | |||
2002-08-03 | hopefully fixed #589746 (Clicking sounds) | Max Horn | |
svn-id: r4689 | |||
2002-07-29 | fixed DOTT voice problem (I hope); still this section of the code seems... fishy | Max Horn | |
svn-id: r4676 | |||
2002-07-28 | moved file bundle stuff into class Bundle | Paweł Kołodziejski | |
svn-id: r4671 | |||
2002-07-28 | added constants for the default volumes; changed the volume ranges from ↵ | Max Horn | |
0-255 to 0-256 svn-id: r4670 | |||
2002-07-28 | disable zak256 sound debug code for now | Max Horn | |
svn-id: r4664 | |||
2002-07-27 | set default volume to 192/192/192 (now that we unified the volume ranges to ↵ | Max Horn | |
0-255) svn-id: r4658 | |||
2002-07-27 | Don't skip the first 1/75th of a second when playing Zak256 soundtrack | James Brown | |
svn-id: r4654 | |||
2002-07-27 | Fix call to mp3cd playing for Zak256. Also fix 'restart' bug with Zak CD | James Brown | |
music. svn-id: r4651 | |||
2002-07-25 | that happens if you don't double check, sorry | Max Horn | |
svn-id: r4627 | |||
2002-07-25 | added simple hexdump() function (nice for debugging); added some debug code ↵ | Max Horn | |
for Zak256 sounds svn-id: r4626 | |||
2002-07-25 | Add Zak256 sound | James Brown | |
svn-id: r4625 | |||
2002-07-24 | fixed warnings signed/unsigned | Paweł Kołodziejski | |
svn-id: r4624 | |||
2002-07-22 | forgot to remove arisme's comment :-) | Max Horn | |
svn-id: r4616 | |||
2002-07-22 | pulled out arisme's recent changes to pauseMode, they are not correct as ↵ | Max Horn | |
they break pause mode for all systems that use real MIDI drivers (see bug #584684). If you need a mute music mode, then add an according function to iMUSE/mixer but don't abuse pause mode, please svn-id: r4615 | |||
2002-07-21 | Apply patch from Torbj�rn Andersson to make MP3_CDMUSIC mixer use | James Brown | |
music_volume instead of sfx_volume. svn-id: r4611 | |||
2002-07-20 | Fixed Monkey Island 2 freeze when sound is paused | Nicolas Bacca | |
svn-id: r4608 | |||
2002-07-20 | DIG:fix for codec 10, | Paweł Kołodziejski | |
codecs are OK, now :) svn-id: r4607 | |||
2002-07-19 | DIG: implemented music codec 12, | Paweł Kołodziejski | |
not really tested yet svn-id: r4604 | |||
2002-07-19 | DIG: implemented music codec 11, | Paweł Kołodziejski | |
12 coming soon. not really tested yet svn-id: r4603 | |||
2002-07-19 | implemented codec 10 in the dig music, 11, 12 coming soon. | Paweł Kołodziejski | |
not really tested yet svn-id: r4602 | |||
2002-07-16 | This warning is driving me nuts, so disabling it for now | Max Horn | |
svn-id: r4569 | |||
2002-07-07 | got rid of some g_scumm uses | Max Horn | |
svn-id: r4482 | |||
2002-07-04 | endian fix for Putt-Putt sound playback | Max Horn | |
svn-id: r4457 | |||
2002-07-02 | added some hackish support for the DIGI SFX format used in Putt-Putt demo | Max Horn | |
svn-id: r4451 | |||
2002-06-02 | Small warning fix + double inclusion protection (can always be useful | Lionel Ulmer | |
:) ). svn-id: r4395 | |||
2002-05-19 | The Dig: stereo samples and mixer | Paweł Kołodziejski | |
svn-id: r4359 | |||
2002-05-19 | The Dig: 16 bit samples and mixer | Paweł Kołodziejski | |
svn-id: r4358 | |||
2002-05-17 | added support for Mac1 sounds resources (appear in MI1/MacOS version). Still ↵ | Max Horn | |
needs some work but is usable. Now if I could figure out Mac0... svn-id: r4346 | |||
2002-05-15 | Fixed evil filename overflow | Nicolas Bacca | |
svn-id: r4339 | |||
2002-05-15 | Misc. fixes | James Brown | |
svn-id: r4338 | |||
2002-05-14 | remove config-file.h from scumm.h (for me this means only 5 instead of 31 ↵ | Max Horn | |
files have to be recompiled whenever config-file.h changes svn-id: r4335 | |||
2002-05-14 | added #include "actor.h", some minor tweaks | Max Horn | |
svn-id: r4332 | |||
2002-05-14 | refactored parts of actor.cpp: many methods are now members of class Actor ↵ | Max Horn | |
instead of class Scumm. This is still work in progress! svn-id: r4319 | |||
2002-05-14 | Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon ↵ | James Brown | |
due to the autosaver. This changes the OSystem interface. Porters beware. svn-id: r4318 | |||
2002-05-13 | The DIG SFX support - thanks to aquadran | James Brown | |
svn-id: r4303 | |||
2002-05-12 | Closing bug #555104 | Nicolas Noble | |
svn-id: r4299 | |||
2002-05-09 | Revert incorrect endian fixes. | James Brown | |
If there's something wrong here, it's with the MKID_BE define in scummsys.h, not this code. svn-id: r4250 | |||
2002-05-08 | Big endian fixes | Ruediger Hanke | |
svn-id: r4249 | |||
2002-05-07 | Added rate detection for The Dig - solves problems with other language versions. | James Brown | |
svn-id: r4226 | |||
2002-05-06 | Add raw PCM part to dig .bun decompressor. | James Brown | |
svn-id: r4219 | |||
2002-05-05 | cleaning up the mess drigo left... <sigh> | Max Horn | |
svn-id: r4215 | |||
2002-05-05 | Fixed some things for Macintosh ports | Enrico Rolfi | |
svn-id: r4212 | |||
2002-05-05 | Add more Dig compatability, fix Dig sounds due to Endian. | James Brown | |
svn-id: r4201 |