2 - properly buffer incoming network traffic!!
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
10 - checking for biggest object is not cool implemented
11 - checking on clone sources is not very nice too ...
14 - `grep TODO\: *.c *.h` for more ;)
18 - ipv6, unix socket support.
19 - put whole processes in display lists?!
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)."