Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-03 | When teleporting using Hypergrid, show more informative error messages in ↵ | Oren Hurvitz | 4 | -4/+27 | |
case of error | |||||
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given ↵ | Oren Hurvitz | 6 | -42/+140 | |
list of assets exist. This method is used to optimize sending assets with embedded assets: e.g., when a Hypergrid visitor takes an item into the inventory. | |||||
2014-03-27 | Profiles local StorageProvider fix, round 3 | BlueWall | 1 | -1/+1 | |
2014-03-27 | Fix to local StorageProvider override | BlueWall | 1 | -3/+1 | |
2014-03-27 | Add support for specifying non-default StorageProvider | BlueWall | 1 | -0/+3 | |
2014-03-26 | Reinsert code to extract size_x and size_y parameters from GetHomeRegion ↵ | Justin Clark-Casey (justincc) | 1 | -0/+12 | |
response in UserAgentServiceConnector. This is actually code from commits afb2e07 and cf61cdf For as yet unexplained reasons, the section of these commits which changed UserAgentServiceConnector.cs disappeared from its history between approx Feb 5 2014 and Feb 13 2014. This ought to be impossible. More details to follow in opensim-dev mailing list | |||||
2014-03-24 | If prim region crossing fails then don't delete the prim from the original ↵ | Oren Hurvitz | 1 | -1/+8 | |
region Resolves http://opensimulator.org/mantis/view.php?id=6946 | |||||
2014-03-24 | HGAssetService searches for the "HomeURI" setting in several sections: ↵ | Oren Hurvitz | 1 | -4/+4 | |
Startup, Hypergrid, HGAssetService Resolves http://opensimulator.org/mantis/view.php?id=6940 | |||||
2014-03-24 | Moved the linkage between LoginService and HGInventoryService to the config file | Oren Hurvitz | 1 | -4/+5 | |
2014-03-24 | When a user logs-in, automatically create the Suitcase folder | Oren Hurvitz | 2 | -15/+23 | |
This is only done if the Suitcase Inventory Service is used. Previously the Suitcase was created at a later time, which meant that it wasn't shown in the viewer until the viewer was restarted. | |||||
2014-03-24 | When logging in UserAgentServiceConnector, always log the original server ↵ | Oren Hurvitz | 1 | -20/+22 | |
URL (the hostname), not the IP This resolves http://opensimulator.org/mantis/view.php?id=6955 (that patch was modified a bit) | |||||
2014-03-24 | Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field | Oren Hurvitz | 1 | -5/+7 | |
Recent versions of Firestorm and Singularity have started sending the viewer name in the 'Channel' field, leaving only their version number in the 'Viewer' field. So we need to search both of these fields for the viewer name. This resolves http://opensimulator.org/mantis/view.php?id=6952 | |||||
2014-03-24 | Better error messages | Oren Hurvitz | 1 | -15/+15 | |
This resolves http://opensimulator.org/mantis/view.php?id=6936 | |||||
2014-03-20 | If we find an existing suitcase folder in ↵ | Justin Clark-Casey (justincc) | 1 | -0/+4 | |
HGSuitcaseInventoryService.GetRootFolder(), then return that as a response rather than null. Fixes a regression from commit 346644016c529db6ed63aa866c7cf91cec1b635f (Fri Nov 15 23:10:59 2013) This is actually the reverse of zadark's patch in http://opensimulator.org/mantis/view.php?id=6969 But I'm assuming that was a mistake since clearly we should be returning this data - this was original behaviour | |||||
2014-03-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 3 | -2/+92 | |
2014-02-20 | If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
reason and returns null, log and return empty contents rather than throwing an exception that ends up terminating the simulator. | |||||
2014-02-15 | In GridUserService, if a UUID is given consistently use the longest matched ↵ | Justin Clark-Casey (justincc) | 1 | -6/+19 | |
entry (as already done by GetGridUserInfo()) in order to avoid problems with multiple entries. This is to avoid issues where LoggedIn, SetHome, etc were always using the exact UUID match but GetGridUserInfo() would use the longest. Looks to address http://opensimulator.org/mantis/view.php?id=6986 | |||||
2014-02-14 | Change warns associated with UserAgentServiceConnector to debugs, as this is ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted). This is Oren Hurvitz's second patch from http://opensimulator.org/mantis/view.php?id=6956 with a small amount of correction | |||||
2014-02-14 | If calls to UserAgentServiceConnector fail then throw an exception. This ↵ | Justin Clark-Casey (justincc) | 3 | -294/+139 | |
lets the caller decide whether to discard the error or not. This is Oren Hurvitz's 0001 patch from http://opensimulator.org/mantis/view.php?id=6956 but I ended up doing some tweaking to resolve patch application issues. | |||||
2014-02-06 | Fix - Viewer crash during HG Teleport | Roger Kirkman | 1 | -2/+2 | |
Signed-off-by: Robert Adams <misterblue@misterblue.com> | |||||
2014-02-05 | Update the SimianMaptile uploader to accommodate varregions. | Mic Bowman | 1 | -74/+59 | |
2014-02-04 | Final code drop for appearance. Adding Avination's baked texture storage server. | Melanie | 1 | -0/+38 | |
2014-01-31 | Make sure Web streams are disposed after use | Oren Hurvitz | 1 | -2/+2 | |
2014-01-30 | Record whether login to home fails because no home set (UUID.Zero) or region ↵ | Justin Clark-Casey (justincc) | 1 | -7/+22 | |
not found. | |||||
2014-01-30 | Add "show grid user" robust/standalone console command for debug purposes. | Justin Clark-Casey (justincc) | 1 | -0/+33 | |
Shows all data on entries which match or start with a given ID. This would usually be a UUID. | |||||
2014-01-24 | varregion: pass region size in more HG services. | Robert Adams | 1 | -0/+12 | |
2014-01-23 | Enable the simulator to handle region size information returned from | Mic Bowman | 1 | -0/+12 | |
a hypergrid gatekeeper. Fields are "size_x" and "size_y". Server side will be updated separately. | |||||
2014-01-16 | Can delete the Offline Messages sent to/from a user. | Oren Hurvitz | 1 | -0/+7 | |
This is useful if the user is deleted. | |||||
2014-01-11 | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 1 | -1/+1 | |
2014-01-04 | Remove some chatty DebugFormat statements. No functional changes. | Robert Adams | 2 | -5/+4 | |
2014-01-04 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2 | -1/+19 | |
CorssRegion, TeleportFinishEvent). Have Simian grid service return the region size. Many teleport related debug log messages. Can be removed when teleport works (like that's ever going to happen). Conflicts: OpenSim/Framework/RegionInfo.cs | |||||
2014-01-04 | varregion: send region size in LLLoginResponse. | Robert Adams | 2 | -1/+13 | |
2014-01-03 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2 | -1/+19 | |
CorssRegion, TeleportFinishEvent). Have Simian grid service return the region size. Many teleport related debug log messages. Can be removed when teleport works (like that's ever going to happen). | |||||
2013-12-28 | Initialize default region size in GridRegion in the no parameter constructor | Robert Adams | 1 | -0/+2 | |
as is used by the grid connector tests. | |||||
2013-12-28 | Add serialization/deserialization of region size to RegionInfo, GridRegion, ↵ | Robert Adams | 2 | -2/+37 | |
and RegionData. This does not modify interfaces or handling of variable sized regions. This only enables the loading and storing of the region size and the reporting of the region size in grid service responses. The database tables already have the code to load and store the region size. | |||||
2013-12-26 | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 5 | -56/+66 | |
with a passed region size. This time in the map code and grid services code. | |||||
2013-12-24 | varregion: add lots of DEBUG level log messages. Especially for teleport. | Robert Adams | 1 | -1/+1 | |
2013-12-16 | Populate user preferences with UserAccount email if it is present, else ↵ | BlueWall | 1 | -0/+61 | |
return an error indicating no email is on record for the user. | |||||
2013-12-14 | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 2 | -4/+4 | |
Rename 'RegionWorldLocX' to 'WorldLocX' and same for Y and Z. This keeps the downward compatibility and follows the scheme of 'region' and 'world' location naming that is happening in the Util module. | |||||
2013-12-06 | Fixed misleading comment | Diva Canto | 1 | -3/+0 | |
2013-12-06 | Add support for user preferences (im via email) | BlueWall | 2 | -0/+17 | |
2013-11-28 | varregion: many replacements of in-place arithmetic with calls to | Robert Adams | 3 | -2/+7 | |
the Util functions for converting world addresses to region addresses and converting region handles to locations. | |||||
2013-11-15 | If HGSuitcaseInventoryService.GetRootFolder() fails to create a suitcase ↵ | Justin Clark-Casey (justincc) | 1 | -6/+13 | |
folder when required, then don't try to store the null and perform other operations on it. Patch from http://opensimulator.org/mantis/view.php?id=6844 Thanks Kira. | |||||
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845 | |||||
2013-11-08 | varregion: elimination of Constants.RegionSize from all over OpenSimulator. | Robert Adams | 3 | -10/+25 | |
Routines in Util to compute region world coordinates from region coordinates as well as the conversion to and from region handles. These routines have replaced a lot of math scattered throughout the simulator. Should be no functional changes. | |||||
2013-11-05 | minor: comment out "SetLastPosition" GridUserService debug message for now. | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
2013-11-02 | varregion: send region size in LLLoginResponse. | Robert Adams | 2 | -1/+13 | |
2013-11-02 | varregion: add linkage for region size in creations and conversions | Robert Adams | 2 | -0/+25 | |
of GridRegion. New variables for size and code to initialize same. | |||||
2013-11-01 | varregion: push TerrainData implementation up and down the database storage ↵ | Robert Adams | 1 | -0/+10 | |
stack. Implement both LoadTerrain and StoreTerrain for all DBs. Move all database blob serialization/deserialization into TerrainData. | |||||
2013-10-29 | Give the caller AddMapTile a valid reason response if this failed due to ↵ | Justin Clark-Casey (justincc) | 1 | -8/+11 | |
blank response from server or connection failure. Raise log lines which indicate problems to warning from debug |