aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-enable error logging associated with assembly and script loading failure i...Justin Clark-Casey (justincc)2012-01-261-9/+19
* 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-253-0/+18
* Add osGetGridHomeURI functionBlueWall2012-01-193-0/+28
* Add function osGetGridCustomBlueWall2012-01-173-1/+34
* Update osGetGrid**** functionsBlueWall2012-01-171-3/+69
* commented out redundant land owner checks for osTeleportAgent there isnebadon2012-01-141-14/+24
* 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
* Change the default osNpcCreate() to create an 'owned' npc rather than an 'uno...Justin Clark-Casey (justincc)2012-01-131-1/+1
* Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...Justin Clark-Casey (justincc)2012-01-133-12/+0
* Add missing assert to confirm owner delete succeeded to the end of TestOsNpcR...Justin Clark-Casey (justincc)2012-01-121-0/+2
* Add api level test for removing an owned npcJustin Clark-Casey (justincc)2012-01-121-2/+55
* Add ossl level test for removing an unowned npcJustin Clark-Casey (justincc)2012-01-121-0/+115
* Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...Justin Clark-Casey (justincc)2012-01-124-0/+15
* Allow all NPCs to show up on sensors as all osNpc* script methods now check f...Justin Clark-Casey (justincc)2012-01-121-6/+9
* Add permissions checks for owned avatars to all other osNpc* functions.Justin Clark-Casey (justincc)2012-01-121-20/+50
* refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...Justin Clark-Casey (justincc)2012-01-121-5/+1
* Fix threat level setting on osNpcPlayAnimationMelanie2012-01-071-1/+1
* fix a typo "osNpcCreated" to "osNpcCreate" in OSSL threat level checknebadon2012-01-061-1/+1
* Fix some syntax issuesMelanie2012-01-062-4/+4
* Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as wellMelanie2012-01-063-0/+56
* Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-065-6/+48
* Fixed llAngleBetween() to allow denormal rotationsJohn Cochran2012-01-062-20/+41
* Add script instruction count back to llRot2Euler. Other minor formatting/doc...Justin Clark-Casey (justincc)2012-01-062-16/+32
* Replaced llRot2Euler function.John Cochran2012-01-062-36/+92
* Add ThreatLevel.NoAccess to OSSL. This allows to enable OSSL without enablingMelanie2012-01-062-1/+5
* Introduce a LightShare kill packet ans send it when needed. Currently onlyMelanie2011-12-281-0/+1
* Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsCo...Dan Lake2011-12-121-3/+1
* Mantis 5816: osParseJSON Decoding Problemsnebadon2011-12-113-191/+72
* Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie2011-12-051-18/+18
* Use agent.Animator.CurrentMovementAnimation in llGetAgentInfo() rather than a...Justin Clark-Casey (justincc)2011-12-031-1/+1
* Rename ScenePresenceAnimator.GetMovementAnimation() -> DetermineMovementAnima...Justin Clark-Casey (justincc)2011-12-031-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2011-11-262-2/+2
|\
| * When removing an LSL sensor for a script (e.g. through llResetScript() or sta...Justin Clark-Casey (justincc)2011-11-261-1/+1
| * minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-11-261-1/+1
* | Add missing property to llGetLinkPrimitiveParamsBlueWall2011-11-262-0/+4
|/
* Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake2011-11-033-11/+11
* Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-033-15/+14
* Merge branch 'master' of git://opensimulator.org/git/opensimDan Lake2011-11-021-315/+362
|\
| * Restore the recursive calling of PRIM_LINK_TARGET because the version I madeMelanie2011-11-021-327/+334
| * Some positioning fixes from AVN trunkMelanie2011-11-021-1/+42
| * Streamline PRIM_LINK_TARGET, eliminating a recursion and a failure scenarioMelanie2011-11-021-4/+3
* | Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake2011-11-021-9/+6
|/
* Remove completely unused SOG.Rotation parameterJustin Clark-Casey (justincc)2011-10-291-1/+1
* Continuation of previous checkin. Found more places where ForEachScenePresenc...Dan Lake2011-10-271-15/+9
* Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake2011-10-271-10/+10
* Added optional owner classes to existing OSSL agent PermissionsMichelle Argus2011-10-261-6/+61
* Implementation of PRIM_OMEGA, but only for settingSignpostMarv Martin2011-10-262-4/+18