Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-27 | R_GAMETYPE -> GID, remove unused supported flag and trim some unused bits of ↵ | Jonathan Gray | |
GAME svn-id: r14793 | |||
2004-08-02 | Fix #include paths. | Eugene Sandulenko | |
svn-id: r14443 | |||
2004-08-01 | init some member vars | Jonathan Gray | |
svn-id: r14414 | |||
2004-08-01 | merge reinherit.h into saga.h and gfx_mod.h, note the error loading ↵ | Jonathan Gray | |
animations wasn't caused by this commit :) svn-id: r14405 | |||
2004-07-31 | remove YS_IGNORE_PARAM macro and some uneeded yslib.h includes | Jonathan Gray | |
svn-id: r14385 | |||
2004-05-31 | Set _parser to NULL after deleting it. I don't know if it's necessary, but | Torbjörn Andersson | |
it'll make me sleep easier at night, and I should have remembered to do it before anyway. svn-id: r13912 | |||
2004-05-31 | Make sure music is unloaded and the parser object deleted before starting a | Torbjörn Andersson | |
new piece of music. svn-id: r13909 | |||
2004-05-29 | Extend midi music table. | Eugene Sandulenko | |
Implement music looping. svn-id: r13899 | |||
2004-05-16 | Cleaned up the handling of external MIDI files, and added the missing ones. | Torbjörn Andersson | |
This is based on experimentation and guesswork, so it might be wrong, but it will have to do for now. svn-id: r13839 | |||
2004-05-05 | Replaced R_printf() with debug() and warning(). There are still a couple of | Torbjörn Andersson | |
standard printf()s left, though. svn-id: r13791 | |||
2004-05-01 | With Jamieson630's MIDI parser fix, all the ITE MIDIs should work. | Torbjörn Andersson | |
svn-id: r13720 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13706 | |||
2004-05-01 | Fixed warning | Torbjörn Andersson | |
svn-id: r13702 | |||
2004-04-30 | Move from custom unsigned types to those provided by main config.h | Eugene Sandulenko | |
svn-id: r13687 | |||
2004-04-30 | Indentation madness | Eugene Sandulenko | |
svn-id: r13686 | |||
2004-04-30 | Very experimental support for the separate MIDI files used by the Wyrmkeep | Torbjörn Andersson | |
re-release of ITE. Unfortunately I only know the mapping from resource number to file name for the two tunes in the intro, and the second one causes ScummVM to crash so I had to disable it. svn-id: r13682 | |||
2004-04-29 | use timer rate from driver, makes midi a bit more audible | Jonathan Gray | |
svn-id: r13679 | |||
2004-04-29 | Quick-and-dirty music fix. I can hear music in the ITE intro now. I haven't | Torbjörn Andersson | |
tried IHNM yet. svn-id: r13678 | |||
2004-04-29 | init some things to fix segfaults | Jonathan Gray | |
svn-id: r13674 | |||
2004-04-29 | Now it produces sound, but it's clear that XMIDI parsing is wrong | Eugene Sandulenko | |
svn-id: r13673 | |||
2004-04-29 | Make MIDI driver run, though no sound yet. | Eugene Sandulenko | |
svn-id: r13672 | |||
2004-04-29 | Music.cpp objectizing. | Eugene Sandulenko | |
Initial MIDI checkin, doesn't work svn-id: r13670 | |||
2004-04-29 | Rename sysmusic.cpp to music.cpp | Eugene Sandulenko | |
svn-id: r13669 |