aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2019-09-03fix one of the new warp3d log messagesUbitUmarov1-1/+1
2019-09-03avoid potencial null refUbitUmarov1-0/+4
2019-09-03mantis 8585: add a bit more debug messagesUbitUmarov1-5/+14
2019-09-03avoid a null refUbitUmarov1-3/+3
2019-09-03add a little more debug for nowUbitUmarov1-4/+21
2019-09-02missing fileUbitUmarov1-2/+13
2019-09-02mantis 8580: make some changes on regions find code. (only gatekeeperUbitUmarov3-40/+61
host is used on local grid detection, not its port)
2019-08-31XbakesModule: allow more textures, older versions will not seeUbitUmarov1-12/+47
2019-08-30increase region protocol version to 0.8UbitUmarov1-2/+2
2019-08-29add a test sim featureUbitUmarov1-1/+7
2019-08-29 update libomv with simpler Texture.GetBakesBytesUbitUmarov1-1/+1
2019-08-28add a few lsl constantsUbitUmarov1-1/+13
2019-08-28change appearance data sent to othersUbitUmarov1-2/+10
2019-08-27mantis 8583: update region information on Grid on map regenerationUbitUmarov3-4/+6
2019-08-27mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ↵UbitUmarov3-6/+11
without any requests to grid
2019-08-26a few changes to db generic tablesUbitUmarov3-26/+147
2019-08-25Fix console outputting raw format stringsMelanie1-3/+5
2019-08-24revert last change and o fix the damm silly bugUbitUmarov1-6/+4
2019-08-24reduce even more the number of objects per UDP packet on object cache ↵UbitUmarov1-2/+4
related pkts ( TEST )
2019-08-24minor change on httpserver dllUbitUmarov1-1/+1
2019-08-21Make ReadConfig a general features of consoles, rather than type dependentMelanie6-11/+15
2019-08-21Call SetServer on consoles reflectively to avoid having type checks in ↵Melanie5-11/+14
places where it tends to be forgotten to update them.
2019-08-20Massive console refactor. Greatly simplify interface.Melanie56-453/+430
2019-08-19change PGSQL migrationUbitUmarov1-3/+3
2019-08-18try again to update SQLite estatebanUbitUmarov1-3/+2
2019-08-18try to update SQLite estatebanUbitUmarov2-6/+16
2019-08-18try to update PGSQL estatebanUbitUmarov2-2/+16
2019-08-18oops...UbitUmarov1-1/+1
2019-08-18i do not not store banTime as DateTime, fix the EstateBan decoderUbitUmarov1-4/+4
2019-08-17missing fileUbitUmarov1-0/+7
2019-08-17EstateAccess do fill the fields(mySQL only); fix the responseUbitUmarov5-43/+64
2019-08-17EstateAccess: add some ban fields to fill one dayUbitUmarov1-0/+3
2019-08-16mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵UbitUmarov4-1/+26
item ID within prim inventory. the llGetInventory does return the asset it, not item.
2019-08-15 move file HGworldMapModule to where it belongs( runprebuild)UbitUmarov1-0/+0
2019-08-15still another missing ShowNPCs case, and needed changes for prev commitUbitUmarov1-6/+8
2019-08-15make HGworldmap initialize its base wordmapUbitUmarov1-1/+9
2019-08-13mantis 8575: npc map dots could be sent on another spotUbitUmarov1-0/+3
2019-08-10set default value for timestand on groups v2 invites tableUbitUmarov1-0/+8
2019-08-10mantis 8573 and 8569: be more aggressive on drag block with touch on non ↵UbitUmarov1-4/+2
physical prims
2019-08-09Make the DNS cache timeout configurable.Melanie3-3/+8
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.
2019-08-09No idea where this diff comes from - change case to lowerMelanie1-1/+1
2019-08-09Fix #8572Melanie1-1/+4