Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 477:3e705c9180e5
Fixed binary compatibility, added Sound_GetDuration().
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 12 May 2004 02:15:00 +0000 |
parents | f0b8865577db |
children | 35dfa9d9782e |
comparison
equal
deleted
inserted
replaced
475:f0b8865577db | 477:3e705c9180e5 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 | 5 05112004 - Added Sound_GetDuration() and moved total_time out of Sound_Sample |
6 struct and into it's opaque data...this fixes binary compatibility | |
7 with apps written for SDL_sound 1.0. | |
6 05082004 - Started 1.1.0 development branch with code to determine the total | 8 05082004 - Started 1.1.0 development branch with code to determine the total |
7 length of a sample (thanks to Wesley, Eric, Wang, and Ahilan!)... | 9 length of a sample (thanks to Wesley, Eric, Wang, and Ahilan!)... |
8 this patch was originally committed to CVS on 10252003, but it is | 10 this patch was originally committed to CVS on 10252003, but it is |
9 getting re-merged in the svn repository. Fixed "bootstrap" to | 11 getting re-merged in the svn repository. Fixed "bootstrap" to |
10 work with MacOSX. | 12 work with MacOSX. |