Michael Cerquoni
|
44b8b9fef6
Revert "Patch llCastRay fully-simplified to V2." for further review.
|
9 years ago |
Talun
|
382e05df14
Missing constants for llGetObjectDetails
|
9 years ago |
Magnuz Binder
|
5a2440dfdf
Implement llGetGeometricCenter correctly.
|
9 years ago |
Magnuz Binder
|
c96ee68953
Patch llCastRay fully-simplified to V2.
|
9 years ago |
Magnuz Binder
|
43b8bd0c35
Implement llCastRay fully, simplified.
|
9 years ago |
Magnuz Binder
|
e855c8e711
Allow setting profilecut diff to 0.02 from scripts just like from viewer.
|
9 years ago |
Magnuz Binder
|
263db44129
Implement llGetBoundingBox fully.
|
9 years ago |
Magnuz Binder
|
bdb91d0e70
Fix llTargetOmega non-physical gain.
|
9 years ago |
Magnuz Binder
|
b51e46ceb8
Parameterize sleeps in LSL functions.
|
9 years ago |
Magnuz Binder
|
07a75677c3
Allow setting hollow to 99% from scripts just like from viewer.
|
9 years ago |
Magnuz Binder
|
f63d6ffd81
Allow setting holesize to 0.01 from scripts just like from viewer.
|
9 years ago |
Magnuz Binder
|
68ed200191
Allow setting dimple diff to 0.02 from scripts just like from viewer, add clipping and fix old copy-paste error.
|
9 years ago |
Freaky Tech
|
5af82df9b6
viewers can set a minimum distance 0.02 between path cut start and path cut end
|
9 years ago |
BlueWall
|
375f8cce34
Give llGiveInventory a way to querry Hypergrid visitors so network vendors are able to give items to Hg visitors
|
9 years ago |
Justin Clark-Casey (justincc)
|
7d3bafd5ab
Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() script functions.
|
9 years ago |
Freaky Tech
|
2d8c1806ca
usability fixes for LSL API
|
9 years ago |
Freaky Tech
|
eacdad8405
simplify llStringToBase64 and llBase64ToString
|
9 years ago |
ft@noemail
|
fb48ee1cb6
corrected script notecard parser. It now handles notecards with inventory as well.
|
9 years ago |
BlueWall
|
b6b1e11238
Pickup our version number for the function
|
9 years ago |
Freaky Tech
|
7f0995ae31
added llGetEnv() implementation
|
9 years ago |
Freaky Tech
|
0f72773017
changed llGetMemoryLimit to return 65536 as for Mono LSL
|
9 years ago |
Freaky Tech
|
af2bf397b1
corrected memory info for scripts
|
9 years ago |
Magnuz Binder
|
158c3f82f1
Correct PRIM_TEXT return value from trans to alpha.
|
10 years ago |
dahlia
|
8333dcf388
llLookAt(): use non-physical rotation if host prim is a physical attachment
|
9 years ago |
dahlia
|
39754b2dca
correct some minor comment misspellings in last commit
|
10 years ago |
dahlia
|
1eedc2b4af
Compute rotation for llLookAt() with local positive X axis pointing down
|
10 years ago |
Justin Clark-Casey (justincc)
|
ec8d21c434
Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis.
|
10 years ago |
Edward
|
427240f935
Changes to be committed: modified: OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs modified: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs This solves mantis bug# 5005: llRegionSay script does not trigger ChatFromWorld event. This was solved by adding World.SimChat() command to the llRegionSay() function (per suggestion of DrCuriosity). Additionally this fixes llRegionSayTo() which was also not functioning by adding a World.SimChat() command and adding a new SimChatToAgent() overrided function to Scene.PacketHandlers.cs This is the second patch revision. Corrections made to the position of World.SimChat() and removal of tabs per suggestion by justincc.
|
10 years ago |
Justin Clark-Casey (justincc)
|
d582db6132
Fix recent regression from 473c5594 where camera started to judder on moving vehicles.
|
10 years ago |
Justin Clark-Casey (justincc)
|
bb7c88805a
As per the LL grid, for attachments make llGetObjectDetails() OBJECT_VELOCITY return the avatar's velocity and not always Vector3.Zero.
|
10 years ago |