comparison CHANGELOG @ 147:9d122da5f5a9

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 23 Oct 2001 18:29:00 +0000
parents 6c351e4243f8
children 1df5c106504e
comparison
equal deleted inserted replaced
146:023c3e7f028b 147:9d122da5f5a9
96 from SDL). Officially released 0.1.3. Added LICENSE and 96 from SDL). Officially released 0.1.3. Added LICENSE and
97 CHANGELOG to the distribution. (Again, from Torbjörn) added in 97 CHANGELOG to the distribution. (Again, from Torbjörn) added in
98 the start of a tweaked audio converter. 98 the start of a tweaked audio converter.
99 10172001 - Torbjörn catches a problem with the overflow buffer in playsound's 99 10172001 - Torbjörn catches a problem with the overflow buffer in playsound's
100 audio callback. 100 audio callback.
101 10232001 - Rewrote playsound.c's audio_callback() to no longer need the
102 overflow buffer hack, which streamlines it a little and trims the
103 memory requirements for playsound by about 16 kilobytes.
101 104
102 --ryan. (icculus@clutteredmind.org) 105 --ryan. (icculus@clutteredmind.org)
103 106
104 /* end of CHANGELOG ... */ 107 /* end of CHANGELOG ... */
105 108