From: <sag...@us...> - 2013-08-31 14:08:22
|
Revision: 2622 http://sourceforge.net/p/modplug/code/2622 Author: saga-games Date: 2013-08-31 14:08:15 +0000 (Sat, 31 Aug 2013) Log Message: ----------- [Mod] Updated release documents [Mod] OpenMPT: Version is now 1.22.05.00 Modified Paths: -------------- trunk/OpenMPT/common/versionNumber.h trunk/OpenMPT/packageTemplate/History.txt Modified: trunk/OpenMPT/common/versionNumber.h =================================================================== --- trunk/OpenMPT/common/versionNumber.h 2013-08-31 09:43:02 UTC (rev 2621) +++ trunk/OpenMPT/common/versionNumber.h 2013-08-31 14:08:15 UTC (rev 2622) @@ -16,8 +16,8 @@ //Version definitions. The only thing that needs to be changed when changing version number. #define VER_MAJORMAJOR 1 #define VER_MAJOR 22 -#define VER_MINOR 04 -#define VER_MINORMINOR 02 +#define VER_MINOR 05 +#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 2013-08-31 09:43:02 UTC (rev 2621) +++ trunk/OpenMPT/packageTemplate/History.txt 2013-08-31 14:08:15 UTC (rev 2622) @@ -25,6 +25,36 @@ <ks> coda / Ken Snyder +v1.22.05.00 (31 August 2013, revision 2622) +------------------------------------------- +General Tab + [Imp] <js> Effect parameters are now also updated while dragging the corresponding slider (tx madbrain). + +Sample Editor + [Imp] <js> Don't limit size of loaded sample file to the size of physical memory (old code relict). + +Instrument Editor + [Imp] <js> Also show FLAC files when loading instruments in instrument view. + +Tree view + [New] <js> Can now drag and drop samples / instruments between modules (tx madbrain). + [Imp] <js> Releasing note keys now also stops sample / instrument previews (tx madbrain). + [Fix] <js> Previewing sound font instruments in the treeview broke in OpenMPT 1.22.04.00. + [Fix] <js> Trying to rename items that are not part of a song folder crashed the application. + [Fix] <js> Adding and renaming sequences didn't update the tree view properly. + +Playback + [Fix] <js> Fine / extra fine portamento slides in IT / S3M with a parameter of 0 were broken in OpenMPT 1.22.04.00. + +Other formats + [Fix] <jh> DSM: Support files that start with a slightly different header than usual DSM files (http://forum.openmpt.org/index.php?topic=5091). + +Misc + [New] <jh> Added 32-bit floating point output for drivers that support it. + [Mod] <js> Updated zlib (1.2.8). + [Reg] <jh> Remove mpt_intl.ini and mpt_intl.dll support code which was solely usable to translate the options list in the general options tab. + + v1.22.04.00 (6 August 2013, revision 2581) ------------------------------------------ Pattern Editor This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |