Commit History

Author SHA1 Message Date
  Glenn Martin 3efcef7d7e Merge branch 'moses.metricsPhase2' of git.irl.ucf.edu:/irl/git/opensim into moses.metricsPhase2 9 years ago
  dahlia 6a48c87cd2 resolve possible nullref when sending appearance packet. Thanks to zadark for pointing this out. 9 years ago
  BlueWall 3c2886cd75 Adding back command to clear region's user cache 9 years ago
  AliciaRaven cb586d1158 Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to handle spin (Ctrl+Shift+Drag) 9 years ago
  dahlia 7566d22a18 update libomv to 6b8afb2b61d3 9 years ago
  Magnuz Binder d348f87161 Patch llCastRay fully simplified to V3. 9 years ago
  Justin Clark-Casey (justincc) d52f58a733 Disable the "show threadpool calls active" console command for now. 9 years ago
  Diva Canto aefed57158 One more test in UserAccountsClient. 9 years ago
  Diva Canto 9366165b34 Again, forgot to update Prebuild.xml regarding the deleted test client project. Done now. 9 years ago
  Diva Canto 923a57a91f Added tests for UserAccountService in Robust. In the process fixed a couple 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. 9 years ago
  Diva Canto d0292b0731 Forgot to delete an unused project from Prebuild. Done now. 9 years ago
  Diva Canto c20a5dd75a Trivial change just to trigger jenkins to build again 9 years ago
  Diva Canto 3df472f10d Added inventory tests to Robust.Tests. 9 years ago
  Diva Canto 3c596e47c6 Knocked off a few compiler warnings regarding unused variables. 9 years ago
  Diva Canto eb9b16d284 Added simple test for IM in Robust too. 9 years ago
  Diva Canto 4b94fb8443 Added this form that comes handy for testing the grid service in Robust. 9 years ago
  Diva Canto 811b026ed5 Deleted OpenSim.Tests.Client.GridClient and PresenceClient, as they have been subsumed by the new testing framework. 9 years ago
  Diva Canto c2cf22ea4f Added the beginning of a new test framework for robust connectors and 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. 9 years ago
  Diva Canto 05737a1010 Improved comments on fetch inventory tests 9 years ago
  Diva Canto cd12ecd44e Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 9 years ago
  Diva Canto 321601482b Changed prebuild to find the new unit tests for FetchInventory 9 years ago
  Diva Canto f992ed0f40 Added unit tests for FetchInventoryDescendents http://wiki.secondlife.com/wiki/Linden_Lab_Official:Inventory_API#Fetch_Inventory_Descendents 9 years ago
  Dev Random f20728fc86 Constrain 'terrain modify' to selected Region 9 years ago
  Diva Canto adf0f49a69 Fix mantis #7054: AO in Firestorm and Kokua stopped loading after new inventory code in place. Cause: # of descendants was wrong. 9 years ago
  Diva Canto 0bf1209f90 Another major overhaul of inventory downloading, this time pertaining to 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. 9 years ago
  Diva Canto e5cf6a29fb Restore handling of bad folders. I'm not entirely sure this is part of the protocol -- I don't see it here: http://wiki.secondlife.com/wiki/Linden_Lab_Official:Inventory_API#Fetch_inventory_descendents 9 years ago
  Diva Canto 3110b1661f Apparently Firestorm sometimes sends duplicate folder ids on the same request (see http://opensimulator.org/mantis/view.php?id=7054#c28297). This was throwing the new inventory download code off. 9 years ago
  Diva Canto 3548e39f9a I shouldn't write code this early in the morning... Fixing a 'duh' on previous commit. 9 years ago
  Diva Canto a68aab14fa Additional debug message to help diagnose a warning message and exception related to previous commit. 9 years ago
  Diva Canto c74cef0f42 Major change in the way inventory is downloaded: added a method throughout 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. 9 years ago