Kevin Cozens
|
8b1ca7b35e
Added missing functionality (mainly custom headers) to llHTTPRequest.
|
11 years ago |
Talun
|
d1320993a4
Mantis 6343: Turn a prim to flexy to OFF don't work llSetPrimParams
|
12 years ago |
Talun
|
efcbae372b
Mantis 6507 keys returned by llGetAgentList incorrect for llList2Key
|
12 years ago |
Justin Clark-Casey (justincc)
|
af5a3f2d73
Restore previous client AO behaviour by not allowing them to remove the default animation but continue to allow scripts to do so.
|
12 years ago |
Talun
|
70e1dd54fa
New constants for llGetObjectDetails
|
12 years ago |
Justin Clark-Casey (justincc)
|
7199ac09ee
Set default particle burst count to 1 instead of 0 in any set particle system script call that does not have an empty list.
|
12 years ago |
Justin Clark-Casey (justincc)
|
59263fe78e
Fix build break caused by missing ) from dce2809.
|
12 years ago |
Justin Clark-Casey (justincc)
|
3c631fea9e
Automatically grant sit-related llRequestPermissions() for subsequent avatars sitting on the same scene obejct, instead of wrongly popping up request permissions dialog.
|
12 years ago |
Justin Clark-Casey (justincc)
|
ebfcb9d4e4
refactor: simplify llGetNumberOfPrims() to return prim count + sitting avatar count rather than independently inspecting every scene presence
|
12 years ago |
Justin Clark-Casey (justincc)
|
03142980ee
Fix llGetLinkName() to return the name of the last avatar sat as the last link number.
|
12 years ago |
Justin Clark-Casey (justincc)
|
ae355720ab
Fix llGetLinkKey() to return the last sat avatar as the last link number.
|
12 years ago |
SignpostMarv
|
0022f48d42
Improving documentation of AttachToAvatar and GetLine methods in LSL_Api.cs based on doxygen error output
|
12 years ago |
Justin Clark-Casey (justincc)
|
acd9d62af2
If an NPC is unowned, then always auto-grant permissions requested via llRequestPermissions()
|
12 years ago |
Robert Adams
|
4914d6c0ea
Resolve Mantis 6480 (http://opensimulator.org/mantis/view.php?id=6480)
|
12 years ago |
Robert Adams
|
d15bfcf614
Replace axis rotation numeric constants (STATUS_ROTATE_XYZ) with symbols. Also made it so llSetStatus() can individually enable disable rotation axi using the bitmask of flags.
|
12 years ago |
BlueWall
|
ac65085cc3
XmlRpcGridRouter
|
12 years ago |
PixelTomsen
|
64c80aec64
llSetLinkCamera implementation
|
12 years ago |
Melanie
|
236cc1f268
Change user message on TeskInventoryAccepted to let the viewer format it
|
12 years ago |
SignpostMarv
|
dcac2a7f71
refactoring llCollisionSound to use new KeyOrName method
|
12 years ago |
SignpostMarv
|
a9999a9676
Refactoring llTriggerSoundLimited with a new method on ISoundModule, as the LL Wiki spec for llTriggerSoundLimited states an axis-aligned bounding box, not radial constraint
|
12 years ago |
SignpostMarv
|
ef15711089
refactoring llTriggerSoundLimited to not use the LSL methods, since that will cause unnecessary calls to m_host.AddScriptLPS(1)
|
12 years ago |
SignpostMarv
|
af9dc483e9
refactoring llGetPos() to take advantage of implicit converter
|
12 years ago |
SignpostMarv
|
f9923d4423
shifting from two instances of typecasting to one instance of typecasting in llTriggerSoundLimited
|
12 years ago |
SignpostMarv
|
c796f7861e
80-character width terminal formatting of recent commits to llPlaySound, llPlaySoundSlave, llTriggerSound and llTriggerSoundLimited
|
12 years ago |
SignpostMarv
|
c5af16aef8
shuffling code around so that the interface for ISoundModule.SendSound() specifies a UUID rather than a string
|
12 years ago |
SignpostMarv
|
5abcecc735
moving SendSound from SceneObjectPart to ISoundModule
|
12 years ago |
SignpostMarv
|
9df510157e
deduplicating code into a single LoopSound method
|
12 years ago |
SignpostMarv
|
d7ffcace8f
adjusting parameter order of PreloadSound to be more logical
|
12 years ago |
SignpostMarv
|
29a8ae48b5
transposing LoopSoundMaster to Sound Module
|
12 years ago |
SignpostMarv
|
a68e2fe169
transposing preload sound onto sound module
|
12 years ago |