Add the script name at the top, with a one-line description
It should help ensuring that you have the right script contents when saving. It also provides a short description, to get a rough idea of what it's about. The only code change is the product name in [AV]xcite! to add a TM symbol to Xcite!
This commit is contained in:
parent
91e10390fc
commit
aa9cba13a5
27 changed files with 62 additions and 8 deletions
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]camera - Set pose-specific camera settings
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
/*
|
||||
* [AV]LockGuard-object - Allows props to be used as chain targets.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
/*
|
||||
* [AV]LockGuard - Attach LockGuard V2 chains
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]Xcite! - Allows working with Xcite!™ and Sensations products
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
@ -12,7 +14,7 @@
|
|||
* instructions can be found at http://avsitter.github.io
|
||||
*/
|
||||
|
||||
string product = "AVsitter™ Xcite!";
|
||||
string product = "AVsitter™ Xcite!™";
|
||||
string version = "1.02";
|
||||
string notecard_name = "[AV]Xcite_settings";
|
||||
key notecard_key;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]root-RLV-extra - Additional features for the RLV plugin
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]root-RLV - RLV plugin for AVsitter
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]root-control - Allow others to control the menu
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]faces - Use facial expressions in poses
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]menu - Allow using props without using sitting scripts.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]object - Used in props for attaching, derezzing, etc.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]prop - Rez props when playing poses
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* [AV]sequence - Play sequences of poses.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue