About
@@ -21,6 +21,8 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
+
+
Hints
@@ -127,9 +129,11 @@ The process is not for the faint hearted.
Todo
- Ogg/Mp3 music file support
+
- Add HoT's first person camera (and menu item)
- Native CD audio support .... cd_sdl.c doesn't have proper volume controls
- Test usb keyboards. Do the keypads work ?
- Tested HOME directory support
+
- Finalize OSX automatic updating feature
- Fix Centerview (V_StartPitchDrift)
- Fix compiler warnings
- Tie down the "-window/-fullscreen" options / behaviour ?
diff --git a/README.txt b/README.txt
index 97554e28..9e50e38b 100644
--- a/README.txt
+++ b/README.txt
@@ -21,7 +21,7 @@
______________________________________________________________________
- QuakeSpasm 0.85.3 (unreleased) (18 September 2010)
+ QuakeSpasm 0.85.3 (19 September 2010)
1. About
@@ -43,6 +43,8 @@
Windows
+ OSX universal binary
+
3. Hints
@@ -60,6 +62,7 @@
o Quakespasm allows loading new games (mods) on the fly with "game
GAMENAME"
+
o There is currently no music volume support. cd_sdl.c needs
replacing with cd_linux.c, cd_bsd.c etc..
@@ -125,7 +128,6 @@
o Enumerate options menus
-
o Add a "prev weapon" menu item (from Sander)
o Small fix to Sound Block/Unblock on win32
@@ -189,8 +191,8 @@
o Include real map name (sv.name) and skill in the status bar
- o Remove confirm quit dialog
+ o Remove confirm quit dialog
o Don't spam the console with PackFile seek requests
@@ -213,6 +215,8 @@
o Ogg/Mp3 music file support
+ o Add HoT's first person camera (and menu item)
+
o Native CD audio support .... cd_sdl.c doesn't have proper volume
controls
@@ -220,6 +224,8 @@
o Tested HOME directory support
+ o Finalize OSX automatic updating feature
+
o Fix Centerview (V_StartPitchDrift)
o Fix compiler warnings