index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Api
/
Implementation
/
LSL_Api.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bring us up to date.
Tom
2011-09-14
1
-19
/
+57
|
\
|
*
llSetPrimitiveParams Prim type params precision errors
Micheil Merlin
2011-09-09
1
-19
/
+57
*
|
Merge fixes, and fix the build
Tom
2011-09-14
1
-5
/
+7
*
|
Resolve merge commits, stage 1
Tom
2011-09-04
1
-231
/
+370
|
\
\
|
|
/
|
*
refactor: use SOG register target waypoints and rots directly instead of call...
Justin Clark-Casey (justincc)
2011-09-01
1
-4
/
+6
|
*
Eliminate pointless checks of SOG.RootPart != null
Justin Clark-Casey (justincc)
2011-09-01
1
-6
/
+1
|
*
Fix issue with llGetTorque() where it would only ever return a zero vector.
Justin Clark-Casey (justincc)
2011-09-01
1
-1
/
+1
|
*
Remove pointless cluttering SOP.ParentGroup != null checks.
Justin Clark-Casey (justincc)
2011-09-01
1
-102
/
+55
|
*
refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...
Justin Clark-Casey (justincc)
2011-08-27
1
-10
/
+10
|
*
refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatar
Justin Clark-Casey (justincc)
2011-08-26
1
-4
/
+4
|
*
llSetPrimitiveParams correct prim hollow for cases where limit should be 70%.
Micheil Merlin
2011-08-25
1
-40
/
+47
|
*
Fix llAttachToAvatar()
Justin Clark-Casey (justincc)
2011-08-24
1
-2
/
+2
|
*
rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...
Justin Clark-Casey (justincc)
2011-08-23
1
-1
/
+1
|
*
Protect a check for default texture entry when setting alpha values. Apparently
Mic Bowman
2011-08-23
1
-3
/
+10
|
*
Thanks Neil Canham for fixing bulk inventory updates, no sending BulkInventor...
Snoopy Pfeffer
2011-08-22
1
-1
/
+1
|
*
Add avatar and attachments to llRegionSay
BlueWall
2011-08-20
1
-6
/
+3
|
*
Add llRegionSayTo
BlueWall
2011-08-19
1
-6
/
+21
|
*
llGetPrimitiveParams fix prim hollow/hole shape value
Micheil Merlin
2011-08-13
1
-3
/
+3
|
*
implement osNpcGetRot() and osNpcSetRot()
Justin Clark-Casey (justincc)
2011-08-11
1
-1
/
+2
|
*
Implement first draft functions for saving and loading NPC appearance from st...
Justin Clark-Casey (justincc)
2011-08-09
1
-6
/
+27
|
*
refactor: Fold most SOP.ScriptSet* methods back into script code. Simplify.
Justin Clark-Casey (justincc)
2011-08-06
1
-20
/
+7
|
*
use constants in llGetObjectDetails() rather than magic numbers
Justin Clark-Casey (justincc)
2011-07-16
1
-22
/
+21
|
*
If object is an attachment, make llGetVel() return the avatar's speed rather ...
Justin Clark-Casey (justincc)
2011-07-15
1
-1
/
+16
|
*
Port implementation of llCastRay() from Aurora.
Justin Clark-Casey (justincc)
2011-07-12
1
-13
/
+153
*
|
Merge branch 'master' into careminster-presence-refactor
root
2011-07-09
1
-23
/
+23
|
\
\
|
|
/
|
*
Instance-types-in-list fix for LSL/OSSL functions. This will fix llListFindLi...
Makopoppo
2011-07-09
1
-24
/
+24
|
*
Rename SetSculptData() to SetSculptProperties(), since this is what it does (...
Justin Clark-Casey (justincc)
2011-07-09
1
-1
/
+1
*
|
Make the last otem in a list created with llCSV2List findable
Melanie
2011-06-05
1
-1
/
+1
*
|
Make Buoyancy a prim property
Melanie
2011-06-02
1
-17
/
+34
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-05-23
1
-1
/
+0
|
\
\
|
|
/
|
*
Fix Mantis #4429: Allow llGiveInventory to work across sim borders.
Melanie
2011-05-23
1
-9
/
+23
*
|
Implement llGodLikeRezObject and llGetUsedMemory
Melanie
2011-05-22
1
-3
/
+53
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-05-22
1
-17
/
+66
|
\
\
|
|
/
|
*
Add stubs for unimplemented lsl functions
BlueWall
2011-05-22
1
-18
/
+67
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-05-20
1
-0
/
+16
|
\
\
|
|
/
|
*
Implement llGetLinKNumberOfSides().
Justin Clark-Casey (justincc)
2011-05-20
1
-2
/
+12
|
*
Add stub for llGetLinkNumberOfSides(integer link)
BlueWall
2011-05-19
1
-0
/
+6
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-05-14
1
-19
/
+4
|
\
\
|
|
/
|
*
refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() inst...
Justin Clark-Casey (justincc)
2011-05-14
1
-2
/
+2
|
*
simplify code in llGetParcelMaxPrims() to use existing code in LandObject rat...
Justin Clark-Casey (justincc)
2011-05-14
1
-18
/
+4
|
*
Correct llGetParcelMaxPrims() to use the same calculation as used elsewhere i...
Justin Clark-Casey (justincc)
2011-05-14
1
-6
/
+5
*
|
Globally throttle script channel 0 comms to 5/s with 10s burst to prevent lag
Melanie
2011-05-14
1
-0
/
+27
*
|
Fix up a linking issue
Melanie
2011-05-14
1
-0
/
+19
*
|
Allow attachments to track the user's camera
Melanie
2011-05-05
1
-0
/
+1
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-04-17
1
-1
/
+1
|
\
\
|
|
/
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-04-12
1
-10
/
+4
|
\
\
|
|
/
|
*
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2011-04-11
1
-10
/
+4
|
*
Add support for the new display name related functions in LSL. This does not
Melanie
2011-04-08
1
-0
/
+49
*
|
Add support for the new display name related functions in LSL. This does not
Melanie
2011-04-08
1
-0
/
+49
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-04-06
1
-47
/
+26
|
\
\
|
|
/
[next]