Add more TODO items (strings stuff)

This commit is contained in:
Bill Currie 2012-12-20 10:08:27 +09:00
parent 6fa63f6c54
commit 45a09e195e

View file

@ -13,6 +13,8 @@ I optimizations (esp CSE)
I fix used/uninitialized warnings
o id id;
o vec = [x, y, z]; expressions (nice feature in fteqcc)
o finish -Fifstring
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;