Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simulator Extra Features Service | BlueWall | 2014-07-30 | 1 | -0/+129 |
| | | | | | Provide a means for regions to fetch extra features supported by modern viewers from a central location . | ||||
* | In TerrainModule, lock m_perClientPatchUpdates when removing entries. | Justin Clark-Casey (justincc) | 2014-07-29 | 1 | -3/+2 |
| | | | | | This may have been the trigger CheckSendingPatchesToClients() dictionary out of sync exceptions in today's load test. Don't need to check ContainsKey() since Remove() returns false on a request to remove a key that it doesn't have | ||||
* | Allow the "debug scene set physics false|true" command to work when ↵ | Justin Clark-Casey (justincc) | 2014-07-29 | 2 | -5/+5 |
| | | | | | | bulletsim physics is running in a separate thread. This will also allow the "disable physics" setting in the region debug viewer dialog to work in this circumstance. | ||||
* | Fix recent regression in 3c6becd5 where login or hg login to variable sized ↵ | Justin Clark-Casey (justincc) | 2014-07-22 | 1 | -15/+12 |
| | | | | | | | | | regions failed with outdated simulator message. I forgot that a null 'their version' would not be passed over the wire and ends up as an empty string instead (like older simulators). So instead pass through the correct simulator protcol version instead (SIMULATOR/0.3) when querying from login or hg login. Also removes a debug console write for agent limit accidentally left in for the same commit. Relates to mantis 7276 | ||||
* | On login and first HG entrance to a foreign grid, perform query access ↵ | Justin Clark-Casey (justincc) | 2014-07-21 | 1 | -11/+15 |
| | | | | checks before proceeding. | ||||
* | Allow reading the BulletSim detail log while the sim is running | Oren Hurvitz | 2014-07-21 | 1 | -2/+2 |
| | |||||
* | XBakes: store the assets only in the sim's local assets cache; not in the ↵ | Oren Hurvitz | 2014-07-21 | 1 | -1/+2 |
| | | | | main assets server. Also, some cleanup. | ||||
* | Added locking in AccessModule to prevent possible errors when shutting down ↵ | Oren Hurvitz | 2014-07-21 | 1 | -3/+7 |
| | | | | a simulator that has >1 region | ||||
* | Eliminated common but un-useful log messages | Oren Hurvitz | 2014-07-21 | 2 | -3/+7 |
| | |||||
* | Minor: changed "existant" to "existent" | Oren Hurvitz | 2014-07-21 | 1 | -2/+2 |
| | |||||
* | 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. |