mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Add a TODO file for qfcc
This commit is contained in:
parent
3488946bb5
commit
3e1bbd47df
1 changed files with 12 additions and 0 deletions
12
tools/qfcc/TODO
Normal file
12
tools/qfcc/TODO
Normal file
|
@ -0,0 +1,12 @@
|
|||
o = todo
|
||||
X = done
|
||||
? = maybe but not likely
|
||||
M = more testing
|
||||
I = in progress
|
||||
W = waiting on other work
|
||||
|
||||
o switch/case, for any type
|
||||
o native integer type
|
||||
o quaternion type
|
||||
o ?: operator
|
||||
o <op>= operator ( var += expr, etc. )
|
Loading…
Reference in a new issue