mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
- more TODO changes :)
This commit is contained in:
parent
30ea591ce3
commit
7c64e1ba3f
1 changed files with 5 additions and 0 deletions
5
TODO
5
TODO
|
@ -45,6 +45,7 @@ M software targets should mix color at 16/16 or 24/32 color
|
|||
? server should shutdown cleanly when it recieves SIGTERM and SIGHUP
|
||||
? client-only commands (rejected if done via a server stuffcmd)
|
||||
X ~/.quakeforgerc should support all commands, not just set and setrom
|
||||
o clean up TODO ;)
|
||||
|
||||
These are explained better in doc/ideas/rhamph.txt:
|
||||
? portal vis system
|
||||
|
@ -97,6 +98,10 @@ o | \--- textures PCX, QFS (multi-skins), TGA
|
|||
o +--- gamecode Gamecode
|
||||
o | +--- engine Progs interpreter (core)
|
||||
o | \--- builtins Progs utility builtins
|
||||
o +--- models Generic API
|
||||
o | +--- alias Alias model loader
|
||||
o | +--- brush Brush model loader
|
||||
o | \--- sprite Sprite model loader
|
||||
o +--- network Network code (like netchan, but sane)
|
||||
o | +--- transport Low-level protocols (UDP, TCP+UDP, etc.)
|
||||
o | +--- netquake Quake's wire protocol
|
||||
|
|
Loading…
Reference in a new issue