Justin Clark-Casey (justincc)
|
de19dc3024
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does
|
13 years ago |
Micheil Merlin
|
28961dd1cf
llSetPrimitiveParams Prim type params precision errors
|
13 years ago |
Justin Clark-Casey (justincc)
|
c491cdcb95
refactor: use SOG register target waypoints and rots directly instead of calling through the SOP, which doesn't make conceptual sense anyway.
|
13 years ago |
Justin Clark-Casey (justincc)
|
7eca929686
Eliminate pointless checks of SOG.RootPart != null
|
13 years ago |
Justin Clark-Casey (justincc)
|
63bf710237
Fix issue with llGetTorque() where it would only ever return a zero vector.
|
13 years ago |
Justin Clark-Casey (justincc)
|
095b3e5756
Remove pointless cluttering SOP.ParentGroup != null checks.
|
13 years ago |
Justin Clark-Casey (justincc)
|
33a894f3d2
refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid pointless duplication of identical values
|
13 years ago |
Justin Clark-Casey (justincc)
|
15a514fcbc
refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatar
|
13 years ago |
Micheil Merlin
|
cf42fcd978
llSetPrimitiveParams correct prim hollow for cases where limit should be 70%.
|
13 years ago |
Justin Clark-Casey (justincc)
|
cf3ffe5bb4
Fix llAttachToAvatar()
|
13 years ago |
Justin Clark-Casey (justincc)
|
97b207240e
rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmentToInv() for consistency and to reflect it's actual behaviour
|
13 years ago |
Mic Bowman
|
ce011d7e44
Protect a check for default texture entry when setting alpha values. Apparently
|
13 years ago |
Snoopy Pfeffer
|
db91044593
Thanks Neil Canham for fixing bulk inventory updates, no sending BulkInventoryUpdate after accepting inventory items.
|
13 years ago |
BlueWall
|
5e231acdce
Add avatar and attachments to llRegionSay
|
13 years ago |
BlueWall
|
2787207aa2
Add llRegionSayTo
|
13 years ago |
Micheil Merlin
|
b80dfb6572
llGetPrimitiveParams fix prim hollow/hole shape value
|
13 years ago |
Justin Clark-Casey (justincc)
|
a21e98ae1a
implement osNpcGetRot() and osNpcSetRot()
|
13 years ago |
Justin Clark-Casey (justincc)
|
e869eeb0bf
Implement first draft functions for saving and loading NPC appearance from storage.
|
13 years ago |
Justin Clark-Casey (justincc)
|
c6c91e6599
refactor: Fold most SOP.ScriptSet* methods back into script code. Simplify.
|
13 years ago |
Justin Clark-Casey (justincc)
|
7247ca1644
use constants in llGetObjectDetails() rather than magic numbers
|
13 years ago |
Justin Clark-Casey (justincc)
|
0ee7a5ee81
If object is an attachment, make llGetVel() return the avatar's speed rather than the object's own zero speed.
|
13 years ago |
Justin Clark-Casey (justincc)
|
3e456163dd
Port implementation of llCastRay() from Aurora.
|
13 years ago |
Makopoppo
|
e7abf834d1
Instance-types-in-list fix for LSL/OSSL functions. This will fix llListFindList() which always returns -1 when you compare with the list from those functions.
|
13 years ago |
Justin Clark-Casey (justincc)
|
d79c6c8820
Rename SetSculptData() to SetSculptProperties(), since this is what it does (setting SculptData is done through the property)
|
13 years ago |
Melanie
|
24c00acedc
Fix Mantis #4429: Allow llGiveInventory to work across sim borders.
|
13 years ago |
BlueWall
|
dc95e38e42
Add stubs for unimplemented lsl functions
|
13 years ago |
Justin Clark-Casey (justincc)
|
9fc29e1595
Implement llGetLinKNumberOfSides().
|
13 years ago |
BlueWall
|
926a100652
Add stub for llGetLinkNumberOfSides(integer link)
|
13 years ago |
Justin Clark-Casey (justincc)
|
340e3ccf16
refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() instance methods since it didn't make sense to use anything other than the instance themselves.
|
13 years ago |
Justin Clark-Casey (justincc)
|
bef1ffa7db
simplify code in llGetParcelMaxPrims() to use existing code in LandObject rather than duping the algo
|
13 years ago |