| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol... | Justin Clark-Casey (justincc) | 2010-06-11 | 1 | -4/+2 |
* | Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve... | Justin Clark-Casey (justincc) | 2010-06-11 | 1 | -2/+4 |
* | Refactor SendCoarseLocations for better performance. Instead of computing lis... | Dan Lake | 2010-06-08 | 1 | -3/+0 |
* | * Changed CreatorIDs consistently to varchar(128) | Diva Canto | 2010-06-08 | 1 | -0/+4 |
* | * Bug fix in TP home: typo in unpacking of GridUserInfo. | Diva Canto | 2010-06-05 | 1 | -0/+11 |
* | Continuing refactor. Refactor DeRezObject to deal with multiple objects | Melanie Thielker | 2010-06-01 | 2 | -2/+29 |
* | Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more" | Melanie | 2010-05-27 | 1 | -13/+1 |
* | Comment noisy "CONNECTION DEBUGGING" messages, because they push more | Melanie Thielker | 2010-05-27 | 1 | -1/+13 |
* | minor: expand upon comments about not scheduling two full updates for attachm... | Justin Clark-Casey (justincc) | 2010-05-24 | 1 | -2/+3 |
* | * Added missing loggout notification to home grid upon agents logging out in ... | Diva Canto | 2010-05-08 | 1 | -0/+8 |
* | GridUserService in place. Replaces the contrived concept of storing user's ho... | Diva Canto | 2010-05-07 | 2 | -5/+13 |
* | Added copying of Viewer field to the agent circuit data that is being passed ... | Diva Canto | 2010-05-05 | 1 | -0/+6 |
* | Avoid duplicate script resumes. Move resume calls to more logical places | Melanie Thielker | 2010-04-19 | 1 | -1/+1 |
* | All scripts are now created suspended and are only unsuspended when the object | Melanie | 2010-04-19 | 1 | -0/+1 |
* | First attempt at fixing mantis #4641. It's better but there are now some issu... | Diva Canto | 2010-03-31 | 1 | -4/+21 |
* | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene... | Dan Lake | 2010-03-19 | 1 | -1/+1 |
* | * UuidGatherer now tracks asset types for assets it discovers. The asset type... | John Hurliman | 2010-03-15 | 1 | -2/+2 |
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+1 |
* | Fix bug where approximately half the time, attachments would rez only their r... | Justin Clark-Casey (justincc) | 2010-03-03 | 1 | -6/+10 |
* | Fixed typo that was affecting the BasicInventoryAccessModule | Diva Canto | 2010-02-24 | 2 | -3/+3 |
* | * Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE... | John Hurliman | 2010-02-23 | 1 | -2/+4 |
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -3/+3 |
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 2 | -5/+6 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 1 | -1/+1 |
|\ |
|
| * | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 2010-02-12 | 1 | -1/+1 |
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 2 | -2/+12 |
|\ \
| |/ |
|
| * | minor: remove one mono compiler warning | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -10/+8 |
| * | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 2 | -86/+57 |
| * | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 2 | -57/+86 |
| * | Let monitor data be requested using either the short form of the name or the | Melanie | 2010-01-16 | 1 | -1/+4 |
* | | Bug fix: change HGBroker to a INonSharedRegionModule | Diva Canto | 2010-01-30 | 1 | -2/+5 |
* | | * HGScene is no more. | Diva Canto | 2010-01-30 | 4 | -0/+1115 |
* | | * HGGridConnector is no longer necessary. | Diva Canto | 2010-01-29 | 2 | -17/+20 |
* | | Works for grid login. | Diva Canto | 2010-01-29 | 2 | -12/+33 |
* | | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 2010-01-28 | 2 | -53/+69 |
* | | Added ExternalName config on Gatekeeper. | Diva Canto | 2010-01-27 | 1 | -0/+1 |
* | | Some method implementations were missing from LocalGridServiceConnector. | Diva Canto | 2010-01-24 | 1 | -0/+2 |
* | | Integrated the hyperlinking with the GridService. | Diva Canto | 2010-01-24 | 1 | -18/+27 |
* | | Go Home works. With security!! | Diva Canto | 2010-01-18 | 2 | -8/+71 |
* | | * Added missing GatekeeperServiceConnector | Diva Canto | 2010-01-18 | 2 | -224/+281 |
* | | * Fixed misspelling of field in GridService | Diva Canto | 2010-01-18 | 2 | -38/+34 |
* | | HG teleports through gatekeeper are working. | Diva Canto | 2010-01-17 | 2 | -17/+12 |
* | | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 2010-01-17 | 2 | -6/+44 |
* | | Oops, forgot this one. | Diva Canto | 2010-01-17 | 1 | -0/+137 |
* | | HG agent transfers are starting to work. Gatekeeper handlers are missing. | Diva Canto | 2010-01-17 | 1 | -229/+240 |
* | | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ... | Diva Canto | 2010-01-16 | 1 | -1/+1 |
* | | Finished moving object crossings into EntityTransferModule | Diva Canto | 2010-01-16 | 1 | -3/+3 |
* | | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 2010-01-16 | 1 | -49/+372 |
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Shorten the names of the tags in monitorstats summary to the immediate type | Melanie | 2010-01-16 | 1 | -1/+5 |