0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 09, 2025 — Mar 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Few more new line characters More... almost 9 years ago
Clean up new line characters More... almost 9 years ago
Don't allow double escaped song names More... almost 9 years ago
autoconf/automake update More... almost 9 years ago
Code cleanups More... almost 9 years ago
The check for the chunk size must happen before any data is read to avoid invalid memory reads on empty files. More... over 9 years ago
Before reading the first 4 bytes the function TestMID must check if the buffer is large enough for that. More... over 9 years ago
mmcmp: fix big-endian 16-bit conversion (store the converted value in little-endian order.) More... almost 11 years ago
Add emulation of the FT2 pattern loop bug. More... over 11 years ago
Read & apply the row limit. Minor refactoring. More... over 11 years ago
Add 0x2A retrigger as required by MENU0.PSM More... over 11 years ago
Stop conflating note & instrument flags and process the data separately. Implement commands 02, 03, 0F, 15 & 29 and add workarounds for 01 & 03 corner cases. More... over 11 years ago
mmcmp: fix subblk processing (fixes segfaults. was broken by previous commit.) More... over 11 years ago
fix type from the previous commit More... over 11 years ago
fix endianism and structure packing issues in mmcmp.cpp More... over 11 years ago
load_abc: balance #pragma pack(1) More... over 11 years ago
load_abc, load_mid, load_pat: remove the NEWMIKMOD ifdefs and sanitize whitespace a bit so that they are readable. More... over 11 years ago
ReadMOD(): add further sanity checks to M15 loading. More... over 11 years ago
ReadMOD(): add name string sanity checks to 15 instrument MOD loader so that it doesn't accept any binary data. More... over 11 years ago
the 'ADPCM' and 'Extended Module:' string comparisons should be case sensitive More... over 11 years ago
remove unnecessary redefines from previous commit More... over 11 years ago
fix casecmp defines and uniformly use casecmp in code: str[n]casecmp used to be brokenly defined as str[n]cmp. even strnicmp ended up being defined as strcmp. should be fixed now. More... over 11 years ago
Use AM_MAINTAINER_MODE([enable]) More... over 11 years ago
re-write load_umx: Replace the linear search, retrieve the offset, size and object type directly from umx file by parsing the upkg. Old code used to fail loading umx files from Unreal beta, for example. More... over 11 years ago
disable AGC and FILESAVE for all targets for uniformity. define MODPLUG_NO_FILESAVE in modplug.h too, matching stdafx.h. minor tidy-up. More... over 11 years ago
use gcc visibility attributes More... over 11 years ago
require 10.5+ for osx/x86_64 builds More... over 11 years ago
add -fno-common among cflags More... over 11 years ago
add win32-dll option to LT_INIT More... over 11 years ago
disable maintainer mode by default (add AM_MAINTAINER_MODE to configure.ac.) More... over 11 years ago