| Commit message (Expand) | Author | Files | Lines |
2015-06-05 | Upgraded the Simian inventory connector with an item cache, too, so that it d... | Diva Canto | 1 | -1/+17 |
2015-06-05 | More on mantis #7567. Two things: | Diva Canto | 2 | -2/+12 |
2015-06-05 | The only purpose of this commit is to remove an erroneous comment. It turns o... | Diva Canto | 1 | -4/+2 |
2015-06-04 | Mantis #7603 -- bad folders in inventory could produce null pointer exception... | Diva Canto | 1 | -1/+1 |
2015-06-04 | Mantis #7536. This may alleviate the side effects of broken SceneObjects XML.... | Diva Canto | 1 | -15/+20 |
2015-06-04 | Mantis #7600. The warning message was not a symptom of a problem, it was just... | Diva Canto | 1 | -9/+11 |
2015-06-04 | Trivial: fix copy-paste typo in string | Diva Canto | 1 | -1/+1 |
2015-06-04 | More assertions in inventory client tests to check for assorted combinations ... | Diva Canto | 1 | -1/+26 |
2015-06-04 | Added tests that verify the absence of the bug fixed in the previous commits ... | Diva Canto | 1 | -1/+29 |
2015-06-04 | Making the inventory cache static, so that there's less timers. | Diva Canto | 1 | -1/+1 |
2015-06-04 | Mantis #7567. Once again, avoiding prefetching linked items within linked fo... | Diva Canto | 2 | -15/+9 |
2015-06-03 | Mantis #7567: added an 8-sec expiring item cache to the inventory network con... | Diva Canto | 6 | -29/+57 |
2015-06-02 | I suspect the viewer doesn't need the target of linked items inside linked fo... | Diva Canto | 1 | -14/+14 |
2015-06-02 | New unit tests for FetchInventory2 cap. | Diva Canto | 1 | -0/+170 |
2015-06-02 | Mantis #7567. One of the reported log messages showed this: | Diva Canto | 1 | -3/+26 |
2015-06-01 | Mantis #7594: putting things as they were before regarding duplicate removal.... | Diva Canto | 2 | -4/+42 |
2015-06-01 | Mantis #7594. Fixing the broken code I just introduced. | Diva Canto | 1 | -1/+4 |
2015-06-01 | More on mantis #7594, this a=time addressing the reported exception, which se... | Diva Canto | 1 | -0/+3 |
2015-06-01 | Mantis #7594. This should be functionally equivalent to what it was, but just... | Diva Canto | 1 | -2/+2 |
2015-06-01 | Correct constant RCERR_CAST_TIME_EXCEEDED. | Magnuz Binder | 1 | -1/+1 |
2015-05-29 | Add a new os function "osGetGender()" | dahlia | 3 | -0/+51 |
2015-05-27 | llListRandomize() wasn't very random | Cinder | 2 | -6/+58 |
2015-05-26 | Attachments Module. Fix detach event not being fired until the next time the ... | AliciaRaven | 1 | -0/+5 |
2015-05-25 | Minor change of statement order in unit test | Diva Canto | 1 | -3/+4 |
2015-05-23 | Fix mesh cache race condition in llCastRay V3. | Magnuz Binder | 1 | -2/+4 |
2015-05-22 | Use own mesh cache in llCastRay V3 after throttling. | Magnuz Binder | 1 | -39/+104 |
2015-05-22 | Throttle llCastRay V3. | Magnuz Binder | 1 | -2/+90 |
2015-05-20 | New values returned by llGetEnv | Talun | 2 | -2/+40 |
2015-05-19 | Removing duplicate definition | Michael Heilmann | 1 | -2/+0 |
2015-05-13 | resolve possible nullref when sending appearance packet. Thanks to zadark for... | dahlia | 1 | -0/+1 |
2015-05-13 | Adding back command to clear region's user cache | BlueWall | 1 | -7/+22 |
2015-05-13 | Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ha... | AliciaRaven | 1 | -6/+24 |
2015-05-12 | Patch llCastRay fully simplified to V3. | Magnuz Binder | 1 | -212/+217 |
2015-05-12 | Disable the "show threadpool calls active" console command for now. | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2015-05-12 | One more test in UserAccountsClient. | Diva Canto | 1 | -1/+5 |
2015-05-11 | Added tests for UserAccountService in Robust. In the process fixed a couple o... | Diva Canto | 5 | -181/+115 |
2015-05-11 | Trivial change just to trigger jenkins to build again | Diva Canto | 1 | -0/+1 |
2015-05-11 | Added inventory tests to Robust.Tests. | Diva Canto | 4 | -7/+165 |
2015-05-10 | Knocked off a few compiler warnings regarding unused variables. | Diva Canto | 8 | -8/+1 |
2015-05-10 | Added simple test for IM in Robust too. | Diva Canto | 2 | -25/+15 |
2015-05-10 | Added this form that comes handy for testing the grid service in Robust. | Diva Canto | 1 | -0/+11 |
2015-05-10 | Deleted OpenSim.Tests.Client.GridClient and PresenceClient, as they have been... | Diva Canto | 4 | -364/+0 |
2015-05-10 | Added the beginning of a new test framework for robust connectors and service... | Diva Canto | 4 | -2/+289 |
2015-05-10 | Improved comments on fetch inventory tests | Diva Canto | 1 | -1/+12 |
2015-05-10 | Added unit tests for FetchInventoryDescendents http://wiki.secondlife.com/wik... | Diva Canto | 4 | -0/+217 |
2015-05-09 | Constrain 'terrain modify' to selected Region | Dev Random | 1 | -8/+17 |
2015-05-09 | Fix mantis #7054: AO in Firestorm and Kokua stopped loading after new invento... | Diva Canto | 1 | -9/+17 |
2015-05-08 | Another major overhaul of inventory downloading, this time pertaining to inve... | Diva Canto | 10 | -103/+297 |
2015-05-08 | Restore handling of bad folders. I'm not entirely sure this is part of the pr... | Diva Canto | 1 | -9/+48 |
2015-05-08 | Apparently Firestorm sometimes sends duplicate folder ids on the same request... | Diva Canto | 1 | -2/+8 |