Release s3d 0.2.2
[s3d.git] / server / TODO
blobe48c67f47e0b53a9f56f3323a0d84e467774a754
1 HIGH:
2  - properly buffer incoming network traffic!!
3 MED:
4  - culling for selection-mode - do it with line-culling, not plane-culling!
5  - stop networking grepping after some deadline to prevent DoS ...?
6  - delete polygon normals when vertex got changed?!
7  - endless loop in proccess_args() (getopts) on linux ppc
8  - recheck atan()s for mousemotion rotate values
9 LOW:
10  - checking for biggest object is not cool implemented
11  - checking on clone sources is not very nice too ...
13 VLOW:
14  - `grep TODO\: *.c *.h` for more ;)
17 IDEAS:
18  - ipv6, unix socket support. 
19  - put whole processes in display lists?!
21 WIN32:
22  - select() behaves weird?!
23  - can't use close(), use SocketClose() instead
24  - Master Beej writes:  "... For one thing, you can't use close() to close a socket--you need to use closesocket(), instead. Also, select() only works with socket descriptors, not file descriptors (like 0 for stdin)."