Fine control on menu sounds (bug #449)

Smoothed out various warts in the interfaces that had to do with the
global sound resource going NULL on occasion.  Added sounds for page
up/down where appropriate.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1294 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-12-05 07:29:02 +00:00
parent fbb8e3db38
commit ecce133af3
24 changed files with 138 additions and 33 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.4:
- Fine-grained control of menu sounds, "MenuSounds" global now
guaranteed to always be non-null -Michael
- Added support for stdio file access through temporary files to uio.
added uio_copyFile to uio - SvdB
- Added uio_getFileLocation() and uio_getMountFileSystemType() to uio.