comparison CHANGELOG @ 482:9999f59cf591

Updated Project Builder project files to include missing exports.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 06 Jan 2005 07:35:39 +0000
parents 00b61987b555
children c7ab783f05d3
comparison
equal deleted inserted replaced
480:00b61987b555 482:9999f59cf591
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 01062005 - Fixed Project Builder project files (Thanks, Martin!)
5 11122004 - Fixed automake nonsense. Fixed logic bug in voc decoder. 6 11122004 - Fixed automake nonsense. Fixed logic bug in voc decoder.
7 07032004 - Removed altcvt from the source tree. Started pounding out initial
8 mixer implementation.
9 05152004 - Added Sound_NewSampleFromMem(), and implementation of RWops pooling.
6 05112004 - Added Sound_GetDuration() and moved total_time out of Sound_Sample 10 05112004 - Added Sound_GetDuration() and moved total_time out of Sound_Sample
7 struct and into it's opaque data...this fixes binary compatibility 11 struct and into it's opaque data...this fixes binary compatibility
8 with apps written for SDL_sound 1.0. 12 with apps written for SDL_sound 1.0.
9 05082004 - Started 1.1.0 development branch with code to determine the total 13 05082004 - Started 1.1.0 development branch with code to determine the total
10 length of a sample (thanks to Wesley, Eric, Wang, and Ahilan!)... 14 length of a sample (thanks to Wesley, Eric, Wang, and Ahilan!)...