| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
state issue
|
|\ |
|
| |
| |
| |
| | |
will not work if the instance is not created when the method returns.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
is fully rezzed and all scripts in it are instantiated. This ensures that link
messages will not be lost on rez/region crossing and makes heavily scripted
objects reliable.
|
| |
| |
| |
| |
| |
| | |
If serverside permissions are off then this works as expected. Previously, it was impossible for more than one person to edit such items even if permissions were off.
If serverside permissions are on then this works as expected if the object was created by an avatar who had the required group active.
However, if the group for the object is later set then the contained item is still not editable. This may be linked to a wider bug where the object is still not modifiable by the group anyway
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
thread. It should block only for the case of being called by
CapsUpdateTaskInventoryScriptAsset().
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | | |
until after its OnRezScript() returns so that script compile error
messages can be retrieved
|
| |\ \ |
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | | |
modules can use it
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
This brings careminster on the level of master. To be tested
|
| |\ \
| | |/
| | |
| | | |
This brings presence-refactor up to master again
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | | |
This was a large, heavily conflicted merge and things MAY have got broken.
Please check!
|
| | | |
|
| | | |
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | | |
This reverts commit 968b9e160d70568fbdea5b190d1386e9431316e3.
|
| | | |
|
| | |
| | |
| | |
| | | |
Extend load oar test to check loading of a sound item
|
| | | |
|
|\ \ \
| |/ / |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When an object was deleted, the remove script instance call was aggregating the scripting events as normal.
This would queue a full update of the prim before the viewer was notifed of the deletion of that prim (QuitPacket)
On some occasions, the QuitPacket would be sent before the full update was dequeued and sent.
In principle, you would think that a viewer would ignore updates for deleted prims. But it appears that in the Linden viewer (1.23.5),
a prim update that arrives after the prim was deleted instead makes the deleted prim persist in the viewer. Such prims have no properties
and cannot be removed from the viewer except by a relog.
This change stops the prim event aggregation call if it's being deleted anyway, hence removing the spurious viewer-confusing update.
|
| |
| |
| |
| |
| |
| | |
Committed from my other box where git is not configured properly
Signed-off-by: Melanie <melanie@t-data.com>
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
doesn't pick up the old state again.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Change the reader to wrap old-style definitions in new style wrappers.
Change importer to not check irrelevant data that can't be reconstructed
This removes the last bit of knowledge of XEngine's .state files from core.
|
| | |
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
pass script state and assembly again properly. Reintroduce respecting tht
TrustBinaries flag. Changes the interregion protocol! No version bump
because it was broken anyway, so with a version mismatch it will simply
stay broken, but not crash. Region corssing still doesn't work because
there is still monkey business with both rezzed prims being pushed across
a border and attached prims when walking across a border. Teleport is
untested by may work.
|
| |
| |
| |
| | |
internally
|
| |
| |
| |
| | |
internally
|
| | |
|
|/
|
|
|
|
|
|
| |
lock handler. This gives us:
- Faster prim inventory actions. Multiple threads can read at once.
- Fixes the known prim inventory thread locks
- In the event of a thread lock occurring, it will usually self heal after sixty seconds with an error message in the console
|
|
|
|
|
|
| |
the case where no scripting engine is enabled
* Added TokenBucket.cs to OpenSim, with some fixes for setting a more accurate MaxBurst value and getting a more accurate Content value (by Drip()ing each get)
|
| |
|
| |
|
|
|
|
| |
allow final deletion of objects. Meant to support the attach(NULL_KEY) event,
|
|
|
|
|
|
| |
Fixes Mantis #3893
|
|
|
|
| |
LICENSE.txt.
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- please see the example. Affects region servers only.
This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing.
Known problems:
* HG asset transfers are borked for now
* missing texture is missing
* 3 unit tests commented out for now
|
|
|
|
|
|
|
|
|
| |
- AssetType isn't InventoryType. Those enums contain different numbers. Use AssetType for the asset type, InventoryType for the inventory type.
- The ToString method (or ToLower) of AssetType/InventoryType doesn't necessarily return the correct LLSD string.
- Replaced several magic numbers by their corresponding enum.
- Fixed the invType for gestures and animations in the library.
This should fix Mantis #3610 and the non-terminating inventory loading
|
|
|
|
|
| |
Cleanup tabs and spacing.
|