File: TODO

package info (click to toggle)
s3d 0.2.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,356 kB
  • sloc: ansic: 21,128; python: 488; perl: 98; makefile: 31; sh: 29
file content (24 lines) | stat: -rw-r--r-- 903 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
HIGH:
 - properly buffer incoming network traffic!!
MED:
 - culling for selection-mode - do it with line-culling, not plane-culling!
 - stop networking grepping after some deadline to prevent DoS ...?
 - delete polygon normals when vertex got changed?!
 - endless loop in proccess_args() (getopts) on linux ppc
 - recheck atan()s for mousemotion rotate values
LOW:
 - checking for biggest object is not cool implemented
 - checking on clone sources is not very nice too ...

VLOW:
 - `grep TODO\: *.c *.h` for more ;)

 
IDEAS:
 - ipv6, unix socket support. 
 - put whole processes in display lists?!

WIN32:
 - select() behaves weird?!
 - can't use close(), use SocketClose() instead
 - 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)."