index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Api
/
Implementation
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable using an agent ID to clone NPCs. The griefing potential is too great
Melanie
2012-01-15
1
-7
/
+7
*
Fix merge
Melanie
2012-01-14
1
-56
/
+1
*
Merge branch 'master' into careminster
Melanie
2012-01-14
1
-5
/
+33
|
\
|
*
Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...
Justin Clark-Casey (justincc)
2012-01-14
1
-5
/
+0
|
*
Cleaned up the LookAt code in SOP and SOG. Added support for incrementally
Mic Bowman
2012-01-13
1
-4
/
+4
|
*
Fix llRotLookAt and llLookAt for non-physical objects. Per conversation
Mic Bowman
2012-01-13
1
-7
/
+23
*
|
Merge branch 'master' into careminster
Melanie
2012-01-13
1
-7
/
+1
|
\
\
|
|
/
|
*
Change the default osNpcCreate() to create an 'owned' npc rather than an 'uno...
Justin Clark-Casey (justincc)
2012-01-13
1
-1
/
+1
|
*
Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...
Justin Clark-Casey (justincc)
2012-01-13
1
-6
/
+0
*
|
Fix typo
Melanie
2012-01-12
1
-1
/
+1
*
|
Disable unowned NPCs
Melanie
2012-01-12
1
-0
/
+3
*
|
Merge branch 'master' into careminster
Melanie
2012-01-12
2
-31
/
+66
|
\
\
|
|
/
|
*
Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...
Justin Clark-Casey (justincc)
2012-01-12
1
-0
/
+6
|
*
Allow all NPCs to show up on sensors as all osNpc* script methods now check f...
Justin Clark-Casey (justincc)
2012-01-12
1
-6
/
+9
|
*
Add permissions checks for owned avatars to all other osNpc* functions.
Justin Clark-Casey (justincc)
2012-01-12
1
-20
/
+50
|
*
refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...
Justin Clark-Casey (justincc)
2012-01-12
1
-5
/
+1
*
|
Merge branch 'master' into careminster
Melanie
2012-01-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix threat level setting on osNpcPlayAnimation
Melanie
2012-01-07
1
-1
/
+1
|
*
fix a typo "osNpcCreated" to "osNpcCreate" in OSSL threat level check
nebadon
2012-01-06
1
-1
/
+1
|
*
Fix some syntax issues
Melanie
2012-01-06
1
-2
/
+2
|
*
Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well
Melanie
2012-01-06
1
-0
/
+44
|
*
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...
Melanie
2012-01-06
2
-5
/
+40
*
|
Fix threat level setting on osNpcPlayAnimation
Melanie
2012-01-07
1
-1
/
+1
*
|
Force the group tag of NPCs to "- NPC -" unless the name is completely blank.
Melanie
2012-01-07
1
-1
/
+9
*
|
Make sure to prefix NPC names with "NPC:" so they can't be mistaken for users
Melanie
2012-01-07
1
-0
/
+6
*
|
Fix some syntax issues
Melanie
2012-01-06
1
-2
/
+2
*
|
Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well
Melanie
2012-01-06
1
-0
/
+44
*
|
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Melanie
2012-01-06
1
-5
/
+9
|
\
\
|
*
\
Merge branch 'master' into careminster
Melanie
2012-01-06
1
-5
/
+9
|
|
\
\
|
|
|
/
|
|
*
Fixed llAngleBetween() to allow denormal rotations
John Cochran
2012-01-06
1
-5
/
+9
|
|
*
Add script instruction count back to llRot2Euler. Other minor formatting/doc...
Justin Clark-Casey (justincc)
2012-01-06
1
-2
/
+12
|
|
*
Replaced llRot2Euler function.
John Cochran
2012-01-06
1
-18
/
+13
*
|
|
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...
Melanie
2012-01-06
2
-4
/
+37
|
/
/
*
|
Merge branch 'master' into careminster
Melanie
2012-01-06
1
-1
/
+4
|
\
\
|
|
/
|
*
Add ThreatLevel.NoAccess to OSSL. This allows to enable OSSL without enabling
Melanie
2012-01-06
1
-1
/
+4
|
*
Introduce a LightShare kill packet ans send it when needed. Currently only
Melanie
2011-12-28
1
-0
/
+1
*
|
Introduce a LightShare kill packet ans send it when needed. Currently only
Melanie
2011-12-24
1
-0
/
+1
*
|
Add PRIM_POS_LOCAL as an alias to PRIM_POSITION for setting the position.
Melanie
2011-12-24
1
-0
/
+9
*
|
Make raycast more efficient by checking exclusion flags earlier
Melanie
2011-12-17
1
-15
/
+21
*
|
Fix hit testing link sets properly. Fix raycasting for LSL.
Melanie
2011-12-17
2
-98
/
+332
*
|
Merge branch 'master' into careminster
Melanie
2011-12-12
2
-194
/
+66
|
\
\
|
|
/
|
*
Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsCo...
Dan Lake
2011-12-12
1
-3
/
+1
|
*
Mantis 5816: osParseJSON Decoding Problems
nebadon
2011-12-11
1
-191
/
+65
|
*
Fix CHANGED_TEXTURE and CHANGED_COLOR.
Melanie
2011-12-05
1
-18
/
+18
*
|
Fix llGetLinkKey to report avatars properly
Melanie
2011-12-09
1
-19
/
+0
*
|
Fix task inventory giving
Melanie
2011-12-07
1
-15
/
+23
*
|
Add the proper result code as per the LL announcement for llTransferLindenDol...
Melanie
2011-12-05
1
-1
/
+1
*
|
Merge branch 'bigmerge' of ssh://melanie@3dhosting.de/var/git/careminster int...
Melanie
2011-12-05
1
-20
/
+20
|
\
\
|
*
|
Fix CHANGED_TEXTURE and CHANGED_COLOR.
Melanie
2011-12-05
1
-20
/
+20
*
|
|
Merge branch 'master' into bigmerge
Melanie
2011-12-05
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
[next]