aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data/SimProfileData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-171-192/+0
|
* Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed ↵Tedd Hansen2007-09-131-1/+0
| | | | member names to smallcapsy.
* Fixed DNS resolve bug for Grid mode on multi-Homer systems.Tedd Hansen2007-09-121-0/+1
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* changed to native line ending encodingSean Dague2007-07-161-192/+192
|
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-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.
* *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2007-07-051-0/+70
| | | | | | *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
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-5/+3
| | | | | * added some licensing info
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+114
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.