shithub: dumb

RSS feed

5c9c4359 – Chris Moeller <kode54@gmail.com> authored on 2012/12/22 11:49
Removed unused variable from function declarations, a leftover from copying from the MOD reader

9b60a9a4 – Chris Moeller <kode54@gmail.com> authored on 2012/12/22 11:48
Added limits.h for LONG_MAX

045efbd6 – Chris Moeller <kode54@gmail.com> authored on 2012/12/15 17:54
Fixed older pattern counting mode

5b53815e – Chris Moeller <kode54@gmail.com> authored on 2012/12/15 17:47
Made the new MOD pattern counting system optional

30b178af – Chris Moeller <kode54@gmail.com> authored on 2012/12/09 18:17
Fixed ADPCM sample support

02190e00 – Chris Moeller <kode54@gmail.com> authored on 2012/12/09 16:59
Fixed MOD pattern count calculation in weird cases where the last sample is missing four bytes

756ecf2a – Chris Moeller <kode54@gmail.com> authored on 2012/12/09 14:53
Added interface for inserting extra DUH signals, and fixed searching for IT sigdata when more than one signal is present

d2575fcc – Chris Moeller <kode54@gmail.com> authored on 2012/12/03 22:49
- Implemented final solution for MOD pattern count calculation

b17c5254 – Chris Moeller <kode54@gmail.com> authored on 2012/11/25 22:49
Remove trailing whitespace from all song, instrument, and sample names

32c9bb42 – Chris Moeller <kode54@gmail.com> authored on 2012/11/25 22:11
Corrected MOD reader to only check the known number of orders when calculating the pattern count

9e3012a7 – Chris Moeller <kode54@gmail.com> authored on 2012/09/20 01:28
Fixed pitch slides on non-playing channels

e84e1824 – Chris Moeller <kode54@gmail.com> authored on 2012/09/09 07:23
Fixed envelopes so they only carry from the same channel

22e82be0 – Chris Moeller <kode54@gmail.com> authored on 2012/09/09 05:26
Reverted previous failed tone portamento fix

09b78300 – Chris Moeller <kode54@gmail.com> authored on 2012/09/09 04:18
Fixed IT tone portamento again

e0917efb – Chris Moeller <kode54@gmail.com> authored on 2012/09/08 15:55
Fixed IT tone portamento so it can continue without a destination note on every row

15b780d0 – Chris Moeller <kode54@gmail.com> authored on 2012/09/02 08:56
Fixed most effects applying to background voices

8d87ab8b – Chris Moeller <kode54@gmail.com> authored on 2012/08/06 20:02
- Fixed XM sample header size handling to always assume a size of 0x28

7ad496ec – Chris Moeller <kode54@gmail.com> authored on 2012/07/08 08:57
- Added sanity checking to XM reader instrument and sample header sizes

5bee3e5b – Chris Moeller <kode54@gmail.com> authored on 2012/07/03 18:24
- Fixed XM reader for files with smaller than expected instrument or sample header sizes

0e954595 – Chris Moeller <kode54@gmail.com> authored on 2012/02/27 11:04
2012-02-24 19:11 UTC - kode54

7fc359f6 – Chris Moeller <kode54@gmail.com> authored on 2012/02/10 12:14
Fixed BaseClasses project name capitalization to correct version control tracking, removed TFS tracking files.

14989811 – Chris Moeller <kode54@gmail.com> authored on 2012/02/10 11:53
Added ignore lists for compiler output files

b85ab3ba – Chris Moeller <kode54@gmail.com> authored on 2012/02/10 07:28
All projects updated and now compile in the new git repository.

8c3e5104 – Chris Moeller <kode54@gmail.com> authored on 2011/08/31 03:53
- Corrected old style PSM note data

317a6f3d – Chris Moeller <kode54@gmail.com> authored on 2011/08/13 22:31
Major project file maintenance

71ecdc72 – Chris Moeller <kode54@gmail.com> authored on 2011/08/02 19:31
- Fixed IT stereo samples

667b4794 – Chris Moeller <kode54@gmail.com> authored on 2011/06/05 18:49
- Fixed IT envelope reading for node counts over 25, which are invalid

4a268f95 – Chris Moeller <kode54@gmail.com> authored on 2011/05/25 14:42
- Added missing song restart position initialization to AM, AMFF, and DSM readers

07f761e9 – Chris Moeller <kode54@gmail.com> authored on 2011/05/12 08:26
- Fixed IT New Note Action duplicate check types for sample and instrument

7def1963 – Chris Moeller <kode54@gmail.com> authored on 2011/03/23 01:45
- Corrected volume slide behavior for S3M playback, and also adjusted the slide volume level clipping range for S3M to 0-63

f5f34570 – Chris Moeller <kode54@gmail.com> authored on 2011/02/09 03:10
- Added a workaround for bad sample offsets in STM files

d78c2856 – Chris Moeller <kode54@gmail.com> authored on 2011/02/08 09:11
- Fixed STM sample reading

c2cb42ff – Chris Moeller <kode54@gmail.com> authored on 2011/02/08 07:03
- Implemented support for STM 1.x format

33cd2c46 – Chris Moeller <kode54@gmail.com> authored on 2011/01/19 10:20
- Made Oktalyzer reader more tolerant of truncated files

e169b25f – Chris Moeller <kode54@gmail.com> authored on 2011/01/19 02:14
- Implemented Oktalyzer format loader

e34d6868 – Chris Moeller <kode54@gmail.com> authored on 2011/01/13 19:10
2011-01-13 23:11 UTC - kode54

c0fc19ef – Chris Moeller <kode54@gmail.com> authored on 2011/01/11 13:57
- Changed aliased resampler loop conditions a bit to fix some bugs

bf42c55a – Chris Moeller <kode54@gmail.com> authored on 2011/01/09 09:18
Import of blip_buf and one missing header.

9ac6cf69 – Chris Moeller <kode54@gmail.com> authored on 2011/01/09 09:16
- Replaced old aliased resampling mode with a 65536x oversampling sinc resampler

4c0d2d92 – Chris Moeller <kode54@gmail.com> authored on 2011/01/03 09:33
Add missing files to repository, delete old 7-Zip source folder

a9176165 – Chris Moeller <kode54@gmail.com> authored on 2010/11/21 20:24
- Changed a break to row behavior in DUMB, hopefully it doesn't break anything

1a9e0d4f – Chris Moeller <kode54@gmail.com> authored on 2010/10/03 02:17
- Added range checking for XM global volume command

ca554279 – Chris Moeller <kode54@gmail.com> authored on 2010/08/20 21:00
- Fixed channel muting when switching or restarting songs, or when seeking

6e159ab8 – Chris Moeller <kode54@gmail.com> authored on 2010/03/11 19:16
- Fixed two bugs with pattern loops causing songs to loop forever

73bec702 – Chris Moeller <kode54@gmail.com> authored on 2010/02/12 15:33
The Great Merge of 2010

7c2cc8b0 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:02
{12/17/2009 2:12:36 AM}Reverted sinc interpolation until I feel like fixing it

eff0f254 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:02
{12/17/2009 2:02:04 AM}Failed sinc interpolation for future review

92fea5b4 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:02
{10/23/2009 9:27:50 PM}2009-10-24 05:13 UTC - kode54

52da4eb6 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:02
{10/17/2009 6:03:36 AM}- Fixed a stupid bug in the AMF reader

db718382 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:02
{10/12/2009 11:53:02 AM~10/12/2009 11:53:04 AM}- Implemented DSMI AMF reader

19527c25 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:02
{9/30/2009 4:11:06 AM}

d02aa3a3 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:01
{5/3/2009 5:29:28 PM}Underflow fix.

da229930 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:01
{4/18/2009 4:30:02 PM}- Fixed another bug in xm_note_off with potential unknown files.

df55c420 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:01
{1/7/2009 4:53:48 PM}Removed inherited property sheet definitions.

1f89a562 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:01
{10/4/2008 3:54:34 PM}Fixed xm_note_off for when instrument number is out of range.

1f2e7f8d – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:01
{5/28/2008 5:29:34 PM}Fixed renderer for tempos greater than 255

242c96c1 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:01
{5/1/2008 3:06:24 PM~5/1/2008 3:07:24 PM}

83a79f2c – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:01
{4/28/2008 3:21:58 PM~4/28/2008 3:22:14 PM}Converted projects for Visual Studio 2008.

