mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-21 19:41:44 +00:00
Update Todo list
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@393 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
7670e73aa5
commit
724459d6ba
3 changed files with 12 additions and 17 deletions
|
@ -203,15 +203,13 @@ The process is not for the faint hearted</EM></P>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Ogg/Mp3 music file support</LI>
|
|
||||||
<LI>Add HoT's first person camera (and menu item)</LI>
|
<LI>Add HoT's first person camera (and menu item)</LI>
|
||||||
<LI>Native CD audio support .... cd_sdl.c doesn't have proper volume controls</LI>
|
<LI>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls</LI>
|
||||||
<LI>Test usb keyboards. Do the keypads work ?</LI>
|
<LI>Test usb keyboards. Do the keypads work ? Make the OSX apple key work.</LI>
|
||||||
<LI>Tested HOME directory support</LI>
|
<LI>Tested HOME directory support</LI>
|
||||||
<LI>Finalize OSX automatic updating feature</LI>
|
<LI>Finalize OSX automatic updating feature</LI>
|
||||||
<LI>Fix Centerview (V_StartPitchDrift)</LI>
|
<LI>Fix Centerview (V_StartPitchDrift)</LI>
|
||||||
<LI>Fix compiler warnings</LI>
|
<LI>There is still an unecessary screen render on program init under some conditions, when using the "-window/-fullscreen" options.</LI>
|
||||||
<LI>Tie down the "-window/-fullscreen" options / behaviour ?</LI>
|
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
|
|
|
@ -137,15 +137,13 @@ The process is not for the faint hearted</em></p>.
|
||||||
|
|
||||||
<sect> Todo <p>
|
<sect> Todo <p>
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>Ogg/Mp3 music file support
|
|
||||||
<item>Add HoT's first person camera (and menu item)
|
<item>Add HoT's first person camera (and menu item)
|
||||||
<item>Native CD audio support .... cd_sdl.c doesn't have proper volume controls
|
<item>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls
|
||||||
<item>Test usb keyboards. Do the keypads work ?
|
<item>Test usb keyboards. Do the keypads work ? Make the OSX apple key work.
|
||||||
<item>Tested HOME directory support
|
<item>Tested HOME directory support
|
||||||
<item>Finalize OSX automatic updating feature
|
<item>Finalize OSX automatic updating feature
|
||||||
<item>Fix Centerview (V_StartPitchDrift)
|
<item>Fix Centerview (V_StartPitchDrift)
|
||||||
<item>Fix compiler warnings
|
<item>There is still an unecessary screen render on program init under some conditions, when using the "-window/-fullscreen" options.
|
||||||
<item>Tie down the "-window/-fullscreen" options / behaviour ?
|
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
<sect> Links <p>
|
<sect> Links <p>
|
||||||
|
|
|
@ -239,14 +239,13 @@
|
||||||
6. Todo
|
6. Todo
|
||||||
|
|
||||||
|
|
||||||
o Ogg/Mp3 music file support
|
|
||||||
|
|
||||||
o Add HoT's first person camera (and menu item)
|
o Add HoT's first person camera (and menu item)
|
||||||
|
|
||||||
o Native CD audio support .... cd_sdl.c doesn't have proper volume
|
o Native CD audio support (if desired). cd_sdl.c doesn't have proper
|
||||||
controls
|
volume controls
|
||||||
|
|
||||||
o Test usb keyboards. Do the keypads work ?
|
o Test usb keyboards. Do the keypads work ? Make the OSX apple key
|
||||||
|
work.
|
||||||
|
|
||||||
o Tested HOME directory support
|
o Tested HOME directory support
|
||||||
|
|
||||||
|
@ -254,9 +253,9 @@
|
||||||
|
|
||||||
o Fix Centerview (V_StartPitchDrift)
|
o Fix Centerview (V_StartPitchDrift)
|
||||||
|
|
||||||
o Fix compiler warnings
|
|
||||||
|
|
||||||
o Tie down the "-window/-fullscreen" options / behaviour ?
|
o There is still an unecessary screen render on program init under
|
||||||
|
some conditions, when using the "-window/-fullscreen" options.
|
||||||
|
|
||||||
|
|
||||||
7. Links
|
7. Links
|
||||||
|
|
Loading…
Reference in a new issue