| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
prims on region start.
No user functionality exposed yet - no ini switch to enable persistence or restore. A bit more initial work to do.
|
|
|
|
|
|
|
| |
* shortened references
* Removed redundant 'this'
* Normalized EOF
|
| |
|
|
|
|
|
|
|
| |
so they only display 'guesses' on the console when you rez a prim.
* any math gurus who'd like to improve rezzing need only to make the raytracer in SceneObjectPart work :D
|
|
|
|
|
| |
* Added Angular Velocity reporting for smooth-ish rotations on object collisions
|
| |
|
|
|
|
|
|
| |
* Shortened type references
* Removed redundant 'this' qualifier
|
| |
|
|
|
|
|
|
|
| |
make sense, but maybe we need to handle agentUpdates form children too.
* Ignored some bins
|
| |
|
|
|
|
|
|
|
|
| |
* Deleted stub ScenePresence.Body.cs
* Added stub Region classes
The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
|
|
|
|
|
| |
* 'remove redundant this qualifier' ftw
|
|
|
|
|
|
|
|
| |
* Removed unused BackUp method on EntityBase
* Added overridable InSceneBackup property on SceneObjectGroup
* Refactored out AttachToBackup and DetachFromBackup
* Normalized namespace OpenSim.DataStore.MonoSqliteStorage to OpenSim.DataStore.MonoSqlite
|
|
|
|
|
|
|
| |
multiple objects are based on entitybase and they all don't want the baggage from IScriptHost. SceneObjectPart already implements it anyway.
Added llGetOwner function, and tested the ll functions that I added in last commit.
|
|
|
|
|
|
|
|
| |
* Changed how Script accesses World
* Implemented llSay, llWhisper and llShout
* Added SetText() to IScriptHost, implemented llText
* Minor renamings to conform with code conventions
|
|
|
|
|
|
| |
* This meant introducing AbsolutePosition on all objects (since SimChat wants that)
|
| |
|
|
|
|
|
| |
Updated libsl to latest version.
|
|
|
|
|
|
| |
* Update and UpdateMovement now first stores array to avoid collection update exceptions
* Ignored some bins
|
| |
|
|
|
|
|
| |
* Refactored a lot of m_* and public -> wrappers
|
| |
|
|
|
|
|
|
|
| |
login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now).
Also trying to look at the map in grid mode will crash the server.
|
|
|
|
|
| |
Disabled CAPS asset uploading as it seems it now crashes the server.
|
|
|
|
| |
could be done so. In practice, more work needs to be done.
|
|
|
|
|
| |
updated Axiom.MathLib.dll.
|
| |
|
|
|
|
|
| |
* added some licensing info
|
| |
|
|
which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it.
|