| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.)
Also this revision may not work on mono, but that will be fixed soon.
|
|
|
|
| |
of enabling the new SceneObject classes.
|
|
|
|
| |
works for now.
|
|
|
|
| |
download), but still a few problems, it seems that the client has a quite short timeout for receiving a texture and if the whole texture isn't sent within this time, the client will request the texture again, With quite small textures this is fine, but it seems that with larger textures we can't send them fast enough and a infinite loop develops where the client keeps requesting a texture and we keep trying to send it, but are never fast enough. So I've for now put code in that so that the server will try to send a texture only once and then after that will ignore future requests from that client for that texture.
|
|
|
|
| |
tries to load them.
|
|
|
|
|
|
|
| |
xml file (OpenSimAssetSet.xml). (remember to make changes to the set, you will also need to delete the old asset .yap file, so that it is recreated).
Also the set of items in the OpenSim inventory Library can also now be set from a xml file (OpenSimLibrary.xml).
|
|
|
|
| |
even after you cross a region boundary.
|
|
|
|
| |
things are kept in sync.
|
|
|
|
|
| |
Updated libsl to latest version.
|
|
|
|
|
|
|
|
| |
/Part2).
Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional).
Added SendLoadURL method to IClientAPI.
|
|
|
|
|
|
| |
where you could only login once with a given id in standalone mode.
|
| |
|
|
|
|
| |
folder or anything so there is at the moment no way to recover deleted objects.
|
|
|
|
|
|
|
| |
* DB4o no longer crashes the sim on Startup
* DB4o now crashes the sim on shutdown.
* Variety of console verbosity fixes.
|
|
|
|
|
|
|
| |
clothes, although their still seems to be a few problems with the clothes, in that sometimes other avatar's default clothes are white.
At last, removed the need for the avatar-texture.dat file. (Please never come back).
|
|
|
|
|
|
|
|
| |
you only see your own avatar correctly, all other user's avatars show up as the old ruth. This will be fixed soon.
We also need better clothing for the new ruth and to edit the body shape.
To get this working you will need to delete your asset yap file and also in grid mode the user server needs to be updated.
|
|
|
|
|
|
|
|
| |
everything.
Like, I removed the Obsolete from the old caps method as at this time not all caps calls can use the new Caps stream method as it doesn't properly deal with LLSD Arrays.
Now down to 3 warnings on the events in IClientAPI and for now I think we have to live with them as I think most of those events will be used.
|
|
|
|
|
| |
Fixed a number of bugs in the AssetCache related to asset downloading.
|
|
|
|
| |
into asset format and add that.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
* Removed unused LoginService
* Minor renames on BinaryStreamHandler
|
|
|
|
| |
InstantMessages will no longer crash the server. But they still aren't really working correctly, you can't type replies to received messages.
|
|
|
|
|
| |
Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
should make sure the wiki is updated.
|
| |
|
|
|
|
|
|
| |
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login
*Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
|
|
|
|
|
|
|
|
|
| |
better NetworkServersInfo class
*Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now.
**After this is fixed, grid mode should work!
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updated SimpleApp with various introduced dependencies
* Extracted ScenePrescence creation in Scene
* removed try-catchall from UserManagerBase (that actually hid a bug)
* Refactored RegionInfo
* handle is calculated
* it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized
* Removed superfluous 'ref' keywords
* Removed a shitload of 'catch Exception e' that causes build warnings
* Lots of small refactorings, renames et c
* Ignored some bins
|
| |
|
| |
|
|
|
|
|
|
|
| |
in sandbox mode)
*Various small renamings
|
|
|
|
|
|
| |
*Added support for getting user profile information from remote grid server (untested)
*Updated prebuild.xml
|
|
|
|
|
| |
*Added base support for setting up a master user
|
| |
|
|
|
|
|
|
| |
*Removed .user, .suo, and unneccessary files in /bin/Physics/
*OpenSim.sln should compile with nant and on windows now
|
|
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.
|