Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-26 | (svn r3448) - Fix: wrap up some MinGW warnings | Darkvater | |
2005-12-10 | (svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as ↵ | bjarni | |
target by default | |||
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in ↵ | tron | |
comments, excess empty lines, minor other changes nothing spectacular, just some stuff, which piled up | |||
2005-10-06 | (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files | bjarni | |
this eliminates the long pauses between songs and the "leaving process hehind" bug (moebius_) | |||
2005-09-25 | (svn r2984) Use adequate types, this should aid portability a bit | tron | |
2005-09-17 | (svn r2960) - Fix: [ 1227779 ] Fix win32 midi volume level control which ↵ | Darkvater | |
didn't work (glx) | |||
2005-09-12 | (svn r2946) Remove redundant calls, simplify a check and terminate the ↵ | tron | |
argument list of execlp() as suggested by the manpage to make it correctly work on 64bit platforms | |||
2005-09-11 | (svn r2938) -Fix: Exit the child of the extmidi backend with _exit() instead ↵ | tron | |
of exit(), because we don't want any atexit handlers - especially flushing output streams - to run, if exec() fails Half a credit is due to Darkvater (; | |||
2005-09-08 | (svn r2922) Fix crash with directmusic if no music files could be found to play | Darkvater | |
2005-09-03 | (svn r2911) Deinitialise the DirectMusic driver like it's done in the ↵ | tron | |
example code in MSDN, this should fix a strange crash upon deinitialising wave out sound | |||
2005-08-06 | (svn r2827) BeOS meets all prerequisites for extmidi | tron | |
2005-07-27 | (svn r2730) -Fix: Fail if the sequencer can't play audio | tron | |
Also check the return value of CreateThread() | |||
2005-07-26 | (svn r2712) Overhaul DirectMusic MIDI backend: | tron | |
- Merge the .c and .cpp part into one file - Properly deinitialize at the end - Remove "experimental" status - Miscellaneous smaller changes -Fix: Volume control works now | |||
2005-07-25 | (svn r2707) Missed the paths in the BeOS MIDI player, sorry for all the noise | tron | |
2005-07-25 | (svn r2705) Fix #include paths and remove unnecessary #includes | tron | |
2005-07-25 | (svn r2704) Remove . from include path again, too much trouble. Also add ↵ | tron | |
some #ifdefs and #includes for the Windows build | |||
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron | |
2005-07-23 | (svn r2689) - Split OS/2 music driver into os2_m.c, update project file | orudge | |
2005-07-23 | (svn r2688) MSVC and Watcom can't handle identical file names in different ↵ | tron | |
directories, oh my... | |||
2005-07-23 | (svn r2687) Make a variable static | tron | |
2005-07-23 | (svn r2685) -Codechange: Split the music/sound/video drivers into separate ↵ | tron | |
files and move them into subfolders. This results in shorter and hopefully easier to maintain files. Note: I had to change paths in #include statements of some unrelated files, because I added the ottd base directory to the include path (-I.) |