From: <sag...@us...> - 2015-04-19 15:32:43
|
Revision: 4951 http://sourceforge.net/p/modplug/code/4951 Author: saga-games Date: 2015-04-19 15:32:30 +0000 (Sun, 19 Apr 2015) Log Message: ----------- [Mod] Updated release documents [Mod] OpenMPT: Version is now 1.24.04.00 Modified Paths: -------------- trunk/OpenMPT/common/versionNumber.h trunk/OpenMPT/packageTemplate/History.txt Modified: trunk/OpenMPT/common/versionNumber.h =================================================================== --- trunk/OpenMPT/common/versionNumber.h 2015-04-19 14:51:57 UTC (rev 4950) +++ trunk/OpenMPT/common/versionNumber.h 2015-04-19 15:32:30 UTC (rev 4951) @@ -18,8 +18,8 @@ //Version definitions. The only thing that needs to be changed when changing version number. #define VER_MAJORMAJOR 1 #define VER_MAJOR 24 -#define VER_MINOR 03 -#define VER_MINORMINOR 01 +#define VER_MINOR 04 +#define VER_MINORMINOR 00 //Version string. For example "1.17.02.28" #define MPT_VERSION_STR VER_STRINGIZE(VER_MAJORMAJOR) "." VER_STRINGIZE(VER_MAJOR) "." VER_STRINGIZE(VER_MINOR) "." VER_STRINGIZE(VER_MINORMINOR) Modified: trunk/OpenMPT/packageTemplate/History.txt =================================================================== --- trunk/OpenMPT/packageTemplate/History.txt 2015-04-19 14:51:57 UTC (rev 4950) +++ trunk/OpenMPT/packageTemplate/History.txt 2015-04-19 15:32:30 UTC (rev 4951) @@ -25,6 +25,24 @@ <ks> coda / Ken Snyder +v1.24.04.00 (19 April 2014, revision 4951) +------------------------------------------ +Pattern tab + [Fix] <js> Seeking with sample sync didn't apply portamento and note delay + row delay combinations accurately in some cases. + +Playback + [Fix] <js> On rows with a row delay effect, offset commands were executed on every row repetition in the previous version. + +IT::Compatible Playback Mode + [Fix] <js> Note delays are capped by the ticks per row + fine pattern delay tick count, not taking row delay into account. + +MOD::ProTracker 1/2 Mode + [Fix] <js> Instrument swapping is also applied if there was an empty sample slot "playing" (fixes arpeggios in "mr gang !!!." by arios). + +Other + [Fix] <jh> There was a major performance regression in the previous version, mostly noticeable on Wine. + + v1.24.03.00 (18 April 2014, revision 4941) ------------------------------------------ General tab @@ -40,7 +58,7 @@ [Fix] <js> When only enabling Amiga limits for MOD but not ProTracker 1/2 mode, invalid notes were not coloured as such. [Fix] <js> When switching between modules or resizing the window, it was possible for the pattern display to show garbage (http://bugs.openmpt.org/view.php?id=665). [Fix] <js> Clicking on the first and last item of an order selection loses the selection, like clicking any other item. - [Fix] <js> Seeking (with sample sync) could misbehave when encountering PC events. + [Fix] <js> Seeking with sample sync could misbehave when encountering PC events. Sample tab [New] <js> The MPTM volume column offset command has been revamped: 9 custom cue points can be selected for each sample in the waveform's context menu, which can then be triggered using o01...o09 (http://bugs.openmpt.org/view.php?id=91). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |