Jonathan
Jonathan
`:scope` is a super useful tool in modern web dev, and it's hard to live without it once you're used to using it. This PR adds support for `:scope` in...
When arrows are used to select options, it will select options outside of the purview of the scroll area. I managed to 'patch' this with an event handler on `change`...
Re-add old $frame parsing Allow clashing $frame names (this is valid in QC; the name ends up taking the new value) Prepend $ to these names so that intellisense works...
``` void() test = { float x; }; ``` this is invalid in QC, but is currently parsed as being valid
 in Arcane Dimensions' source, mon_soldier.qc: ``` void() army_load2 =[ $load2, army_load3 ] {ai_trackenemy();}; void()
This includes several parser fixes as well as the introduction of feature flags and a test of said feature flags with the a ? b : c and a ?:...
A fully resolved piece of grammar should, somehow, have a neatly defined beginning and end. For instance, given this code: ` local float x = 5.0; ` or: ` void()...
The "Terrain" export option appears to throw an exception in the later versions of Blender (3.4.1+). Also, is it possible to specify a different axis for Terrain? That would be...