aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-11-231-1/+27
|\
| * add support for particle glow LSL functionsdahlia2013-11-051-0/+12
| * add support for particle blending LSL functionsdahlia2013-11-051-1/+15
* | Merge branch 'master' into careminsterMelanie2013-11-081-1/+5
|\ \ | |/
| * add new particle system blending rule enumerationsdahlia2013-10-311-1/+5
* | Merge branch 'master' into careminsterMelanie2013-11-031-27/+22
|\ \ | |/
| * Call ScriptSleep() instead of llSleep() in routine for llEmail.Kevin Cozens2013-10-181-1/+1
| * Fixed rezzing coalesced objects from a prim's inventoryOren Hurvitz2013-10-151-19/+22
* | Merge branch 'master' into careminsterMelanie2013-10-041-4/+6
|\ \ | |/
| * Fix bug where using PRIM_LINK_TARGET with only two remaining list items (e.g....Justin Clark-Casey (justincc)2013-09-161-2/+2
| * Make llGetLinkPrimitiveParams() abort and return existing list of params when...Justin Clark-Casey (justincc)2013-09-161-2/+11
| * 6762: llList2Key fails to convert a string in a list to a keyTalun2013-09-121-1/+1
| * Add implementations for llSetVelocity and llSetAngularVelocity.Robert Adams2013-07-061-0/+26
* | Merge branch 'avination-current' into careminsterMelanie2013-06-231-3/+5
|\ \
| * | Forward the reason to the scriptMelanie2013-06-131-1/+1
| * | Add a result param to te money module interfaceMelanie2013-06-131-2/+4
* | | Merge branch 'master' into careminsterMelanie2013-06-181-6/+76
|\ \ \ | | |/ | |/|
| * | correct method doc for llRot2Axis()dahlia2013-06-141-1/+1
| * | minor: remove mono compiler warnings from LSL_Api, properly format method doc...Justin Clark-Casey (justincc)2013-06-151-7/+5
| * | Mantis 6280: llSetContentType(). An implementation.Talun2013-06-151-0/+67
| * | Mantis 6108: ossetprimitiveparams temporary/phantom problemTalun2013-06-151-2/+2
* | | Merge branch 'master' into careminsterMelanie2013-06-111-11/+6
|\ \ \ | |/ /
| * | Adjust output of llRot2Axis and llRot2Angle to match domains SL(tm) uses. Add...dahlia2013-06-111-0/+3
| * | llRot2Angle now checks absolute value of s rotation component before normalizingdahlia2013-06-101-11/+3
* | | Merge branch 'master' into careminsterMelanie2013-06-111-22/+6
|\ \ \ | |/ /
| * | llRot2Axis now checks absolute value of s rotation component before normalizi...dahlia2013-06-101-22/+6
* | | Merge branch 'master' into careminsterMelanie2013-06-111-2/+5
|\ \ \ | |/ /
| * | Check For NaN and Infinity in llRot2Axis/Angle Fixes mantis #6669teravus2013-06-101-2/+4
| * | Mantis 5346: llAxisAngle2Rot() should normalize before computingTalun2013-06-101-0/+1
| * | Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2013-06-061-0/+140
* | | Merge branch 'avination-current' into careminsterMelanie2013-06-061-18/+58
|\ \ \ | | |/ | |/|
| * | Fix llTeleportAgentGlobalCoordsMelanie2013-06-021-11/+16
| * | Implement PERMISSION_TELEPORT and the needed checks to make it work.Melanie2013-06-021-7/+18
| * | Implement llSetContentType using the new OpenID auth support for authenticationMelanie2013-05-051-0/+12
| * | Add llGetPhysicsMaterialMelanie2013-05-041-0/+12
* | | Merge branch 'master' into careminsterMelanie2013-05-241-3/+8
|\ \ \ | |/ / |/| / | |/
| * Implement llSetSoundQueueing().Justin Clark-Casey (justincc)2013-05-221-4/+8
* | Merge branch 'master' into careminsterMelanie2013-03-291-45/+113
|\ \ | |/
| * Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens2013-03-291-50/+119
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2013-03-261-0/+1
| |\
| | * Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+1
| * | Make llGetLinkPrimitiveParams() and llGetPrimitiveParams() work for avatars i...Justin Clark-Casey (justincc)2013-03-261-30/+194
| |/
| * Merge branch 'master' into newmultiattachMelanie2013-03-181-164/+167
| |\
| | * Make the LSL memory functions virtual so script engines can override them if ...Melanie2013-03-151-3/+3
| * | Multiattach, part 1Melanie2013-03-181-2/+2
* | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-0/+1
* | | Merge branch 'master' into careminsterMelanie2013-03-151-105/+115
|\ \ \ | | |/ | |/|
| * | refactor: make llGetLinkName() and llGetLinkKey() use a common GetLinkEntity(...Justin Clark-Casey (justincc)2013-03-151-84/+80
| * | minor: remove mono compiler warnings in LSL_Api.csJustin Clark-Casey (justincc)2013-03-141-3/+3
| * | refactor: Use LSL_Vector(Vector3) constructor in llCastRay()Justin Clark-Casey (justincc)2013-03-141-1/+1