-
metaplasma changed the public information on the ModPlug for XMMS project.
2009-05-11 08:42:13 UTC by metaplasma
-
The current libmodplug doesn't support PSM files on big endian systems (assuming that they're encoded as little endian). Here is a quick and dirty patch to support little endian encoded PSM files on both big and little endian systems.
2009-05-11 06:02:34 UTC by tehpola
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-05-07 02:20:14 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-05-05 02:22:09 UTC by sf-robot
-
This patch fixes compilation on Windows/MinGW when UNICODE is defined.
Not thoroughly tested, please review.
2009-05-04 10:04:15 UTC by drfiemost
-
I fixed the UNICODE issue by removing Windows specific types and substituting functions as follows:
lstrcpy -> strcpy
lstrcpyn -> strncpy
wsprintf -> sprintf
I'll upload the patch in the Patches section.
2009-05-04 10:00:43 UTC by drfiemost
-
metaplasma added the libmodplug-0.8.7.tar.gz file.
2009-04-27 05:55:38 UTC by metaplasma
-
metaplasma created the 0.8.7 file release.
2009-04-27 05:35:57 UTC by metaplasma
-
metaplasma committed patchset 32 of module libmodplug to the ModPlug for XMMS CVS repository, changing 1 files.
2009-04-26 10:48:41 UTC by metaplasma
-
metaplasma committed patchset 31 of module libmodplug to the ModPlug for XMMS CVS repository, changing 2 files.
2009-04-23 13:14:47 UTC by metaplasma