Age | Commit message (Expand) | Author |
2007-02-14 | Read sound length as a 32 bit field, not 16 bit. Fixes death sound in | Simon Howard |
2007-01-08 | More helpful SDL_mixer error messages. | Simon Howard |
2007-01-06 | Choose the locations for temporary files more intelligently. | Simon Howard |
2006-12-26 | On OSX, make MIDI music disabled by default. There are problems with the | Simon Howard |
2006-12-24 | Javadoc-style self-documenting system for command line options. | Simon Howard |
2006-12-24 | Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.php | Simon Howard |
2006-11-14 | Support running as a screensaver under X! | Simon Howard |
2006-10-18 | Strip out CVS logs, RCS Id tags. | Simon Howard |
2006-09-21 | Set default sound devices to SNDDEVICE_SB, so that sfx and music are on by | Simon Howard |
2006-09-15 | Interpret the snd_sfxdevice and snd_musicdevice values in the configuration | Simon Howard |
2006-09-09 | Fix the -nomusic parameter. | Simon Howard |
2006-07-28 | Try to convert MUS even if the MUS header is not present. The new code | Simon Howard |
2006-07-22 | New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com> | Simon Howard |
2006-05-03 | Allow .mid files in PWADs (via including a MID inside a music lump). | Simon Howard |
2006-03-23 | Separate variables for config file volume levels and sound API internal | Simon Howard |
2006-03-18 | Fix music startup/shutdown | Simon Howard |
2006-03-18 | Catch failures to initialise SDL_mixer properly, and fail gracefully | Simon Howard |
2006-01-23 | Fix bug when expanding large sound effects with odd sample rates | Simon Howard |
2006-01-22 | Dehacked string replacements for sound and music lump names | Simon Howard |
2006-01-10 | Shut up compiler warnings | Simon Howard |
2006-01-08 | Add S_MusicPlaying function to query if music is still playing. | Simon Howard |
2006-01-07 | Fix the behavior when expanding sound effects (again). Doom actually | Simon Howard |
2005-10-23 | Reproduce the behavior when playing a sound at a sample rate which | Simon Howard |
2005-10-15 | Fix MIDI music not pausing when using SDL_mixer's native MIDI playback. | Simon Howard |
2005-10-02 | Guard against music lumps containing non-MUS data, document in bugs list | Simon Howard |
2005-09-11 | Remove temporary MIDI files generated by sound code. | Simon Howard |
2005-09-11 | Fix sounds playing at the wrong volume (too quiet) | Simon Howard |
2005-09-07 | Modify the sound effect caching behaviour: sounds which are not playing | Simon Howard |
2005-09-06 | Restore -nosound, -nosfx, -nomusic | Simon Howard |
2005-09-06 | Setting music volume | Simon Howard |
2005-09-06 | Working music! | Simon Howard |
2005-09-05 | Add mmus2mid code from prboom. Use 'void *' for music handles. Pass | Simon Howard |
2005-09-05 | 16-bit sound | Simon Howard |
2005-09-05 | Use the system-nonspecific sound code to assign the channel number used | Simon Howard |
2005-08-19 | Make sounds louder. Use the correct maximum of 15 when doing sound | Simon Howard |
2005-08-07 | Cycle round sound channels to stop reuse and conflicts of channel | Simon Howard |
2005-08-06 | Remove debug messages, send error messages to stderr | Simon Howard |
2005-08-05 | More sensible defaults | Simon Howard |
2005-08-04 | Turn on compiler optimisation and warning options | Simon Howard |
2005-07-23 | Add missing errno.h, fix crash on startup when no IWAD present | Simon Howard |
2005-07-23 | Use ANSI-standard limit constants. Remove LINUX define. | Simon Howard |
2005-07-23 | Remove step table (unused, adds dependency on pow function) | Simon Howard |
2005-07-23 | Update copyright to GNU GPL | Simon Howard |
2005-07-23 | Initial revision | Simon Howard |