X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fproperties.txt;h=db4a52faff9e158040f0dea8bd0fddf010f9056a;hb=b52374e60a2b886d592c2f1c8b0c43a9685a7f87;hp=cbddc55fbf6a8ab0ab5fe6a8b33cd72cd5389208;hpb=50f171ab51eae5c91117ebdc9b7a0d43d764ddb5;p=debian%2Fopenrocket diff --git a/doc/properties.txt b/doc/properties.txt index cbddc55f..db4a52fa 100644 --- a/doc/properties.txt +++ b/doc/properties.txt @@ -2,6 +2,14 @@ System properties used by OpenRocket: ===================================== +General options +--------------- + +openrocket.locale + Select the default locale to be used, for example "en_US". + If set to "xx", the logical keys will be displayed instead of the translated strings. + + Logging options --------------- @@ -31,6 +39,7 @@ openrocket.debug openrocket.log.tracelevel=VBOSE openrocket.debug.menu=true openrocket.debug.motordigest=true + openrocket.debug.mutexlocation=true openrocket.debug.menu @@ -39,6 +48,10 @@ openrocket.debug.menu openrocket.debug.prefs If defined a new, clean set of preferences will be used (does not overwrite the existing preferences). +openrocket.debug.mutexlocation + Store a stack trace of the location where safety mutexes are locked. This slows down usage of the + mutexes a bit. + openrocket.debug.bugurl URL used for sending bug reports. @@ -56,3 +69,9 @@ openrocket.debug.quaternioncount If defined, the number of instantiations of the Quaternion class are counted and reported every 1M instantiations, or as often as defined by this parameter. +openrocket.debug.safetycheck + If defined (and not "false" or "off") then additional safety checks will be performed + in the code to prevent e.g. unsafe concurrent access to objects. Currently disabled by + default, this will later be enabled by default. + +