Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-18 | added rest comi demo imuse music states | Paweł Kołodziejski | |
svn-id: r11337 | |||
2003-11-18 | Music correction | Travis Howell | |
svn-id: r11335 | |||
2003-11-18 | added experimental handle for comi demo music | Paweł Kołodziejski | |
svn-id: r11334 | |||
2003-11-18 | Music correction for dig demo | Travis Howell | |
svn-id: r11332 | |||
2003-11-18 | added music support for dig demo | Paweł Kołodziejski | |
svn-id: r11331 | |||
2003-11-17 | replaced demo GIDs wth GF_DEMO | Paweł Kołodziejski | |
svn-id: r11326 | |||
2003-11-17 | added music hacks for cmi demo, please test it | Paweł Kołodziejski | |
svn-id: r11323 | |||
2003-11-13 | *** empty log message *** | Travis Howell | |
svn-id: r11281 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11217 | |||
2003-10-17 | renamed some Timer methods | Max Horn | |
svn-id: r10868 | |||
2003-10-09 | Moved PalmOS initializations out of namespaces. | Chris Apers | |
svn-id: r10703 | |||
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-24 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10390 | |||
2003-09-10 | added refCon parameter to timer class | Max Horn | |
svn-id: r10156 | |||
2003-09-08 | make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume | Max Horn | |
svn-id: r10097 | |||
2003-09-07 | make use of voc.h; some cleanup | Max Horn | |
svn-id: r10073 | |||
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 | small tweak (hm, is IMuse::get_sound_active really still needed? or rather, ↵ | Max Horn | |
does IMuse::getSoundStatus really have to return an int or can we cast it to boolean safely?) svn-id: r10067 | |||
2003-09-06 | removed pauseMixer method from mixer, and renamed stop to stopChannel | Max Horn | |
svn-id: r10042 | |||
2003-09-02 | remove unused variable | Jonathan Gray | |
svn-id: r9978 | |||
2003-09-02 | imuse digi use mixer volume and pan control now | Paweł Kołodziejski | |
svn-id: r9977 | |||
2003-09-02 | changed sounds volume to original volume level, and fixed sounds in bass intro | Paweł Kołodziejski | |
svn-id: r9963 | |||
2003-09-01 | added sound handle stuff to mixer streams | Paweł Kołodziejski | |
svn-id: r9956 | |||
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski | |
svn-id: r9944 | |||
2003-08-18 | Updated globals access for PalmOS | Chris Apers | |
svn-id: r9759 | |||
2003-07-27 | some cleanup | Paweł Kołodziejski | |
svn-id: r9198 | |||
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-02 | more cleanup | Max Horn | |
svn-id: r8707 | |||
2003-07-02 | oops | Max Horn | |
svn-id: r8699 | |||
2003-07-02 | cleanup | Max Horn | |
svn-id: r8698 | |||
2003-06-27 | cleanup | Max Horn | |
svn-id: r8662 | |||
2003-06-23 | this should prevent changing music in some room in the DIG | Paweł Kołodziejski | |
svn-id: r8641 | |||
2003-06-22 | updated ft music tables | Paweł Kołodziejski | |
svn-id: r8634 | |||
2003-06-22 | fix for imuse map room table | Paweł Kołodziejski | |
svn-id: r8631 | |||
2003-06-22 | fixes for imuse digital table | Paweł Kołodziejski | |
svn-id: r8630 | |||
2003-06-22 | updated imuse digital tables | Paweł Kołodziejski | |
svn-id: r8629 | |||
2003-06-22 | Change names of the stream API in the mixer; added endStream method (stop() ↵ | Max Horn | |
halts stream immediately; endStream() lets it first finish playing) svn-id: r8603 | |||
2003-06-21 | lots of mixer cleanup / refactoring / reengineering | Max Horn | |
svn-id: r8594 | |||
2003-06-21 | modified & cleaned up the playStream/append code a bit; but this API really ↵ | Max Horn | |
could stand some refinement svn-id: r8592 | |||
2003-06-15 | moved GameId declaration to common/engine.h (more logical); moved scumm ↵ | Max Horn | |
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496 | |||
2003-06-15 | cleanup | Max Horn | |
svn-id: r8494 | |||
2003-06-15 | made stuff in class Sound protected where possible; moved ↵ | Max Horn | |
readCreativeVocFile to imuse_digi.cpp and turned it into a static function; put the DigitalTrackInfo stuff into sound.cpp (keeping it private); removed #includes from sound.h (this cuts down interdependencies a little) svn-id: r8493 | |||
2003-06-14 | Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵ | Max Horn | |
augmented by some more changes of mine svn-id: r8482 | |||
2003-06-14 | Format string/argument mismatch fixes. | Torbjörn Andersson | |
svn-id: r8463 | |||
2003-06-07 | follow our coding conventions | Max Horn | |
svn-id: r8377 | |||
2003-05-31 | don't be so verbose on low debug levels | Max Horn | |
svn-id: r8180 | |||
2003-05-21 | many pedantic warning fixes (and some actual potential buglets fixed, too) | Max Horn | |
svn-id: r7795 |