| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This reverts commit bb402d0d95c934fbcd8b1c03e228ec1d0a14f14d.
|
|\
| |
| |
| | |
ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
| | |
|
|\ \
| |/
| |
| | |
ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
| | |
|
|\ \
| |/
| |
| | |
ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
llListFindList() which always returns -1 when you compare with the list from those functions.
*llCSV2List
*llGetAnimationList
*llGetLinkPrimitiveParams
*llGetObjectDetails
*llGetParcelDetails
*llGetParcelPrimOwners
*llGetPrimitiveParams
*GetLinkPrimitiveParamsEx
*osGetAgents
*osMatchString
*osGetLinkPrimitiveParams
*osGetPrimitiveParams
*osGetAvatarList
|
| | |
| | |
| | |
| | | |
(setting SculptData is done through the property)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Unable to get to the bottom of why resizing a mesh fails to properly reset the physics proxy, when toggling phantom does
After a mesh is generated, the existing sculptdata is set to zero in PrimitiveBaseShape to save memory
When phantom is toggled, the sculptdata is regenerated before remeshing.
But on resize, the sculptdata is not regenerated.
So clearly, resetting sculptdata is possible, but haven't quite been able to pin down how this is being done when phantom is toggled.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
an existing one with the same id.
We compare existing and loaded asset by doing an SHA1 on both, so that a changed library asset will still update the store.
This cuts asset library load time from 10 seconds to <1 sec.
Note, a fix on the previous commit revealed a bug where a library script cannot be copied except on the first login after a cache clear.
This is unrelated to this commit and needs to be fixed at some subsequent time.
|
| | |
| | |
| | |
| | |
| | |
| | | |
item id isn't found.
making this query is legitimate and so the log line can cause false positivies. It is up to callers to log an error if appropriate.
|
| | | |
|
| | |
| | |
| | |
| | | |
CanGetAgentInventoryItem() to improve code readability
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
CraeteMeshFromPrimMesher() method
Also remove some of the logging spam left in from the last commit.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As per http://wiki.secondlife.com/wiki/Mesh/Mesh_Asset_Format, some submesh blocks may just have the flag "NoGeometry" to signal that they provide no mesh data.
If a block contains this, ignore it for meshing purposes rather than suffer a ClassCastException
This fixes physics proxy meshing, so you can now walk through mesh doorways, properly stand on the trailer of mesh trucks, etc.
To get mesh physics proxy, the UseMeshiesPhysicsMesh must be true in a [Mesh] config section in OpenSim.ini (example in OpenSimDefaults.ini).
Convex hull physics not currently supported.
|
| | |
| | |
| | |
| | | |
added in the last commit
|
| | |
| | |
| | |
| | | |
to improve code readability
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
AllowMeshUpload flag in [Mesh] (in OpenSimDefaults.ini)
Default is on.
|
| | |
| | |
| | |
| | | |
needs its own cap)
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
thank you dahlia and lkalif for helping to make this happen!
|
|/ /
| |
| |
| | |
going to help squash bugs!
|
| |
| |
| |
| | |
in attachments! Breaks resizers!!!
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
allow them always to enter that parcel."
This reverts commit b8e7258051abab3e1310dd8b08cb1d2e09fa21e3.
Letting this go in would prevent land owners from banning someone who would
have incidental editing rights through a group. The land owner should be the
only unbannable person.
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This matches the ability to disable the memory part
This is controlled through the FileCacheEnabled parameter in FlotsamCache.ini
Default is true, so existing installations are not affected.
Improved fcache command feedback when various caches are disabled.
Re-enabled test for flotsam cache with file caching disabled.
|
| |
| |
| |
| | |
already been done for the memory cache
|
| |
| |
| |
| | |
Disabled temporarily since file system caching disrupts subsequent test runs
|
| |
| |
| |
| |
| |
| |
| | |
always to enter that parcel.
This is patch http://opensimulator.org/mantis/view.php?id=5567
Thanks Snoopy!
|
| |
| |
| |
| |
| |
| |
| | |
via RemoteAdmin
This is http://opensimulator.org/mantis/view.php?id=5453
Thanks Michelle Argus!
|
| |
| |
| |
| | |
the scene presence exists
|
| |
| |
| |
| |
| |
| | |
indirectly via a timer
no obvious reason for doing this asynchonously, especially as the caller was sleeping in order to pick up the response anyway!
|
| |
| |
| |
| |
| |
| | |
user expectations.
It also matches the default setting in the OpenSim.ini.example file
|
| |
| |
| |
| |
| |
| | |
automatically by dereferencing .git/HEAD
A blank bin/.version file will stop this being displayed.
|
| |
| |
| |
| | |
bin/.version doesn't necessary have to be a git hash
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
If a user with a very large inventory right-clicks on their "My Inventory" folder, viewer 1 code will send a massive number of Fetchinventory requests.
Even though each is handled asynchronously via a pool thread, the sheer frequency of requests overwhelms the pool and freezes inbound packet handling.
This change makes the first Fetchinventory thread also handle subsequent requests, freeing up the other threads.
Further efficiencies could be made by handling all the items in a particular FetchInventory request together, rather than separately.
|
| |\ |
|
| | |
| | |
| | |
| | | |
Fix an invalid cast exception while decoding new mesh asset format.
|
| | | |
|
| |/
| |
| |
| | |
consistency
|