Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 1 | -41/+41 | |
| | | | | | - trim trailing whitespace | |||||
* | More on dynamic hyperlinks. Making the 4096 check (deregistration of region) ↵ | diva | 2009-02-01 | 1 | -2/+2 | |
| | | | | work in grid mode. | |||||
* | Fixed logic for sending foreign user information (HG). | diva | 2009-01-03 | 1 | -5/+16 | |
| | ||||||
* | Another interregion comms change that will not work well with previous ↵ | diva | 2009-01-03 | 3 | -20/+39 | |
| | | | | | | | versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE. Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms. | |||||
* | Minor fix for HG request neighbors. Should not return hyperlink neighbors, ↵ | diva | 2009-01-01 | 2 | -4/+4 | |
| | | | | | | | only neighbors on the same grid. I'm still not sure if this is a bug or a feature, so this may change again. My first commit of 2009 -- Happy New Year! | |||||
* | Minor bug fix in HG home regions management, removing the use of ↵ | diva | 2008-12-31 | 1 | -8/+15 | |
| | | | | m_knownRegions.Count for creating the local handler. Local handlers are now created using a random number generator. | |||||
* | Backing off from the accidental removal one of the most valued 'features' of ↵ | diva | 2008-12-24 | 1 | -2/+2 | |
| | | | | the HG: the ability to TP to regions on the grid that don't run HG. *smiles* | |||||
* | Better error handling for expect_hg_user on the HG. | diva | 2008-12-24 | 2 | -2/+12 | |
| | ||||||
* | Attempt at fixing the HG home jump by looking up hyperlink regions before ↵ | diva | 2008-12-15 | 1 | -2/+2 | |
| | | | | grid-local regions. | |||||
* | Mantis #2584 (again) | Melanie Thielker | 2008-11-30 | 1 | -0/+1 | |
| | | | | | | Next step of diva's TP fixes and HG support | |||||
* | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 2008-11-28 | 1 | -2/+1 | |
| | ||||||
* | * Remove unused and largely unimplemented UpdateUserCurrentRegion() | Justin Clarke Casey | 2008-11-27 | 1 | -6/+0 | |
| | | | | | | * please say if this causes you a problem | |||||
* | Update svn properties. | Jeff Ames | 2008-11-25 | 7 | -3366/+3366 | |
| | ||||||
* | * minor: eliminate mono compiler warnings | Justin Clarke Casey | 2008-11-25 | 3 | -8/+8 | |
| | ||||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 2008-11-25 | 7 | -0/+3366 | |
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva! |