aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Readds llCollisionFilter and adds llPassCollision.Revolution2009-12-311-2/+17
* This patch caused serialization errors and needs to be reexaminedMelanie2009-12-311-44/+4
* [PATCH] Adds llCollisionFilterMelanie2009-12-311-4/+44
* Fix an omission in LSL that causes a viewer crashMelanie2009-12-301-0/+5
* Clear Shape.SculptEntry if prim type is not a sculptie in llSetPrimitiveParam...dahlia2009-12-241-0/+4
* Glue code for a couple of new LSL function implementationsMelanie2009-12-221-2/+4
* Fixes some incorrect values returned by llGetPrimitiveParams() and osGetLinkP...Jeff Lee2009-12-211-7/+20
* random drive-by minor math optimization. No need for concern, bitshed was wit...dahlia2009-12-151-2/+2
* Eliminate multiple updates on link/unlinkMelanie2009-12-061-0/+8
* Add some conditionals to references to the WorldComm module, so that theMelanie2009-11-281-7/+16
* Make llDie virtual, since it's functionality is engine specificMelanie2009-11-271-1/+1
* Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee2009-11-261-0/+1
* * Re-enable the AbsolutePosition = AbsolutePosition in the LSL_Api in the Set...Teravus Ovares (Dan Olivares)2009-11-261-0/+12
* Formatting cleanup.Jeff Ames2009-11-231-3/+3
* refactor: move AnimationSetJustin Clark-Casey (justincc)2009-11-171-1/+2
* refactor: move most animation methods from ScenePresence into a new ScenePres...Justin Clark-Casey (justincc)2009-11-171-10/+13
* Removing duplicate SceneObjectPart.RotationalVelocity propertyJohn Hurliman2009-11-021-2/+1
* Patch + minor formatting fixes.Diva Canto2009-10-311-1/+1
* http://opensimulator.org/mantis/view.php?id=4337Douglas R. Miles2009-10-311-1/+1
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-4/+4
* Experimental change to use an immutable array for iterating ScenePresences, a...John Hurliman2009-10-231-3/+5
* Merge branch 'vehicles'Melanie2009-10-221-14/+17
|\
| * Merge branch 'master' into vehiclesMelanie2009-10-221-72/+65
| |\
| * \ Merge branch 'master' into vehiclesMelanie2009-10-151-0/+10
| |\ \
| * \ \ Merge branch 'master' into vehiclesMelanie2009-10-051-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into vehiclesMelanie2009-10-021-21/+24
| |\ \ \ \
| * | | | | Revert "* Adding Scale to EntityBase * Fixing the incorrect initialization of...Melanie2009-10-021-4/+4
| * | | | | Merge branch 'master' into vehiclesMelanie2009-10-011-12/+18
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '0.6.7-post-fixes' into vehiclesKitto Flora2009-09-301-5/+9
| |\ \ \ \ \ \
| * | | | | | | Commit initial version of KittoFlora's vehicle changesopensim2009-09-301-14/+17
* | | | | | | | Fixing the patch to the patchSnowcrash2009-10-221-3/+6
* | | | | | | | Fix rounding error in PRIM_SIZE portion of llSetPrimitiveParamsSnowcrash2009-10-221-3/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Make the LSL scripting delays take full effect. To tune, tweat theMelanie2009-10-221-56/+49
* | | | | | | Merged master into prioritizationJohn Hurliman2009-10-211-7/+7
|\ \ \ \ \ \ \
| * | | | | | | Fix llParticleSystem to accept LSL variables and LSL constants in placeMelanie2009-10-211-1/+1
| * | | | | | | Fix for index error in llList2StringSnowcrash2009-10-201-6/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman2009-10-151-9/+9
|/ / / / / /
* | | | | | Enable LSL dialogs to display group names properlyMelanie2009-10-141-0/+10
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'diva-textures-osgrid'Melanie2009-10-041-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-1/+1
* | | | | - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-021-21/+24
* | | | | Revert "* Adding Scale to EntityBase * Fixing the incorrect initialization of...Melanie2009-10-021-4/+4
| |_|_|/ |/| | |
* | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2009-09-301-14/+28
|\ \ \ \
| * | | | Given the perverse way that strided works, ifAlan M Webb2009-09-291-4/+7
| * | | | First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-4/+7
| | |_|/ | |/| |
| * | | * fix endlines in LSL_api.csTeravus Ovares (Dan Olivares)2009-09-231-6/+6
| * | | Thank you, Intari, for a patch that implements the missing pieces ofMelanie2009-09-221-5/+9
| | |/ | |/|
| * | Updatate llOpenRemoteDataChannel to provide the external hostname configured ...BlueWall (James Hughes)2009-09-191-1/+5
| |/
* | * Adding Scale to EntityBase * Fixing the incorrect initialization of EntityB...John Hurliman2009-09-161-4/+4
|/
* This fix allows you to configure a script-to-console-log channelAlan M Webb2009-09-161-49/+70