You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(10) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
(10) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
2008 |
Jan
(6) |
Feb
(4) |
Mar
(5) |
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
(4) |
Aug
(6) |
Sep
(2) |
Oct
(9) |
Nov
(1) |
Dec
(4) |
2009 |
Jan
(9) |
Feb
(2) |
Mar
(2) |
Apr
(2) |
May
(6) |
Jun
(18) |
Jul
(33) |
Aug
(39) |
Sep
(33) |
Oct
(24) |
Nov
(23) |
Dec
(22) |
2010 |
Jan
(29) |
Feb
(32) |
Mar
(51) |
Apr
(17) |
May
(31) |
Jun
(21) |
Jul
(32) |
Aug
(28) |
Sep
(35) |
Oct
(27) |
Nov
(11) |
Dec
(13) |
2011 |
Jan
(14) |
Feb
(13) |
Mar
(27) |
Apr
(27) |
May
(28) |
Jun
(20) |
Jul
(43) |
Aug
(52) |
Sep
(66) |
Oct
(61) |
Nov
(11) |
Dec
(8) |
2012 |
Jan
(20) |
Feb
(30) |
Mar
(38) |
Apr
(21) |
May
(33) |
Jun
(21) |
Jul
(25) |
Aug
(9) |
Sep
(24) |
Oct
(42) |
Nov
(27) |
Dec
(41) |
2013 |
Jan
(20) |
Feb
(35) |
Mar
(156) |
Apr
(298) |
May
(258) |
Jun
(201) |
Jul
(105) |
Aug
(60) |
Sep
(193) |
Oct
(245) |
Nov
(280) |
Dec
(194) |
2014 |
Jan
(63) |
Feb
(202) |
Mar
(200) |
Apr
(23) |
May
(53) |
Jun
(105) |
Jul
(18) |
Aug
(26) |
Sep
(110) |
Oct
(187) |
Nov
(97) |
Dec
(74) |
2015 |
Jan
(45) |
Feb
(55) |
Mar
(116) |
Apr
(116) |
May
(193) |
Jun
(164) |
Jul
(50) |
Aug
(111) |
Sep
(98) |
Oct
(71) |
Nov
(103) |
Dec
(63) |
2016 |
Jan
(33) |
Feb
(101) |
Mar
(182) |
Apr
(139) |
May
(140) |
Jun
(103) |
Jul
(165) |
Aug
(286) |
Sep
(208) |
Oct
(127) |
Nov
(97) |
Dec
(54) |
2017 |
Jan
(64) |
Feb
(335) |
Mar
(202) |
Apr
(212) |
May
(139) |
Jun
(127) |
Jul
(294) |
Aug
(154) |
Sep
(170) |
Oct
(152) |
Nov
(156) |
Dec
(62) |
2018 |
Jan
(168) |
Feb
(237) |
Mar
(196) |
Apr
(174) |
May
(174) |
Jun
(161) |
Jul
(127) |
Aug
(88) |
Sep
(149) |
Oct
(66) |
Nov
(52) |
Dec
(135) |
2019 |
Jan
(146) |
Feb
(126) |
Mar
(104) |
Apr
(58) |
May
(60) |
Jun
(28) |
Jul
(197) |
Aug
(129) |
Sep
(141) |
Oct
(148) |
Nov
(63) |
Dec
(100) |
2020 |
Jan
(74) |
Feb
(37) |
Mar
(59) |
Apr
(154) |
May
(194) |
Jun
(133) |
Jul
(313) |
Aug
(197) |
Sep
(49) |
Oct
(162) |
Nov
(143) |
Dec
(57) |
2021 |
Jan
(120) |
Feb
(107) |
Mar
(314) |
Apr
(157) |
May
(524) |
Jun
(169) |
Jul
(72) |
Aug
(133) |
Sep
(135) |
Oct
(146) |
Nov
(198) |
Dec
(325) |
2022 |
Jan
(409) |
Feb
(249) |
Mar
(138) |
Apr
(95) |
May
(102) |
Jun
(221) |
Jul
(66) |
Aug
(120) |
Sep
(192) |
Oct
(131) |
Nov
(53) |
Dec
(171) |
2023 |
Jan
(357) |
Feb
(82) |
Mar
(168) |
Apr
(218) |
May
(196) |
Jun
(86) |
Jul
(115) |
Aug
(49) |
Sep
(190) |
Oct
(102) |
Nov
(45) |
Dec
(76) |
2024 |
Jan
(86) |
Feb
(50) |
Mar
(324) |
Apr
(209) |
May
(197) |
Jun
(232) |
Jul
(194) |
Aug
(247) |
Sep
(219) |
Oct
(266) |
Nov
(328) |
Dec
(304) |
2025 |
Jan
(191) |
Feb
(115) |
Mar
(137) |
Apr
(32) |
May
(126) |
Jun
(403) |
Jul
(213) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <sv...@op...> - 2024-10-26 19:58:39
|
Author: sagamusix Date: Sat Oct 26 21:58:29 2024 New Revision: 21993 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21993 Log: [Fix] Only import up to 127 channels in MIDI import, so that the file can still be saved properly as MPTM. Modified: trunk/OpenMPT/soundlib/Load_mid.cpp Modified: trunk/OpenMPT/soundlib/Load_mid.cpp ============================================================================== --- trunk/OpenMPT/soundlib/Load_mid.cpp Sat Oct 26 21:24:50 2024 (r21992) +++ trunk/OpenMPT/soundlib/Load_mid.cpp Sat Oct 26 21:58:29 2024 (r21993) @@ -625,7 +625,7 @@ return true; } - InitializeGlobals(MOD_TYPE_MID, MAX_BASECHANNELS); + InitializeGlobals(MOD_TYPE_MID, GetModSpecifications(MOD_TYPE_MPT).channelsMax); #ifdef MODPLUG_TRACKER const uint32 quantize = Clamp(TrackerSettings::Instance().midiImportQuantize.Get(), 4u, 256u); |
From: <sv...@op...> - 2024-10-26 19:25:03
|
Author: sagamusix Date: Sat Oct 26 21:24:50 2024 New Revision: 21992 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21992 Log: [Mod] OPL Export: When starting conversion, put focus on Cancel button, so that keyboard focus keeps working. Modified: trunk/OpenMPT/mptrack/OPLExport.cpp Modified: trunk/OpenMPT/mptrack/OPLExport.cpp ============================================================================== --- trunk/OpenMPT/mptrack/OPLExport.cpp Sat Oct 26 20:36:36 2024 (r21991) +++ trunk/OpenMPT/mptrack/OPLExport.cpp Sat Oct 26 21:24:50 2024 (r21992) @@ -472,6 +472,7 @@ const int controls[] = {IDC_RADIO1, IDC_RADIO2, IDC_RADIO3, IDC_RADIO4, IDC_RADIO5, IDC_EDIT1, IDC_EDIT2, IDC_EDIT3, IDC_EDIT4, IDC_EDIT5, IDC_SPIN1, IDOK}; for(int control : controls) GetDlgItem(control)->EnableWindow(FALSE); + GetDlgItem(IDCANCEL)->SetFocus(); BypassInputHandler bih; CMainFrame::GetMainFrame()->StopMod(&m_modDoc); |
From: <sv...@op...> - 2024-10-26 18:36:48
|
Author: manx Date: Sat Oct 26 20:36:36 2024 New Revision: 21991 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21991 Log: Merged revision(s) 21989 from trunk/OpenMPT: [Ref] mpt/io_write/buffer.hpp: Fix formatting which clang-format misses. ........ Modified: branches/OpenMPT-1.30/ (props changed) branches/OpenMPT-1.30/src/mpt/io_write/buffer.hpp Modified: branches/OpenMPT-1.30/src/mpt/io_write/buffer.hpp ============================================================================== --- branches/OpenMPT-1.30/src/mpt/io_write/buffer.hpp Sat Oct 26 20:36:14 2024 (r21990) +++ branches/OpenMPT-1.30/src/mpt/io_write/buffer.hpp Sat Oct 26 20:36:36 2024 (r21991) @@ -46,18 +46,17 @@ inline WriteBuffer(Tfile & f_, mpt::byte_span buffer_) : buffer(buffer_) , f(f_) { + return; } inline ~WriteBuffer() noexcept(false) { - if (!writeError) - { + if (!writeError) { FlushLocal(); } } public: inline Tfile & file() const { - if (IsDirty()) - { + if (IsDirty()) { FlushLocal(); } return f; @@ -84,30 +83,24 @@ } inline bool Write(mpt::const_byte_span data) { bool result = true; - for (std::size_t i = 0; i < data.size(); ++i) - { + for (std::size_t i = 0; i < data.size(); ++i) { buffer[size] = data[i]; size++; - if (IsFull()) - { + if (IsFull()) { FlushLocal(); } } return result; } inline void FlushLocal() { - if (IsClean()) - { + if (IsClean()) { return; } - try - { - if (!mpt::IO::WriteRaw(f, mpt::as_span(buffer.data(), size))) - { + try { + if (!mpt::IO::WriteRaw(f, mpt::as_span(buffer.data(), size))) { writeError = true; } - } catch (const std::exception &) - { + } catch (const std::exception &) { writeError = true; throw; } |
From: <sv...@op...> - 2024-10-26 18:36:26
|
Author: manx Date: Sat Oct 26 20:36:14 2024 New Revision: 21990 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21990 Log: Merged revision(s) 21989 from trunk/OpenMPT: [Ref] mpt/io_write/buffer.hpp: Fix formatting which clang-format misses. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/src/mpt/io_write/buffer.hpp Modified: branches/OpenMPT-1.31/src/mpt/io_write/buffer.hpp ============================================================================== --- branches/OpenMPT-1.31/src/mpt/io_write/buffer.hpp Sat Oct 26 20:33:42 2024 (r21989) +++ branches/OpenMPT-1.31/src/mpt/io_write/buffer.hpp Sat Oct 26 20:36:14 2024 (r21990) @@ -46,18 +46,17 @@ inline WriteBuffer(Tfile & f_, mpt::byte_span buffer_) : buffer(buffer_) , f(f_) { + return; } inline ~WriteBuffer() noexcept(false) { - if (!writeError) - { + if (!writeError) { FlushLocal(); } } public: inline Tfile & file() const { - if (IsDirty()) - { + if (IsDirty()) { FlushLocal(); } return f; @@ -84,30 +83,24 @@ } inline bool Write(mpt::const_byte_span data) { bool result = true; - for (std::size_t i = 0; i < data.size(); ++i) - { + for (std::size_t i = 0; i < data.size(); ++i) { buffer[size] = data[i]; size++; - if (IsFull()) - { + if (IsFull()) { FlushLocal(); } } return result; } inline void FlushLocal() { - if (IsClean()) - { + if (IsClean()) { return; } - try - { - if (!mpt::IO::WriteRaw(f, mpt::as_span(buffer.data(), size))) - { + try { + if (!mpt::IO::WriteRaw(f, mpt::as_span(buffer.data(), size))) { writeError = true; } - } catch (const std::exception &) - { + } catch (const std::exception &) { writeError = true; throw; } |
From: <sv...@op...> - 2024-10-26 18:33:49
|
Author: manx Date: Sat Oct 26 20:33:42 2024 New Revision: 21989 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21989 Log: [Ref] mpt/io_write/buffer.hpp: Fix formatting which clang-format misses. Modified: trunk/OpenMPT/src/mpt/io_write/buffer.hpp Modified: trunk/OpenMPT/src/mpt/io_write/buffer.hpp ============================================================================== --- trunk/OpenMPT/src/mpt/io_write/buffer.hpp Sat Oct 26 19:48:55 2024 (r21988) +++ trunk/OpenMPT/src/mpt/io_write/buffer.hpp Sat Oct 26 20:33:42 2024 (r21989) @@ -46,18 +46,17 @@ inline WriteBuffer(Tfile & f_, mpt::byte_span buffer_) : buffer(buffer_) , f(f_) { + return; } inline ~WriteBuffer() noexcept(false) { - if (!writeError) - { + if (!writeError) { FlushLocal(); } } public: inline Tfile & file() const { - if (IsDirty()) - { + if (IsDirty()) { FlushLocal(); } return f; @@ -84,30 +83,24 @@ } inline bool Write(mpt::const_byte_span data) { bool result = true; - for (std::size_t i = 0; i < data.size(); ++i) - { + for (std::size_t i = 0; i < data.size(); ++i) { buffer[size] = data[i]; size++; - if (IsFull()) - { + if (IsFull()) { FlushLocal(); } } return result; } inline void FlushLocal() { - if (IsClean()) - { + if (IsClean()) { return; } - try - { - if (!mpt::IO::WriteRaw(f, mpt::as_span(buffer.data(), size))) - { + try { + if (!mpt::IO::WriteRaw(f, mpt::as_span(buffer.data(), size))) { writeError = true; } - } catch (const std::exception &) - { + } catch (const std::exception &) { writeError = true; throw; } |
From: <sv...@op...> - 2024-10-26 17:49:02
|
Author: manx Date: Sat Oct 26 19:48:55 2024 New Revision: 21988 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21988 Log: [Mod] libopenmpt: Bump prerel version. Modified: trunk/OpenMPT/libopenmpt/libopenmpt_version.h trunk/OpenMPT/libopenmpt/libopenmpt_version.mk Modified: trunk/OpenMPT/libopenmpt/libopenmpt_version.h ============================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt_version.h Sat Oct 26 19:48:16 2024 (r21987) +++ trunk/OpenMPT/libopenmpt/libopenmpt_version.h Sat Oct 26 19:48:55 2024 (r21988) @@ -23,7 +23,7 @@ /*! \brief libopenmpt patch version number */ #define OPENMPT_API_VERSION_PATCH 0 /*! \brief libopenmpt pre-release tag */ -#define OPENMPT_API_VERSION_PREREL "-pre.11" +#define OPENMPT_API_VERSION_PREREL "-pre.12" /*! \brief libopenmpt pre-release flag */ #define OPENMPT_API_VERSION_IS_PREREL 1 Modified: trunk/OpenMPT/libopenmpt/libopenmpt_version.mk ============================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt_version.mk Sat Oct 26 19:48:16 2024 (r21987) +++ trunk/OpenMPT/libopenmpt/libopenmpt_version.mk Sat Oct 26 19:48:55 2024 (r21988) @@ -1,7 +1,7 @@ LIBOPENMPT_VERSION_MAJOR=0 LIBOPENMPT_VERSION_MINOR=8 LIBOPENMPT_VERSION_PATCH=0 -LIBOPENMPT_VERSION_PREREL=-pre.11 +LIBOPENMPT_VERSION_PREREL=-pre.12 LIBOPENMPT_LTVER_CURRENT=5 LIBOPENMPT_LTVER_REVISION=0 |
From: <sv...@op...> - 2024-10-26 17:48:28
|
Author: manx Date: Sat Oct 26 19:48:16 2024 New Revision: 21987 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21987 Log: [New] build: libopenmpt: Package ARM64EC binaries. Modified: trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Modified: trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd ============================================================================== --- trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Sat Oct 26 19:14:24 2024 (r21986) +++ trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Sat Oct 26 19:48:16 2024 (r21987) @@ -40,6 +40,7 @@ mkdir openmpt123\amd64-legacy mkdir openmpt123\arm-legacy mkdir openmpt123\arm64 +mkdir openmpt123\arm64ec mkdir XMPlay mkdir Winamp mkdir XMPlay-legacy @@ -88,6 +89,8 @@ copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\amd64\openmpt-mpg123.dll .\openmpt123\amd64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm64\openmpt123.exe .\openmpt123\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm64\openmpt-mpg123.dll .\openmpt123\arm64\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm64ec\openmpt123.exe .\openmpt123\arm64ec\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm64ec\openmpt-mpg123.dll .\openmpt123\arm64ec\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win8-static\arm\openmpt123.exe .\openmpt123\arm-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win8-static\arm\openmpt-mpg123.dll .\openmpt123\arm-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\openmpt123.exe .\openmpt123\x86-legacy\ || goto error @@ -112,6 +115,8 @@ openmpt123\amd64\openmpt-mpg123.dll ^ openmpt123\arm64\openmpt123.exe ^ openmpt123\arm64\openmpt-mpg123.dll ^ + openmpt123\arm64ec\openmpt123.exe ^ + openmpt123\arm64ec\openmpt-mpg123.dll ^ openmpt123\arm-legacy\openmpt123.exe ^ openmpt123\arm-legacy\openmpt-mpg123.dll ^ openmpt123\x86-legacy\openmpt123.exe ^ @@ -154,6 +159,7 @@ mkdir lib\x86 mkdir lib\amd64 mkdir lib\arm64 +mkdir lib\arm64ec mkdir lib\arm-legacy mkdir lib\x86-legacy mkdir lib\amd64-legacy @@ -161,6 +167,7 @@ mkdir bin\x86 mkdir bin\amd64 mkdir bin\arm64 +mkdir bin\arm64ec mkdir bin\arm-legacy mkdir bin\x86-legacy mkdir bin\amd64-legacy @@ -228,6 +235,12 @@ copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64\openmpt-ogg.dll bin\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64\openmpt-vorbis.dll bin\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64\openmpt-zlib.dll bin\arm64\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64ec\libopenmpt.lib lib\arm64ec\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64ec\libopenmpt.dll bin\arm64ec\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64ec\openmpt-mpg123.dll bin\arm64ec\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64ec\openmpt-ogg.dll bin\arm64ec\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64ec\openmpt-vorbis.dll bin\arm64ec\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64ec\openmpt-zlib.dll bin\arm64ec\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win8-shared\arm\libopenmpt.lib lib\arm-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win8-shared\arm\libopenmpt.dll bin\arm-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win8-shared\arm\openmpt-mpg123.dll bin\arm-legacy\ || goto error @@ -266,6 +279,7 @@ lib\x86\libopenmpt.lib ^ lib\amd64\libopenmpt.lib ^ lib\arm64\libopenmpt.lib ^ + lib\arm64ec\libopenmpt.lib ^ lib\arm-legacy\libopenmpt.lib ^ lib\x86-legacy\libopenmpt.lib ^ lib\amd64-legacy\libopenmpt.lib ^ @@ -284,6 +298,11 @@ bin\arm64\openmpt-ogg.dll ^ bin\arm64\openmpt-vorbis.dll ^ bin\arm64\openmpt-zlib.dll ^ + bin\arm64ec\libopenmpt.dll ^ + bin\arm64ec\openmpt-mpg123.dll ^ + bin\arm64ec\openmpt-ogg.dll ^ + bin\arm64ec\openmpt-vorbis.dll ^ + bin\arm64ec\openmpt-zlib.dll ^ bin\arm-legacy\libopenmpt.dll ^ bin\arm-legacy\openmpt-mpg123.dll ^ bin\arm-legacy\openmpt-ogg.dll ^ |
From: <sv...@op...> - 2024-10-26 17:14:31
|
Author: sagamusix Date: Sat Oct 26 19:14:24 2024 New Revision: 21986 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21986 Log: [Mod] OpenMPT: Version is now 1.31.12.01 Modified: branches/OpenMPT-1.31/common/versionNumber.h Modified: branches/OpenMPT-1.31/common/versionNumber.h ============================================================================== --- branches/OpenMPT-1.31/common/versionNumber.h Sat Oct 26 19:05:21 2024 (r21985) +++ branches/OpenMPT-1.31/common/versionNumber.h Sat Oct 26 19:14:24 2024 (r21986) @@ -18,6 +18,6 @@ #define VER_MAJORMAJOR 1 #define VER_MAJOR 31 #define VER_MINOR 12 -#define VER_MINORMINOR 00 +#define VER_MINORMINOR 01 OPENMPT_NAMESPACE_END |
From: <sv...@op...> - 2024-10-26 17:05:33
|
Author: manx Date: Sat Oct 26 19:05:21 2024 New Revision: 21985 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21985 Log: [Imp] build: Add ARM64EC support to build/auto/setup_arguments.cmd. Modified: trunk/OpenMPT/build/auto/setup_arguments.cmd Modified: trunk/OpenMPT/build/auto/setup_arguments.cmd ============================================================================== --- trunk/OpenMPT/build/auto/setup_arguments.cmd Sat Oct 26 18:34:15 2024 (r21984) +++ trunk/OpenMPT/build/auto/setup_arguments.cmd Sat Oct 26 19:05:21 2024 (r21985) @@ -79,6 +79,17 @@ if "%MPT_VS_TARGET%" == "default" set MPT_BIN_TARGET=win10 if "%MPT_VS_TARGET%" == "win10clang" set MPT_BIN_TARGET=win10clang ) +if "%MPT_VS_ARCH%" == "ARM64EC" ( + if "%MPT_VS_TARGET%" == "winxpansi" set MPT_BIN_TARGET=winxpansi + if "%MPT_VS_TARGET%" == "winxp" set MPT_BIN_TARGET=winxp + if "%MPT_VS_TARGET%" == "vista" set MPT_BIN_TARGET=vista + if "%MPT_VS_TARGET%" == "win7" set MPT_BIN_TARGET=win7 + if "%MPT_VS_TARGET%" == "win8" set MPT_BIN_TARGET=win8 + if "%MPT_VS_TARGET%" == "win81" set MPT_BIN_TARGET=win81 + if "%MPT_VS_TARGET%" == "win10" set MPT_BIN_TARGET=win10 + if "%MPT_VS_TARGET%" == "default" set MPT_BIN_TARGET=win10 + if "%MPT_VS_TARGET%" == "win10clang" set MPT_BIN_TARGET=win10clang +) if "%MPT_VS_TARGET%" == "winxpansi" set MPT_BIN_TARGET32=winxpansi if "%MPT_VS_TARGET%" == "winxp" set MPT_BIN_TARGET32=winxp @@ -100,15 +111,17 @@ if "%MPT_VS_TARGET%" == "default" set MPT_BIN_TARGET64=win10 if "%MPT_VS_TARGET%" == "win10clang" set MPT_BIN_TARGET64=win10clang -if "%MPT_VS_ARCH%" == "Win32" set MPT_BIN_ARCH_TRK=x86 -if "%MPT_VS_ARCH%" == "x64" set MPT_BIN_ARCH_TRK=amd64 -if "%MPT_VS_ARCH%" == "ARM" set MPT_BIN_ARCH_TRK=arm -if "%MPT_VS_ARCH%" == "ARM64" set MPT_BIN_ARCH_TRK=arm64 - -if "%MPT_VS_ARCH%" == "Win32" set MPT_BIN_ARCH=x86 -if "%MPT_VS_ARCH%" == "x64" set MPT_BIN_ARCH=amd64 -if "%MPT_VS_ARCH%" == "ARM" set MPT_BIN_ARCH=arm -if "%MPT_VS_ARCH%" == "ARM64" set MPT_BIN_ARCH=arm64 +if "%MPT_VS_ARCH%" == "Win32" set MPT_BIN_ARCH_TRK=x86 +if "%MPT_VS_ARCH%" == "x64" set MPT_BIN_ARCH_TRK=amd64 +if "%MPT_VS_ARCH%" == "ARM" set MPT_BIN_ARCH_TRK=arm +if "%MPT_VS_ARCH%" == "ARM64" set MPT_BIN_ARCH_TRK=arm64 +if "%MPT_VS_ARCH%" == "ARM64EC" set MPT_BIN_ARCH_TRK=arm64ec + +if "%MPT_VS_ARCH%" == "Win32" set MPT_BIN_ARCH=x86 +if "%MPT_VS_ARCH%" == "x64" set MPT_BIN_ARCH=amd64 +if "%MPT_VS_ARCH%" == "ARM" set MPT_BIN_ARCH=arm +if "%MPT_VS_ARCH%" == "ARM64" set MPT_BIN_ARCH=arm64 +if "%MPT_VS_ARCH%" == "ARM64EC" set MPT_BIN_ARCH=arm64ec if "%MPT_VS_CONF%" == "Release" set MPT_BIN_CONF=release if "%MPT_VS_CONF%" == "ReleaseShared" set MPT_BIN_CONF=release @@ -117,10 +130,11 @@ if "%MPT_VS_CONF%" == "ReleaseShared" set MPT_BIN_RUNTIME=shared -if "%MPT_VS_ARCH%" == "Win32" set MPT_DIST_VARIANT_ARCH=x86 -if "%MPT_VS_ARCH%" == "x64" set MPT_DIST_VARIANT_ARCH=amd64 -if "%MPT_VS_ARCH%" == "ARM" set MPT_DIST_VARIANT_ARCH=arm -if "%MPT_VS_ARCH%" == "ARM64" set MPT_DIST_VARIANT_ARCH=arm64 +if "%MPT_VS_ARCH%" == "Win32" set MPT_DIST_VARIANT_ARCH=x86 +if "%MPT_VS_ARCH%" == "x64" set MPT_DIST_VARIANT_ARCH=amd64 +if "%MPT_VS_ARCH%" == "ARM" set MPT_DIST_VARIANT_ARCH=arm +if "%MPT_VS_ARCH%" == "ARM64" set MPT_DIST_VARIANT_ARCH=arm64 +if "%MPT_VS_ARCH%" == "ARM64EC" set MPT_DIST_VARIANT_ARCH=arm64ec if "%MPT_VS_TARGET%" == "winxpansi" set MPT_DIST_VARIANT_OS=winxpansi if "%MPT_VS_TARGET%" == "winxp" set MPT_DIST_VARIANT_OS=winxp @@ -145,10 +159,11 @@ if "%MPT_VS_TARGET%" == "default" set MPT_DIST_VARIANT_PREFIX= if "%MPT_VS_TARGET%" == "win10clang" set MPT_DIST_VARIANT_PREFIX=win10clang -if "%MPT_VS_ARCH%" == "Win32" set MPT_DIST_VARIANT_SUFFIX=x86 -if "%MPT_VS_ARCH%" == "x64" set MPT_DIST_VARIANT_SUFFIX=amd64 -if "%MPT_VS_ARCH%" == "ARM" set MPT_DIST_VARIANT_SUFFIX=arm -if "%MPT_VS_ARCH%" == "ARM64" set MPT_DIST_VARIANT_SUFFIX=arm64 +if "%MPT_VS_ARCH%" == "Win32" set MPT_DIST_VARIANT_SUFFIX=x86 +if "%MPT_VS_ARCH%" == "x64" set MPT_DIST_VARIANT_SUFFIX=amd64 +if "%MPT_VS_ARCH%" == "ARM" set MPT_DIST_VARIANT_SUFFIX=arm +if "%MPT_VS_ARCH%" == "ARM64" set MPT_DIST_VARIANT_SUFFIX=arm64 +if "%MPT_VS_ARCH%" == "ARM64EC" set MPT_DIST_VARIANT_SUFFIX=arm64ec set MPT_DIST_VARIANT_TRK=%MPT_DIST_VARIANT_PREFIX%-%MPT_DIST_VARIANT_SUFFIX% |
From: <sv...@op...> - 2024-10-26 16:34:27
|
Author: sagamusix Date: Sat Oct 26 18:34:15 2024 New Revision: 21984 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21984 Log: Created tag for OpenMPT 1.31.12.00 Added: tags/1.31.12.00/ - copied from r21983, branches/OpenMPT-1.31/ |
From: <sv...@op...> - 2024-10-26 16:26:24
|
Author: sagamusix Date: Sat Oct 26 18:26:12 2024 New Revision: 21983 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21983 Log: [Doc] Update release notes. [Mod] OpenMPT: Version is now 1.31.12.00 Modified: branches/OpenMPT-1.31/common/versionNumber.h branches/OpenMPT-1.31/packageTemplate/History.txt Modified: branches/OpenMPT-1.31/common/versionNumber.h ============================================================================== --- branches/OpenMPT-1.31/common/versionNumber.h Sat Oct 26 18:24:33 2024 (r21982) +++ branches/OpenMPT-1.31/common/versionNumber.h Sat Oct 26 18:26:12 2024 (r21983) @@ -17,7 +17,7 @@ // Version definitions. The only thing that needs to be changed when changing version number. #define VER_MAJORMAJOR 1 #define VER_MAJOR 31 -#define VER_MINOR 11 -#define VER_MINORMINOR 01 +#define VER_MINOR 12 +#define VER_MINORMINOR 00 OPENMPT_NAMESPACE_END Modified: branches/OpenMPT-1.31/packageTemplate/History.txt ============================================================================== --- branches/OpenMPT-1.31/packageTemplate/History.txt Sat Oct 26 18:24:33 2024 (r21982) +++ branches/OpenMPT-1.31/packageTemplate/History.txt Sat Oct 26 18:26:12 2024 (r21983) @@ -33,6 +33,12 @@ find our issue tracker and forums. +v1.31.12.00 (26 October 2024, revision 21983) +--------------------------------------------- +Pattern tab +- [Fix] <js> Keyboard entry was broken in several pattern columns in OpenMPT 1.31.11.00 (http://bugs.openmpt.org/view.php?id=1834). + + v1.31.11.00 (26 October 2024, revision 21948) --------------------------------------------- Pattern tab @@ -83,7 +89,7 @@ - [Fix] <js> Prevent "Close All" keyboard shortcut from being activated when a dialog is open. It was not possible to close any files in this situation, but the modified status of all files was reset. Third-Party Libraries -- [Imp] Update mpg123 (v1.32.8-dev) +- [Imp] Update mpg123 (v1.32.8) v1.31.10.00 (22 September 2024, revision 21662) |
From: <sv...@op...> - 2024-10-26 16:24:45
|
Author: sagamusix Date: Sat Oct 26 18:24:33 2024 New Revision: 21982 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21982 Log: Merged revision(s) 21981 from trunk/OpenMPT: [Fix] Keyboard entry broke in several pattern columns in r21919 (https://bugs.openmpt.org/view.php?id=1834). ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/mptrack/View_pat.cpp Modified: branches/OpenMPT-1.31/mptrack/View_pat.cpp ============================================================================== --- branches/OpenMPT-1.31/mptrack/View_pat.cpp Sat Oct 26 18:23:10 2024 (r21981) +++ branches/OpenMPT-1.31/mptrack/View_pat.cpp Sat Oct 26 18:24:33 2024 (r21982) @@ -4879,6 +4879,7 @@ if(m != target) { PrepareUndo(m_Cursor, m_Cursor, "Volume Entry"); + target = m; SetModified(false); InvalidateCell(m_Cursor); UpdateIndicator(); @@ -5010,6 +5011,7 @@ if(m != target) { PrepareUndo(m_Cursor, m_Cursor, "Parameter Entry"); + target = m; SetModified(false); InvalidateCell(m_Cursor); UpdateIndicator(); @@ -5291,6 +5293,7 @@ if(m != target) { PrepareUndo(m_Cursor, m_Cursor, "Instrument Entry"); + target = m; SetModified(false); InvalidateCell(m_Cursor); UpdateIndicator(); |
From: <sv...@op...> - 2024-10-26 16:23:22
|
Author: sagamusix Date: Sat Oct 26 18:23:10 2024 New Revision: 21981 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21981 Log: [Fix] Keyboard entry broke in several pattern columns in r21919 (https://bugs.openmpt.org/view.php?id=1834). Modified: trunk/OpenMPT/mptrack/View_pat.cpp Modified: trunk/OpenMPT/mptrack/View_pat.cpp ============================================================================== --- trunk/OpenMPT/mptrack/View_pat.cpp Sat Oct 26 17:15:39 2024 (r21980) +++ trunk/OpenMPT/mptrack/View_pat.cpp Sat Oct 26 18:23:10 2024 (r21981) @@ -4994,6 +4994,7 @@ if(m != target) { PrepareUndo(m_Cursor, m_Cursor, "Volume Entry"); + target = m; SetModified(false); InvalidateCell(m_Cursor); UpdateIndicator(); @@ -5125,6 +5126,7 @@ if(m != target) { PrepareUndo(m_Cursor, m_Cursor, "Parameter Entry"); + target = m; SetModified(false); InvalidateCell(m_Cursor); UpdateIndicator(); @@ -5406,6 +5408,7 @@ if(m != target) { PrepareUndo(m_Cursor, m_Cursor, "Instrument Entry"); + target = m; SetModified(false); InvalidateCell(m_Cursor); UpdateIndicator(); |
From: <sv...@op...> - 2024-10-26 15:15:51
|
Author: sagamusix Date: Sat Oct 26 17:15:39 2024 New Revision: 21980 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21980 Log: [New] Comments tab: In addition to copying sample / instrument texts, they can now be pasted as well. Regular copy/paste shortcuts can now be used on the sample / instrument lists. Modified: trunk/OpenMPT/mptrack/Clipboard.h trunk/OpenMPT/mptrack/resource.h trunk/OpenMPT/mptrack/view_com.cpp trunk/OpenMPT/mptrack/view_com.h Modified: trunk/OpenMPT/mptrack/Clipboard.h ============================================================================== --- trunk/OpenMPT/mptrack/Clipboard.h Sat Oct 26 17:13:35 2024 (r21979) +++ trunk/OpenMPT/mptrack/Clipboard.h Sat Oct 26 17:15:39 2024 (r21980) @@ -40,7 +40,7 @@ bool IsValid() const { - return m_opened && m_hCpy && m_data.data(); + return m_opened && m_data.data(); } template<typename T> @@ -57,7 +57,15 @@ std::string_view GetString() const { if(m_data.data()) - return { mpt::byte_cast<const char *>(m_data.data()), m_data.size() }; + return {mpt::byte_cast<const char *>(m_data.data()), m_data.size()}; + else + return {}; + } + + std::wstring_view GetWideString() const + { + if(m_data.data() && m_clipFormat == CF_UNICODETEXT) + return {static_cast<const wchar_t *>(static_cast<const void *>(m_data.data())), m_data.size() / sizeof(wchar_t)}; else return {}; } Modified: trunk/OpenMPT/mptrack/resource.h ============================================================================== --- trunk/OpenMPT/mptrack/resource.h Sat Oct 26 17:13:35 2024 (r21979) +++ trunk/OpenMPT/mptrack/resource.h Sat Oct 26 17:15:39 2024 (r21980) @@ -1209,7 +1209,6 @@ #define ID_ENVELOPE_TOGGLERELEASENODE 43154 #define ID_ENVELOPE_SCALEPOINTS 43155 #define ID_VIEW_MIDIMAPPING 43156 -#define ID_COPY_ALL_NAMES 43157 #define ID_PATTERN_DELETEROWGLOBAL 43158 #define ID_PATTERN_INSERTROWGLOBAL 43159 #define ID_PATTERN_DELETEALLROWGLOBAL 43160 Modified: trunk/OpenMPT/mptrack/view_com.cpp ============================================================================== --- trunk/OpenMPT/mptrack/view_com.cpp Sat Oct 26 17:13:35 2024 (r21979) +++ trunk/OpenMPT/mptrack/view_com.cpp Sat Oct 26 17:15:39 2024 (r21980) @@ -20,6 +20,7 @@ #include "Mainfrm.h" #include "Moddoc.h" #include "Mptrack.h" +#include "Reporting.h" #include "resource.h" #include "TrackerSettings.h" #include "WindowMessages.h" @@ -86,17 +87,18 @@ //{{AFX_MSG_MAP(CViewComments) ON_WM_SIZE() ON_WM_DESTROY() - ON_MESSAGE(WM_MOD_KEYCOMMAND, &CViewComments::OnCustomKeyMsg) - ON_MESSAGE(WM_MOD_MIDIMSG, &CViewComments::OnMidiMsg) - ON_COMMAND(IDC_LIST_SAMPLES, &CViewComments::OnShowSamples) - ON_COMMAND(IDC_LIST_INSTRUMENTS, &CViewComments::OnShowInstruments) - ON_COMMAND(IDC_LIST_PATTERNS, &CViewComments::OnShowPatterns) - ON_COMMAND(ID_COPY_ALL_NAMES, &CViewComments::OnCopyNames) - ON_NOTIFY(LVN_ENDLABELEDIT, IDC_LIST_DETAILS, &CViewComments::OnEndLabelEdit) - ON_NOTIFY(LVN_BEGINLABELEDIT, IDC_LIST_DETAILS, &CViewComments::OnBeginLabelEdit) - ON_NOTIFY(NM_DBLCLK, IDC_LIST_DETAILS, &CViewComments::OnDblClickListItem) - ON_NOTIFY(NM_RCLICK, IDC_LIST_DETAILS, &CViewComments::OnRClickListItem) - ON_NOTIFY(NM_CUSTOMDRAW, IDC_LIST_DETAILS, &CViewComments::OnCustomDrawList) + ON_MESSAGE(WM_MOD_KEYCOMMAND, &CViewComments::OnCustomKeyMsg) + ON_MESSAGE(WM_MOD_MIDIMSG, &CViewComments::OnMidiMsg) + ON_COMMAND(IDC_LIST_SAMPLES, &CViewComments::OnShowSamples) + ON_COMMAND(IDC_LIST_INSTRUMENTS, &CViewComments::OnShowInstruments) + ON_COMMAND(IDC_LIST_PATTERNS, &CViewComments::OnShowPatterns) + ON_COMMAND(ID_EDIT_COPY, &CViewComments::OnCopyNames) + ON_COMMAND(ID_EDIT_PASTE, &CViewComments::OnPasteNames) + ON_NOTIFY(LVN_ENDLABELEDIT, IDC_LIST_DETAILS, &CViewComments::OnEndLabelEdit) + ON_NOTIFY(LVN_BEGINLABELEDIT, IDC_LIST_DETAILS, &CViewComments::OnBeginLabelEdit) + ON_NOTIFY(NM_DBLCLK, IDC_LIST_DETAILS, &CViewComments::OnDblClickListItem) + ON_NOTIFY(NM_RCLICK, IDC_LIST_DETAILS, &CViewComments::OnRClickListItem) + ON_NOTIFY(NM_CUSTOMDRAW, IDC_LIST_DETAILS, &CViewComments::OnCustomDrawList) //}}AFX_MSG_MAP END_MESSAGE_MAP() @@ -256,6 +258,14 @@ { m_ItemList.EditLabel(item - 1); return wParam; + } else if(wParam == kcEditCopy) + { + OnCopyNames(); + return wParam; + } else if(wParam == kcEditPaste) + { + OnPasteNames(); + return wParam; } return kcNull; } @@ -681,8 +691,10 @@ void CViewComments::OnRClickListItem(NMHDR *, LRESULT *) { + const auto ih = CMainFrame::GetMainFrame()->GetInputHandler(); HMENU menu = ::CreatePopupMenu(); - ::AppendMenu(menu, MF_STRING, ID_COPY_ALL_NAMES, _T("&Copy Names")); + ::AppendMenu(menu, MF_STRING, ID_EDIT_COPY, ih->GetKeyTextFromCommand(kcEditCopy, _T("&Copy Names"))); + ::AppendMenu(menu, MF_STRING | (IsClipboardFormatAvailable(CF_UNICODETEXT) ? 0 : MF_DISABLED), ID_EDIT_PASTE, ih->GetKeyTextFromCommand(kcEditPaste, _T("&Paste Names"))); CPoint pt; ::GetCursorPos(&pt); ::TrackPopupMenu(menu, TPM_LEFTALIGN | TPM_RIGHTBUTTON, pt.x, pt.y, 0, m_hWnd, NULL); @@ -745,4 +757,55 @@ } +void CViewComments::OnPasteNames() +{ + Clipboard clipboard(CF_UNICODETEXT); + if(!clipboard.IsValid()) + return; + + if(Reporting::Confirm(MPT_UFORMAT("Replace all {} names?")(m_nListId == IDC_LIST_INSTRUMENTS ? U_("instrument") : U_("sample"))) != cnfYes) + return; + + auto whitespace = mpt::default_whitespace<std::wstring>(); + whitespace.push_back(L'\0'); + const auto names = mpt::split(mpt::trim_right(std::wstring{clipboard.GetWideString()}, whitespace), std::wstring{L"\n"}); + + CSoundFile &sndFile = GetDocument()->GetSoundFile(); + const auto FormatName = [&](size_t index, size_t maxLength) + { + if(index >= names.size()) + return std::string{}; + return mpt::replace(mpt::ToCharset(sndFile.GetCharsetInternal(), names[index]), "\t", " ").substr(0, maxLength); + }; + + CriticalSection cs; + if(m_nListId == IDC_LIST_SAMPLES) + { + if(sndFile.GetNumSamples() < names.size()) + sndFile.m_nSamples = std::min(sndFile.GetModSpecifications().samplesMax, mpt::saturate_cast<SAMPLEINDEX>(names.size())); + + for(SAMPLEINDEX i = 1; i <= sndFile.GetNumSamples(); i++) + { + sndFile.m_szNames[i] = FormatName(i - 1, sndFile.GetModSpecifications().sampleNameLengthMax); + } + cs.Leave(); + GetDocument()->UpdateAllViews(SampleHint().Names()); + } else if(m_nListId == IDC_LIST_INSTRUMENTS) + { + if(sndFile.GetNumInstruments() < names.size()) + sndFile.m_nInstruments = std::min(sndFile.GetModSpecifications().instrumentsMax, mpt::saturate_cast<INSTRUMENTINDEX>(names.size())); + + for(INSTRUMENTINDEX i = 1; i <= sndFile.GetNumInstruments(); i++) + { + if(sndFile.Instruments[i] || sndFile.AllocateInstrument(i)) + sndFile.Instruments[i]->name = FormatName(i - 1, sndFile.GetModSpecifications().instrNameLengthMax); + } + cs.Leave(); + GetDocument()->UpdateAllViews(InstrumentHint().Names()); + } + + GetDocument()->SetModified(); +} + + OPENMPT_NAMESPACE_END Modified: trunk/OpenMPT/mptrack/view_com.h ============================================================================== --- trunk/OpenMPT/mptrack/view_com.h Sat Oct 26 17:13:35 2024 (r21979) +++ trunk/OpenMPT/mptrack/view_com.h Sat Oct 26 17:15:39 2024 (r21980) @@ -63,6 +63,7 @@ afx_msg void OnRClickListItem(NMHDR *, LRESULT *); afx_msg void OnCustomDrawList(NMHDR *pNMHDR, LRESULT *pResult); afx_msg void OnCopyNames(); + afx_msg void OnPasteNames(); afx_msg LRESULT OnMidiMsg(WPARAM midiData, LPARAM); afx_msg LRESULT OnCustomKeyMsg(WPARAM, LPARAM); //}}AFX_MSG |
From: <sv...@op...> - 2024-10-26 15:13:41
|
Author: manx Date: Sat Oct 26 17:13:35 2024 New Revision: 21979 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21979 Log: [Doc] libopenmpt: Update changelog. Modified: branches/OpenMPT-1.28/libopenmpt/dox/changelog.md Modified: branches/OpenMPT-1.28/libopenmpt/dox/changelog.md ============================================================================== --- branches/OpenMPT-1.28/libopenmpt/dox/changelog.md Sat Oct 26 17:13:28 2024 (r21978) +++ branches/OpenMPT-1.28/libopenmpt/dox/changelog.md Sat Oct 26 17:13:35 2024 (r21979) @@ -7,6 +7,8 @@ ### libopenmpt 0.4.47-pre + * mpg123: Update to v1.32.8 (2024-10-26). + ### libopenmpt 0.4.46 (2024-10-26) * OKT: The last sample slot was never loaded. |
From: <sv...@op...> - 2024-10-26 15:13:40
|
Author: manx Date: Sat Oct 26 17:13:28 2024 New Revision: 21978 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21978 Log: [Doc] libopenmpt: Update changelog. Modified: branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Modified: branches/OpenMPT-1.29/libopenmpt/dox/changelog.md ============================================================================== --- branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Sat Oct 26 17:13:21 2024 (r21977) +++ branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Sat Oct 26 17:13:28 2024 (r21978) @@ -7,6 +7,8 @@ ### libopenmpt 0.5.35-pre + * mpg123: Update to v1.32.8 (2024-10-26). + ### libopenmpt 0.5.34 (2024-10-26) * OKT: The last sample slot was never loaded. |
From: <sv...@op...> - 2024-10-26 15:13:33
|
Author: manx Date: Sat Oct 26 17:13:21 2024 New Revision: 21977 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21977 Log: [Doc] libopenmpt: Update changelog. Modified: branches/OpenMPT-1.30/libopenmpt/dox/changelog.md Modified: branches/OpenMPT-1.30/libopenmpt/dox/changelog.md ============================================================================== --- branches/OpenMPT-1.30/libopenmpt/dox/changelog.md Sat Oct 26 17:13:12 2024 (r21976) +++ branches/OpenMPT-1.30/libopenmpt/dox/changelog.md Sat Oct 26 17:13:21 2024 (r21977) @@ -7,6 +7,8 @@ ### libopenmpt 0.6.21-pre + * mpg123: Update to v1.32.8 (2024-10-26). + ### libopenmpt 0.6.20 (2024-10-26) * OKT: Disable loop on type "B" samples if they're used on a mixed channel. |
From: <sv...@op...> - 2024-10-26 15:13:25
|
Author: manx Date: Sat Oct 26 17:13:12 2024 New Revision: 21976 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21976 Log: [Doc] libopenmpt: Update changelog. Modified: branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Modified: branches/OpenMPT-1.31/doc/libopenmpt/changelog.md ============================================================================== --- branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Sat Oct 26 17:12:21 2024 (r21975) +++ branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Sat Oct 26 17:13:12 2024 (r21976) @@ -7,6 +7,8 @@ ### libopenmpt 0.7.12-pre + * mpg123: Update to v1.32.8 (2024-10-26). + ### libopenmpt 0.7.11 (2024-10-26) * [**Bug**] The Autotools build system did use `CPPFLAGS`, `CFLAGS`, and |
From: <sv...@op...> - 2024-10-26 15:12:33
|
Author: manx Date: Sat Oct 26 17:12:21 2024 New Revision: 21975 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21975 Log: Merged revision(s) 21971 from trunk/OpenMPT: [Var] mpg123: Update to 1.32.8 (2024-10-26). ........ Modified: branches/OpenMPT-1.28/ (props changed) branches/OpenMPT-1.28/include/mpg123/OpenMPT.txt branches/OpenMPT-1.28/include/mpg123/src/version.h Modified: branches/OpenMPT-1.28/include/mpg123/OpenMPT.txt ============================================================================== --- branches/OpenMPT-1.28/include/mpg123/OpenMPT.txt Sat Oct 26 17:11:54 2024 (r21974) +++ branches/OpenMPT-1.28/include/mpg123/OpenMPT.txt Sat Oct 26 17:12:21 2024 (r21975) @@ -1,4 +1,4 @@ -libmpg123 library version 1.32.8-dev+r5433 (2024-10-24). +libmpg123 library version 1.32.8 (2024-10-26). The following changes have been made: * `ports/MSVC++/config.h` has been added for MSVC builds. * `ports/Xcode/config.h` has been retained from older versions. Modified: branches/OpenMPT-1.28/include/mpg123/src/version.h ============================================================================== --- branches/OpenMPT-1.28/include/mpg123/src/version.h Sat Oct 26 17:11:54 2024 (r21974) +++ branches/OpenMPT-1.28/include/mpg123/src/version.h Sat Oct 26 17:12:21 2024 (r21975) @@ -19,7 +19,7 @@ #define MPG123_PATCH 8 // Don't get too wild with that to avoid confusing m4. No brackets. // Also, it should fit well into a sane file name for the tarball. -#define MPG123_SUFFIX "-dev" +#define MPG123_SUFFIX "" #define MPG123_VERSION_CAT_REALLY(a, b, c) #a "." #b "." #c #define MPG123_VERSION_CAT(a, b, c) MPG123_VERSION_CAT_REALLY(a, b, c) |
From: <sv...@op...> - 2024-10-26 15:12:05
|
Author: manx Date: Sat Oct 26 17:11:54 2024 New Revision: 21974 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21974 Log: Merged revision(s) 21971 from trunk/OpenMPT: [Var] mpg123: Update to 1.32.8 (2024-10-26). ........ Modified: branches/OpenMPT-1.29/ (props changed) branches/OpenMPT-1.29/include/mpg123/OpenMPT.txt branches/OpenMPT-1.29/include/mpg123/src/version.h Modified: branches/OpenMPT-1.29/include/mpg123/OpenMPT.txt ============================================================================== --- branches/OpenMPT-1.29/include/mpg123/OpenMPT.txt Sat Oct 26 17:11:28 2024 (r21973) +++ branches/OpenMPT-1.29/include/mpg123/OpenMPT.txt Sat Oct 26 17:11:54 2024 (r21974) @@ -1,4 +1,4 @@ -libmpg123 library version 1.32.8-dev+r5433 (2024-10-24). +libmpg123 library version 1.32.8 (2024-10-26). The following changes have been made: * `ports/makefile/config.h` has been added for plain `Makefile` builds. * `ports/MSVC++/config.h` has been added for MSVC builds. Modified: branches/OpenMPT-1.29/include/mpg123/src/version.h ============================================================================== --- branches/OpenMPT-1.29/include/mpg123/src/version.h Sat Oct 26 17:11:28 2024 (r21973) +++ branches/OpenMPT-1.29/include/mpg123/src/version.h Sat Oct 26 17:11:54 2024 (r21974) @@ -19,7 +19,7 @@ #define MPG123_PATCH 8 // Don't get too wild with that to avoid confusing m4. No brackets. // Also, it should fit well into a sane file name for the tarball. -#define MPG123_SUFFIX "-dev" +#define MPG123_SUFFIX "" #define MPG123_VERSION_CAT_REALLY(a, b, c) #a "." #b "." #c #define MPG123_VERSION_CAT(a, b, c) MPG123_VERSION_CAT_REALLY(a, b, c) |
From: <sv...@op...> - 2024-10-26 15:11:37
|
Author: manx Date: Sat Oct 26 17:11:28 2024 New Revision: 21973 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21973 Log: Merged revision(s) 21971 from trunk/OpenMPT: [Var] mpg123: Update to 1.32.8 (2024-10-26). ........ Modified: branches/OpenMPT-1.30/ (props changed) branches/OpenMPT-1.30/include/mpg123/OpenMPT.txt branches/OpenMPT-1.30/include/mpg123/src/version.h Modified: branches/OpenMPT-1.30/include/mpg123/OpenMPT.txt ============================================================================== --- branches/OpenMPT-1.30/include/mpg123/OpenMPT.txt Sat Oct 26 17:11:01 2024 (r21972) +++ branches/OpenMPT-1.30/include/mpg123/OpenMPT.txt Sat Oct 26 17:11:28 2024 (r21973) @@ -1,4 +1,4 @@ -libmpg123 library version 1.32.8-dev+r5433 (2024-10-24). +libmpg123 library version 1.32.8 (2024-10-26). The following changes have been made: * `ports/makefile/config.h` has been added for plain `Makefile` builds. * `ports/MSVC++/config.h` has been added for MSVC builds. Modified: branches/OpenMPT-1.30/include/mpg123/src/version.h ============================================================================== --- branches/OpenMPT-1.30/include/mpg123/src/version.h Sat Oct 26 17:11:01 2024 (r21972) +++ branches/OpenMPT-1.30/include/mpg123/src/version.h Sat Oct 26 17:11:28 2024 (r21973) @@ -19,7 +19,7 @@ #define MPG123_PATCH 8 // Don't get too wild with that to avoid confusing m4. No brackets. // Also, it should fit well into a sane file name for the tarball. -#define MPG123_SUFFIX "-dev" +#define MPG123_SUFFIX "" #define MPG123_VERSION_CAT_REALLY(a, b, c) #a "." #b "." #c #define MPG123_VERSION_CAT(a, b, c) MPG123_VERSION_CAT_REALLY(a, b, c) |
From: <sv...@op...> - 2024-10-26 15:11:14
|
Author: manx Date: Sat Oct 26 17:11:01 2024 New Revision: 21972 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21972 Log: Merged revision(s) 21971 from trunk/OpenMPT: [Var] mpg123: Update to 1.32.8 (2024-10-26). ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/include/mpg123/OpenMPT.txt branches/OpenMPT-1.31/include/mpg123/src/version.h Modified: branches/OpenMPT-1.31/include/mpg123/OpenMPT.txt ============================================================================== --- branches/OpenMPT-1.31/include/mpg123/OpenMPT.txt Sat Oct 26 17:10:27 2024 (r21971) +++ branches/OpenMPT-1.31/include/mpg123/OpenMPT.txt Sat Oct 26 17:11:01 2024 (r21972) @@ -1,4 +1,4 @@ -libmpg123 library version 1.32.8-dev+r5433 (2024-10-24). +libmpg123 library version 1.32.8 (2024-10-26). The following changes have been made: * `ports/makefile/config.h` has been added for plain `Makefile` builds. * `ports/MSVC++/config.h` has been added for MSVC builds. Modified: branches/OpenMPT-1.31/include/mpg123/src/version.h ============================================================================== --- branches/OpenMPT-1.31/include/mpg123/src/version.h Sat Oct 26 17:10:27 2024 (r21971) +++ branches/OpenMPT-1.31/include/mpg123/src/version.h Sat Oct 26 17:11:01 2024 (r21972) @@ -19,7 +19,7 @@ #define MPG123_PATCH 8 // Don't get too wild with that to avoid confusing m4. No brackets. // Also, it should fit well into a sane file name for the tarball. -#define MPG123_SUFFIX "-dev" +#define MPG123_SUFFIX "" #define MPG123_VERSION_CAT_REALLY(a, b, c) #a "." #b "." #c #define MPG123_VERSION_CAT(a, b, c) MPG123_VERSION_CAT_REALLY(a, b, c) |
From: <sv...@op...> - 2024-10-26 15:10:38
|
Author: manx Date: Sat Oct 26 17:10:27 2024 New Revision: 21971 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21971 Log: [Var] mpg123: Update to 1.32.8 (2024-10-26). Modified: trunk/OpenMPT/include/mpg123/OpenMPT.txt trunk/OpenMPT/include/mpg123/src/version.h Modified: trunk/OpenMPT/include/mpg123/OpenMPT.txt ============================================================================== --- trunk/OpenMPT/include/mpg123/OpenMPT.txt Sat Oct 26 15:15:39 2024 (r21970) +++ trunk/OpenMPT/include/mpg123/OpenMPT.txt Sat Oct 26 17:10:27 2024 (r21971) @@ -1,4 +1,4 @@ -libmpg123 library version 1.32.8-dev+r5433 (2024-10-24). +libmpg123 library version 1.32.8 (2024-10-26). The following changes have been made: * `ports/makefile/config.h` has been added for plain `Makefile` builds. * `ports/MSVC++/config.h` has been added for MSVC builds. Modified: trunk/OpenMPT/include/mpg123/src/version.h ============================================================================== --- trunk/OpenMPT/include/mpg123/src/version.h Sat Oct 26 15:15:39 2024 (r21970) +++ trunk/OpenMPT/include/mpg123/src/version.h Sat Oct 26 17:10:27 2024 (r21971) @@ -19,7 +19,7 @@ #define MPG123_PATCH 8 // Don't get too wild with that to avoid confusing m4. No brackets. // Also, it should fit well into a sane file name for the tarball. -#define MPG123_SUFFIX "-dev" +#define MPG123_SUFFIX "" #define MPG123_VERSION_CAT_REALLY(a, b, c) #a "." #b "." #c #define MPG123_VERSION_CAT(a, b, c) MPG123_VERSION_CAT_REALLY(a, b, c) |
From: <sv...@op...> - 2024-10-26 13:15:51
|
Author: manx Date: Sat Oct 26 15:15:39 2024 New Revision: 21970 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21970 Log: [Mod] OpenMPT: Version is now 1.31.11.01 Modified: branches/OpenMPT-1.31/common/versionNumber.h Modified: branches/OpenMPT-1.31/common/versionNumber.h ============================================================================== --- branches/OpenMPT-1.31/common/versionNumber.h Sat Oct 26 15:10:29 2024 (r21969) +++ branches/OpenMPT-1.31/common/versionNumber.h Sat Oct 26 15:15:39 2024 (r21970) @@ -18,6 +18,6 @@ #define VER_MAJORMAJOR 1 #define VER_MAJOR 31 #define VER_MINOR 11 -#define VER_MINORMINOR 00 +#define VER_MINORMINOR 01 OPENMPT_NAMESPACE_END |
From: <sv...@op...> - 2024-10-26 13:10:38
|
Author: manx Date: Sat Oct 26 15:10:26 2024 New Revision: 21967 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21967 Log: tag libopenmpt-0.4.46 Added: tags/libopenmpt-0.4.46/ - copied from r21966, branches/OpenMPT-1.28/ |