Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | EstateAccess: add some ban fields to fill one day | UbitUmarov | 2019-08-17 | 1 | -0/+3 | |
| | ||||||
* | mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵ | UbitUmarov | 2019-08-16 | 4 | -1/+26 | |
| | | | | item ID within prim inventory. the llGetInventory does return the asset it, not item. | |||||
* | move file HGworldMapModule to where it belongs( runprebuild) | UbitUmarov | 2019-08-15 | 1 | -0/+0 | |
| | ||||||
* | still another missing ShowNPCs case, and needed changes for prev commit | UbitUmarov | 2019-08-15 | 1 | -6/+8 | |
| | ||||||
* | make HGworldmap initialize its base wordmap | UbitUmarov | 2019-08-15 | 1 | -1/+9 | |
| | ||||||
* | mantis 8575: npc map dots could be sent on another spot | UbitUmarov | 2019-08-13 | 1 | -0/+3 | |
| | ||||||
* | mantis 8573 and 8569: be more aggressive on drag block with touch on non ↵ | UbitUmarov | 2019-08-10 | 1 | -4/+2 | |
| | | | | physical prims | |||||
* | Make the DNS cache timeout configurable. | Melanie | 2019-08-09 | 2 | -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. | |||||
* | Merge branch 'master' of brain.opensimulator.org:/var/git/opensim | Melanie | 2019-08-09 | 4 | -24/+291 | |
|\ |