aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-04Remove some chatty DebugFormat statements. No functional changes.Robert Adams2-5/+4
2014-01-04varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2-1/+19
2014-01-04varregion: send region size in LLLoginResponse.Robert Adams2-1/+13
2014-01-03varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2-1/+19
2013-12-28Initialize default region size in GridRegion in the no parameter constructorRobert Adams1-0/+2
2013-12-28Add serialization/deserialization of region size to RegionInfo, GridRegion, a...Robert Adams2-2/+37
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams5-56/+66
2013-12-24varregion: add lots of DEBUG level log messages. Especially for teleport.Robert Adams1-1/+1
2013-12-16Populate user preferences with UserAccount email if it is present, else retur...BlueWall1-0/+61
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2-4/+4
2013-12-06Fixed misleading commentDiva Canto1-3/+0
2013-12-06Add support for user preferences (im via email)BlueWall2-0/+17
2013-11-28varregion: many replacements of in-place arithmetic with calls toRobert Adams3-2/+7
2013-11-15If HGSuitcaseInventoryService.GetRootFolder() fails to create a suitcase fold...Justin Clark-Casey (justincc)1-6/+13
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams3-10/+25
2013-11-05minor: comment out "SetLastPosition" GridUserService debug message for now.Justin Clark-Casey (justincc)1-1/+2
2013-11-02varregion: send region size in LLLoginResponse.Robert Adams2-1/+13
2013-11-02varregion: add linkage for region size in creations and conversionsRobert Adams2-0/+25
2013-11-01varregion: push TerrainData implementation up and down the database storage s...Robert Adams1-0/+10
2013-10-29Give the caller AddMapTile a valid reason response if this failed due to blan...Justin Clark-Casey (justincc)1-8/+11
2013-10-07varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams1-2/+2
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)16-16/+16
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2-4/+4
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2-4/+4
2013-09-03Fix logic errors in "show grid users online" console command which didn't act...Justin Clark-Casey (justincc)1-3/+2
2013-09-03Add experimental "show grid users online" console command to show grid users ...Justin Clark-Casey (justincc)1-0/+39
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)6-4/+90
2013-08-28Do not add a port zero to end of the hypergrid gateway host name.Robert Adams1-1/+4
2013-08-26Revert "Make HG logins fall back to fallback regions if the desired region fa...Justin Clark-Casey (justincc)1-24/+3
2013-08-26Revert "Added some more debug messages."Justin Clark-Casey (justincc)1-4/+1
2013-08-24Added some more debug messages.Diva Canto1-1/+4
2013-08-24Make HG logins fall back to fallback regions if the desired region fails.Diva Canto1-3/+24
2013-08-23remove redundant return at end of HandleDeregisterRegion()Justin Clark-Casey (justincc)1-2/+0
2013-08-23Make it possible for the "deregister region id" command to accept more than o...Justin Clark-Casey (justincc)1-24/+27
2013-08-22minor: Make logging in GatekeeperService.LoginAgent() a bit more detailed so ...Justin Clark-Casey (justincc)1-4/+8
2013-08-22Revert "Implement ability for hg logins to try fallback regions just like loc...Justin Clark-Casey (justincc)1-39/+5
2013-08-21Implement ability for hg logins to try fallback regions just like local logins.Justin Clark-Casey (justincc)1-5/+39
2013-08-17minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGridJustin Clark-Casey (justincc)2-9/+2
2013-08-17minor: Make log messages consistent in NeighbourServicesConnectorJustin Clark-Casey (justincc)1-6/+6
2013-08-05Remove some debugging from simian connectors.Mic Bowman2-3/+11
2013-07-31Experimental comment to eneralize the handling of Linden caps when theMic Bowman1-0/+179
2013-07-31A pretty major restructuring of the simian method invocations in order toMic Bowman11-282/+578
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-0/+1
2013-07-26Force map tiler to save Water.jpg as an actual jpeg format it seems even thou...nebadon1-1/+1
2013-07-21Better version of previous commitDiva Canto1-2/+6
2013-07-21Add the Current Outfit folder as an available folder in the SuitcaseInventory.Diva Canto1-0/+16
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto1-0/+3
2013-07-14HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto2-90/+199
2013-07-14Minor typo in log messageDiva Canto1-1/+1