Howto:Disable Nasal entirely: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (http://forum.flightgear.org/viewtopic.php?f=6&t=28378&p=277180&hilit=FGPythonSys#p277164)
Line 14: Line 14:


== Patch ==
== Patch ==
{{Note|The following patch only works during startup/initialization, i.e. set
<code>/sim/startup/disable-nasal</code> via something like <code>--prop:/sim/startup/disable-nasal=1</code> and the initialization of the Nasal susbystem (FGNasalSys) will be disabled, as well as all calls to the system from other subsystems (GUI, Canvas, bindings, package manager etc)
}}


<syntaxhighlight lang="diff">
<syntaxhighlight lang="diff">
</syntaxhighlight>
</syntaxhighlight>

Revision as of 12:47, 23 February 2016

This article is a stub. You can help the wiki by expanding it.
disable Nasal scripting
Started in please specify a date
Description provide a startup mode to disable Nasal scripting entirely for regression testing
Contributor(s) Hooray
Status unknown

Motivation

unknown motivation

Objective

disable Nasal scripting

Background

Nasal performance, garbage collection overhead, impact on frame rate and frame spacing

Status

updated/rebased patch

News / Updates

Changelog

Gallery

Roadmap

Template:Roadmap

Related

Patch

Note  Add message