Clean up trackplayer.c Hopefully this removes many of the weird crashing

issues.  ZFP no longer stutter.  Rewind after playing sort-of works,
but still needs more work.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@689 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-02-06 02:23:33 +00:00
parent 5ffa64991b
commit eb6878d7ee
8 changed files with 439 additions and 704 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.2:
- Fix ZFP stuttering and some other random sound issues -PBlue
- Correctly deal with multiply-mapped keys. This may fix some keys
not being detected correctly on the Mac as well - PBlue
- OpenGL mode now fully supports partial screen updates -Mika