From: <sag...@us...> - 2011-07-22 16:46:44
|
Revision: 921 http://modplug.svn.sourceforge.net/modplug/?rev=921&view=rev Author: saga-games Date: 2011-07-22 16:46:37 +0000 (Fri, 22 Jul 2011) Log Message: ----------- [Mod] Updated History.txt [Mod] OpenMPT: Version is now 1.19.03.00 Modified Paths: -------------- trunk/OpenMPT/mptrack/version.h trunk/OpenMPT/packageTemplate/History.txt Modified: trunk/OpenMPT/mptrack/version.h =================================================================== --- trunk/OpenMPT/mptrack/version.h 2011-07-21 16:39:15 UTC (rev 920) +++ trunk/OpenMPT/mptrack/version.h 2011-07-22 16:46:37 UTC (rev 921) @@ -14,8 +14,8 @@ //Version definitions. The only thing that needs to be changed when changing version number. #define VER_MAJORMAJOR 1 #define VER_MAJOR 19 -#define VER_MINOR 02 -#define VER_MINORMINOR 10 +#define VER_MINOR 03 +#define VER_MINORMINOR 00 //Creates version number from version parts that appears in version string. //For example MAKE_VERSION_NUMERIC(1,17,02,28) gives version number of Modified: trunk/OpenMPT/packageTemplate/History.txt =================================================================== --- trunk/OpenMPT/packageTemplate/History.txt 2011-07-21 16:39:15 UTC (rev 920) +++ trunk/OpenMPT/packageTemplate/History.txt 2011-07-22 16:46:37 UTC (rev 921) @@ -10,13 +10,14 @@ (tx XYZ): thanks to XYZ for telling us about the bug / requesting the feature -v1.19.03.00 (*** 2011, revision 912) ------------------------------------- +v1.19.03.00 (July 2011, revision 921) +------------------------------------- General tab [Imp] <Jojo> When editing panning, surround is disabled and when enabling surround, panning is reset. [Imp] <Jojo> When moving a plugin to another slot, plugins routing their output to the selected plugin are now taken into account when choosing a default slot to move the plugin to. Pattern tab + [Imp] <Jojo> Channel Surround status is now also indicated in the status bar. [Fix] <Jojo> When playing a pattern that is actually not in the sequence and that has more rows than the last played order item, a crash could occour while playing those extra rows. (Welcome to episode 2938 of "this should not have happened afterall") [Fix] <Jojo> Shift + Channel Dragging killed the last channel (http://bugs.openmpt.org/view.php?id=133). [Fix] <Jojo> When using the pattern play controls (f.e. "Replay Pattern") on a pattern that isn't played in the normal play sequence, tempo and global volume commands on the first played row are not ignored anymore. @@ -27,31 +28,37 @@ Sample tab [Imp] <Jojo> When selecting parts of the sample, the selection range is now also displayed in samples, not only seconds (tx jmkz, http://bugs.openmpt.org/view.php?id=136). [Imp] <Jojo> When changing the sample's global volume while removing DC offset, the change is now instantly applied to all channels that are currently playing the sample. + [Fix] <Jojo> 8-Bit Stereo samples were not saved correctly (tx jmkz, http://bugs.openmpt.org/view.php?id=153). Instrument tab [Imp] <Jojo> When in compatible mode, two envelope points cannot share the same tick anymore. [Fix] <Jojo> Suggested filename when saving instrument was sometimes cut off. VST - [Fix] <Jojo> When a plugin requests song position in nano secods, the correct value should now be returned. + [Fix] <Jojo> When a plugin requests song position in nano seconds, the correct value should now be returned. [Fix] <Jojo> Loading a VST preset (fxp) didn't mark the document as modified (tx BooT-SectoR-ViruZ) +Playback + [Fix] <Jojo> Filters in XM files aren't reset with every new note anymore (this broke some versions ago). + IT [Fix] <Jojo> Saving IT instruments (in both IT and ITI files) with an invalid sample map crashed the tracker (http://bugs.openmpt.org/view.php?id=142) [Fix] <Jojo> (Also applies to MOD) When swapping samples on the fly and the current playback position is beyond the new sample's length, it's reset to 0. MPTM - [Fix] <Jojo> Saving long envelopes (> 25 envelope points) in the MPTM format was broken since... well, actually, it never worked in any officially released version. + [Fix] <Jojo> Saving long envelopes (> 25 envelope points) in the MPTM format was broken since... well, actually, it never worked in any officially released version. Now you can finally have up to 240 envelope points. Other formats [Fix] <Jojo> ITP Saver: Fixed nasty bug when the internal order length was not 256. [Fix] <Jojo> IMF Loader: Orpheus' 8-Bit cutoff range was not converted to MPT's 7-Bit range. Misc - [Imp] <Jojo> Tagging: ID3 tags also contain a TDRC tag now, since this should be used instead of TYER in ID3v2.4. Also added a TPBM (beats per minute) tag. + [Imp] <Jojo> Tagging: ID3 tags contain a TDRC tag instead of TYER now, as recommend by the ID3v2.4 standard. Also added a TPBM (beats per minute) tag. [Imp] <Jojo> Hack detection also notifies about stereo samples in XM files now. [Imp] <Jojo> Fixed tab order in the pitch shift dialog. [Mod] <Jojo> Song Properties: Legacy Mixmodes RC1 and RC2 are now only displayed if they are actually used by the module. + [Mod] <Jojo> When loading a module made with a newer version of OpenMPT which only differs in the build number (last number in the version), no warning is shown anymore. For all other cases, the warning is now also shown for MPTM files. + [Mod] <Jojo> If opening MIDI In fails, the MIDI config dialog is shown. [Fix] <Jojo> MP3 export should no longer result in a heap corruption and thus crash the tracker (http://bugs.openmpt.org/view.php?id=97). [Fix] <Jojo> Rendering sub songs to WAV resulted in an endless render loop. [Fix] <Jojo> Setup Dialog: Fixed the checkbox list so that it doesn't look weird under Wine and doesn't crash when compiling OpenMPT with VS2010 (tx jmkz). @@ -218,7 +225,7 @@ [Fix] <Jojo> XM Loader: Fixed handling of instruments with no samples, so that instruments assigned to VST plugins work correctly. MOD - [Imp] <Jojo> It's now possible to create MOD files with more than 64 distinct patterns. Just like in ProTracker, such MOD files are identified by the "M!K!" signature (instead of M.K.) + [Imp] <Jojo> It's now possible to create MOD files with more than 64 (and up to 128) distinct patterns. Just like in ProTracker, such MOD files are identified by the "M!K!" signature (instead of M.K.) [Fix] <Jojo> The maximum speed for MOD files was off by one in some places (31 instead of 32). MOD::Loading @@ -481,7 +488,7 @@ [Fix] <Jojo> ITI/ITS Loader: Sample flags were not reset when a sample slot was overwritten when loading ITI or ITS files. That way, it was possible that f.e. the bidi loop flag was not disabled when loading a new sample that had a normal loop. [Fix] <Jojo> IT Compatibility: Note Cut really cuts notes and does not just mute them (so that following volume commands could restore the sample) [Fix] <Jojo> IT Compatibility: Always reset autovibrato settings when there's an instrument number (fix from SchismTracker) - [Fix] <Jojo> IT Compatibility: S77 / S79/ S7B are supposed to pause the envelope, not disable it. + [Fix] <Jojo> IT Compatibility: S77 / S79 / S7B are supposed to pause the envelope, not disable it. [Fix] <Jojo> IT Compatibility: ignore slide commands with both nibbles set (f.e. D55, PA1, ...) [Fix] <Jojo> IT Compatibility: Default Vibrato/Tremolo/Panbrello waveform values to sine waveform if out of range (e.g. S35) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |