log

age author description
Sun, 07 Nov 2010 05:20:21 -0800 Eric Wing Reverted linked list.
Sun, 07 Nov 2010 05:14:02 -0800 Eric Wing Accidentally overwrote LinkedList.h file with .c file
Sat, 06 Nov 2010 04:00:44 -0700 Eric Wing Needed new Front and Back (non-popping) functions for LinkedList.
Sat, 06 Nov 2010 03:59:28 -0700 Eric Wing Fixed bug in LinkedList delete. Shouldn't have both popped list and then called FreeData which would check the list again for the data. Instead, I should just get the data and then call FreeData to let it manipulate the list.
Sat, 06 Nov 2010 03:25:25 -0700 Eric Wing Needed return NULL.
Sat, 06 Nov 2010 00:44:35 -0700 Eric Wing Added copyright.
Sat, 06 Nov 2010 00:37:29 -0700 Eric Wing Added LinkedList class to project.
Fri, 05 Nov 2010 20:59:13 -0700 Eric Wing Bug fixes to FadeIn.
Tue, 02 Nov 2010 13:32:29 -0700 Eric Wing Shouldn't be enabling data callbacks for the example since they aren't used.
Sun, 31 Oct 2010 05:49:44 -0700 Eric Wing Bug fix: Moved Invoke_Callback before CleanChannel because I was trying to get the ALmixer_Data pointer, but it was cleared:
Thu, 28 Oct 2010 02:43:50 -0700 Eric Wing Added tag 0.1.0_FirstPublicRelease for changeset a71ed111a627
Thu, 28 Oct 2010 02:42:11 -0700 Eric Wing deleted debug message 0.1.0_FirstPublicRelease
Thu, 28 Oct 2010 02:33:05 -0700 Eric Wing Cross-platform fixes.
Thu, 28 Oct 2010 02:32:46 -0700 Eric Wing Disabled some of the debugging printfs
Thu, 28 Oct 2010 01:26:11 -0700 Eric Wing Doxygen support and fixes.
Wed, 27 Oct 2010 21:41:31 -0700 Eric Wing Added example programs.
Wed, 27 Oct 2010 20:43:14 -0700 Eric Wing Added CMake build system.
Wed, 27 Oct 2010 16:52:44 -0700 Eric Wing Overhaul prep for first public release.
Wed, 27 Oct 2010 16:51:16 -0700 Eric Wing Subversion era
Wed, 27 Oct 2010 16:50:19 -0700 Eric Wing Bitkeeper era.