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
*
Add "show scripts" command to show all scripts currently known to the script ...
Justin Clark-Casey (justincc)
2011-10-19
1
-2
/
+0
*
refactor: Use SOP.SitTargetAvatar instead of calling a special GetAvatarOnSit...
Justin Clark-Casey (justincc)
2011-10-17
1
-1
/
+1
*
Get rid of some traces of the old pre-ROBUST grid architecture config
Justin Clark-Casey (justincc)
2011-10-12
1
-2
/
+0
*
Convert getLastReportedSimFPS() and getLastReportedSimStats() into more idiom...
Justin Clark-Casey (justincc)
2011-10-10
1
-1
/
+1
*
refactor: have lsl and ossl interrogate scene.StatsReporter directly rather t...
Justin Clark-Casey (justincc)
2011-10-10
1
-1
/
+1
*
Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand...
Dan Lake
2011-10-04
1
-1
/
+1
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Dan Lake
2011-10-03
1
-3
/
+18
|
\
|
*
trival tweak to trigger the continuous integration system
Justin Clark-Casey (justincc)
2011-10-04
1
-1
/
+1
|
*
Return NULL_KEY from llGetTexture if a non-existent face is indicated, rather...
Justin Clark-Casey (justincc)
2011-10-04
1
-1
/
+1
|
*
For llGetTexture(), if the face texture asset is in the inventory, return the...
Justin Clark-Casey (justincc)
2011-10-04
1
-1
/
+16
*
|
Removed redundant code in AttachmentsModule and simplified interfaces which c...
Dan Lake
2011-10-03
1
-2
/
+1
|
/
*
llGetLinkKey, llGetLinkName Fix for sitting Avatar
Pixel Tomsen
2011-10-01
1
-0
/
+41
*
llAvatarOnLinkSitTarget Implementation
Pixel Tomsen
2011-09-29
1
-0
/
+14
*
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...
Justin Clark-Casey (justincc)
2011-09-15
1
-1
/
+1
*
llSetPrimitiveParams Prim type params precision errors
Micheil Merlin
2011-09-09
1
-19
/
+57
*
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
*
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
*
Fix Mantis #4429: Allow llGiveInventory to work across sim borders.
Melanie
2011-05-23
1
-9
/
+23
*
Add stubs for unimplemented lsl functions
BlueWall
2011-05-22
1
-18
/
+67
*
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
*
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
*
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
*
replace magic numbers in llGetParcelPrimCount() with constants
Justin Clark-Casey (justincc)
2011-04-05
1
-22
/
+8
*
switch llGetParcelPrimCount() to use new prim counts module
Justin Clark-Casey (justincc)
2011-04-05
1
-46
/
+39
*
check threat configuration for LSL print()
dahlia
2011-03-31
1
-1
/
+6
*
implement LSL "print()" API function
dahlia
2011-03-31
1
-1
/
+7
[next]