Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a few more changes on user profiles | UbitUmarov | 2016-12-23 | 1 | -20/+76 |
| | |||||
* | UserProfileModule threading issues | UbitUmarov | 2016-12-23 | 1 | -63/+77 |
| | |||||
* | UserProfileModule refuse changes to classifieds outside home grid ( viewers ↵ | UbitUmarov | 2016-12-22 | 1 | -13/+39 |
| | | | | may show a delete until profile is open again). Charge money only on classified creation sucess | ||||
* | UserProfileModule we can't use parcels globalID because we do not have a ↵ | UbitUmarov | 2016-12-22 | 1 | -24/+41 |
| | | | | global locator. we need to send replies to viewer on pick update and delete | ||||
* | take UserProfileModule out on onMakeRoot event, add some caching | UbitUmarov | 2016-12-21 | 1 | -91/+296 |
| | |||||
* | break userprofiles a bit more | UbitUmarov | 2016-12-17 | 1 | -75/+113 |
| | |||||
* | give regions a option to block profile web urls, so users are not sent to ↵ | UbitUmarov | 2016-12-15 | 1 | -1/+10 |
| | | | | unknown web sites set by other users | ||||
* | show online on profile, if target is in same region.( possible should be ↵ | UbitUmarov | 2016-12-14 | 1 | -1/+5 |
| | | | | done elsewhere) | ||||
* | New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵ | Mandarinka Tasty | 2016-12-14 | 1 | -1/+1 |
| | | | | | | | patch gives possibility to set image in created NPC's profile. You can use UUID of the texture or name of texture included in prim's inventory. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 2016-12-12 | 2 | -8/+8 |
| | | | | | | This field started out as a simple flag in the protocol to indicate a user being a SL charter member. It has since then taken on additional functionality that means that the name is no longer appropriate. | ||||
* | Setting precise date of creation in NPC's profile. | Mandarinka Tasty | 2016-12-10 | 1 | -1/+1 |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | if we have profile then npc is online | UbitUmarov | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵ | UbitUmarov | 2016-12-06 | 1 | -2/+2 |
| | | | | About text. requires OsNpcCreate rights | ||||
* | let NPCs have profile | UbitUmarov | 2016-12-06 | 1 | -11/+22 |
| | |||||
* | HG: fix the never ending avatar confirmation when 2 users from same grid ↵ | UbitUmarov | 2016-12-04 | 1 | -1/+41 |
| | | | | made friendship on another grid | ||||
* | supress some warnings by explict(confirm) the hide of parent fields | UbitUmarov | 2016-11-22 | 1 | -2/+0 |
| | |||||
* | minor change to getdisplaynames cap url | UbitUmarov | 2016-11-16 | 1 | -42/+2 |
| | |||||
* | mantis 8041: check target user password on save/load IAR | UbitUmarov | 2016-10-25 | 1 | -3/+0 |
| | |||||
* | mantis 8013: change attachment group to active group on attach from inventory | UbitUmarov | 2016-08-29 | 1 | -3/+5 |
| | |||||
* | change my previus fix, change xengine to expect SOG and not attachments ↵ | UbitUmarov | 2016-08-29 | 1 | -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 SOP | UbitUmarov | 2016-08-29 | 1 | -4/+12 |
| | |||||
* | disable AttachmentModule tests again :( | UbitUmarov | 2016-08-29 | 1 | -1/+2 |
| | |||||
* | allow AttachmentModule tests, some may now work | UbitUmarov | 2016-08-29 | 1 | -3/+2 |
| | |||||
* | mantis: 8006 restrict the suspention of Trigger OnAttach to the problematic ↵ | UbitUmarov | 2016-08-29 | 1 | -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 ↵ | UbitUmarov | 2016-08-28 | 1 | -2/+4 |
| | | | | currently not avaiable | ||||
* | mantis: 8006 remove duplication of attach script events. This is a temporary ↵ | UbitUmarov | 2016-08-28 | 1 | -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 code | UbitUmarov | 2016-08-24 | 1 | -9/+0 |
| | |||||
* | Mantis #8000, don't charge for updating classifieds. Thanks, Cinder! | Melanie Thielker | 2016-08-20 | 1 | -23/+29 |
| | | | | Signed-off-by: Melanie Thielker <melanie@t-data.com> | ||||
* | add GetActiveMembershipData() to groups modules, let core groups also have ↵ | UbitUmarov | 2016-08-04 | 1 | -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 crossings | UbitUmarov | 2016-08-04 | 1 | -11/+2 |
| | |||||
* | fix a typo | UbitUmarov | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | (mantis 7983) update local cache when storing a baked tex on assets server | UbitUmarov | 2016-08-02 | 1 | -9/+11 |
| | |||||
* | minor cleanup | UbitUmarov | 2016-08-02 | 1 | -1/+7 |
| | |||||
* | revert adding a new IM parameter ( commit ↵ | UbitUmarov | 2016-07-28 | 1 | -6/+0 |
| | | | | | | bf604c85c66dd3bed06e3103cdf210ede02c151f , that was a mistake. this should fix invites accepts etc, that got broken | ||||
* | actually that was redundante, already done at low level | UbitUmarov | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | move refresh forces into applyphysics | UbitUmarov | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | take friends out of onMakeRoot if crossing | UbitUmarov | 2016-07-26 | 1 | -15/+32 |
| | |||||
* | add missing IM parameter ( needs fix where it is really relevant ) | UbitUmarov | 2016-07-24 | 1 | -2/+5 |
| | |||||
* | do not send IMs via child agents | UbitUmarov | 2016-07-24 | 2 | -50/+20 |
| | |||||
* | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2016-07-04 | 6 | -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 Thielker | 2016-06-21 | 1 | -2/+6 |
| | |||||
* | Make chat and instant message modules fully subclassable | Melanie Thielker | 2016-06-14 | 2 | -36/+36 |
| | |||||
* | From information given my Mandarinka Tasty, add firing the detach event even ↵ | Melanie Thielker | 2016-04-27 | 1 | -0/+3 |
| | | | | for temp attachments | ||||
* | Reverse a comparison, this is probably the cause of attach issues | Melanie Thielker | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Fire detach events even in temp attachments. They don't really need it but ↵ | Melanie Thielker | 2016-04-25 | 1 | -1/+9 |
| | | | | keeping the tests happy | ||||
* | Stop serializing and storing assets for objects that were never rezzed from ↵ | Melanie Thielker | 2016-04-25 | 1 | -0/+12 |
| | | | | inventory items. | ||||
* | Fix Temporary Attachments not being able to be detached by client | Vegaslon | 2016-04-25 | 1 | -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 location | UbitUmarov | 2015-12-21 | 1 | -2/+5 |
| | |||||
* | revert the setting of phantom flag on attachment drop to ground, since it ↵ | UbitUmarov | 2015-12-21 | 1 | -7/+0 |
| | | | | can break nomod objects | ||||
* | drop attachments to ground with phantom active. We should not do this, but ↵ | UbitUmarov | 2015-12-20 | 1 | -4/+7 |
| | | | | for now there no better way to avoid nasty collisions. (large physical objects may still have bad collisions with ground on drop) |