mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 16:31:32 +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
|
I fix used/uninitialized warnings
|
||||||
o id id;
|
o id id;
|
||||||
o vec = [x, y, z]; expressions (nice feature in fteqcc)
|
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 arrays in entities
|
||||||
o optional arguments for functions (alternative to overloading)
|
o optional arguments for functions (alternative to overloading)
|
||||||
vector(vector fwd, optional vector up) vectoangles = #51;
|
vector(vector fwd, optional vector up) vectoangles = #51;
|
||||||
|
|
Loading…
Reference in a new issue