aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵UbitUmarov2016-08-291-13/+3
| | | | module, this way not breaking other script engines or modules out there for no valid reason
* 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 ↵UbitUmarov2016-08-291-4/+4
| | | | case where scripts are created, and not always as i incorrectly did before. This is still a temporary fix, other modules will not get the notification in that case. But that needs a deeper fix possible in xengine
* disable AttacmentsModule tests because they depend on OnAttach event ↵UbitUmarov2016-08-281-2/+4
| | | | currently not avaiable
* mantis: 8006 remove duplication of attach script events. This is a temporary ↵UbitUmarov2016-08-281-2/+7
| | | | fix because TriggerOnAttach will not be trigger on attachment from inventory, (for now only Xengine connects to it on core).
* remove some dead codeUbitUmarov2016-08-241-9/+0
|
* Mantis #8000, don't charge for updating classifieds. Thanks, Cinder!Melanie Thielker2016-08-201-23/+29
| | | | Signed-off-by: Melanie Thielker <melanie@t-data.com>
* add GetActiveMembershipData() to groups modules, let core groups also have ↵UbitUmarov2016-08-041-5/+12
| | | | GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do.
* 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 ↵UbitUmarov2016-07-281-6/+0
| | | | | | bf604c85c66dd3bed06e3103cdf210ede02c151f , that was a mistake. this should fix invites accepts etc, that got broken
* 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
| | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
* 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
| | | | for temp attachments
* 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 ↵Melanie Thielker2016-04-251-1/+9
| | | | keeping the tests happy
* Stop serializing and storing assets for objects that were never rezzed from ↵Melanie Thielker2016-04-251-0/+12
| | | | inventory items.
* Fix Temporary Attachments not being able to be detached by clientVegaslon2016-04-251-1/+1
| | | | Signed-off-by: Melanie Thielker <melanie@t-data.com>
* 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 ↵UbitUmarov2015-12-211-7/+0
| | | | can break nomod objects
* drop attachments to ground with phantom active. We should not do this, but ↵UbitUmarov2015-12-201-4/+7
| | | | for now there no better way to avoid nasty collisions. (large physical objects may still have bad collisions with ground on drop)
* 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 ↵UbitUmarov2015-12-161-0/+5
| | | | time control, since they are heavy http connections
* keep SOG reference to root part since two many things depend on deleted SOGs ↵UbitUmarov2015-12-101-2/+2
| | | | not being deleted
* remove some SOG references on delete to help GCUbitUmarov2015-12-101-0/+1
|
* change handling of optional skirt baked textureUbitUmarov2015-12-031-12/+40
|
* simplify DeliverChatToAvatars(..) ( hopefully not breaking it )UbitUmarov2015-11-241-73/+62
|
* again chat echos, check repeats uncondicionallyUbitUmarov2015-11-241-2/+5
|
* reset control even prior to useUbitUmarov2015-11-241-0/+2
|
* reduce 'echos' on several regions per instance (mantis 7754)UbitUmarov2015-11-241-1/+2
|
* remove some compile warnings increasing total number by 2UbitUmarov2015-11-211-2/+0
|
* cleanup indentationUbitUmarov2015-11-181-70/+30
|
* fix another variable number of wearable types issueUbitUmarov2015-11-181-2/+5
|
* remove unused parameter - missing fileUbitUmarov2015-11-171-5/+7
|
* remove unused parameterUbitUmarov2015-11-171-5/+5
|
* work around some 'tests' errors: fix wrong parametersUbitUmarov2015-11-171-5/+5
|
* work around some 'tests' errors: sp attachments and appearance are not in syncUbitUmarov2015-11-171-24/+24
|
* work around some 'tests' errors: add a httpserverUbitUmarov2015-11-171-3/+3
|