Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 20 | -99/+81 |
| | |||||
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 17 | -52/+45 |
| | |||||
* | remove some useless NULL arguments | UbitUmarov | 2019-10-22 | 11 | -63/+51 |
| | |||||
* | missing file | UbitUmarov | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | try to fix console AGAIN | UbitUmarov | 2019-10-22 | 6 | -14/+114 |
| | |||||
* | a few changes on osslEnable.ini | UbitUmarov | 2019-10-21 | 1 | -6/+6 |
| | |||||
* | a few changes on osslEnable.ini | UbitUmarov | 2019-10-21 | 1 | -1/+4 |
| | |||||
* | a few changes on LlGetObjectDetails | UbitUmarov | 2019-10-20 | 1 | -9/+17 |
| | |||||
* | add a few lsl constants | UbitUmarov | 2019-10-19 | 3 | -5/+114 |
| | |||||
* | same for osSetDynamicTextureURLBlendFace(). thx djphil | UbitUmarov | 2019-10-19 | 2 | -2/+2 |
| | |||||
* | change osSetDynamicTextureURL(Blend) to ↵ | UbitUmarov | 2019-10-19 | 2 | -10/+5 |
| | | | | ThreatLevel.VeryHigh,ESTATE_MANAGER,ESTATE_OWNER | ||||
* | Xengine: more on division by Zero | UbitUmarov | 2019-10-18 | 1 | -22/+70 |
| | |||||
* | Yengine: Also error on division by Zero | UbitUmarov | 2019-10-18 | 5 | -222/+154 |
| | |||||
* | add LSL_Integer osIsNotValidNumber(LSL_Float v) | UbitUmarov | 2019-10-17 | 6 | -51/+72 |
| | |||||
* | simplify last code a bit | UbitUmarov | 2019-10-17 | 1 | -8/+13 |
| | |||||
* | Xengine: Error on division by Zero. Yengine will take a lot more work. If ↵ | UbitUmarov | 2019-10-17 | 1 | -9/+46 |
| | | | | your script gets killed by this, don't bother us, your script is just BAD | ||||
* | Yengine make float.tostring culture invariant | UbitUmarov | 2019-10-17 | 1 | -1/+2 |
| | |||||
* | tests: windows does not have 1ms time resolution | UbitUmarov | 2019-10-16 | 1 | -3/+3 |
| | |||||
* | fix some texts init | UbitUmarov | 2019-10-16 | 4 | -0/+18 |
| | |||||
* | minor text change | UbitUmarov | 2019-10-16 | 1 | -1/+1 |
| | |||||
* | minor text change | UbitUmarov | 2019-10-16 | 1 | -4/+2 |
| | |||||
* | minor text change | UbitUmarov | 2019-10-16 | 1 | -1/+1 |
| | |||||
* | typo | UbitUmarov | 2019-10-16 | 1 | -2/+2 |
| | |||||
* | OSSL: threading issue | UbitUmarov | 2019-10-16 | 1 | -1/+1 |
| | |||||
* | OSSL: stop reading configuration file on every script start. | UbitUmarov | 2019-10-16 | 1 | -63/+78 |
| | |||||
* | make OSSL parsing error warning more clear | UbitUmarov | 2019-10-16 | 1 | -4/+8 |
| | |||||
* | change OSSL functions allow control code. Behavior should stat pretty much ↵ | UbitUmarov | 2019-10-16 | 2 | -72/+121 |
| | | | | the same. Some help testing, please | ||||
* | add OSSL option PermissionErrortoOwner (true or false). if true ossl ↵ | UbitUmarov | 2019-10-16 | 4 | -102/+142 |
| | | | | functions permission errors will only be sent to prim owner, defaul false: send all around | ||||
* | change coments on osslEnable.ini and remove list of functions always suported; | UbitUmarov | 2019-10-15 | 1 | -88/+18 |
| | |||||
* | basic search: fix people search, add some caching | UbitUmarov | 2019-10-14 | 2 | -6/+45 |
| | |||||
* | viewers group search page size is 100 ( and not way to detect other value, ↵ | UbitUmarov | 2019-10-13 | 1 | -1/+9 |
| | | | | so hardwired) | ||||
* | groups v2: remove wrong filters on DB search | UbitUmarov | 2019-10-13 | 2 | -3/+3 |
| | |||||
* | mantis 8598: filter dead groups from group search. honor querystart request. ↵ | UbitUmarov | 2019-10-13 | 3 | -9/+39 |
| | | | | Viewers are very broken on this, seems protocol was made by someone with no idea about lludp | ||||
* | add osResetAllScripts(LSL_Integer AllLinkset). use with care | UbitUmarov | 2019-10-11 | 5 | -20/+119 |
| | |||||
* | update livomv | UbitUmarov | 2019-10-08 | 4 | -0/+0 |
| | |||||
* | Fix build break | Melanie | 2019-10-06 | 4 | -4/+13 |
| | |||||
* | Introduce a way to send the grid's message kay, if one is used | Melanie | 2019-10-06 | 2 | -5/+9 |
| | |||||
* | Remove a no longer used property that used ScopeID in an improper way | Melanie | 2019-10-06 | 1 | -28/+0 |
| | |||||
* | Fix an issue where parameter parsing could lead to an exception | Melanie | 2019-10-06 | 1 | -1/+2 |
| | |||||
* | explicitly remove useragentserviceconnector dns lookup, effectively removed ↵ | UbitUmarov | 2019-10-06 | 1 | -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 | ||||
* | remove useragentserviceconnector dns lookup also on ossl | UbitUmarov | 2019-10-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of brain.opensimulator.org:/var/git/opensim | Melanie | 2019-10-06 | 1 | -7/+5 |
|\ | |||||
| * | fix ViewerAsset external url | UbitUmarov | 2019-10-06 | 1 | -7/+5 |
| | | |||||
* | | Stop replacing the host name with it's IP. | Melanie | 2019-10-06 | 1 | -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. | ||||
* | missing file | UbitUmarov | 2019-09-24 | 1 | -2/+6 |
| | |||||
* | do removed the old API function (replaced in 2016). Thanks Terry for finding ↵ | UbitUmarov | 2019-09-23 | 1 | -28/+0 |
| | | | | this old Bug | ||||
* | fix a HGsuitcase API | UbitUmarov | 2019-09-23 | 1 | -0/+28 |
| | |||||
* | make Console Promt(..) compatible with rest of code, again | UbitUmarov | 2019-09-21 | 2 | -1/+18 |
| | |||||
* | make Console Output(..) compatible with rest of code, again | UbitUmarov | 2019-09-21 | 3 | -4/+9 |
| | |||||
* | add a missing return | UbitUmarov | 2019-09-18 | 1 | -0/+1 |
| |