aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-03-091-16/+6
|\
| * Use SP.ParentPart instead of ParentID in places where it's more efficient (sa...Justin Clark-Casey (justincc)2012-03-091-17/+7
| * FireAndForget scripted rez - port from AvinationMelanie2012-03-091-41/+46
* | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-03-061-3/+18
|\ \
| * | Teleport users to the cornfield when they are teleported withMelanie2012-03-051-3/+13
| * | SL compatibility - return only points on segemtn, not ray in llCastRayMelanie2012-03-051-0/+5
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-03-041-2/+162
|\ \ \ | |/ /
| * | Fix and hook up llTeleportAgentMelanie2012-02-281-1/+1
| * | Implement llTeleportAgentMelanie2012-02-281-0/+22
| * | Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie2012-02-261-11/+11
| * | Fix deserialization of Buoyancy, Force and Torque. Remove debug from the newMelanie2012-02-261-2/+2
| * | Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.Melanie2012-02-261-0/+138
* | | Merge branch 'master' into careminsterMelanie2012-03-031-1/+1
|\ \ \ | | |/ | |/|
| * | Fix indexing on string trimBlueWall2012-03-011-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-02-251-27/+89
|\ \ \ | |/ /
| * | PRIM_SCULPT_FLAG_INVERT, PRIM_SCULPT_FLAG_MIRROR implementedPixelTomsen2012-02-251-4/+6
| * | llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:...PixelTomsen2012-02-241-23/+83
* | | Merge branch 'master' into careminsterMelanie2012-02-241-5/+27
|\ \ \ | |/ / | | / | |/ |/|
| * llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTargetPixelTomsen2012-02-241-5/+27
* | Add permission checks to scripted object movements, which didn't respect bansMelanie2012-02-231-1/+53
* | Count agents for LSL instead of relying on SceneGraph to have the correctMelanie2012-02-221-1/+7
* | Adjust sit target and the llSetLinkPrimitiveParams sit position hackMelanie2012-02-221-14/+46
* | Merge branch 'master' into careminsterMelanie2012-02-211-1/+1
|\ \ | |/
| * Fix:LINK_ROOT flag for llGetLinkName() by SinglePrimPixelTomsen2012-02-211-1/+1
| * Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-31/+68
* | Prevent object loss and positioning outside the region with failed object simMelanie2012-02-141-3/+9
* | Make ban, eject, freeze and the scripted versions of those work.Melanie2012-02-021-31/+70
* | Fix remembering attachment point and position when an item is rezzed in world.Melanie2012-02-021-49/+50
* | Merge branch 'master' into careminsterMelanie2012-01-311-3/+3
|\ \ | |/
| * Fix:llSetText - limited text to a maximum of 254 charsPixelTomsen2012-01-311-3/+3
* | Merge branch 'master' into careminsterMelanie2012-01-291-1/+1
|\ \ | |/
| * Fix llEdgeOfWorld functionality - see mantis http://opensimulator.org/mantis/...Garmin Kawaguichi2012-01-291-1/+1
* | Merge branch 'master' into careminsterMelanie2012-01-261-0/+69
|\ \ | |/
| * llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...PixelTomsen2012-01-261-0/+69
* | Merge branch 'master' into careminsterMelanie2012-01-261-1/+13
|\ \ | |/
| * refactor: decompose most of RezScript() into RezScriptFromAgentInventory(), R...Justin Clark-Casey (justincc)2012-01-251-1/+2
| * llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...Pixel Tomsen2012-01-251-0/+12
* | Typo fixMelanie2012-01-251-1/+1
* | Spin off starting scripts in rezzed objects into a thread to avoid a recursionMelanie2012-01-251-1/+4
* | Fix llLookAt the right wayMelanie2012-01-231-19/+24
* | Fix mergeMelanie2012-01-141-56/+1
* | Merge branch 'master' into careminsterMelanie2012-01-141-5/+33
|\ \ | |/
| * Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-141-5/+0
| * Cleaned up the LookAt code in SOP and SOG. Added support for incrementallyMic Bowman2012-01-131-4/+4
| * Fix llRotLookAt and llLookAt for non-physical objects. Per conversationMic Bowman2012-01-131-7/+23
* | Merge branch 'master' into careminsterMelanie2012-01-061-5/+9
|\ \ | |/
| * Fixed llAngleBetween() to allow denormal rotationsJohn Cochran2012-01-061-5/+9
| * Add script instruction count back to llRot2Euler. Other minor formatting/doc...Justin Clark-Casey (justincc)2012-01-061-2/+12
| * Replaced llRot2Euler function.John Cochran2012-01-061-18/+13
* | Add PRIM_POS_LOCAL as an alias to PRIM_POSITION for setting the position.Melanie2011-12-241-0/+9