Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close streams immediately when we finish using them | Oren Hurvitz | 2014-07-21 | 8 | -59/+44 |
| | |||||
* | Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default. | Robert Adams | 2014-07-20 | 1 | -1/+1 |
| | | | | | | | | This, by default, enables terrain patches being sent to each avatar from the avatar away (rather than the old outside-in pattern), only sending terrain patches within the avatars view distance (making view loading quicker), and sending multiple terrain patches per protocol packet (making terrain loading and editing quicker). | ||||
* | minor: Add meters unit to water height console display | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -1/+1 |
| | |||||
* | Add "show region" command which will show parameters for current region. | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -1/+73 |
| | | | | This shows static data (e.g. region agent limit) whereas "show scene" shows live data (sim fps, current prims, etc.) | ||||
* | In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ↵ | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -4/+3 |
| | | | | | | can stop misleading grid service only console commands from registering. We need to do this because the simulator initializes and internal copy of the GridService in grid mode for internal purposes | ||||
* | fix all instances of "non-existant" to "non-existent" (spelling mistakes) ↵ | Michael Cerquoni | 2014-07-17 | 2 | -2/+2 |
| | | | | thanks Ai Austin for pointing this out. | ||||
* | Small change to my previous commit: not so aggressive on the trigger, please. | Diva Canto | 2014-07-04 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-07-04 | 1 | -2/+8 |
|\ | |||||
| * | Still log (but this time with warning rather than an exception) if we ↵ | Justin Clark-Casey (justincc) | 2014-07-04 | 1 | -2/+8 |
| | | | | | | | | | | | | | | regenerate a new child caps seed for a region where we already have one. I think it's still useful to know this to show up any errors early, but it's reasonable to still carry on rather than throw an exception. Follow on from Diva's commit 9643792 | ||||
* | | Instrument the UDP path of creating assets so that it triggers an asset post ↵ | Diva Canto | 2014-07-04 | 2 | -5/+11 |
|/ | | | | for users with different asset servers | ||||
* | It turns out that child agent management has had a bug for a while: there ↵ | Diva Canto | 2014-07-04 | 1 | -3/+9 |
| | | | | was an inconsistency in the scope between opening and closing child agents in neighboring regions. For opening (in EnableChildAgents), the region's DrawDistance was being used; for closing (in IsOUtsideView) , the viewer's (SP) DrawDistance was being used. This fixes this inconsistency, therefore eliminating bugs observed in TPs between, at least, neighboring varregions. | ||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-07-03 | 1 | -3/+6 |
|\ | |||||
| * | Actually call Close() for shared region modules when the simulator is being ↵ | Justin Clark-Casey (justincc) | 2014-07-02 | 1 | -3/+6 |
| | | | | | | | | | | | | shutdown. Adds regression test for this case. | ||||
* | | Avoid an exception in creating child agents some times. | Diva Canto | 2014-07-03 | 1 | -0/+2 |
|/ | |||||
* | Bug fix in map teleports in varregions. The cherry was missing from the ↵ | Diva Canto | 2014-06-21 | 1 | -26/+0 |
| | | | | ice-cream Sunday: the packet itself was hardcoding the size of the region... | ||||
* | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Behavior change: only local users can set home in any parcel of a grid. ↵ | Diva Canto | 2014-06-15 | 1 | -9/+11 |
| | | | | Setting it for foreign users does not make sense, since cntrl+shift+H always teleports them back to their original grid. | ||||
* | Manual change as per patch in mantis #7212. (the patch failed to apply, but ↵ | Diva Canto | 2014-06-15 | 1 | -1/+1 |
| | | | | the fix was good) Thanks FreakyTech. | ||||
* | Added simulation version compatibility check so that agents coming from ↵ | Diva Canto | 2014-06-06 | 3 | -10/+32 |
| | | | | 0.7.6 to a varregion running in 0.8 and above will be denied teleport, rather than be allowed and crash the viewer. | ||||
* | Amend to previous commit -- write down the problematic Profile server URL. | Diva Canto | 2014-06-05 | 1 | -0/+3 |
| | |||||
* | May fix mantis #7133 | Diva Canto | 2014-06-05 | 1 | -7/+12 |
| | |||||
* | Send multiple terrain patches per terrain update packet if terrain | Robert Adams | 2014-06-01 | 1 | -1/+13 |
| | | | | | draw distance optimization is enabled. Makes terrain editting a lot snappier. | ||||
* | Fixes a permissions bug where a user with group powers to always rez was not ↵ | Diva Canto | 2014-06-01 | 1 | -1/+5 |
| | | | | being given permission to rez on group land. | ||||
* | This may fix mantis #7200, but I am unable to test because I don't have any ↵ | Diva Canto | 2014-06-01 | 1 | -0/+1 |
| | | | | old viewers around anymore. | ||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-06-01 | 3 | -41/+277 |
|\ | |||||
| * | Modifications to debugging printouts. No functional changes. | Robert Adams | 2014-05-31 | 2 | -7/+16 |
| | | |||||
| * | varregion: More tweeking to only sending patches within avatar draw distance. | Robert Adams | 2014-05-31 | 2 | -9/+10 |
| | | | | | | | | Still has problems with child avatars. | ||||
| * | varregion: send terrain patches from where the avatar outward if the parameter | Robert Adams | 2014-05-31 | 1 | -33/+259 |
| | | | | | | | | | | | | [Terrain]SendTerrainUpdatesByViewDistance=true. This tracks which patches have been sent to each client and outputs the patches as the avatar moves. | ||||
* | | Fixed a few things pertaining to interfacing with the estate service. ↵ | Diva Canto | 2014-06-01 | 1 | -23/+28 |
|/ | | | | | | Specifically, StoreEstateSettings was not being used anywhere; instead EstatSetting.Save was being called, but that method is a trigger to the DB-layer code directly, which, besides being wrong, was making it impossible to replace the service with a remote connector. Also added more packing/unpacking code. | ||||
* | Fix bug where setting a parcel in a varregion for sale would make sale ↵ | Justin Clark-Casey (justincc) | 2014-05-30 | 1 | -10/+21 |
| | | | | | | bitmap generation in WorldMapModule throw an exception on next startup. This commit replaces the hardcoded region sizes in WorldMapModule.GenerateOverlay() with numbers pulled from m_scene.RegionInfo | ||||
* | Fixes a bug where map search results pertaining to varregions would only ↵ | Diva Canto | 2014-05-27 | 2 | -20/+28 |
| | | | | send the SW-most corner of the varregions; the other areas, when clicked, would result a blue circle, meaning that the viewer didn't know about those areas. This is still not quite right, as all the areas appear to be in the same coordinates, but it's good enough for now. | ||||
* | Don't report NPC presences. | Diva Canto | 2014-05-26 | 1 | -1/+2 |
| | |||||
* | When saving an OAR in "Publish" mode, also discard Group information | Oren Hurvitz | 2014-05-26 | 1 | -1/+2 |
| | |||||
* | When taking an object into inventory, set the inventory item's "Next Owner" ↵ | Oren Hurvitz | 2014-05-25 | 1 | -0/+10 |
| | | | | permissions according to the permissions of the items in the object | ||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-05-23 | 2 | -108/+342 |
|\ | |||||
| * | Fix possible infinite recursion in ↵ | Justin Clark-Casey (justincc) | 2014-05-23 | 1 | -108/+56 |
| | | | | | | | | | | | | | | | | | | MessageTransferModule.SendGridInstantMessageViaXMLRPCAsync() whilst preserving retry lookup behaviour. This is based on heavily mikemig's original patch in http://opensimulator.org/mantis/view.php?id=7149 but instead of exiting after the first IM delivery failure to presence information retrieved from the presence service it will retry the lookup until the result matches the previous lookup. This is to deal with the case where the agent is sent an IM whilst they are teleporting. | ||||
| * | Add regression test for north-south chat across neighbour regions. | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -52/+133 |
| | | |||||
| * | Extend regression TestInterRegionChatDistanceEastWest() to test out of range ↵ | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -11/+38 |
| | | | | | | | | chat | ||||
| * | Extend regression TestInterRegionChatDistanceEastWest() to test in range ↵ | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -17/+38 |
| | | | | | | | | chat both ways. | ||||
| * | Simplify regression TestInterRegionChatDistanceEastWest() by making the ↵ | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -7/+6 |
| | | | | | | | | | | | | child presence connection directly rather than routing through TestClient. This code isn't relevant to this test and is already exercised by other tests. | ||||
| * | Add regression test for in-range chat between neighbouring regions from east ↵ | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -0/+158 |
| | | | | | | | | to west. | ||||
* | | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 1 | -3/+5 |
|/ | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-05-22 | 8 | -44/+64 |
|\ | |||||
| * | Allow map searches for regions that contain the characters "!+|" | Oren Hurvitz | 2014-05-21 | 1 | -20/+24 |
| | | | | | | | | These characters are used as placeholders for other characters: ": /". But we should search first for the exact string the user entered, and only if that fails then replace the characters and search again. | ||||
| * | Tell QueryAccess explicitly whether the user is coming in via Teleport or ↵ | Oren Hurvitz | 2014-05-19 | 3 | -7/+7 |
| | | | | | | | | | | | | 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. | ||||
| * | Return more specific error messages if an attempt to enter a region fails ↵ | Oren Hurvitz | 2014-05-19 | 2 | -14/+22 |
| | | | | | | | | due to permissions (in QueryAccess and IsAuthorizedForRegion) | ||||
| * | Better error-handling and logging in case User Profile requests fail | Oren Hurvitz | 2014-05-19 | 1 | -0/+9 |
| | | |||||
| * | When can't rez, show only one error message; not two. And show more specific ↵ | Oren Hurvitz | 2014-05-19 | 2 | -3/+2 |
| | | | | | | | | error messages. | ||||
* | | Fixed a problem with detaching attachments in situations where the user's ↵ | Diva Canto | 2014-05-22 | 3 | -8/+41 |
|/ | | | | asset server is not the same as the simulator's asset server. Unfortunately this still continues to be wasteful -- new assets are created every time an attachment is detached, but the process of storing the new asset goes through the InventoryAccess module, which does all sorts of checks regarding the users' inventory. | ||||
* | Don't fetch assets from the server when doing simple inventory operations ↵ | Diva Canto | 2014-05-18 | 1 | -1/+1 |
| | | | | like copy-paste items in inventory. |