6,608
edits
Philosopher (talk | contribs) mNo edit summary |
m (Switch to the {{forum link}} template for all forum links.) |
||
Line 5: | Line 5: | ||
* [[User:Philosopher/Optimization findings|Optimization findings]] (from [[User:Philosopher/Nasal introspection|Nasal introspection]]) | * [[User:Philosopher/Optimization findings|Optimization findings]] (from [[User:Philosopher/Nasal introspection|Nasal introspection]]) | ||
Sometimes working on improving Nasal internals and documenting them. Has the '''best''' joystick bindings (for a cheap joystick :P) at | Sometimes working on improving Nasal internals and documenting them. Has the '''best''' joystick bindings (for a cheap joystick :P) at {{forum link|t=17263|text=this topic}}. Most recently working on various Canvas dialogs/frameworks. | ||
Likes reading through C/C++ code for fun, and understanding, documenting, and improving it – though I'm far from an expert in either and my hat is continually off to Andy, Thomas, and James (and everyone else) for their wonderful code. Oddly enough, I find Nasal code to be harder to read, probably due to the fact that C/C++ and very structured languages and Nasal is not (it almost needs DbC at times!). | Likes reading through C/C++ code for fun, and understanding, documenting, and improving it – though I'm far from an expert in either and my hat is continually off to Andy, Thomas, and James (and everyone else) for their wonderful code. Oddly enough, I find Nasal code to be harder to read, probably due to the fact that C/C++ and very structured languages and Nasal is not (it almost needs DbC at times!). | ||
Line 32: | Line 32: | ||
Good ideas: | Good ideas: | ||
* Expose the catapult locations to the property tree, for JSBSim 'craft and Nasal tutorials. | * Expose the catapult locations to the property tree, for JSBSim 'craft and Nasal tutorials. | ||
* | * {{forum link|t=19666|text=Changing behavior of SGPropertyNodes without tying}} (something like {{issue|336}}). | ||
* (In conjunction with Hooray) Have Nasal load itself: besides for one file (either Nasal/globals.nas or something in [[$FG_ROOT]]), ''all'' Nasal should be loaded from Nasal. (Including <tt>--prop:/nasal/module_name/script</tt> and <tt>--prop:/nasal/module_name/file</tt>.) See | * (In conjunction with Hooray) Have Nasal load itself: besides for one file (either Nasal/globals.nas or something in [[$FG_ROOT]]), ''all'' Nasal should be loaded from Nasal. (Including <tt>--prop:/nasal/module_name/script</tt> and <tt>--prop:/nasal/module_name/file</tt>.) See {{forum link|t=21083}} & {{forum link|t=21083}} {{Progressbar|50}}. | ||
Nasal thoughts area: | Nasal thoughts area: |