a78d4c61 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{1/27/2008 5:51:00 PM}

f230355b – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{7/24/2007 3:48:08 PM}2007-01-26 22:50 UTC - kode54

684f4672 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{1/24/2007 5:58:58 AM}Reduced the warning level of the Release target to 3 and enabled project database debugging info, for when the relevant measures are enabled in foo_dumb.

79c6f2cb – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{1/24/2007 5:57:52 AM}2007-01-24 08:34 UTC - kode54

885cabeb – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{1/24/2007 5:56:54 AM}Corrected effects parsing and added global flag for the renderer.

41014790 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{1/24/2007 5:55:02 AM}2007-01-21 17:43 UTC - kode54

a87eac09 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{1/24/2007 5:54:32 AM}Removed unused variables.

fa3a8d1c – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{1/24/2007 5:52:26 AM}2007-01-23 17:42 UTC - kode54

8b1e1b01 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{11/29/2006 6:01:06 AM}2006-10-12 06:28 UTC - kode54

cfb81dff – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{11/29/2006 6:00:28 AM}2006-11-01 00:50 UTC - kode54

4f9a59e4 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{11/29/2006 5:59:20 AM}2006-11-01 00:50 UTC - kode54

3be9ce48 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{10/6/2006 9:42:18 PM~10/6/2006 9:42:20 PM}2006-10-07 05:24 UTC - kode54

719dbbe3 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{6/16/2006 12:00:56 AM}- Changed Amiga clock rate and divisor constant

7b35d20e – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{6/13/2006 4:52:42 AM}Removed a line of unneeded code.

691d717b – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{6/13/2006 4:52:18 AM}2006-06-10 18:10 UTC - kode54

bbee7ab7 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{6/9/2006 9:34:08 AM~6/9/2006 9:34:10 AM}Ported changes over from DUMB 0.9.3.

5ed3b0ec – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{6/8/2006 7:36:56 AM}2006-06-03 02:13 UTC - kode54

cf89f65a – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{6/8/2006 7:36:18 AM}2006-06-02 21:20 UTC - kode54

14e15b8b – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{5/31/2006 8:37:04 PM}2006-05-31 23:15 UTC - kode54

82f65ee6 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{5/31/2006 8:36:40 PM}2006-05-30 00:04 UTC - kode54

1dbeaf67 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{5/31/2006 8:36:12 PM}2006-05-30 03:57 UTC - kode54

2b2f1548 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{5/31/2006 8:35:22 PM}2006-06-01 00:47 UTC - kode54

9d44f7d9 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{5/31/2006 8:34:58 PM}2006-05-31 23:15 UTC - kode54

d8680ee4 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 04:00
{5/27/2006 1:41:32 PM}2006-05-27 22:40 UTC - kode54

4e1db2ad – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:59
{5/26/2006 10:58:10 PM~5/26/2006 10:58:12 PM}2006-05-22 21:44 UTC - kode54

35278753 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:59
{11/28/2005 4:51:00 AM}

95afd4ca – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:59
{11/20/2005 7:14:42 PM~11/20/2005 7:14:44 PM}

dae50fa2 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:59
{11/6/2005 9:04:04 PM}Added generic RIFF module handler and AM/AMFF format readers

8b2fadaf – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:59
{10/30/2005 1:56:28 AM~10/30/2005 1:56:40 AM}

9db1273c – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:58
{10/13/2005 2:19:30 AM~10/13/2005 2:22:22 AM}

b844f7ce – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:58
{10/13/2005 1:58:16 AM}Arpeggio fix for FastTracker 2 bug

ef97e29d – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:58
{10/12/2005 5:04:42 PM}Emit format version info

f9fef910 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:58
{10/12/2005 4:52:14 PM}XM format v1.02 and v1.03 support

9acd29b4 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:58
{10/11/2005 4:36:06 PM}Partial XM format v1.02 implementation ( incomplete )

00b26550 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:58
{10/11/2005 4:16:34 PM}

61d10a21 – Chris Moeller <kode54@gmail.com> authored on 2010/01/11 03:58
{10/11/2005 3:57:38 PM~10/11/2005 3:58:38 PM}