quakeforge/tools/qfcc/TODO

23 lines
705 B
Plaintext
Raw Normal View History

2001-07-17 21:51:10 +00:00
o = todo
X = done
? = maybe but not likely
M = more testing
I = in progress
W = waiting on other work
X fix object files
X fix enums in switch statements (use tables (treat as int), check missing)
M arrays in structures
M unnamed function parameters for prototypes/typdefs etc.
I optimizations (esp CSE)
I fix used/uninitialized warnings
2012-12-19 12:52:10 +00:00
o id id;
o vec = [x, y, z]; expressions (nice feature in fteqcc)
M finish -Fifstring
2012-12-20 01:08:27 +00:00
o isset() intrinsic for more consistent string handling.
o arrays in entities
o optional arguments for functions (alternative to overloading)
vector(vector fwd, optional vector up) vectoangles = #51;
? try to reduce memory consumption
?? embedded nul characters in strings (why?)