| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
types: gathered all the knowledge into a single class. Added the Mesh content type."
This reverts commit d3a4d67a207976cd0d116bb9021f7dfc896784e8.
Accidentally committed this when I didn't mean to yet.
|
| | |
| | |
| | |
| | | |
Eliminated an extra newline in the console if the log line doesn't contain a category (example of a category: "[ASSETS]").
|
| | |
| | |
| | |
| | | |
gathered all the knowledge into a single class. Added the Mesh content type.
|
| | |
| | |
| | |
| | | |
incomplete list of column names if another thread was creating the list at the same time. Now this is thread-safe.
|
| | |
| | |
| | |
| | | |
Previously NULL fields were converted to an empty string due to the use of ToString(). But if the field was an Int (e.g., "locZ"), then the subsequent attempt to convert an empty string to an int caused an exception. Now the field is null so we don't try to convert it, so there's no exception.
|
| | | |
|
| | |
| | |
| | |
| | | |
chiefly some break up of the long line.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
from ODEPrim.SetGeom.
This occurred in 7a574be3fd from Sat 21 Apr 2012.
This should fix collision detection.
Mnay thanks to tglion for the spot and the fix in http://opensimulator.org/mantis/view.php?id=5988
|
| | | |
|
| | |
| | |
| | |
| | | |
Improve output table formatting.
|
| | |
| | |
| | |
| | |
| | |
| | | |
These behave identically to llAttachToAvatar() and llDetachFromAvatar() except that they do not enforce the PERMISSION_ATTACH check
Intended for use in completely controlled dedicated environments where these checks are more a UI hinderance than a help.
Threat level high.
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
GetSelfInventoryItem()
However, at some point it would be far more convenient to receive the TaskInventoryItem in the constructor rather than just the item UUID, so we don't have to constantly refetch our self item.
|
|/ /
| |
| |
| | |
There's no point look up an item ID that we already have.
|
| | |
|
| |
| |
| |
| | |
order to test more code paths.
|
| |
| |
| |
| |
| |
| |
| |
| | |
rather than setting phantom.
This was an oversight when removing some race conditions from PhysicsActor setting recently.
Regression tests extended to probe this code path.
Extending regression tests required implementation of a BasicPhysicsPrim (there was none before). However, BasicPhysics plugin is still of no current practical use other than to fill in as a component for other parts of regression testing.
|
| |
| |
| |
| | |
disableBody() sets Body == IntPtr.Zero on all code paths.
|
| | |
|
| | |
|
| |
| |
| |
| | |
non-physical
|
| |
| |
| |
| |
| |
| |
| |
| | |
would make the non-physical prim phantom rather than part of the physics object.
On region restart, the whole object would become physical as expected.
Observed behaviour from elsewhere is that all prims in a new linkset should take on the status of the root prim.
Add regression test for this behaviour.
|
| |
| |
| |
| | |
Also fixes last build break.
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
prim_geom == IntPtr.Zero only before a new add prim taint is processed (which is the first taint) or in operations such as scale change which are done in taint or under lock.
Therefore, we can remove these checks which were not consistently applied anyway.
If there is a genuine problem, better to see it quickly in a NullReferenceException than hide the bug.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
disposal of uninitialized variables.
This issue doesn't cause the mono 2.10.5 compiler to fail but appears to cause the windows compiler to fail.
Resolves http://opensimulator.org/mantis/view.php?id=5973
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
position as well as the body position
This is necessary to stop the moved prim snapping back to the original position on deselection if moved only once
This resolves http://opensimulator.org/mantis/view.php?id=5966
|
| |
| |
| |
| | |
simply dropping the reference if the existing file didn't contain a bitmap of the same size.
|
| |
| |
| |
| | |
JPEG.cs
|
| |
| |
| |
| | |
GatekeeperServiceConnector.GetMapImage()
|
| |
| |
| |
| |
| |
| |
| |
| | |
in OpenSim\Region\CoreModules\World\Terrain\FileLoaders\GenericSystemDrawing.cs
Ln 67
Apply Justin's solution
Signed-off-by: Garmin Kawaguichi <garmin.kawaguichi@magalaxie.com>
|
| |
| |
| |
| | |
BaseHttpServer.HandleRequest()
|
| |
| |
| |
| |
| |
| |
| | |
floor when lured by short avatars.
This involves giving the ceiling of the Z-component in a lure rather than the floor.
Ideally we would give the exact float compensating for relative avatar height but it looks like that isn't possible with the parcel id format used in lures
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
This replaces the Parts count which was rather pointless for a prim (it was either 1 if a child or the number of parts if the root).
This information is still avaliable on the "show object" command.
|
|/ / |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
Cut down on the logging spam.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
structured
storage (dictionaries and arrays of string values) for scripts and region modules.
In addition, there are operations on the storage that enable "real" distributed
computation between scripts through operations similar to those of a tuple space.
Scripts can share task queues, implement shared locks or semaphores, etc.
The structured store is limited to the current region and is not currently
persisted. However, script operations are defined to initialize a store from a notecard
and to serialize the store to a notecard.
Documentation will be posted to the opensim wiki soon.
|
| |
| |
| |
| | |
location
|
|/
|
|
| |
methods directly rather than through Scene may allow race conditions.
|
| |
|
| |
|