Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-15 | Fix Bug #1163202 (music never stops). Some code cleanup. | Jochen Hoenicke | |
svn-id: r17155 | |||
2005-03-15 | Weakened the low pass filter (thanks to tbcarey who compared it with a real ↵ | Jochen Hoenicke | |
PCjr) svn-id: r17154 | |||
2005-03-15 | Whitespace | Torbjörn Andersson | |
svn-id: r17149 | |||
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn | |
svn-id: r16679 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-11-28 | Trying to cleanup the volume control mess inside the SCUMM engine: renamed ↵ | Max Horn | |
MusicEngine::setMasterVolume to setMusicVolume; fixed iMuse to use the correct method for setMusicVolume (previously modified the iMuse internal volume control); hooked up the volume control of various other music engines; added ScummEngine::setupVolume method which can be called whenever volume settings change, and which gurantees that those are handled uniformly svn-id: r15944 | |||
2004-11-27 | Use modern form of setupPremix | Max Horn | |
svn-id: r15915 | |||
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing ↵ | Max Horn | |
some very specialised methods svn-id: r15914 | |||
2004-10-11 | cleanup / updated some comments | Max Horn | |
svn-id: r15524 | |||
2004-03-05 | Clear all channel variables in clear_channel | Jochen Hoenicke | |
svn-id: r13203 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-01-08 | unify _vm / _scumm usage | Max Horn | |
svn-id: r12262 | |||
2004-01-08 | add newlines to end of files | Oliver Kiehl | |
svn-id: r12249 | |||
2004-01-08 | No more needed | Chris Apers | |
svn-id: r12245 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-18 | PalmOS sound API cannot access globals or functions out of the first segment | Chris Apers | |
svn-id: r11740 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11217 | |||
2003-10-09 | Moved PalmOS initializations out of namespaces. | Chris Apers | |
svn-id: r10703 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10620 | |||
2003-10-03 | cleanup / doxygenification | Max Horn | |
svn-id: r10578 | |||
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also ↵ | Max Horn | |
makes room for a potential 'Scumm' namespace) svn-id: r10549 | |||
2003-09-30 | Generated signed sound samples (cf. feature request #812913). | Jochen Hoenicke | |
svn-id: r10510 | |||
2003-09-19 | cleanup; some more fixed need afnow that the premix proc is expected to ↵ | Max Horn | |
generate stereo data; (we probably should add a common base class for Player_V1/V2 instead of deriving V1 from V2) svn-id: r10312 | |||
2003-09-18 | unify legal headers a bit here | Max Horn | |
svn-id: r10305 | |||
2003-09-18 | just generate the data as stereo, instead of munging the buffer at the end | Max Horn | |
svn-id: r10298 | |||
2003-09-18 | changed & documented the premixer semantics | Max Horn | |
svn-id: r10294 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-09-13 | Add a new hull curve entry needed by Indy3. This fixes bug #770698. | Jochen Hoenicke | |
svn-id: r10230 | |||
2003-09-08 | Reduce PalmOS data segement | Chris Apers | |
svn-id: r10083 | |||
2003-09-07 | cleanup/refactoring | Max Horn | |
svn-id: r10070 | |||
2003-09-07 | some cleanup; clarified isSoundInUse semantics and the difference between ↵ | Max Horn | |
IMuse::get_sound_active and IMuse::getSoundStatus; added lots of const qualifiers to IMuse; rewrote IMuseInternal::getSoundStatus (hopefully not breaking it); added MusicEngine::getSoundStatus svn-id: r10069 | |||
2003-09-07 | added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 ↵ | Max Horn | |
(initial stab, more work to follow) svn-id: r10066 | |||
2003-09-07 | added an assert | Max Horn | |
svn-id: r10054 | |||
2003-08-15 | A different fix for Bugs item #788531. | Jochen Hoenicke | |
Allocate a 4th channel and map all accesses to out of bounds channels to this channel. svn-id: r9705 | |||
2003-08-15 | Fix for Bug [788531] Indy3VGA - Access violation with PC Speaker "travel" music | Jamieson Christian | |
Checked for OOB channel clear command. The "travel" music in question seems to try to clear channel 4 when there are only channels 0-3. Now we check and bail if OOB. Perhaps this isn't quite the correct thing to do. Would channel 4 be significant, as in perhaps "clear ALL channels"? Hoenicke should answer this one. svn-id: r9700 | |||
2003-08-14 | Don't create imuse for v1 and v2 games (otherwise getSoundStatus doesn't work). | Jochen Hoenicke | |
PCjr support for V1 games, bug fix in speaker support. set_pcjr is now called by Player_V2 constructor according to midi driver. Renaming of member variables to begin with an underscore. svn-id: r9692 | |||
2003-08-13 | More monkeyvga credits fix for -epcspk/pcjr | Jamieson Christian | |
svn-id: r9666 | |||
2003-08-13 | Fix monkeyvga hang when using -epcspk/pcjr | Jamieson Christian | |
svn-id: r9665 | |||
2003-08-12 | Fixed the freqency of one note. This bug is also in the original Lucas | Jochen Hoenicke | |
Arts Games... svn-id: r9648 | |||
2003-08-05 | added support for output sample rates > 32767 (still limited to a max of ↵ | Max Horn | |
65535, but all we care about are 44100 and 48000 anyway) svn-id: r9510 | |||
2003-06-27 | cleanup | Max Horn | |
svn-id: r8662 | |||
2003-06-15 | cleanup | Max Horn | |
svn-id: r8494 | |||
2003-06-07 | This should be the right check for header_len. | Jochen Hoenicke | |
I first thought that old games did not have GF_SMALL_HEADER. svn-id: r8379 | |||
2003-06-07 | replaced GF_AFTER with _version | Max Horn | |
svn-id: r8372 | |||
2003-06-06 | I have no idea if this is right, but at least sound seems to be working | Torbjörn Andersson | |
again in Maniac Mansion, Zak and EGA Loom. svn-id: r8365 | |||
2003-06-06 | Added a fix for music_timer in V3 games. | Jochen Hoenicke | |
svn-id: r8361 | |||
2003-06-05 | Synchronize channels playing the same frequency. This prevents | Jochen Hoenicke | |
interference effects. svn-id: r8318 |