| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Update and UpdateMovement now first stores array to avoid collection update exceptions
* Ignored some bins
|
|
|
|
|
|
|
|
|
|
|
| |
server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be).
* Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first]
* Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll.
This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
|
|
|
|
| |
the console to send alerts use : alert general <message> , for a instance wide message , or use alert firstname secondname <message> to send a alert to one user. (TODO: add region wide messages).
|
| |
|
|
|
|
| |
prim, just create a new libsecondlife.Primitive.ParticleSystem() and then call AddNewParticleSystem() on the OpenSim particle : we really need to rename our particle class to stop conflict with the one in libsl.
|
| |
|
| |
|
|
|
|
|
| |
* Refactored a lot of m_* and public -> wrappers
|
| |
|
| |
|
|
|
|
|
|
|
| |
primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to.
Removed some unused code from SimpleApp.
|
|
|
|
|
|
|
| |
events in EventManager
*Prim count and sim-wide prim count correctly reflect object bonus multiplier
|
|
|
|
|
|
| |
**No restrictions yet in place, or total prim count
|
| |
|
|
|
|
|
|
|
| |
haven't added the project to prebuild.xml yet.
Also might have messed up some of the SVN properties on some of the folders, so if the cleaning lady has to come in again, I just hope she doesn't moan.
|
|
|
|
|
|
| |
Done some work of fixing primitive/SceneObject copying.
Set DefaultHome region to 1000,1000.
|
|
|
|
| |
instead - w00t!
|
|
|
|
| |
LLSDStreamhandler system.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
and rotations should now be correct (for both groups and on editing individuals of a group). Resizing still needs work.
|
|
|
|
|
| |
updated Axiom.MathLib.dll.
|
| |
|
|
|
|
|
| |
* added some licensing info
|
|
|
|
| |
www.opensimulator.org rather than lbsa71's being there.
|
|
|
|
| |
progress as is all). Committing now as I've finished for the night and will be continued tomorrow.
|
| |
|
|
|
|
| |
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.
|
|
*Some folder renaming to follow project Name
*Updated prebuild.xml
|