Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More debug to try to diagnose a problem with region registration. | Diva Canto | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -1/+1 |
|\ | |||||
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵ | John Hurliman | 2009-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization? | ||||
* | | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 2009-09-29 | 1 | -1/+3 |
| | | | | | | | | Make all current modules support the configuration name option | ||||
* | | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -1/+1 |
| | | |||||
* | | Added test GridClient, which allowed me to remove a few bugs out of the new ↵ | Diva Canto | 2009-09-24 | 1 | -1/+3 |
| | | | | | | | | code. | ||||
* | | Adding the deserializer for server form/xml replies | Melanie | 2009-09-19 | 1 | -0/+42 |
| | | |||||
* | | Adding Xml serialization of Dictionary<string, object> where object | Melanie | 2009-09-19 | 1 | -0/+72 |
|/ | | | | | is either another Dictionary<string, object> or a value that is convertible to a string. | ||||
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 1 | -1/+28 |
| | | | | functionality yet. | ||||
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -3/+10 |
| | | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Added OpenSim.Server.Handlers.Tests project | lbsa71 | 2009-05-27 | 1 | -5/+3 |
| | | | | | | * Added AssetServerGetHandlerTests - not really wired up yet; more to come. * Ignored some gens | ||||
* | * Re-enable save oar test by loading asset data plugins from test mock class | Justin Clarke Casey | 2009-05-18 | 1 | -0/+7 |
| | | | | | | * Actually spit out the exception caught by the plugin loader - not much point having plugins throw exceptions if we are just going to ignore them | ||||
* | Nonowrking intermadiate commit,, DO NOT USE | Melanie Thielker | 2009-05-18 | 1 | -0/+148 |