| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -4/+3 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-11 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 2014-01-11 | 1 | -1/+1 |
| * | | Remove some chatty DebugFormat statements. No functional changes. | Robert Adams | 2014-01-04 | 2 | -5/+4 |
| * | | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2014-01-04 | 2 | -1/+19 |
| * | | varregion: send region size in LLLoginResponse. | Robert Adams | 2014-01-04 | 2 | -1/+13 |
* | | | 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 | 2 | -2/+37 |
* | | | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2014-01-03 | 2 | -1/+19 |
* | | | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 2013-12-26 | 5 | -56/+66 |
* | | | 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 | 4 | -4/+81 |
|\ \ \
| |/ / |
|
| * | | Populate user preferences with UserAccount email if it is present, else retur... | BlueWall | 2013-12-16 | 1 | -0/+61 |
| |/ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-12-06 | 2 | -0/+17 |
| |\ |
|
| | * | Add support for user preferences (im via email) | BlueWall | 2013-12-06 | 2 | -0/+17 |
| * | | 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 | 2 | -4/+4 |
* | | varregion: many replacements of in-place arithmetic with calls to | Robert Adams | 2013-11-28 | 3 | -2/+7 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-11-24 | 1 | -6/+13 |
|\ \
| |/ |
|
| * | If HGSuitcaseInventoryService.GetRootFolder() fails to create a suitcase fold... | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -6/+13 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-11-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -1/+1 |
* | | varregion: elimination of Constants.RegionSize from all over OpenSimulator. | Robert Adams | 2013-11-08 | 3 | -10/+25 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-11-05 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | minor: comment out "SetLastPosition" GridUserService debug message for now. | Justin Clark-Casey (justincc) | 2013-11-05 | 1 | -1/+2 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-11-04 | 1 | -8/+11 |
|\ \
| |/ |
|
| * | Give the caller AddMapTile a valid reason response if this failed due to blan... | Justin Clark-Casey (justincc) | 2013-10-29 | 1 | -8/+11 |
* | | varregion: send region size in LLLoginResponse. | Robert Adams | 2013-11-02 | 2 | -1/+13 |
* | | varregion: add linkage for region size in creations and conversions | Robert Adams | 2013-11-02 | 2 | -0/+25 |
* | | varregion: push TerrainData implementation up and down the database storage s... | Robert Adams | 2013-11-01 | 1 | -0/+10 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-10-07 | 16 | -16/+16 |
|\ \
| |/ |
|
| * | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 16 | -16/+16 |
* | | 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 | 2 | -4/+4 |
|/ |
|
* | Fix logic errors in "show grid users online" console command which didn't act... | Justin Clark-Casey (justincc) | 2013-09-03 | 1 | -3/+2 |
* | Add experimental "show grid users online" console command to show grid users ... | Justin Clark-Casey (justincc) | 2013-09-03 | 1 | -0/+39 |
* | Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo... | Justin Clark-Casey (justincc) | 2013-09-02 | 6 | -4/+90 |
* | Do not add a port zero to end of the hypergrid gateway host name. | Robert Adams | 2013-08-28 | 1 | -1/+4 |
* | Revert "Make HG logins fall back to fallback regions if the desired region fa... | Justin Clark-Casey (justincc) | 2013-08-26 | 1 | -24/+3 |
* | Revert "Added some more debug messages." | Justin Clark-Casey (justincc) | 2013-08-26 | 1 | -4/+1 |
* | Added some more debug messages. | Diva Canto | 2013-08-24 | 1 | -1/+4 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-08-24 | 1 | -26/+27 |
|\ |
|
| * | remove redundant return at end of HandleDeregisterRegion() | Justin Clark-Casey (justincc) | 2013-08-23 | 1 | -2/+0 |
| * | Make it possible for the "deregister region id" command to accept more than o... | Justin Clark-Casey (justincc) | 2013-08-23 | 1 | -24/+27 |
* | | Make HG logins fall back to fallback regions if the desired region fails. | Diva Canto | 2013-08-24 | 1 | -3/+24 |
|/ |
|
* | minor: Make logging in GatekeeperService.LoginAgent() a bit more detailed so ... | Justin Clark-Casey (justincc) | 2013-08-22 | 1 | -4/+8 |