Posted on Monday, July 26 @ 01:05:31 UTC by Stulle
Hi guys and gals,
Much in contrast to the development of the last few years I am happy to release the 4th version of MorphXT within only a few months. This version is focused on improving the existing code and using Visual Studio 2010.
You can download the installer & binary and source code from the usual SourceForge mirrors.
For more on this release and the changelog read more:
First of all, this version includes updated libs and Visual Studio 2010 solution and project files. This makes MorphXT the first mod to provide sources that will compile on VS 2010 without any more ado. However, switching to VS 2010 also resulted in a growth in size of the executable file of about 1.5 MB. The reason for this lies within the change to VS 2010 although probably only Microsoft knows what the exact reason for this is. Nevertheless is this change enabling me to use a more convenient development environment and this is also a step toward using the state of the art development environment provided by Microsoft, which I consider good!
Also, the sorting that got a little weird in 12.3 is now improved and works like expected. Sorry about any inconvenience. There are some more bugfixes, please read the changelog for more.
I would also like to take the opportunity to thank WiZaRd who contributed some patches, fixes and changes to this version. Most notably his fix that will solve the trouble with downloading files from SourceForge mirrors. Well then, have fun!
Regards, Stulle
Changelog for eMule 0.50a MorphXT v12.4
26-07-2010
- ADD: Visual Studio 2010 project files and solution [Stulle]
- ADD: Display check mark next to currently assigned category [Stulle]
- CHANGE: update cryptolib Version 5.6.0 (3/15/2009) [Stulle]
- CHANGE: update pugxml.h (http://www.codeproject.com/KB/cpp/JCraneArticle.aspx) [JCrane2/tychen]
- CHANGE: update zlib 1.2.5 [Stulle]
- CHANGE: update libpng 1.4.3 [Stulle]
- CHANGE: Rename CMemDC to CMemoryDC [Avi-3k]
- CHANGE: Some other minor changes to compile on VS 2010
- CHANGE: Rewrote the passing of params for drawing country flags to work in VS10 [Stulle]
+ bug in VS10 MFC; fixed code not only for VS10, used in all solutions - CHANGE: Also sort aMule for mods (if availablel) [Stulle]
- CHANGE: Added additional wait time and security checks for flush threads on exit [WiZaRd]
+ possible crashfix - FIX: Sorting of client status (QR,...) to make sense at last [Stulle]
- FIX: Crash on shutdown in ipfilter [Xman]
- FIX: Force periodic updates was reset to previous state on applying [Stulle/thx Hiwi]
- FIX: Download from http sources (e.g. sourceforge) broken because of sending user-agent [WiZaRd]
+ Added option to maintain list of URLs that should not receive user-agents - REMOVED: Display of session download in ChunkBar in DownloadClientsCtrl [Stulle]