| Commit message (Expand) | Author | Files | Lines |
2017-06-23 | code actually has no ideia if a id is a asset or not and does try to handle ... | UbitUmarov | 1 | -2/+2 |
2017-06-23 | coment out missing or damage assets messages in uuidgather that are not very... | UbitUmarov | 1 | -10/+15 |
2017-06-23 | several changes to iar/oar assets error reports | UbitUmarov | 1 | -6/+7 |
2017-06-22 | change uuidgather a bit more | UbitUmarov | 1 | -16/+32 |
2017-06-22 | split some asset uuids gather i stages with dif possible errors, and dont le... | UbitUmarov | 1 | -32/+45 |
2017-06-21 | avoid some broken object assets present in osgrid inventories due to past pr... | UbitUmarov | 1 | -0/+9 |
2017-06-13 | some cleanup | UbitUmarov | 4 | -36/+16 |
2017-06-12 | improve english on few messages (thx) | UbitUmarov | 2 | -3/+3 |
2017-06-12 | try to mk jenkins happy | UbitUmarov | 1 | -1/+1 |
2017-06-12 | stop doing UpdateMovementAnimations on avatar collisions, that may cause inco... | UbitUmarov | 1 | -2/+2 |
2017-06-11 | fix a error message | UbitUmarov | 1 | -2/+5 |
2017-06-09 | add a adicional in transit flag to signal HG tps, and use it to ignore userna... | UbitUmarov | 2 | -0/+6 |
2017-06-09 | make SendCoarseLocations async, since it is http. Make some actions use thre... | UbitUmarov | 1 | -12/+19 |
2017-06-09 | still losing time with of halcyon incompatibile oars... cathch exceptions of ... | UbitUmarov | 1 | -8/+6 |
2017-06-08 | Another attempt at parsing MOAP <Media> elements in OAR files. | Robert Adams | 1 | -1/+22 |
2017-06-09 | bug fix plus some cleanup | UbitUmarov | 1 | -56/+65 |
2017-06-08 | revert fa5bf4fd0bb6a855eacdb7b5eec9cd71ad9bf606 for test | UbitUmarov | 1 | -2/+1 |
2017-06-07 | so no real need for Maintenance thread.. so removed | UbitUmarov | 1 | -77/+1 |
2017-06-07 | course locations is a also heartbeat job (for now sync) | UbitUmarov | 1 | -30/+13 |
2017-06-07 | remove some more dead scene options | UbitUmarov | 1 | -39/+1 |
2017-06-07 | remove nonsense SendPeriodicAppearanceUpdates. if we need such a thing, then ... | UbitUmarov | 1 | -29/+5 |
2017-06-06 | set optional group position and rotation before attach to scene | UbitUmarov | 2 | -19/+6 |
2017-06-06 | bug fix: handle current region on GetChildAgentsToClose | UbitUmarov | 1 | -4/+19 |
2017-06-04 | Correct parsing of 'Media' XML element in PrimitiveBaseShape when reading an ... | Robert Adams | 1 | -1/+2 |
2017-06-03 | remove redundant UpdateMovementAnimations(); | UbitUmarov | 1 | -2/+2 |
2017-06-03 | add a delayed stop so fast tap on move keys does not stop the avatar in some ... | UbitUmarov | 1 | -6/+28 |
2017-06-03 | cross mouse buttons state | UbitUmarov | 1 | -0/+14 |
2017-06-03 | fix MouseDown in case it gets any use | UbitUmarov | 1 | -15/+8 |
2017-06-02 | move a execution overlap guard to end of job | UbitUmarov | 1 | -1/+1 |
2017-05-31 | change child agents close control; disablesimulator is not a caps event message | UbitUmarov | 1 | -37/+27 |
2017-05-31 | mantis 8182: update/fix GenerateRandomAnimation(). not updating libomv avatar... | UbitUmarov | 1 | -7/+141 |
2017-05-23 | dont fail saving a OAR because of a broken material | UbitUmarov | 1 | -1/+10 |
2017-05-21 | cross avatar group info also if title is empty string | UbitUmarov | 1 | -1/+4 |
2017-05-21 | on recover form nom finite avatar pos, don't add it physics it it had none | UbitUmarov | 1 | -2/+5 |
2017-05-19 | mantis 8170: let physics know Always_run on adding the avatar | UbitUmarov | 1 | -0/+1 |
2017-05-15 | oops... | UbitUmarov | 1 | -1/+1 |
2017-05-14 | fix some issue on parcels loading and make parcels dwell show something. Reso... | UbitUmarov | 1 | -0/+3 |
2017-05-04 | the new options i add where actually bad idea, they would make the | UbitUmarov | 2 | -16/+3 |
2017-05-04 | do the same in the cases we are just moving parts around and not changing th... | UbitUmarov | 5 | -16/+14 |
2017-05-04 | move deep effective permissions aggregation to first time use and not on cha... | UbitUmarov | 7 | -83/+45 |
2017-05-03 | fix right to change permissions of group owned objects | UbitUmarov | 2 | -2/+25 |
2017-05-03 | fix right to change permissions of group owned taskitems | UbitUmarov | 1 | -0/+17 |
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 | change taskInventory copy/move to agents inventory rules | UbitUmarov | 1 | -6/+1 |
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-01 | save a few nanoseconds | UbitUmarov | 1 | -9/+16 |
2017-05-01 | rename sog.GetEffectivePermissions() since its use is now limited to more spe... | UbitUmarov | 1 | -8/+3 |
2017-04-30 | Permissions compatibility hack 1: anyone copy - new permissions require that ... | UbitUmarov | 1 | -3/+8 |
2017-04-30 | exclude lms from permissions checks. They are full rights, and broken on all dbs | UbitUmarov | 1 | -31/+5 |