mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
blah blah blah
This commit is contained in:
parent
4bacf36bf3
commit
c854369544
1 changed files with 3 additions and 2 deletions
|
@ -17,9 +17,10 @@ X full scoping
|
||||||
I gut out old parser
|
I gut out old parser
|
||||||
X switch/case, for any type
|
X switch/case, for any type
|
||||||
o short circuit logic for && and || (optional?)
|
o short circuit logic for && and || (optional?)
|
||||||
o warn for local shaddowing parameter
|
X warn for local shaddowing parameter
|
||||||
o quaternion type. Tricky: requires 4 word args/return
|
o quaternion type. Tricky: requires 4 word args/return
|
||||||
o CSE optimisations. Hard?
|
o CSE optimisations. Hard?
|
||||||
o clean up error expression handling to minimuse follow on errors
|
X clean up error expression handling to minimuse follow on errors
|
||||||
o fix local structure used/uninitialized warnings
|
o fix local structure used/uninitialized warnings
|
||||||
o arrays in entities/structures?
|
o arrays in entities/structures?
|
||||||
|
o object oriented features ala Objective-C
|
||||||
|
|
Loading…
Reference in a new issue