| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "commit code which stops full updates being fired multiple times when ... | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -1/+1 |
* | commit code which stops full updates being fired multiple times when attachme... | Justin Clark-Casey (justincc) | 2010-05-27 | 1 | -1/+1 |
* | minor: correctly print out missing item id when it can't be found rather than... | Justin Clark-Casey (justincc) | 2010-05-20 | 1 | -1/+4 |
* | Backported GetTextureModule and IAssetService.GetCached() | John Hurliman | 2010-04-08 | 2 | -0/+16 |
* | minor: fix error inserting field in log message | Justin Clark-Casey (justincc) | 2010-02-17 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -1/+1 |
* | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2010-02-12 | 2 | -30/+43 |
* | endline fix 2 | Teravus Ovares (Dan Olivares) | 2010-02-06 | 1 | -6/+6 |
* | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 2 | -10/+10 |
* | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 2 | -10/+10 |
* | Change the error messages on region region registration. This changes URM | Melanie | 2010-01-13 | 3 | -8/+10 |
* | Remove "login disable", "login enable" and "login status" commands. | Melanie | 2010-01-10 | 1 | -2/+0 |
* | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 2009-12-29 | 2 | -8/+13 |
* | Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se... | Diva Canto | 2009-12-21 | 1 | -2/+13 |
* | * Bug fix in HG: preserve the home region coordinates across multiple HG TPs. | Diva Canto | 2009-12-19 | 2 | -3/+14 |
* | Attempt at fixing mantis #4411. | Diva Canto | 2009-12-11 | 1 | -1/+1 |
* | Same for the remote auth connector | Melanie | 2009-12-07 | 1 | -1/+1 |
* | Remove the old (Remoting) region crossing code. Fix the new code to | Melanie | 2009-11-26 | 2 | -9/+6 |
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-11-09 | 1 | -2/+2 |
* | Fixed a couple of NREs in corner cases. | Diva Canto | 2009-11-03 | 1 | -0/+6 |
* | Make map search work also for hyperlinked regions. | Diva Canto | 2009-10-27 | 1 | -4/+6 |
* | Moved some code up to AddRegion, so that other modules that depend on it don'... | Diva Canto | 2009-10-14 | 1 | -6/+6 |
* | * Fixes http://opensimulator.org/mantis/view.php?id=4225 | Diva Canto | 2009-10-12 | 4 | -1/+49 |
* | Removing dependencies on System.Runtime.Remoting. | Diva Canto | 2009-10-06 | 1 | -0/+4 |
* | GetRegionByPosition: use the cache, Luke. | Diva Canto | 2009-10-05 | 2 | -0/+28 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 2 | -2/+2 |
* | Minor bug fixes. | Diva Canto | 2009-09-29 | 1 | -1/+1 |
* | Fixed bug in Check4096 (HG). | Diva Canto | 2009-09-28 | 1 | -2/+2 |
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-28 | 1 | -1/+28 |
|\ |
|
| * | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -1/+28 |
* | | Improved the Local grid connector to fetch data from the DB when it doesn't f... | Diva Canto | 2009-09-28 | 2 | -2/+15 |
|/ |
|
* | Guarding the methods under if (m_Enabled) | Diva Canto | 2009-09-27 | 1 | -3/+7 |
* | Neighbours cache working. | Diva Canto | 2009-09-27 | 4 | -8/+121 |
* | Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei... | Diva Canto | 2009-09-27 | 2 | -5/+6 |
* | Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c... | Diva Canto | 2009-09-26 | 3 | -26/+232 |
* | Fixed a bug with link-region. | Diva Canto | 2009-09-26 | 2 | -26/+11 |
* | More redirects to HGGridConnector-as-HyperlinkService. | Diva Canto | 2009-09-26 | 2 | -6/+20 |
* | First pass at the heart surgery for grid services. Compiles and runs minimall... | Diva Canto | 2009-09-26 | 4 | -12/+58 |
* | More tests. Seems to be working. | Diva Canto | 2009-09-23 | 1 | -1/+10 |
* | First test passes -- regions being registered and retrieved correctly in Data... | Diva Canto | 2009-09-23 | 1 | -2/+2 |
* | Unit tests for the grid service. Yey! | Diva Canto | 2009-09-23 | 1 | -0/+122 |
* | Changed IGridService to use the new GridRegion data structure instead of old ... | Diva Canto | 2009-09-23 | 4 | -69/+82 |
* | Modules active. Tested HGGridConnector in standalone only for now. Modules co... | Diva Canto | 2009-09-23 | 4 | -12/+30 |
* | Added hg console commands to the module. | Diva Canto | 2009-09-22 | 3 | -5/+567 |
* | Moved RegionName from RegionInfo to SimpleRegionInfo. | Diva Canto | 2009-09-22 | 1 | -24/+59 |
* | Added HGGridConnector and related code. | Diva Canto | 2009-09-22 | 3 | -38/+364 |
* | Added Remote grid connector module. | Diva Canto | 2009-09-21 | 1 | -0/+108 |
* | Added grid handler and grid remote connector. | Diva Canto | 2009-09-21 | 1 | -2/+2 |
* | First pass at LocalGridServiceConnector. Nothing of this is used by the simul... | Diva Canto | 2009-09-18 | 1 | -0/+175 |
* | updated the IAuthorizationService interface so that a message is passed back ... | Rob Smart | 2009-09-16 | 2 | -4/+5 |