Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-20 | copied some fixes which only were in 0.5.1 branch. | Robert Göffringmann | |
svn-id: r9799 | |||
2003-08-06 | get rid of some g_system usage | Max Horn | |
svn-id: r9529 | |||
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-13 | music support for BASS floppy demo v.0.0109. | Robert Göffringmann | |
adlib doesn't really work, but the rest of the game doesn't either... so who cares, anyway. svn-id: r8966 | |||
2003-07-13 | fix set-volume crash. | Robert Göffringmann | |
svn-id: r8964 | |||
2003-07-12 | Didn't help | Travis Howell | |
svn-id: r8950 | |||
2003-07-12 | A few mino changes for pc gamer demo | Travis Howell | |
svn-id: r8949 | |||
2003-07-12 | add newline at end of file to make gcc happy | Oliver Kiehl | |
svn-id: r8933 | |||
2003-07-12 | fixed mt32 key velocities | Robert Göffringmann | |
svn-id: r8931 | |||
2003-07-11 | removed useless additional mapping tables and fixed crash in LINC section | Robert Göffringmann | |
svn-id: r8914 | |||
2003-07-11 | Post FMOPL-reversion cleanup. | Jamieson Christian | |
svn-id: r8906 | |||
2003-07-11 | Reverted to "old" YM3812 (FMOPL) emulator code. | Jamieson Christian | |
Until specific information regarding the benefits of migrating to the new emulator can be made available, the "old" code will remain in effect for the benefit of slower hardware platforms such as some WinCE-based devices. svn-id: r8903 | |||
2003-07-09 | SoundMixer::setMusicVolume() doesn't seem to do anything, so set music ↵ | Robert Göffringmann | |
volume manually.... svn-id: r8882 | |||
2003-07-09 | revert to last revision of musicbase that doesn't cause a segfault here anymore | Jonathan Gray | |
svn-id: r8876 | |||
2003-07-08 | this is for letting BASS wait for the end of the ending theme before ↵ | Robert Göffringmann | |
starting the next song. It's kinda hacky to put it into the music code, but I can't think of another way to do it while keeping the engine running like usual. svn-id: r8873 | |||
2003-07-07 | applied patch #766751 (BASS: Waiting for floppy intro music to finish) and ↵ | Robert Göffringmann | |
fixed music bug (jukebox at St. James didn't stop playing) svn-id: r8843 | |||
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, ↵ | Max Horn | |
now in util.*) svn-id: r8777 | |||
2003-07-02 | Initialize midiChannelNumber to 0. I don't know if this is always the right | Torbjörn Andersson | |
thing to do, but leaving it unintialized isn't a good idea either since that will cause stopMusic() to send bad commands to the MIDI driver in some cases. At least in the case of the ALSA driver, this will cause ScummVM to terminate with an "Unknown Command" error. svn-id: r8705 | |||
2003-07-01 | fixed race condition when loading different sections | Robert Göffringmann | |
svn-id: r8681 | |||
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann | |
svn-id: r8663 | |||
2003-06-22 | another warning | Max Horn | |
svn-id: r8637 | |||
2003-06-22 | whoops | Robert Göffringmann | |
svn-id: r8633 | |||
2003-06-22 | native mt32 support and basic control panel (incomplete) | Robert Göffringmann | |
doesn't work with all versions, probably file numbers were changed svn-id: r8632 | |||
2003-06-17 | removed send(0) command. | Robert Göffringmann | |
svn-id: r8530 | |||
2003-06-17 | don't restart music if the same track is already playing | Robert Göffringmann | |
svn-id: r8528 | |||
2003-06-01 | cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG | Robert Göffringmann | |
svn-id: r8253 | |||
2003-05-30 | add .cvsignore | Oliver Kiehl | |
svn-id: r8149 | |||
2003-05-29 | fixed wrong path | Robert Göffringmann | |
svn-id: r8075 | |||
2003-05-28 | Fix compile | Travis Howell | |
svn-id: r8071 | |||
2003-05-28 | moved music drivers into seperated directory, added music support for ↵ | Robert Göffringmann | |
diskdemo's adlib driver version. (maybe other sky versions also have this older adlib driver?) svn-id: r8069 |