Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-01-10 | All grid servers deleted, including user server. They served us well. | Diva Canto | 1 | -87/+0 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -1/+1 | |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -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. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -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. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2008-07-29 | * Refactored some heavily duplicated RequestSimProfileData functions | lbsa71 | 1 | -2/+2 | |
* Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues. | |||||
2008-07-27 | Update svn properties. | Jeff Ames | 1 | -0/+0 | |
2008-07-24 | * refactor: move remaining user service -> inventory service OGS1 calls into ↵ | Justin Clarke Casey | 1 | -3/+7 | |
the specific inter service class | |||||
2008-07-24 | * Separate out OGS1 calls used between services (rather than from region to ↵ | Justin Clarke Casey | 1 | -0/+67 | |
services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1 |