FYI I just updated lsl editor for the latest functions including stuff that is in beta.
Also enabled version control (SVN) for scripts. And disabled the pesky outline window by default. Enjoy! git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@27 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
parent
573823c181
commit
bd6ffbf844
17 changed files with 4661 additions and 4584 deletions
|
@ -69,7 +69,7 @@ using System.Runtime.CompilerServices;
|
|||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly: AssemblyVersion("2.41.*")]
|
||||
[assembly: AssemblyVersion("2.42.*")]
|
||||
|
||||
//
|
||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -134,6 +134,11 @@
|
|||
<setting name="RegionCorner" serializeAs="String">
|
||||
<value>254464, 255232</value>
|
||||
</setting>
|
||||
<setting name="qasite" serializeAs="String">
|
||||
<value>
|
||||
http://metaversegames.net/questions/lsl
|
||||
</value>
|
||||
</setting>
|
||||
</LSLEditor.Properties.Settings>
|
||||
</userSettings>
|
||||
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue