Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 1 | -5/+44 | |
| | ||||||
* | viewers group search page size is 100 ( and not way to detect other value, ↵ | UbitUmarov | 2019-10-13 | 1 | -1/+9 | |
| | | | | so hardwired) | |||||
* | mantis 8598: filter dead groups from group search. honor querystart request. ↵ | UbitUmarov | 2019-10-13 | 2 | -7/+30 | |
| | | | | 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 | |
| | ||||||
* | remove useragentserviceconnector dns lookup also on ossl | UbitUmarov | 2019-10-06 | 1 | -1/+1 | |
| | ||||||
* | fix ViewerAsset external url | UbitUmarov | 2019-10-06 | 1 | -7/+5 | |
| | ||||||
* | add a missing return | UbitUmarov | 2019-09-18 | 1 | -0/+1 | |
| | ||||||
* | fix wrong lludp message usage | UbitUmarov | 2019-09-18 | 1 | -17/+5 | |
| | ||||||
* | avoid a null ref ( this should not be needed) | UbitUmarov | 2019-09-18 | 1 | -1/+5 | |
| | ||||||
* | fix saving appearence to notecard, so they can work on older regions | UbitUmarov | 2019-09-15 | 2 | -14/+8 | |
| | ||||||
* | allow particles scale max to be 7.96m, supported by protocol | UbitUmarov | 2019-09-12 | 1 | -1/+1 | |
| | ||||||
* | take unit tests limited settings in consideration on setappearance | UbitUmarov | 2019-09-11 | 1 | -2/+2 | |
| | ||||||
* | pesty warning | UbitUmarov | 2019-09-11 | 1 | -1/+0 | |
| | ||||||
* | remove a config option that controled a useless sim feature. note that at ↵ | UbitUmarov | 2019-09-11 | 1 | -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 | |||||
* | enable agent hover again, (it is still bad on most viewers for opensim | UbitUmarov | 2019-09-11 | 1 | -6/+5 | |
| | ||||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 8 | -293/+247 | |
| | | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | |||||
* | disable AvatarHoverHeight useless and viewer side broken (without SSA) | UbitUmarov | 2019-09-09 | 1 | -2/+8 | |
| | ||||||
* | add osSlerp() | UbitUmarov | 2019-09-04 | 5 | -1/+72 | |
| | ||||||
* | don't wear vegetables | UbitUmarov | 2019-09-04 | 2 | -4/+26 | |
| | ||||||
* | fix the fix | UbitUmarov | 2019-09-04 | 1 | -1/+1 | |
| | ||||||
* | fix one of the new warp3d log messages | UbitUmarov | 2019-09-03 | 1 | -1/+1 | |
| | ||||||
* | avoid potencial null ref | UbitUmarov | 2019-09-03 | 1 | -0/+4 | |
| | ||||||
* | mantis 8585: add a bit more debug messages | UbitUmarov | 2019-09-03 | 1 | -5/+14 | |
| | ||||||
* | avoid a null ref | UbitUmarov | 2019-09-03 | 1 | -3/+3 | |
| | ||||||
* | add a little more debug for now | UbitUmarov | 2019-09-03 | 1 | -4/+21 | |
| | ||||||
* | mantis 8580: make some changes on regions find code. (only gatekeeper | UbitUmarov | 2019-09-02 | 1 | -12/+21 | |
| | | | | host is used on local grid detection, not its port) | |||||
* | XbakesModule: allow more textures, older versions will not see | UbitUmarov | 2019-08-31 | 1 | -12/+47 | |
| | ||||||
* | add a test sim feature | UbitUmarov | 2019-08-29 | 1 | -1/+7 | |
| | ||||||
* | update libomv with simpler Texture.GetBakesBytes | UbitUmarov | 2019-08-29 | 1 | -1/+1 | |
| | ||||||
* | add a few lsl constants | UbitUmarov | 2019-08-28 | 1 | -1/+13 | |
| | ||||||
* | change appearance data sent to others | UbitUmarov | 2019-08-28 | 1 | -2/+10 | |
| | ||||||
* | mantis 8583: update region information on Grid on map regeneration | UbitUmarov | 2019-08-27 | 3 | -4/+6 | |
| | ||||||
* | mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ↵ | UbitUmarov | 2019-08-27 | 3 | -6/+11 | |
| | | | | without any requests to grid | |||||
* | revert last change and o fix the damm silly bug | UbitUmarov | 2019-08-24 | 1 | -6/+4 | |
| | ||||||
* | reduce even more the number of objects per UDP packet on object cache ↵ | UbitUmarov | 2019-08-24 | 1 | -2/+4 | |
| | | | | related pkts ( TEST ) | |||||
* | minor change on httpserver dll | UbitUmarov | 2019-08-24 | 1 | -1/+1 | |
| | ||||||
* | Make ReadConfig a general features of consoles, rather than type dependent | Melanie | 2019-08-21 | 1 | -1/+2 | |
| | ||||||
* | Call SetServer on consoles reflectively to avoid having type checks in ↵ | Melanie | 2019-08-21 | 1 | -7/+6 | |
| | | | | places where it tends to be forgotten to update them. | |||||
* | Massive console refactor. Greatly simplify interface. | Melanie | 2019-08-20 | 32 | -206/+239 | |
| | ||||||
* | oops... | UbitUmarov | 2019-08-18 | 1 | -1/+1 | |
| | ||||||
* | EstateAccess do fill the fields(mySQL only); fix the response | UbitUmarov | 2019-08-17 | 2 | -20/+37 | |
| |