Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-25 | refactor: Use simpler auto-implemented property for HttpPort in GridRegion | Justin Clark-Casey (justincc) | 1 | -10/+5 | |
2014-11-25 | minor: Remove compiler warning from GridRegion in IGridService | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-11-25 | minor: remove compiler warning from OpenProfileClient | Justin Clark-Casey (justincc) | 1 | -4/+3 | |
2014-10-26 | bug fix | UbitUmarov | 1 | -1/+1 | |
2014-10-24 | TEST**** wingridproxy detection at grid login. Untested possible not | UbitUmarov | 1 | -2/+2 | |
very reliable. Adds some load even on region servers because of code at BaseHttpServer. | |||||
2014-08-23 | Fix a null ref that will cause an exception if a grid region doesnt' specify ↵ | Melanie Thielker | 1 | -0/+6 | |
a URI. | |||||
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -3/+3 | |
Conflicts: OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs | |||||
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -3/+3 | |
2014-08-06 | OpenSimExtras | BlueWall | 1 | -0/+3 | |
Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation. | |||||
2014-07-21 | On login and first HG entrance to a foreign grid, perform query access ↵ | Justin Clark-Casey (justincc) | 1 | -2/+4 | |
checks before proceeding. | |||||
2014-07-20 | Add code to GridService to check for overlapping of varregions | Robert Adams | 1 | -2/+2 | |
when registering a new region. Adds parameter "[GridService]SuppressVarRegionOverlapCheckOnRegistration=false" that can be turned on to suppress the error check if a simulator's database has old regions that overlap. | |||||
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-06-06 | Added simulation version compatibility check so that agents coming from ↵ | Diva Canto | 1 | -2/+3 | |
0.7.6 to a varregion running in 0.8 and above will be denied teleport, rather than be allowed and crash the viewer. | |||||
2014-05-30 | Moved these two estate-related interfaces to the projects where they belong. | Diva Canto | 1 | -0/+115 | |
2014-05-19 | Tell QueryAccess explicitly whether the user is coming in via Teleport or ↵ | Oren Hurvitz | 1 | -1/+2 | |
Cross, because the permission checks are different. Previously we used a heuristic of checking if the entry position is 0 to differentiate between Teleport and Cross, but that doesn't work anymore since we've started providing the precise entry position for cross, too. That's required in order to ensure that the user is allowed to enter the parcel that he's walking into. | |||||
2014-04-28 | Removed dependency on Linq in OpenProfileClient | Oren Hurvitz | 1 | -1/+0 | |
2014-04-24 | - Created a standard function to send XML-RPC requests, which logs them like ↵ | Oren Hurvitz | 1 | -63/+6 | |
we do for other types of HTTP activity. - Changed OpenProfileClient to use the new XML-RPC sending function - Improved logging in WebUtil | |||||
2014-04-24 | Refactored: moved OpenProfileClient to a location where it can be used by ↵ | Oren Hurvitz | 1 | -0/+193 | |
both the Simulators and Robust | |||||
2014-04-23 | Removed GetUserInventory(). It wasn't being used, and was creating warnings ↵ | Oren Hurvitz | 1 | -17/+0 | |
because it's Obsolete. | |||||
2014-04-23 | Eliminated many warnings | Oren Hurvitz | 1 | -0/+3 | |
2014-04-20 | Better error-handling when storing assets: recognize that 'null' is an error ↵ | Oren Hurvitz | 1 | -1/+1 | |
value | |||||
2014-04-09 | In teleports, pass the source region to the destination (similar to an HTTP ↵ | Oren Hurvitz | 3 | -5/+18 | |
referrer) | |||||
2014-04-08 | Allow invalidating the users cache | Oren Hurvitz | 1 | -0/+2 | |
2014-04-07 | When sending QueryAccess to a region, also send the user's Home URI | Oren Hurvitz | 2 | -1/+24 | |
2014-04-06 | When preparing a Hypergrid teleport, tell the receiving grid which user is ↵ | Oren Hurvitz | 1 | -1/+1 | |
entering the grid. This can affect which region to use. E.g., returning users may be allowed to enter any region, whereas users from other grids will have to enter a gateway region. Previously per-user decisions were only made later, but by then it's too late to change which region the user enters. | |||||
2014-04-03 | When teleporting using Hypergrid, show more informative error messages in ↵ | Oren Hurvitz | 1 | -1/+1 | |
case of error | |||||
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given ↵ | Oren Hurvitz | 1 | -0/+7 | |
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-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 1 | -0/+1 | |
2014-03-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 1 | -0/+1 | |
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-14 | If calls to UserAgentServiceConnector fail then throw an exception. This ↵ | Justin Clark-Casey (justincc) | 1 | -4/+36 | |
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-04 | Final code drop for appearance. Adding Avination's baked texture storage server. | Melanie | 1 | -0/+38 | |
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-04 | Remove some chatty DebugFormat statements. No functional changes. | Robert Adams | 1 | -2/+2 | |
2014-01-04 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -0/+14 | |
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-03 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -0/+14 | |
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 | 1 | -0/+25 | |
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 | 1 | -0/+2 | |
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-14 | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 1 | -2/+2 | |
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-07 | Revert "Add support for user preferences (im via email)" | Melanie | 1 | -5/+0 | |
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b. | |||||
2013-12-06 | Fixed misleading comment | Diva Canto | 1 | -3/+0 | |
2013-12-06 | Add support for user preferences (im via email) | BlueWall | 1 | -0/+5 | |
2013-11-08 | varregion: elimination of Constants.RegionSize from all over OpenSimulator. | Robert Adams | 1 | -4/+4 | |
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-02 | varregion: add linkage for region size in creations and conversions | Robert Adams | 1 | -0/+21 | |
of GridRegion. New variables for size and code to initialize same. | |||||
2013-10-07 | varregion: plug in TerrainData class and modify TerrainModule and ↵ | Robert Adams | 1 | -2/+2 | |
LLClientView to use same. This passes a terrain info class around rather than passing a one dimensional array thus allowing variable regions. Update the database storage for variable region sizes. This should be downward compatible (same format for 256x256 regions). | |||||
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-09-28 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -2/+2 | |
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages. | |||||
2013-09-25 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -2/+2 | |
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages. |