Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cosmetics | UbitUmarov | 2019-11-08 | 1 | -23/+44 | |
| | ||||||
* | let autopilot also stand from a object | UbitUmarov | 2019-11-07 | 1 | -1/+1 | |
| | ||||||
* | avoid a null ref | UbitUmarov | 2019-11-07 | 1 | -11/+23 | |
| | ||||||
* | handle null refs on llSubStringIndex() | UbitUmarov | 2019-11-06 | 1 | -0/+4 | |
| | ||||||
* | YEngine: fix credits comment | UbitUmarov | 2019-11-05 | 1 | -1/+1 | |
| | ||||||
* | dynamic textures: add ' lossless: [true|false] ', default false, extraParam | UbitUmarov | 2019-11-04 | 1 | -5/+10 | |
| | ||||||
* | YEngine: fix wrong language detection on some comments in first line | UbitUmarov | 2019-11-04 | 1 | -5/+7 | |
| | ||||||
* | avoid a null ref | UbitUmarov | 2019-11-02 | 1 | -0/+2 | |
| | ||||||
* | FlotSamAssetcache write to disk needs be sync. | UbitUmarov | 2019-11-01 | 1 | -2/+5 | |
| | ||||||
* | a disabled module has no caps to tell viewers (cameraonlymoduel) | UbitUmarov | 2019-10-31 | 1 | -4/+3 | |
| | ||||||
* | always allow part deselect | UbitUmarov | 2019-10-30 | 1 | -12/+9 | |
| | ||||||
* | fix some mysql timestamps default value | UbitUmarov | 2019-10-29 | 2 | -1/+7 | |
| | ||||||
* | update version name | UbitUmarov | 2019-10-28 | 1 | -1/+1 | |
| | ||||||
* | change version | UbitUmarov | 2019-10-28 | 1 | -2/+2 | |
| | ||||||
* | refuse to create a new user with empty password | UbitUmarov | 2019-10-24 | 1 | -2/+17 | |
| | ||||||
* | oops, dont ask things twice | UbitUmarov | 2019-10-24 | 1 | -3/+1 | |
| | ||||||
* | partial revert console Prompt code to fix it | UbitUmarov | 2019-10-24 | 1 | -3/+26 | |
| | ||||||
* | 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 LlGetObjectDetails | UbitUmarov | 2019-10-20 | 1 | -9/+17 | |
| | ||||||
* | add a few lsl constants | UbitUmarov | 2019-10-19 | 2 | -4/+93 | |
| | ||||||
* | same for osSetDynamicTextureURLBlendFace(). thx djphil | UbitUmarov | 2019-10-19 | 1 | -1/+1 | |
| | ||||||
* | change osSetDynamicTextureURL(Blend) to ↵ | UbitUmarov | 2019-10-19 | 1 | -6/+3 | |
| | | | | 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 | 5 | -26/+40 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 3 | -101/+138 | |
| | | | | functions permission errors will only be sent to prim owner, defaul false: send all around | |||||
* | 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 | 4 | -1/+41 | |
| | ||||||
* | 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 | |
| |