aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into careminsterMelanie2012-01-143-52/+80
|\ \ | |/
| * Extend scripts show command to accept a single item UUID parameter to display...Justin Clark-Casey (justincc)2012-01-141-40/+47
| * Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-142-12/+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-134-13/+3
|\ \ | |/
| * 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
* | Fix typoMelanie2012-01-121-1/+1
* | Disable unowned NPCsMelanie2012-01-121-0/+3
* | Merge branch 'master' into careminsterMelanie2012-01-126-31/+243
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-01-071-1/+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
* | Fix threat level setting on osNpcPlayAnimationMelanie2012-01-071-1/+1
* | Force the group tag of NPCs to "- NPC -" unless the name is completely blank.Melanie2012-01-071-1/+9
* | Make sure to prefix NPC names with "NPC:" so they can't be mistaken for usersMelanie2012-01-071-0/+6
* | Fix some syntax issuesMelanie2012-01-062-4/+4
* | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as wellMelanie2012-01-063-0/+56
* | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie2012-01-062-41/+129
|\ \
| * \ Merge branch 'master' into careminsterMelanie2012-01-062-34/+61
| |\ \ | | |/
| | * 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
| * | Replaced llRot2Euler function.John Cochran2012-01-061-18/+79
* | | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-065-5/+45
|/ /
* | Merge branch 'master' into careminsterMelanie2012-01-062-1/+5
|\ \ | |/
| * 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
* | Introduce a LightShare kill packet ans send it when needed. Currently onlyMelanie2011-12-241-0/+1
* | Add PRIM_POS_LOCAL as an alias to PRIM_POSITION for setting the position.Melanie2011-12-241-0/+9
* | Make raycast more efficient by checking exclusion flags earlierMelanie2011-12-171-15/+21
* | Fix hit testing link sets properly. Fix raycasting for LSL.Melanie2011-12-173-98/+337
* | Merge branch 'master' into careminsterMelanie2011-12-124-194/+73
|\ \ | |/
| * 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
* | Fix llGetLinkKey to report avatars properlyMelanie2011-12-091-19/+0
* | Fix task inventory givingMelanie2011-12-071-15/+23
* | Add the proper result code as per the LL announcement for llTransferLindenDol...Melanie2011-12-051-1/+1