| Commit message (Expand) | Author | Files | Lines |
2018-01-17 | remove more xml things no longer needed on .net >4.5.2 | UbitUmarov | 1 | -1/+0 |
2018-01-04 | disable some XmlResolver | UbitUmarov | 1 | -1/+1 |
2017-11-08 | mantis 8260 fix script count on delete and remove redundantTriggerRemoveScrip... | UbitUmarov | 1 | -2/+2 |
2017-06-09 | bug fix plus some cleanup | UbitUmarov | 1 | -56/+65 |
2017-05-04 | do the same in the cases we are just moving parts around and not changing th... | UbitUmarov | 1 | -4/+2 |
2017-05-04 | move deep effective permissions aggregation to first time use and not on cha... | UbitUmarov | 1 | -1/+1 |
2017-05-03 | still another missing conversion btw viewer and OS on groupd owned | UbitUmarov | 1 | -4/+4 |
2017-05-03 | taskitem group owned information was still incorrect | UbitUmarov | 1 | -1/+6 |
2017-05-03 | viewer can't tell if a taskitem is group owned if we don't tell him; missing... | UbitUmarov | 1 | -2/+9 |
2017-05-03 | viewer can't tell if a taskitem is group owned if we don't tell him; | UbitUmarov | 1 | -2/+9 |
2017-05-01 | save a few nanoseconds | UbitUmarov | 1 | -9/+16 |
2017-04-30 | exclude lms from permissions checks. They are full rights, and broken on all dbs | UbitUmarov | 1 | -31/+5 |
2017-04-28 | a few changes to permissions folding... we are testing. at this point only us... | UbitUmarov | 1 | -18/+28 |
2017-01-21 | add/fix CanRunScript | UbitUmarov | 1 | -1/+1 |
2017-01-17 | add more calls to effective permissions aggregation, some paths may still be ... | UbitUmarov | 1 | -1/+10 |
2017-01-17 | add more calls to effective permissions aggregation; do not change groupmask ... | UbitUmarov | 1 | -0/+1 |
2017-01-16 | avoid lastOwner beeing the group | UbitUmarov | 1 | -1/+2 |
2017-01-16 | chance new effective permissions code to ease aggregation on demand( ie on c... | UbitUmarov | 1 | -36/+4 |
2017-01-16 | Remove the last instance of the legacy slam but being set | Melanie Thielker | 1 | -4/+2 |
2017-01-15 | add code for fixing effective permitions. This is a test, and currently too s... | UbitUmarov | 1 | -2/+44 |
2017-01-14 | fix: send viewers the Everyone permitions of items inside other objects | UbitUmarov | 1 | -1/+1 |
2017-01-06 | Fix an artefact introduced by git's revert merging logic | Melanie Thielker | 1 | -9/+6 |
2017-01-06 | Fix errors introduced by incomplete understanding of what folded perms are | Melanie Thielker | 1 | -6/+13 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -29/+29 |
2016-07-09 | some changes to RequestInventoryFile() | UbitUmarov | 1 | -38/+36 |
2016-07-07 | reduce lock time during object inventory ProcessInventoryBackup | UbitUmarov | 1 | -7/+4 |
2016-07-07 | reduce the initial capacity of InventoryStringBuilder the 16k i added is | UbitUmarov | 1 | -1/+1 |
2016-07-07 | hide the footprints of my previus bug ( take out comented code | UbitUmarov | 1 | -3/+0 |
2016-07-07 | forget InventoryStringBuilder.close() | UbitUmarov | 1 | -3/+3 |
2016-07-07 | change InventoryStringBuilder. This will do much for mantis 7904 objects inv... | UbitUmarov | 1 | -12/+21 |
2016-06-13 | Revert "More debug to diagnose osgrid" | Diva Canto | 1 | -1/+1 |
2016-06-13 | More debug to diagnose osgrid | Diva Canto | 1 | -1/+1 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -13/+0 |
2015-01-23 | Fix regression where the stored state of every second script in an object rez... | Justin Clark-Casey (justincc) | 1 | -1/+7 |
2014-11-19 | return bbox and offsetHeight to RezObject | UbitUmarov | 1 | -5/+4 |
2014-09-21 | compile fix | UbitUmarov | 1 | -3/+5 |
2014-09-21 | release lock a bit sooner when not needed, add a try on more complex db | UbitUmarov | 1 | -4/+11 |
2014-09-21 | protect getting the item | UbitUmarov | 1 | -1/+3 |
2014-09-21 | remove redundant code | UbitUmarov | 1 | -20/+7 |
2014-09-12 | taskInventory request: give each transfer a diferent filename, Add more | UbitUmarov | 1 | -101/+96 |
2014-08-05 | apply objectSlamSale to all roots of coalescence objects. replace the | UbitUmarov | 1 | -1/+1 |
2014-08-05 | dont mess with names and descriptions on coalescence objects. Inventory | UbitUmarov | 1 | -1/+3 |
2014-08-05 | revert to old avn-current code, not using ApplyPermissionsOnRez() till its | UbitUmarov | 1 | -1/+43 |
2014-07-20 | replace old Attachoffset by AttachedPos. Comented out possible merge | UbitUmarov | 1 | -3/+3 |
2014-07-14 | Call RemoveScriptInstance when removing from inventory | Dev Random | 1 | -2/+2 |
2014-05-20 | minor: remove compiler warning in SceneObjectPartInventory | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-01-10 | Refactored: use a single function to apply an object's folded permissions to ... | Oren Hurvitz | 1 | -7/+4 |
2014-01-10 | Refactored setting permissions when rezzing items: use the same function when... | Oren Hurvitz | 1 | -57/+17 |
2013-10-15 | Fixed rezzing coalesced objects from a prim's inventory | Oren Hurvitz | 1 | -46/+55 |
2013-07-09 | Put guards on a bunch of exception-inducing code, as seen in logs from load t... | Diva Canto | 1 | -1/+2 |