mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Add more TODO items (strings stuff)
This commit is contained in:
parent
6fa63f6c54
commit
45a09e195e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue