mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
[qfcc] Update some TODO entries
Mostly marking stuff as done, and adding a note to the optional params item.
This commit is contained in:
parent
a93c109988
commit
d1364e460c
1 changed files with 4 additions and 3 deletions
|
@ -11,14 +11,15 @@ M arrays in structures
|
|||
M unnamed function parameters for prototypes/typdefs etc.
|
||||
I optimizations (esp CSE)
|
||||
I fix used/uninitialized warnings
|
||||
o id id;
|
||||
M vec = [x, y, z]; expressions (nice feature in fteqcc)
|
||||
X id id;
|
||||
X vec = [x, y, z]; expressions (nice feature in fteqcc)
|
||||
M 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;
|
||||
o rewrite type system to be const-correct (hard!)
|
||||
Also, vector(vector fwd ... vector up) style syntax maybe
|
||||
X rewrite type system to be const-correct (hard!)
|
||||
o symbolic differentiation
|
||||
o tensor calculus
|
||||
o geometric calculus
|
||||
|
|
Loading…
Reference in a new issue