summaryrefslogtreecommitdiff
path: root/src/music/dmusic.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-04-07Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...Niels Martin Hansen
2021-04-04Codechange: Use COINIT_MULTITHREADED in CoInitializeEx (#8938)Milek7
2021-02-23Codechange: Switch to explicit wide stringsNiels Martin Hansen
2021-02-23Remove: [Win32] Last pretenses of being able to build for Windows 95Niels Martin Hansen
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-07-03Fix: Globally apply preprocessor directive coding styleTechGeekNZ
2020-06-05Codechange: remove #ifdef from .cpp files to exclude featuresPatric Stout
2020-05-21Codechange: Use std::string in the driver and blitter selection code.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-07-04Fix: Correctly reset playback between songs in DMusic driverNiels Martin Hansen
2019-07-04Codechange: Use common source for well-known SysEx messages in Windows music ...Niels Martin Hansen
2019-07-04Codechange: Add some const in preparationNiels Martin Hansen
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-06Codechange: Replace custom thread code with C++11 thread objects.Michael Lutz
2019-04-06Codechange: Replace custom mutex code with C++11 mutex'es.Michael Lutz
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2018-07-24Fix: dmusic compilation with MSYS2/MINGWglx
2018-07-19Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack ...Charles Pigott
2018-06-15Change: Improved looping of title songNiels Martin Hansen
2018-06-15Change: Compensate for MIDI transmission time when skipping start of songNiels Martin Hansen
2018-06-15Change #6684: Cutting point overrides for music base setsNiels Martin Hansen
2018-06-05Change: DOS music loading for non-Windows music driversNiels Martin Hansen
2018-06-05Codechange: Pass a MusicSongInfo struct instead of bare filename to music dri...Niels Martin Hansen
2018-05-26Change: [Win32] Parse and load DLS files for the DirectMusic driver without r...Michael Lutz
2018-05-26Change: [Win32] Replace the current high-level Direct Music driver with a low...Michael Lutz
2018-04-11Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation (#6703)Patric Stout
2015-08-10(svn r27380) -Fix: [Win32] Compilation with MSVC2015.michi_cc
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-05-20(svn r25269) -Feature [FS#5552]: [Win32] Driver param for the DirectMusic dri...michi_cc
2013-05-20(svn r25268) -Codechange: [Win32] Simplify resource deallocation in case init...michi_cc
2011-12-21(svn r23648) -Revert (r23646): partial revert; nobody has to know about my lo...truebrain
2011-12-21(svn r23646) -Fix [FS#4901]: rescan the Game Scripts when done downloading one.truebrain
2010-07-09(svn r20105) -Revert (r20102) [FS#3938]: resetting DirectMusic completely, al...rubidium
2010-07-09(svn r20102) -Fix: OpenMSX music sounds odd after certain songs are played. L...rubidium
2010-06-27(svn r20024) -Codechange: Remove the need to link with dxguid.lib for windows.michi_cc
2009-08-31(svn r17336) -Codechange: move some os specific files into src/os/rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-04-10(svn r16012) -Codechange: Code style clean up.peter1138
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-05-16(svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much s...glx
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-01-13(svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed ...glx
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-23(svn r8860) -Cleanup: some style changes, proper #endif comments, variable in...Darkvater
2007-02-12(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files...Darkvater