Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | Phase 2 additons with Frame Dilation metric. | Robert Louden | 2015-04-21 | 3 | -5708/+5733 | |
| | | | | | ||||||
| | | * | | Moved over metrics from previous OpenSim 0.8.0.3 repository (this new ↵ | Glenn Martin | 2015-04-21 | 6 | -19/+449 | |
| | |/ / | | | | | | | | | | | | | repository is now the master branch from OpenSim). | |||||
* | | | | Minor change of statement order in unit test | Diva Canto | 2015-05-25 | 1 | -3/+4 | |
| |_|/ |/| | | ||||||
* | | | One more test in UserAccountsClient. | Diva Canto | 2015-05-12 | 1 | -1/+5 | |
| | | | ||||||
* | | | Again, forgot to update Prebuild.xml regarding the deleted test client ↵ | Diva Canto | 2015-05-11 | 1 | -27/+0 | |
| | | | | | | | | | | | | project. Done now. | |||||
* | | | Added tests for UserAccountService in Robust. In the process fixed a couple ↵ | Diva Canto | 2015-05-11 | 6 | -189/+124 | |
| | | | | | | | | | | | | of bugs in the network connectors. For some reason the robust-bound code had a CreateUser method, while the client-bound code had no such method. I assume someone is extending the client-side code with their own connectors. I added the missing method, but didn't add it to the service interface. | |||||
* | | | Forgot to delete an unused project from Prebuild. Done now. | Diva Canto | 2015-05-11 | 1 | -27/+0 | |
| | | | ||||||
* | | | Trivial change just to trigger jenkins to build again | Diva Canto | 2015-05-11 | 1 | -0/+1 | |
| | | | ||||||
* | | | Added inventory tests to Robust.Tests. | Diva Canto | 2015-05-11 | 5 | -8/+166 | |
| | | | ||||||
* | | | Knocked off a few compiler warnings regarding unused variables. | Diva Canto | 2015-05-10 | 8 | -8/+1 | |
| | | | ||||||
* | | | Added simple test for IM in Robust too. | Diva Canto | 2015-05-10 | 3 | -68/+30 | |
| | | | | | | | | | | | | Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests) | |||||
* | | | Added this form that comes handy for testing the grid service in Robust. | Diva Canto | 2015-05-10 | 1 | -0/+11 | |
| | | | ||||||
* | | | Deleted OpenSim.Tests.Client.GridClient and PresenceClient, as they have ↵ | Diva Canto | 2015-05-10 | 5 | -418/+0 | |
| | | | | | | | | | | | | been subsumed by the new testing framework. | |||||
* | | | Added the beginning of a new test framework for robust connectors and ↵ | Diva Canto | 2015-05-10 | 7 | -2/+862 | |
| | | | | | | | | | | | | services. For now, just Grid and Presence. This framework starts a robust server (as a thread) listening on a port in localhost, then the tests are client code. | |||||
* | | | Improved comments on fetch inventory tests | Diva Canto | 2015-05-10 | 1 | -1/+12 | |
| | | | ||||||
* | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2015-05-10 | 1 | -8/+17 | |
|\ \ \ | ||||||
| * | | | Constrain 'terrain modify' to selected Region | Dev Random | 2015-05-09 | 1 | -8/+17 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
* | | | | Changed prebuild to find the new unit tests for FetchInventory | Diva Canto | 2015-05-10 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Added unit tests for FetchInventoryDescendents ↵ | Diva Canto | 2015-05-10 | 4 | -0/+217 | |
|/ / / | | | | | | | | | | | | | | | | http://wiki.secondlife.com/wiki/Linden_Lab_Official:Inventory_API#Fetch_Inventory_Descendents Also, consolidated the location of the files that handle inventory capabilities. | |||||
* | | | Fix mantis #7054: AO in Firestorm and Kokua stopped loading after new ↵ | Diva Canto | 2015-05-09 | 1 | -9/+17 | |
| | | | | | | | | | | | | inventory code in place. Cause: # of descendants was wrong. | |||||
* | | | Another major overhaul of inventory downloading, this time pertaining to ↵ | Diva Canto | 2015-05-08 | 10 | -103/+297 | |
| | | | | | | | | | | | | inventory links. Added yet another function to IInventoryService to get multiple items at once, so that fetching collections of linked items is done once per folder instead of once per item. | |||||
* | | | Restore handling of bad folders. I'm not entirely sure this is part of the ↵ | Diva Canto | 2015-05-08 | 1 | -9/+48 | |
| | | | | | | | | | | | | | | | | | | protocol -- I don't see it here: http://wiki.secondlife.com/wiki/Linden_Lab_Official:Inventory_API#Fetch_inventory_descendents But who knows! | |||||
* | | | Apparently Firestorm sometimes sends duplicate folder ids on the same ↵ | Diva Canto | 2015-05-08 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | request (see http://opensimulator.org/mantis/view.php?id=7054#c28297). This was throwing the new inventory download code off. Firestorm also sends requests for folder UUID.Zero, which doesn't exist, but doesn't cause any problems either -- it just fails. I'm leaving the warning message for now, just to keep an eye on which folders can't be found, but may remove it in the future. | |||||
* | | | I shouldn't write code this early in the morning... Fixing a 'duh' on ↵ | Diva Canto | 2015-05-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | previous commit. | |||||
* | | | Additional debug message to help diagnose a warning message and exception ↵ | Diva Canto | 2015-05-08 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | related to previous commit. See http://opensimulator.org/mantis/view.php?id=7054#c28282 | |||||
* | | | Major change in the way inventory is downloaded: added a method throughout ↵ | Diva Canto | 2015-05-07 | 14 | -95/+626 | |
| | | | | | | | | | | | | IIventoryService that fetches sets of folders at once. Also added folder id in the InventoryCollection data structure, so that we don't need to go to inventory server again just for that. This reduces the chatter between sims and inventory server by... a lot. On my tests, this reduces initial inventory download down to 30% of what it currently is. | |||||
* | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2015-05-07 | 12 | -369/+1313 | |
|\ \ \ | ||||||
| * | | | Minor whitespace removal | Michael Cerquoni | 2015-05-07 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Add 'terrain modify noise' and code cleanup | Dev Random | 2015-05-07 | 5 | -291/+113 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
| * | | | 'terrain modify' command for area-of-effect operations | Dev Random | 2015-05-06 | 10 | -143/+1266 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
* | | | | pCampbot: added behavior that mimic initial inventory download. It's not ↵ | Diva Canto | 2015-05-07 | 2 | -0/+124 | |
|/ / / | | | | | | | | | | exactly what the viewer does, but it's close enough, and the elapsed time can be measured. | |||||
* | | | Attempt at fixing mantis #7054. The two inventory threads are stepping on ↵ | Diva Canto | 2015-05-05 | 1 | -2/+3 | |
| | | | | | | | | | | | | each other's feet. This needs real-world testing, as I'm not sure of all the consequences of reducing the number of worker threads to 1. | |||||
* | | | Forgot this file in the last commit | Diva Canto | 2015-05-05 | 1 | -0/+1 | |
| | | | ||||||
* | | | Refactored some code that is used in two different dlls related to SOP ↵ | Diva Canto | 2015-05-05 | 5 | -210/+323 | |
| | | | | | | | | | | | | rewriting. Also added some unit tests that relate to mantis #7514 | |||||
* | | | Revert "Patch llCastRay fully-simplified to V2." for further review. | Michael Cerquoni | 2015-05-04 | 2 | -23/+22 | |
| | | | | | | | | | | | | This reverts commit c96ee68953eb31fc2ad6d1df9b7a4bb19c584e17. | |||||
* | | | fix a minor whitespace issue | Michael Cerquoni | 2015-05-04 | 1 | -1/+0 | |
| | | | ||||||
* | | | Adding the command <dobackup>to opensim console which requires a region name ↵ | H-H-H | 2015-05-04 | 1 | -2/+40 | |
| | | | | | | | | | | | | | | | | | | as an argument and will do an oar of that region if the autobackup module is enabled Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
* | | | Missing constants for llGetObjectDetails | Talun | 2015-05-04 | 2 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OBJECT_BODY_SHAPE_TYPE OBJECT_HOVER_HEIGHT OBJECT_LAST_OWNER_ID OBJECT_RENDER_WEIGHT Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
* | | | Implement llGetGeometricCenter correctly. | Magnuz Binder | 2015-05-04 | 1 | -1/+20 | |
| | | | | | | | | | | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
* | | | Patch llCastRay fully-simplified to V2. | Magnuz Binder | 2015-05-04 | 2 | -22/+23 | |
| | | | | | | | | | | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
* | | | add new config parameters for llCastRay to OpenSimDefaults.ini | dahlia | 2015-05-04 | 1 | -0/+5 | |
| | | | ||||||
* | | | Implement llCastRay fully, simplified. | Magnuz Binder | 2015-05-03 | 2 | -1/+797 | |
| | | | ||||||
* | | | Only send parcel layer data around the point of interest. Can be disabled | Robert Adams | 2015-05-03 | 2 | -5/+91 | |
| | | | | | | | | | | | | | | | by setting [LandManagement]LimitParcelLayerUpdateDistance=false New parameters added to OpenSimDefaults for the distance and enablement. | |||||
* | | | lock collision mesh cache when accessing | dahlia | 2015-05-03 | 1 | -3/+9 | |
| | | | ||||||
* | | | Make Meshmerizer mesh cache static so it can be shared across class instances | dahlia | 2015-05-03 | 1 | -1/+2 | |
| | | | ||||||
* | | | Mantis #7514 | Diva Canto | 2015-05-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | I think this is it -- a bug introduced back in October, where the prefix and name space were being added twice on HG asset posts bu simulators. | |||||
* | | | It wasn't that. Revert "Mantis #7514" | Diva Canto | 2015-05-02 | 1 | -3/+0 | |
| | | | | | | | | | | | | This reverts commit 365f46bfa91245e6e277a180dc6bbf757ea2540f. | |||||
* | | | Mantis #7514 | Diva Canto | 2015-05-02 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | Mono bug introduces double xmlns attribute names when rewriting the asset in HGAssetService, e.g. <SceneObjectPart xmlns:xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xmlns:xsd="http://www.w3.org/2001/XMLSchema">. Solution: remove all attributes before saving. | |||||
* | | | Corrected typo in namespace | Diva Canto | 2015-05-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 2015-04-29 | 61 | -61/+61 | |
| | | | | | | | | | | | | AssemblyVersion("0.8.2.*") |