mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
15 lines
344 B
Text
15 lines
344 B
Text
o = todo
|
|
X = done
|
|
? = maybe but not likely
|
|
M = more testing
|
|
I = in progress
|
|
W = waiting on other work
|
|
|
|
o switch/case, for any type
|
|
o break/continue keywords for switch() and for(;;)
|
|
o native integer type
|
|
o quaternion type
|
|
o ?: operator
|
|
o <op>= operator ( var += expr, etc. )
|
|
o pre- and post- increment operators (++ and --)
|
|
o CSE optimisations
|