aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A little minor cleanup and harmonizing between LSL_BuiltIn_Commands.csCharles Krinke2008-06-131-8/+0
| | | | | and its copy LSL_ScriptCommands.cs
* Update svn properties, clean up formatting, refactor out duplicate ↵Jeff Ames2008-06-131-13/+13
| | | | hard-coded port numbers.
* *Parcel Prim Count Maximums moved to their own functions so modules can ↵mingchen2008-06-111-1/+1
| | | | override the default method of calculating how many prims a parcel can have.
* Mantis#1529. Thank you kindly, Grumly57 for a patch toCharles Krinke2008-06-101-1/+2
| | | | | | xengine to: Replaces "presence.Name" => "presence.ControllingClient.Name" to return avatar's name.
* Update svn properties. Formatting cleanup.Jeff Ames2008-06-091-1/+1
|
* Mantis#1496. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-071-86/+31
| | | | | | | | Adds full implementation of all llDetected* functions for sensors, collisions and touches. Adds changed(CHANGED_REGION_RESTART) event to allow restarting of eye-candy functionality not currently persisted with the prim.
* Patch for mantis#1493: Several patches to xengine. Thanks Melanie!Adam Johnson2008-06-071-24/+132
|
* Minor formatting cleanup.Jeff Ames2008-06-061-3/+3
|
* Mantis#1438. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-051-17/+63
| | | | | This patch implements the llLoopSound patch from Xantor for the XEngine
* Mantis#1437. Patch one of four. Thank you kindly, Melanie for:Charles Krinke2008-06-051-13/+22
| | | | | | | | Corrects the XEngine's script startup semantics. Completes llRequestAgentData Implements llDetectedLink Fixes a few minor issues
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-141/+159
|
* * This is Melanie's XEngine script engine. I've not tested this real well, ↵Teravus Ovares2008-05-301-0/+6474
however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active.