| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 2014-04-23 | 1 | -17/+0 |
* | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 1 | -0/+3 |
* | Better error-handling when storing assets: recognize that 'null' is an error ... | Oren Hurvitz | 2014-04-20 | 1 | -1/+1 |
* | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 2014-04-09 | 3 | -5/+18 |
* | Allow invalidating the users cache | Oren Hurvitz | 2014-04-08 | 1 | -0/+2 |
* | When sending QueryAccess to a region, also send the user's Home URI | Oren Hurvitz | 2014-04-07 | 2 | -1/+24 |
* | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 2014-04-06 | 1 | -1/+1 |
* | When teleporting using Hypergrid, show more informative error messages in cas... | Oren Hurvitz | 2014-04-03 | 1 | -1/+1 |
* | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 2014-04-02 | 1 | -0/+7 |
* | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 2014-03-18 | 1 | -0/+1 |
* | If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some r... | Justin Clark-Casey (justincc) | 2014-02-20 | 1 | -1/+1 |
* | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-02-14 | 1 | -4/+36 |
|\ |
|
| * | If calls to UserAgentServiceConnector fail then throw an exception. This lets... | Justin Clark-Casey (justincc) | 2014-02-14 | 1 | -4/+36 |
* | | Final code drop for appearance. Adding Avination's baked texture storage server. | Melanie | 2014-02-04 | 1 | -0/+38 |
* | | Merge branch 'master' into varregion | Robert Adams | 2014-01-19 | 1 | -0/+7 |
|\ \ |
|
| * \ | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-16 | 1 | -0/+7 |
| |\ \
| | |/ |
|
| | * | Can delete the Offline Messages sent to/from a user. | Oren Hurvitz | 2014-01-16 | 1 | -0/+7 |
* | | | Merge branch 'master' into varregion | Robert Adams | 2014-01-11 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Remove some chatty DebugFormat statements. No functional changes. | Robert Adams | 2014-01-04 | 1 | -2/+2 |
| * | | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2014-01-04 | 1 | -0/+14 |
* | | | Merge branch 'master' into varregion | Robert Adams | 2014-01-04 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Initialize default region size in GridRegion in the no parameter constructor | Robert Adams | 2013-12-28 | 1 | -0/+2 |
| * | | Add serialization/deserialization of region size to RegionInfo, GridRegion, a... | Robert Adams | 2013-12-28 | 1 | -0/+25 |
| |/ |
|
* | | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2014-01-03 | 1 | -0/+14 |
* | | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 2013-12-26 | 1 | -0/+2 |
* | | varregion: add lots of DEBUG level log messages. Especially for teleport. | Robert Adams | 2013-12-24 | 1 | -1/+1 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-12-17 | 3 | -4/+8 |
|\ \
| |/ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-12-06 | 1 | -0/+5 |
| |\ |
|
| | * | Add support for user preferences (im via email) | BlueWall | 2013-12-06 | 1 | -0/+5 |
| * | | Fixed misleading comment | Diva Canto | 2013-12-06 | 1 | -3/+0 |
| |/ |
|
* | | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 2013-12-14 | 1 | -2/+2 |
* | | varregion: elimination of Constants.RegionSize from all over OpenSimulator. | Robert Adams | 2013-11-08 | 1 | -4/+4 |
* | | varregion: add linkage for region size in creations and conversions | Robert Adams | 2013-11-02 | 1 | -0/+21 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-10-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 1 | -1/+1 |
* | | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie... | Robert Adams | 2013-10-07 | 1 | -2/+2 |
* | | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 2013-09-28 | 1 | -2/+2 |
|/ |
|
* | Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo... | Justin Clark-Casey (justincc) | 2013-09-02 | 1 | -0/+1 |
* | Do not add a port zero to end of the hypergrid gateway host name. | Robert Adams | 2013-08-28 | 1 | -1/+4 |
* | Guard against unauthorized agent deletes. | Diva Canto | 2013-07-13 | 1 | -1/+1 |
* | Deleted GET agent all around. Not used. | Diva Canto | 2013-07-13 | 1 | -2/+0 |
* | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 2013-06-21 | 1 | -4/+1 |
* | Adding standard OpenSim header to source files | BlueWall | 2013-05-31 | 1 | -0/+27 |
* | UserProfiles | BlueWall | 2013-05-30 | 1 | -0/+48 |
* | Added an interface to an external ban service. With this commit, the interfac... | Diva Canto | 2013-04-27 | 1 | -0/+48 |
* | Multiattach, part 2 | Melanie | 2013-03-18 | 1 | -3/+9 |
* | Multiattach, part 1 | Melanie | 2013-03-18 | 1 | -1/+8 |
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
* | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
* | Improvement in HGInstantMessageService: account for the existence of an offli... | Diva Canto | 2012-12-04 | 1 | -0/+115 |