mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Added menu structure to TODO file, it's not in typical TODO format since
it's either done or it's not. Very soone the menu code will be axed and this will aid in replacing it.
This commit is contained in:
parent
168d47402a
commit
82522a6fd1
1 changed files with 77 additions and 0 deletions
77
TODO
77
TODO
|
@ -102,3 +102,80 @@ o | \--- x11
|
||||||
o \--- world 3D layout engine (includes objects)
|
o \--- world 3D layout engine (includes objects)
|
||||||
Talks to the sound and video renderers
|
Talks to the sound and video renderers
|
||||||
to output frames
|
to output frames
|
||||||
|
|
||||||
|
|
||||||
|
Old Menu Structure (for reference when replacing it)
|
||||||
|
|
||||||
|
Single Player
|
||||||
|
New Game
|
||||||
|
Load
|
||||||
|
Save
|
||||||
|
Multiplayer
|
||||||
|
Join A Game
|
||||||
|
Modem
|
||||||
|
Direct connection
|
||||||
|
IPX
|
||||||
|
TCP/IP
|
||||||
|
Address (unchangable)
|
||||||
|
Port [editbox]
|
||||||
|
Search for local games
|
||||||
|
Join game at [editbox]
|
||||||
|
New Game
|
||||||
|
Modem
|
||||||
|
Direct connection
|
||||||
|
IPX
|
||||||
|
TCP/IP
|
||||||
|
Address (unchangable)
|
||||||
|
Port [editbox]
|
||||||
|
OK
|
||||||
|
Begin game
|
||||||
|
Max players
|
||||||
|
Game type
|
||||||
|
Skill
|
||||||
|
Frag limit
|
||||||
|
Time limit
|
||||||
|
|
||||||
|
Episode
|
||||||
|
Level
|
||||||
|
Setup
|
||||||
|
Hostname [editbox]
|
||||||
|
Your name [editbox]
|
||||||
|
Shirt color
|
||||||
|
Pants color
|
||||||
|
Accept changes
|
||||||
|
Options
|
||||||
|
Customize controls
|
||||||
|
Attack
|
||||||
|
Change weapon
|
||||||
|
Jump / Swim up
|
||||||
|
Walk forward
|
||||||
|
Backpedal
|
||||||
|
Turn left
|
||||||
|
Turn right
|
||||||
|
Run
|
||||||
|
Step left
|
||||||
|
Step right
|
||||||
|
Sidestep
|
||||||
|
Look up
|
||||||
|
Look down
|
||||||
|
Center view
|
||||||
|
Mouse look
|
||||||
|
Keyboard look
|
||||||
|
Swim up
|
||||||
|
Swim down
|
||||||
|
Go to console
|
||||||
|
Reset to defaults
|
||||||
|
Screen size [slider]
|
||||||
|
Brightness [slider]
|
||||||
|
Contrast [slider]
|
||||||
|
Mouse speed [slider]
|
||||||
|
CD music volume [slider]
|
||||||
|
Sound volume [slider]
|
||||||
|
Always run [on/off]
|
||||||
|
Invert mouse [on/off]
|
||||||
|
Lookspring [on/off]
|
||||||
|
Lookstrafe [on/off] <--- WTF came up with this?
|
||||||
|
|
||||||
|
Use mouse [on/off]
|
||||||
|
Help/Ordering
|
||||||
|
Quit
|
||||||
|
|
Loading…
Reference in a new issue