aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/CommunicationsManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-051-2/+2
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-051-2/+2
|
* == The "right name and place" commit ==lbsa712007-10-051-1/+0
| | | | | | | | | * Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
* * Renamed IUserServices to IUserServicelbsa712007-10-051-2/+2
|
* Some continuation of lbsa71's refactoring of the CommunicationsManager.MW2007-10-031-0/+55
|
* * Started major restructusing of comms to prepare for better grid and region ↵lbsa712007-09-241-34/+27
| | | | | | | | functionality * Working towards one shared set of services * Killed off two projects with very little functionality
* * Trying to streamline CommunicationsManagerlbsa712007-09-241-10/+9
|
* * reorder and renamelbsa712007-09-241-22/+20
|
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-241-15/+63
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* More work on inventory, can now create other inventory types, like Clothes ↵MW2007-08-151-0/+2
| | | | and body parts. [Note while you can edit these, at the moment your changes won't be saved between restarts. This will be fixed very soon.]
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-251-9/+16
|
* * Some work in progress code: Inventory cache, start of inventory ↵MW2007-07-221-1/+4
| | | | | | | | | | | 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.
* changed to native line ending encodingSean Dague2007-07-161-71/+71
|
* * Moved SendNameReply to ClientViewlbsa712007-07-131-10/+7
| | | | | | * Removed unused LoginService * Minor renames on BinaryStreamHandler
* More work on UserProfile and inventory cache (still currently not enabled).MW2007-07-111-0/+4
| | | | | Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-1/+2
| | | | | | | 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.
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-7/+3
| | | | | * added some licensing info
* Started change to having SceneObject and then that having child Primitives ↵MW2007-07-011-2/+5
| | | | 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.
* *Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen2007-06-281-0/+18
| | | | | | | in sandbox mode) *Various small renamings
* *Master User is now set upmingchen2007-06-281-1/+2
| | | | | | *Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+51
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.