aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/Communications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
|
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+16
| | | | | | | | | Active gestures are sent as part of the login-response. Added fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and NHibernate. Using the empty ones won't cause errors, but doesn't provide persistence either, of course.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Formatting cleanup.Jeff Ames2008-08-181-3/+3
|
* * Refactored some heavily duplicated RequestSimProfileData functionslbsa712008-07-291-2/+2
| | | | | * Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues.
* Update svn properties.Jeff Ames2008-07-271-0/+0
|
* * refactor: move remaining user service -> inventory service OGS1 calls into ↵Justin Clarke Casey2008-07-241-3/+7
| | | | the specific inter service class
* * Separate out OGS1 calls used between services (rather than from region to ↵Justin Clarke Casey2008-07-241-0/+67
services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1