aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/scripting/Engines/CSharpEngine/Examples/ExportRegionToLSL.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa712007-08-061-70/+0
|
* * Readjusted strength of the terrain brushes from seconds / 100.0 to seconds ↵Adam Frisby2007-07-171-1/+1
| | | | / 5.0. (5 seconds = raise one brush radius)
* changed to native line ending encodingSean Dague2007-07-161-69/+69
|
* * More scripting enhancemnents and properties.Adam Frisby2007-07-151-3/+41
|
* * Added new scripting related events, in particular a new event which is ↵Adam Frisby2007-07-151-0/+32
triggered by console commands so that the script can subscribe to console messages and operate when they occur. * Added new example script (work in progress) * Fixed typo in Scripting engines for C# and JScript.NET