Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 387:fb519e6028e3
Changed all the Sound_SetError() calls to __Sound_SetError (or BAIL*_MACRO)
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 05 Jul 2002 23:11:51 +0000 |
parents | fd44db5a5c08 |
children | 43249ebb82e3 |
comparison
equal
deleted
inserted
replaced
386:8c8ecd1008c9 | 387:fb519e6028e3 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 07052002 - Cleaned up some stuff in playsound.c, removing some FIXMEs. | 5 07052002 - Cleaned up some stuff in playsound.c, removing some FIXMEs. |
6 Commandline validation is improved, too. | 6 Commandline validation is improved, too. FIXME removal in |
7 voc.c; should report i/o errors correctly now. Changed DECLSPEC | |
8 to SNDDECLSPEC to prevent SDL conflict, and added SDLCALL support. | |
7 07022002 - Added WinCE support pack to website, updated INSTALL with CE info. | 9 07022002 - Added WinCE support pack to website, updated INSTALL with CE info. |
8 More altcvt fixes from Frank Ranostaj. | 10 More altcvt fixes from Frank Ranostaj. |
9 07012002 - Fixed configure.in to work around bug in older autoconfs. Started | 11 07012002 - Fixed configure.in to work around bug in older autoconfs. Started |
10 merging Tyler's WinCE (PocketPC) port. Added checks for assert.h | 12 merging Tyler's WinCE (PocketPC) port. Added checks for assert.h |
11 and signal.h to configure.in/config.h.in, and #if HAVE_*_H checks | 13 and signal.h to configure.in/config.h.in, and #if HAVE_*_H checks |