aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-20Massive console refactor. Greatly simplify interface.Melanie32-206/+239
2019-08-18oops...UbitUmarov1-1/+1
2019-08-17EstateAccess do fill the fields(mySQL only); fix the responseUbitUmarov2-20/+37
2019-08-17EstateAccess: add some ban fields to fill one dayUbitUmarov1-0/+3
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-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.Melanie2-1/+5
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 EstateChangeInfoUbitUmarov4-24/+291
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 Thielker4-3/+23
2019-08-07Fix scope support to get friends list names across co-hosted gridsMelanie4-9/+32
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-02cosmeticsUbitUmarov1-8/+7
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-30now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov1-114/+114
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-30Remove the outdated and no longer useful hardcoded config defaultsMelanie1-39/+0
2019-07-30cosmeticsUbitUmarov2-2/+5
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-06mantis 8558: send sane values for Agents and objects capability (max hard limit)UbitUmarov2-27/+12
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
2019-06-10a few more changes to lludp Xfer downloadUbitUmarov2-16/+28
2019-06-09test...UbitUmarov1-5/+4
2019-06-09reduce some useless array copiesUbitUmarov4-25/+27