Support for running without .ogg files being present.

This also moves all subtitle-page splitting into trackplayer.  The final stage
is to remove all of this code from do_sutitles (since it is no longer being
used).


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@706 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-02-07 03:31:25 +00:00
parent d5c3b119d1
commit d73e8ded19
6 changed files with 189 additions and 53 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.2:
- Support for running without voice .ogg files present -PBlue
- Slider should now work correctly everywhere -PhracturedBlue
- Added 'nosound' driver and --sound=openal|mixsdl|none
option; -a option has been removed -fOSSiL