aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-16mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵UbitUmarov4-1/+26
item ID within prim inventory. the llGetInventory does return the asset it, not item.
2019-08-15 move file HGworldMapModule to where it belongs( runprebuild)UbitUmarov1-0/+0
2019-08-15still another missing ShowNPCs case, and needed changes for prev commitUbitUmarov1-6/+8
2019-08-15make HGworldmap initialize its base wordmapUbitUmarov1-1/+9
2019-08-13mantis 8575: npc map dots could be sent on another spotUbitUmarov1-0/+3
2019-08-10set default value for timestand on groups v2 invites tableUbitUmarov1-0/+8
2019-08-10mantis 8573 and 8569: be more aggressive on drag block with touch on non ↵UbitUmarov1-4/+2
physical prims
2019-08-09Make the DNS cache timeout configurable.Melanie3-3/+8
In containerized environments, DNS is simulated. It can change several times per second as containers move around. The hardcoded timeout was too long for a container environment.
2019-08-09No idea where this diff comes from - change case to lowerMelanie1-1/+1
2019-08-09Fix #8572Melanie1-1/+4
2019-08-07add cap EstateChangeInfoUbitUmarov5-30/+294
2019-08-07Make showing NPCs on the world map an optionMelanie1-2/+8
2019-08-07Remove debug output i left inMelanie2-9/+0
2019-08-07Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknownMelanie Thielker6-3/+29
2019-08-07Fix scope support to get friends list names across co-hosted gridsMelanie7-20/+37
2019-08-07cap EstateAccess: don't meed with keepAlive unless neededUbitUmarov1-8/+6
2019-08-07pesty warning; btw thx LiruCookies for help on estateaccess cap viewer protocolUbitUmarov1-1/+1
2019-08-07add cap EstateAccess: missing fileUbitUmarov1-0/+226
2019-08-02cosmeticsUbitUmarov5-46/+22
2019-08-01remove redundant codeUbitUmarov1-5/+0
2019-08-01make sure XEngine does release script events when a script is destroyedUbitUmarov2-4/+4
2019-08-01mantis8569: do aggregate script events when a script is deleted; block ↵UbitUmarov3-22/+40
nonphysical drag if a touch event is triggered, add a time guard on that
2019-08-01mantis8548: let rotation division be -(olderResult) this is formally more ↵UbitUmarov1-2/+6
correct (and it is the same rotation), keep not normalizing, as SL seems to do
2019-07-31mantis8548: change more LSL arguments declarations to their formal form. ↵UbitUmarov3-100/+108
Still a lot more to do. This is a case where coerence matters over performance, to avoid more future issues
2019-07-31mantis8564: add region_up_time to llGetEnv. Returns string with seconds ↵UbitUmarov1-66/+55
since region start. There where ways do get it, but this makes life easier
2019-07-31change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵UbitUmarov5-6/+7
standard values, change return types, update script syntaxe
2019-07-31Mantis #8481 part two.TBG Renfold3-0/+16
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-07-31Mantis #8481 part one.TBG Renfold2-0/+4
Add llGetParcelDetails(vector pos, [PARCEL_DETAILS_LANDDWELL]) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-07-31fix configuration loader testUbitUmarov1-0/+1
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov9-308/+364
OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc
2019-07-30cosmeticsUbitUmarov1-2/+2
2019-07-30Also remove the defaults from ConfiggerMelanie1-31/+0
2019-07-30Remove the outdated and no longer useful hardcoded config defaultsMelanie1-39/+0
2019-07-30cosmeticsUbitUmarov3-4/+5
2019-07-30Don't try to print XML if a corrupted asset is actually binary dataMelanie1-0/+9
2019-07-29Put back the code to create the ready marker file.Melanie1-0/+23
2019-07-27Fix godnames module to not add the empty string if only one option is usedMelanie1-8/+14
2019-07-15mantis 8563: do not modify collection inside a loop on it a foreach on itUbitUmarov1-8/+10
2019-07-13When using FSAssets, the HGAssetService would still use AssetService.Melanie1-13/+70
This introduces a new HGAssetService config option named BackingService, which defaults to the old behaviour, loading AssetService. It can, however, be used to load FSAssets for HG assets, which eliminates numerous problems.
2019-07-13When using FSAssets, the HGAssetService would still use AssetService.Melanie1-13/+70
This introduces a new HGAssetService config option named BackingService, which defaults to the old behaviour, loading AssetService. It can, however, be used to load FSAssets for HG assets, which eliminates numerous problems.
2019-07-06mantis 8558: send sane values for Agents and objects capability (max hard limit)UbitUmarov3-28/+15
2019-06-14reduce httptimout on first try to save a asset to gridUbitUmarov1-1/+1
2019-06-14make materials save to grid less async on manual backup or shutdownUbitUmarov1-4/+17
2019-06-13handle confirmXfer syncUbitUmarov1-3/+3
2019-06-13delay timeout a bitUbitUmarov1-2/+2
2019-06-13minor cleanupUbitUmarov1-45/+39
2019-06-12test...UbitUmarov1-4/+2
2019-06-12add a lockUbitUmarov1-16/+15
2019-06-12still a few more changes to lludp Xfer download for lost udp caseUbitUmarov1-9/+10
2019-06-11a few more changes to lludp Xfer downloadUbitUmarov1-15/+22