aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/scripting/ScriptInterpretedAPI.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa712007-08-061-266/+0
|
* * Added support for CreateLink to LSL Interpreted APIAdam Frisby2007-08-021-1/+3
| | | | | * Added new "PermissionManager" which handles access to protected resources for users. (ie editing other peoples objects, etc)
* * Assortment of Console changes - console messages are now grouped into ↵Adam Frisby2007-07-201-2/+2
| | | | modules (eg "client", "grid", "terrain", "storage", etc)
* * Removing more compiler warningsAdam Frisby2007-07-191-2/+0
|
* * Fixing compileAdam Frisby2007-07-171-0/+2
|
* * More LSL changes (and fixing a compile warning)Adam Frisby2007-07-171-1/+1
| | | | | * More attempted fixes for the phantom remoting bug.
* * More LSL related funAdam Frisby2007-07-171-2/+11
|
* * Working more on the Interpreted Script API (for use in scripts which have ↵Adam Frisby2007-07-171-0/+49
| | | | to occupy something [Hello LSL])
* changed to native line ending encodingSean Dague2007-07-161-206/+206
|
* * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby2007-07-131-1/+1
| | | | | * Renamed OpenSim.Scripting to OpenSim.Region.Scripting
* * Reorganising Java Virtual Machine code into a subfolder for the JVM ↵Adam Frisby2007-07-131-2/+2
| | | | | | | specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API.
* * Moved LSL-style functions to ScriptInterpretedAPI.cs and put a XML remark ↵Adam Frisby2007-07-131-0/+206
comment that they are defunct and best avoided at all costs. * More wrappers: llCollisionFilter, llCollisionSprite, llCos, llCreateLink, llDeleteSubList, llDeleteSubString, llDetachFromAvatar * More functions: osCos, osDeleteSubList, osDeleteSubString