aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ↵MW1-0/+6
if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).
2007-07-31clear userAgent state on client shutdown, which fixes the issueSean Dague1-0/+6
where you could only login once with a given id in standalone mode.
2007-07-27Should now have version 0.1 of our new ruth default avatar. At the moment, ↵MW1-1/+5
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.
2007-07-25Added the default shape to the OpenSim library. Now need to get the new ruth ↵MW1-0/+8
into asset format and add that.
2007-07-25Start of the OpenSim library , for now only contains a few textures. MW1-1/+1
2007-07-22* Some work in progress code: Inventory cache, start of inventory ↵MW1-3/+10
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.
2007-07-19Some work on Inventory (not yet finished or enabled)MW1-0/+2
2007-07-16changed to native line ending encodingSean Dague9-1074/+1074
2007-07-11More work on UserProfile and inventory cache (still currently not enabled).MW1-3/+3
Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
2007-07-11updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW1-0/+12
branch, so when they have a trunk version that is 1.18 ready, best to update again). Started some work on a userProfile/inventory cache.
2007-07-10Gird mode in sugilite should now work in so far as you should be able to ↵MW1-0/+10
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.
2007-07-08* By popular demand, all generated build files are now deleted. Somebody ↵lbsa712-171/+0
should make sure the wiki is updated.
2007-07-08(no commit message)lbsa712-21/+18
2007-07-08* Fixed building - something weird is happening with prebuild though, not ↵Adam Frisby1-13/+21
adding XMLRPC.DLL to the references for Framework.Data
2007-07-08* Updating prebuildAdam Frisby2-29/+21
2007-07-05*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen3-21/+99
*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
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa719-31/+6
* added some licensing info
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa713-9/+9
* 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
2007-06-29*Deleted Logger.cs from OpenSim.Frameworkmingchen2-8/+8
2007-06-28* Removed J# language support because it has issues with Mono.Adam Frisby2-8/+8
2007-06-28*Master User is now set upmingchen2-8/+8
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW2-6/+56
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-2/+2
prebuild.xml though
2007-06-27*Updated prebuild.xml and ran prebuild againmingchen2-18/+6
*Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now