Mercurial > almixer_isolated
log
age | author | description |
---|---|---|
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. |