Age | Commit message (Expand) | Author |
2003-09-05 | Add to config as int for now. | Travis Howell |
2003-09-05 | Fix platform command line and add to readme | Travis Howell |
2003-09-05 | Added FIXME comment about DipMusic(). | Torbjörn Andersson |
2003-09-05 | Cleanup. | Torbjörn Andersson |
2003-09-05 | Oops | Travis Howell |
2003-09-05 | This fixes another music-related crash for me. I guess it's our | Torbjörn Andersson |
2003-09-05 | *** empty log message *** | Travis Howell |
2003-09-05 | Add mac check. | Travis Howell |
2003-09-05 | Removed unused function, StartMusicFadeDown(). | Torbjörn Andersson |
2003-09-05 | Cleaned up UpdateCompSampleStreaming() and re-enabled music fading. We | Torbjörn Andersson |
2003-09-05 | Use --platform option, instead of system specific options. | Travis Howell |
2003-09-05 | Update docs for new flags | Travis Howell |
2003-09-05 | Remove warning | Travis Howell |
2003-09-05 | Add atarist and macintosh options, since there seem to be no way to detect ve... | Travis Howell |
2003-09-05 | fixes for uninitialized pan and volume | Paweł Kołodziejski |
2003-09-05 | Changeing warning to debug, since we know functions purpuse and it seems to b... | Travis Howell |
2003-09-05 | Correction from Hibernatus, is used in fm towns games too. | Travis Howell |
2003-09-05 | comment unused label | Jonathan Gray |
2003-09-05 | Corrections for Amiga V2/V3 games from unused. | Travis Howell |
2003-09-04 | Leave SPK resources in monkey1 disabled too. | Travis Howell |
2003-09-04 | monkey has no native midi resources and SPK isn't support yet. | Travis Howell |
2003-09-04 | Gave the "monkey" target the same sound flags as the "monkey1" target. At | Torbjörn Andersson |
2003-09-04 | Added locking to the music code. I'm not really the right person to do this | Torbjörn Andersson |
2003-09-03 | Added FIXME comment about how we probably need locking for FxServer() and | Torbjörn Andersson |
2003-09-03 | Implement the ACTOR_PAN opcode. The only place I know of where it's used is | Torbjörn Andersson |
2003-09-03 | add a bunch of known targets for some of the newer humongous games, maybe we ... | Jonathan Gray |
2003-09-03 | prepare for larger target names | Jonathan Gray |
2003-09-03 | add some stub cases for later humongous games, queue loading and a decodePars... | Jonathan Gray |
2003-09-03 | Removed fxLooped[], fxCached[] and musCounter[]. They were written to, but | Torbjörn Andersson |
2003-09-03 | fixed music fading out. it's "goto" hack. | Paweł Kołodziejski |
2003-09-03 | more cleanup | Paweł Kołodziejski |
2003-09-03 | some cleanup code | Paweł Kołodziejski |
2003-09-03 | fixed interval of fxServer func (why i saw before 1000 miliseconds?), moved i... | Paweł Kołodziejski |
2003-09-02 | remove shadow'd var by using variable name from prototype | Jonathan Gray |
2003-09-02 | remove unused variable | Jonathan Gray |
2003-09-02 | imuse digi use mixer volume and pan control now | Paweł Kołodziejski |
2003-09-02 | moved volume and pan control into flow func | Paweł Kołodziejski |
2003-09-02 | update vc7 file | Paweł Kołodziejski |
2003-09-02 | Fixed compiler warning that I introduced earlier. | Torbjörn Andersson |
2003-09-02 | Unless I'm gravely mistaken, StreamCompMusic() should always create a new | Torbjörn Andersson |
2003-09-02 | Moved the sound initialisation to the Sword2Sound constructor to avoid | Torbjörn Andersson |
2003-09-02 | Another untested endian fix. | Torbjörn Andersson |
2003-09-02 | Add missing verbOps cse for loomcd, needs work. | Travis Howell |
2003-09-02 | Use the new per-channel pausing. This allows us to play the music for the | Torbjörn Andersson |
2003-09-02 | Added per-channel pausing. Maybe I should have named the pauseChannel() | Torbjörn Andersson |
2003-09-02 | Since soundHandleMusic[] is now an array of sound handles instead of | Torbjörn Andersson |
2003-09-02 | This changes applies to both version 3 and 4, according to disasm. | Travis Howell |
2003-09-02 | Re-formatted the code to be a bit more in line with the rest of ScummVM, | Torbjörn Andersson |
2003-09-02 | Re-formatted the code to be a bit more in line with the rest of ScummVM. | Torbjörn Andersson |
2003-09-02 | changed sounds volume to original volume level, and fixed sounds in bass intro | Paweł Kołodziejski |