From: <man...@us...> - 2015-07-12 09:10:05
|
Revision: 5410 http://sourceforge.net/p/modplug/code/5410 Author: manxorist Date: 2015-07-12 09:10:00 +0000 (Sun, 12 Jul 2015) Log Message: ----------- [Doc] libopenmpt: Update changelog. [Doc] libopenmpt: Lower requirements for in_openmpt and xmp-openmpt. Modified Paths: -------------- trunk/OpenMPT/README.md trunk/OpenMPT/libopenmpt/dox/changelog.md Modified: trunk/OpenMPT/README.md =================================================================== --- trunk/OpenMPT/README.md 2015-07-12 09:00:47 UTC (rev 5409) +++ trunk/OpenMPT/README.md 2015-07-12 09:10:00 UTC (rev 5410) @@ -112,9 +112,9 @@ - foo_openmpt: Requires VS2010 because the foobar2000 SDK uses VS2010. - - in_openmpt: Requires VS2010 or later with MFC. + - in_openmpt: Requires Visual Studio with MFC. - - xmp-openmpt: Requires VS2010 or later with MFC. + - xmp-openmpt: Requires Visual Studio with MFC. - You will need the Winamp 5 SDK and the xmplay SDK if you want to compile the plugins for these 2 players: Modified: trunk/OpenMPT/libopenmpt/dox/changelog.md =================================================================== --- trunk/OpenMPT/libopenmpt/dox/changelog.md 2015-07-12 09:00:47 UTC (rev 5409) +++ trunk/OpenMPT/libopenmpt/dox/changelog.md 2015-07-12 09:10:00 UTC (rev 5410) @@ -9,14 +9,18 @@ * [**Change**] The MSVC build system has been redone. Solutions are now located in `build/vsVERSION/`. + + * [**Bug**] get_current_channel_vu_left and get_current_channel_vu_right only + return the volume of the front left and right channels now. + get_current_channel_vu_rear_left and get_current_channel_vu_rear_right + do now actually work and return non-zero values. + + * Completed C and C++ documentation * Added new key for openmpt::module::get_metadata, "message_raw", which returns an empty string if there is no song message rather than a list of instrument names. - * [**Change**] get_current_channel_vu_left and get_current_channel_vu_right - only return the volume of the front left and right channels now. - get_current_channel_vu_rear_left and get_current_channel_vu_rear_right - do now actually work and return non-zero values. - * Completed C and C++ documentation + * in_openmpt: Support for compiling with VS2008. + * xmp-openmpt: Support for compiling with VS2008. ### libopenmpt 0.2-beta12 (2015-04-19) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |