| Commit message (Expand) | Author | Files | Lines |
2016-08-04 | add GetActiveMembershipData() to groups modules, let core groups also have Ge... | UbitUmarov | 1 | -5/+12 |
2016-08-04 | do friends recaching on MakeRoot for normal tps, delay it on crossings | UbitUmarov | 1 | -11/+2 |
2016-08-04 | fix a typo | UbitUmarov | 1 | -1/+1 |
2016-08-02 | (mantis 7983) update local cache when storing a baked tex on assets server | UbitUmarov | 1 | -9/+11 |
2016-08-02 | minor cleanup | UbitUmarov | 1 | -1/+7 |
2016-07-28 | revert adding a new IM parameter ( commit bf604c85c66dd3bed06e3103cdf210ede0... | UbitUmarov | 1 | -6/+0 |
2016-07-27 | actually that was redundante, already done at low level | UbitUmarov | 1 | -1/+1 |
2016-07-27 | move refresh forces into applyphysics | UbitUmarov | 1 | -1/+1 |
2016-07-26 | take friends out of onMakeRoot if crossing | UbitUmarov | 1 | -15/+32 |
2016-07-24 | add missing IM parameter ( needs fix where it is really relevant ) | UbitUmarov | 1 | -2/+5 |
2016-07-24 | do not send IMs via child agents | UbitUmarov | 2 | -50/+20 |
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 6 | -48/+24 |
2016-06-21 | Split IM handling so an inheriting module can cange names if required. | Melanie Thielker | 1 | -2/+6 |
2016-06-14 | Make chat and instant message modules fully subclassable | Melanie Thielker | 2 | -36/+36 |
2016-04-27 | From information given my Mandarinka Tasty, add firing the detach event even ... | Melanie Thielker | 1 | -0/+3 |
2016-04-26 | Reverse a comparison, this is probably the cause of attach issues | Melanie Thielker | 1 | -1/+1 |
2016-04-25 | Fire detach events even in temp attachments. They don't really need it but ke... | Melanie Thielker | 1 | -1/+9 |
2016-04-25 | Stop serializing and storing assets for objects that were never rezzed from i... | Melanie Thielker | 1 | -0/+12 |
2016-04-25 | Fix Temporary Attachments not being able to be detached by client | Vegaslon | 1 | -1/+1 |
2015-12-21 | drop attachments to ground a bit in front of the avatar, not on his location | UbitUmarov | 1 | -2/+5 |
2015-12-21 | revert the setting of phantom flag on attachment drop to ground, since it can... | UbitUmarov | 1 | -7/+0 |
2015-12-20 | drop attachments to ground with phantom active. We should not do this, but fo... | UbitUmarov | 1 | -4/+7 |
2015-12-16 | fix test: scene update needs to run after the delay | UbitUmarov | 1 | -3/+7 |
2015-12-16 | revert last change and add delays on testing, since child updates now have ti... | UbitUmarov | 1 | -0/+5 |
2015-12-10 | keep SOG reference to root part since two many things depend on deleted SOGs ... | UbitUmarov | 1 | -2/+2 |
2015-12-10 | remove some SOG references on delete to help GC | UbitUmarov | 1 | -0/+1 |
2015-12-03 | change handling of optional skirt baked texture | UbitUmarov | 1 | -12/+40 |
2015-11-24 | simplify DeliverChatToAvatars(..) ( hopefully not breaking it ) | UbitUmarov | 1 | -73/+62 |
2015-11-24 | again chat echos, check repeats uncondicionally | UbitUmarov | 1 | -2/+5 |
2015-11-24 | reset control even prior to use | UbitUmarov | 1 | -0/+2 |
2015-11-24 | reduce 'echos' on several regions per instance (mantis 7754) | UbitUmarov | 1 | -1/+2 |
2015-11-21 | remove some compile warnings increasing total number by 2 | UbitUmarov | 1 | -2/+0 |
2015-11-18 | cleanup indentation | UbitUmarov | 1 | -70/+30 |
2015-11-18 | fix another variable number of wearable types issue | UbitUmarov | 1 | -2/+5 |
2015-11-17 | remove unused parameter - missing file | UbitUmarov | 1 | -5/+7 |
2015-11-17 | remove unused parameter | UbitUmarov | 1 | -5/+5 |
2015-11-17 | work around some 'tests' errors: fix wrong parameters | UbitUmarov | 1 | -5/+5 |
2015-11-17 | work around some 'tests' errors: sp attachments and appearance are not in sync | UbitUmarov | 1 | -24/+24 |
2015-11-17 | work around some 'tests' errors: add a httpserver | UbitUmarov | 1 | -3/+3 |
2015-11-17 | work around some 'tests' errors: test for null cacheItems | UbitUmarov | 1 | -0/+3 |
2015-11-17 | bug fix: improve chat to child avatars. Still not good because of low resolu... | UbitUmarov | 1 | -10/+11 |
2015-11-16 | deatach from backup on attachment | UbitUmarov | 1 | -0/+2 |
2015-11-06 | change OfflineMessageModule from new avination code to original master, for ... | UbitUmarov | 1 | -4/+20 |
2015-11-01 | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 1 | -3/+12 |
2015-11-01 | fix more merge issues | UbitUmarov | 1 | -5/+5 |
2015-10-31 | Remove testing cruft that is blocking the new protocols. Unit tests no | Melanie Thielker | 1 | -0/+2 |
2015-10-31 | let silly tests override version on local connections | UbitUmarov | 1 | -1/+1 |
2015-10-26 | Make changes to a friend rights reach him on another sim; find on map does sh... | UbitUmarov | 2 | -17/+78 |
2015-10-01 | make bakes reception handle empty BakedTexture elements. But at same time st... | UbitUmarov | 1 | -36/+36 |
2015-09-28 | add missing handlers for preferences | UbitUmarov | 1 | -0/+4 |