Version identifier changes for next major release, removed 'Debug' menu from working on other avatars in case the feature accidentally bruises someone's fragile and precious sensibilities regardless of the fact it's harmless/useless.
This commit is contained in:
@@ -36,9 +36,9 @@
|
||||
const S32 LL_VERSION_MAJOR = 1;
|
||||
const S32 LL_VERSION_MINOR = 4;
|
||||
const S32 LL_VERSION_PATCH = 0;
|
||||
const S32 LL_VERSION_BUILD = 0;
|
||||
const S32 LL_VERSION_BUILD = 3;
|
||||
|
||||
const char * const LL_CHANNEL = "Ascent Test Build";
|
||||
const char * const LL_CHANNEL = "Ascent Viewer Release";
|
||||
|
||||
#if LL_DARWIN
|
||||
const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.snowglobe.viewer";
|
||||
|
||||
@@ -36,9 +36,6 @@
|
||||
<on_click function="Avatar.Eject" />
|
||||
<on_enable function="Avatar.EnableFreezeEject" />
|
||||
</menu_item_call>
|
||||
<menu_item_call enabled="true" label="Debug..." mouse_opaque="true" name="Debug Layers">
|
||||
<on_click function="Avatar.Debug" />
|
||||
</menu_item_call>
|
||||
<pie_menu label="Tools >" name="Tools >">
|
||||
<menu_item_call enabled="false" hidden="false" label="S. Count" mouse_opaque="true" name="ScriptCount">
|
||||
<on_click function="Object.ScriptCount" />
|
||||
|
||||
Reference in New Issue
Block a user