aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-17add LSL_Integer osIsNotValidNumber(LSL_Float v)UbitUmarov5-26/+40
2019-10-17simplify last code a bitUbitUmarov1-8/+13
2019-10-17Xengine: Error on division by Zero. Yengine will take a lot more work. If ↵UbitUmarov1-9/+46
your script gets killed by this, don't bother us, your script is just BAD
2019-10-17Yengine make float.tostring culture invariantUbitUmarov1-1/+2
2019-10-16tests: windows does not have 1ms time resolutionUbitUmarov1-3/+3
2019-10-16fix some texts initUbitUmarov4-0/+18
2019-10-16OSSL: threading issueUbitUmarov1-1/+1
2019-10-16OSSL: stop reading configuration file on every script start.UbitUmarov1-63/+78
2019-10-16make OSSL parsing error warning more clearUbitUmarov1-4/+8
2019-10-16change OSSL functions allow control code. Behavior should stat pretty much ↵UbitUmarov2-72/+121
the same. Some help testing, please
2019-10-16 add OSSL option PermissionErrortoOwner (true or false). if true ossl ↵UbitUmarov3-101/+138
functions permission errors will only be sent to prim owner, defaul false: send all around
2019-10-14basic search: fix people search, add some cachingUbitUmarov2-6/+45
2019-10-13viewers group search page size is 100 ( and not way to detect other value, ↵UbitUmarov1-1/+9
so hardwired)
2019-10-13groups v2: remove wrong filters on DB searchUbitUmarov2-3/+3
2019-10-13mantis 8598: filter dead groups from group search. honor querystart request. ↵UbitUmarov3-9/+39
Viewers are very broken on this, seems protocol was made by someone with no idea about lludp
2019-10-11add osResetAllScripts(LSL_Integer AllLinkset). use with careUbitUmarov4-1/+41
2019-10-06Fix build breakMelanie4-4/+13
2019-10-06Introduce a way to send the grid's message kay, if one is usedMelanie2-5/+9
2019-10-06Remove a no longer used property that used ScopeID in an improper wayMelanie1-28/+0
2019-10-06Fix an issue where parameter parsing could lead to an exceptionMelanie1-1/+2
2019-10-06explicitly remove useragentserviceconnector dns lookup, effectively removed ↵UbitUmarov1-58/+42
on a previus commit. This should not be needed with required mono versions and proper configured DNS (that must honour short TTL needed by dynamic DNS ); add some uri validation
2019-10-06remove useragentserviceconnector dns lookup also on osslUbitUmarov1-1/+1
2019-10-06Stop replacing the host name with it's IP.Melanie1-2/+2
Mono DNS resolution is now configurable elsewhere. Resolving the IP ahead of time causes requests to be made by IP. If NginX is used to distribute requests to services by name, this breaks HG teleports.
2019-10-06fix ViewerAsset external urlUbitUmarov1-7/+5
2019-09-24missing fileUbitUmarov1-2/+6
2019-09-23do removed the old API function (replaced in 2016). Thanks Terry for finding ↵UbitUmarov1-28/+0
this old Bug
2019-09-23fix a HGsuitcase APIUbitUmarov1-0/+28
2019-09-21make Console Promt(..) compatible with rest of code, againUbitUmarov2-1/+18
2019-09-21make Console Output(..) compatible with rest of code, againUbitUmarov3-4/+9
2019-09-18add a missing returnUbitUmarov1-0/+1
2019-09-18fix wrong lludp message usageUbitUmarov1-17/+5
2019-09-18avoid a null ref ( this should not be needed)UbitUmarov1-1/+5
2019-09-17Changes fix some CORS problems when making XMLRPC calls fromRobert Adams1-0/+4
browsers (which have gotten very picky over the years). Add "Access-Control-Allow-Origin" to XMLRPC responses. Add "Access-Control-Allow-Methods" and "Access-Control-Allow-Headers" to the HTTP OPTIONS response (used in CORS pre-flight request).
2019-09-17add a extra lenght checkUbitUmarov1-0/+3
2019-09-15fix saving appearence to notecard, so they can work on older regionsUbitUmarov3-53/+104
2019-09-12allow particles scale max to be 7.96m, supported by protocolUbitUmarov1-1/+1
2019-09-11fix bad indexes mathUbitUmarov1-2/+2
2019-09-11fix a bad typoUbitUmarov1-1/+1
2019-09-11take unit tests limited settings in consideration on setappearanceUbitUmarov1-2/+2
2019-09-11pesty warningUbitUmarov1-1/+0
2019-09-11remove a config option that controled a useless sim feature. note that at ↵UbitUmarov1-5/+1
this point, and as normal on master, appearence/bakes etc may have a few more issues than before, as always thanks for your help testing it, and hapy clouds
2019-09-11 enable agent hover again, (it is still bad on most viewers for opensimUbitUmarov1-6/+5
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov18-407/+436
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
2019-09-09disable AvatarHoverHeight useless and viewer side broken (without SSA)UbitUmarov1-2/+8
2019-09-07fix a HG to local grid tp extra checkUbitUmarov1-3/+1
2019-09-05go back to protocol 0.7, until 0.8 changes are readyUbitUmarov1-2/+2
2019-09-04add osSlerp()UbitUmarov5-1/+72
2019-09-04don't wear vegetablesUbitUmarov2-4/+26
2019-09-04Cache assets even in cases where the upload fails. That helps in asset ↵Melanie1-8/+8
upload debugging because the asset can be examined
2019-09-04fix the fixUbitUmarov1-1/+1