| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
| |
it come from a child prim position.
|
| |
|
|
|
|
|
|
|
|
|
| |
causes defautlt behavior. "true" now means usable unconditionally, "false"
means disabled, and a list of UUIDs restricts it.
This changes SECURITY! If you used "true" here before, you shoudl review
your setup!
|
|
|
|
|
|
| |
fromAgentSession field.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
the IM module and makes it into a module of it's own, which can be used by
all other modules. Removes some ugly hacks. Refer to the IM module to see
how it's used. Also fixes the persistence issue (Mantis #2598)
|
|
|
|
|
|
|
| |
rather strange behavior if used in a child prim).
- Small refactoring.
|
| |
|
|
|
|
|
|
|
|
|
| |
OpenSim.ini
* This doesn't allow complete script lockdown of a sim, many avenues (copying, editing) are still uncloseable at the moment
* Default remains to allow all users to create scripts (subject to existing permissions if enabled)
|
|
|
|
|
|
|
| |
inventory drop. Also adds a new flags, "propagate_permissions" to
OpenSim.ini to control that feature.
|
|
|
|
|
|
|
|
| |
kindly by sean) --- lesson learned: just running a "make test" is not
sufficient, you need to precede it by a "make clean".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch makes llAllowInventoryDrop work with the permissions module
enabled. Changes include:
- Enabled PropagatePermissions when permissions module serverside perms
is on
- change ownership of item when item is dropped into an object.
Ownership changes to the owner of the object the item is dropped into
- propagation of permissions if the permissions module enabled (eg
next-owner mask applied)
- CHANGED_ALLOWED_DROP is now passed to the change script event if an
item was allowed to be dropped into the object only because
llAllowInventoryDrop is enabled (instead of CHANGED_INVENTORY being
passed).
- Sets object flags correctly when llAllowInventoryDrop is called so
clients are notified immediately of the change in state. Am not
sure that calling aggregateScriptEvents is the right way to do it,
but it works and seems to be the only way without making further
changes to update LocalFlags
|
|
|
|
|
|
|
|
| |
Fix the broken llSetTimerEvent implementation (sec == 0 was not
possible anymore).
|
|
|
|
| |
otherwise.
|
|
|
|
|
|
| |
Terraform flag in land.
|
|
|
|
|
|
| |
mixed number/letter content properly.
|
| |
|
|
|
|
|
|
| |
stops
|
| |
|
|
|
|
|
|
| |
groundwork.
|
|
|
|
|
|
| |
the LSL constants.
|
|
|
|
|
| |
a more meaningful name of 'detectedParams'.
|
|
|
|
|
|
|
|
|
|
| |
PRIM_TEMP_ON_REZ and PRIM_MATERIAL are not implemented in
llSetPrimitiveParams so support for these is in the patch.
Also two deprecated functions throw errors. They are changed
to behave as in SL: llSetPrimURL - Does nothing except the sleep
(currently commented out) & llRefreshPrimURL shouts
"llRefreshPrimURL - not yet supported" on the error channel
|
|
|
|
|
|
| |
on lists created by parsing
|
| |
|
|
|
|
|
|
| |
Too many fixes to list.
|
|
|
|
|
|
|
| |
* Need new NoOp(); generated part
* Not Homer's fault - this test ain't running under Windows! (needs fixing!)
|
|
|
|
|
|
| |
Thank you, idb, for a patch that fixes the jump function in LSL.
|
| |
|
|
|
|
|
|
|
| |
As those aren't viewer-initiated TPs, the viewer has to be informed.
This should fix Mantis #2351 and #2397.
|
|
|
|
|
|
|
|
|
| |
potential (asset bloat, asset server DOS due to no enforced delay)
Formatting cleanup. Change default permissions on the notecard to
not include "anyone can copy" and "anyone can move", as they are
meaningless on non-prim items.
|
|
|
|
|
|
| |
The following patch implements osMakeNotecard as specified on the OpenSim website
|
|
|
|
|
|
|
| |
* Inserts proper animation state names into data/avataranimations.xml file so that llGetAnimation() works as one would expect.
* Thanks StrawberryFride!
|
| |
|
|
|
|
|
|
|
|
| |
* This is a partial implementation of llGetAnimation that returns the name of the animation as stored in data/avataranimations.xml but not its state name (since we don't yet
have these).
* Thanks StrawberryFride
|
|
|
|
|
|
|
|
|
|
| |
This patch allows an object to directly message another object given its
key using the method osMessageObject(key objectUUID,string message).
to communicate with an object it must implement the dataserver listener
method. The dataserver method is passed the key of the calling object
and a string message.
|
|
|
|
| |
translating from LSL to C#. Thanks idb for the patch. Fix issue 2546.
|
|
|
|
|
|
| |
The attached patch changes the casts from explicit to implicit.
|
|
|
|
|
|
|
| |
Thank you, idb, for a patch that fixes the conflicts of lsl identifiers
with c# keywords
|
|
|
|
|
|
|
|
| |
* The attached patch changes the LSLInteger operator overrides for == and != to return LSLIntegers 1 or 0 instead of a bool and adds similar operator overrides for >, <, >= and
<=
* Thanks idb!
|
|
|
|
|
|
| |
* Fix not tests in LSL which require implicit casting (see mantis for an example)
|
|
|
|
| |
SOP.IsAttachment
|
| |
|
|
|
|
|
|
|
|
| |
Here's the patch that clamps llGround to using sane values avoiding
runtime errors.
|
|
|
|
|
|
|
| |
for llSetHoverHeight() and llStopHover(). I believe
this gets is to less then 50 LSL functions left to
implement.
|
|
|
|
|
|
|
| |
* object_rez event should now be sent to all scripts in the prim
* Thanks idb!
|
|
|
|
|
|
|
| |
* Introduces missing casts for float, integer, vector, quaterion and string to list
* Thanks idb
|