aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* take UserProfileModule out on onMakeRoot event, add some cachingUbitUmarov2016-12-211-91/+296
* break userprofiles a bit moreUbitUmarov2016-12-171-75/+113
* give regions a option to block profile web urls, so users are not sent to un...UbitUmarov2016-12-151-1/+10
* show online on profile, if target is in same region.( possible should be done...UbitUmarov2016-12-141-1/+5
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty2016-12-141-1/+1
* Rename charterMember to membershipType to show what it actually is.Melanie Thielker2016-12-122-8/+8
* Setting precise date of creation in NPC's profile.Mandarinka Tasty2016-12-101-1/+1
* if we have profile then npc is onlineUbitUmarov2016-12-061-1/+1
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov2016-12-061-2/+2
* let NPCs have profileUbitUmarov2016-12-061-11/+22
* HG: fix the never ending avatar confirmation when 2 users from same grid made...UbitUmarov2016-12-041-1/+41
* supress some warnings by explict(confirm) the hide of parent fieldsUbitUmarov2016-11-221-2/+0
* minor change to getdisplaynames cap urlUbitUmarov2016-11-161-42/+2
* mantis 8041: check target user password on save/load IARUbitUmarov2016-10-251-3/+0
* mantis 8013: change attachment group to active group on attach from inventoryUbitUmarov2016-08-291-3/+5
* change my previus fix, change xengine to expect SOG and not attachments modul...UbitUmarov2016-08-291-13/+3
* mantis 8006: AttachmentModule triggered OnAttach by SOG xengine expects by SOPUbitUmarov2016-08-291-4/+12
* disable AttachmentModule tests again :(UbitUmarov2016-08-291-1/+2
* allow AttachmentModule tests, some may now workUbitUmarov2016-08-291-3/+2
* mantis: 8006 restrict the suspention of Trigger OnAttach to the problematic c...UbitUmarov2016-08-291-4/+4
* disable AttacmentsModule tests because they depend on OnAttach event currentl...UbitUmarov2016-08-281-2/+4
* mantis: 8006 remove duplication of attach script events. This is a temporary ...UbitUmarov2016-08-281-2/+7
* remove some dead codeUbitUmarov2016-08-241-9/+0
* Mantis #8000, don't charge for updating classifieds. Thanks, Cinder!Melanie Thielker2016-08-201-23/+29
* add GetActiveMembershipData() to groups modules, let core groups also have Ge...UbitUmarov2016-08-041-5/+12
* do friends recaching on MakeRoot for normal tps, delay it on crossingsUbitUmarov2016-08-041-11/+2
* fix a typoUbitUmarov2016-08-041-1/+1
* (mantis 7983) update local cache when storing a baked tex on assets serverUbitUmarov2016-08-021-9/+11
* minor cleanupUbitUmarov2016-08-021-1/+7
* revert adding a new IM parameter ( commit bf604c85c66dd3bed06e3103cdf210ede0...UbitUmarov2016-07-281-6/+0
* actually that was redundante, already done at low levelUbitUmarov2016-07-271-1/+1
* move refresh forces into applyphysicsUbitUmarov2016-07-271-1/+1
* take friends out of onMakeRoot if crossingUbitUmarov2016-07-261-15/+32
* add missing IM parameter ( needs fix where it is really relevant )UbitUmarov2016-07-241-2/+5
* do not send IMs via child agentsUbitUmarov2016-07-242-50/+20
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-046-48/+24
* Split IM handling so an inheriting module can cange names if required.Melanie Thielker2016-06-211-2/+6
* Make chat and instant message modules fully subclassableMelanie Thielker2016-06-142-36/+36
* From information given my Mandarinka Tasty, add firing the detach event even ...Melanie Thielker2016-04-271-0/+3
* Reverse a comparison, this is probably the cause of attach issuesMelanie Thielker2016-04-261-1/+1
* Fire detach events even in temp attachments. They don't really need it but ke...Melanie Thielker2016-04-251-1/+9
* Stop serializing and storing assets for objects that were never rezzed from i...Melanie Thielker2016-04-251-0/+12
* Fix Temporary Attachments not being able to be detached by clientVegaslon2016-04-251-1/+1
* drop attachments to ground a bit in front of the avatar, not on his locationUbitUmarov2015-12-211-2/+5
* revert the setting of phantom flag on attachment drop to ground, since it can...UbitUmarov2015-12-211-7/+0
* drop attachments to ground with phantom active. We should not do this, but fo...UbitUmarov2015-12-201-4/+7
* fix test: scene update needs to run after the delayUbitUmarov2015-12-161-3/+7
* revert last change and add delays on testing, since child updates now have ti...UbitUmarov2015-12-161-0/+5
* keep SOG reference to root part since two many things depend on deleted SOGs ...UbitUmarov2015-12-101-2/+2
* remove some SOG references on delete to help GCUbitUmarov2015-12-101-0/+1