mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-24 11:12:21 +00:00
Add more todo items.
This commit is contained in:
parent
b5baf0914b
commit
97c89c667d
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ M arrays in structures
|
|||
M unnamed function parameters for prototypes/typdefs etc.
|
||||
I optimizations (esp CSE)
|
||||
I fix used/uninitialized warnings
|
||||
o id id;
|
||||
o vec = [x, y, z]; expressions (nice feature in fteqcc)
|
||||
o fix enums in switch statements (use tables (treat as int), check missing)
|
||||
o arrays in entities
|
||||
o optional arguments for functions (alternative to overloading)
|
||||
|
|
Loading…
Reference in a new issue