aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-09Remove various limits.onefang1-1/+1
Silly 4096 sim TP check for a client bug that was fixed long ago, seems they removed it themselves. Upgrade sim height. Allow menu items longer than 24 characters once more. Allow sitting on attachments, and attaching things with people sitting on them. Revert don't wear vegetables. Remove some script distance limits. Gods can do anything they want, including bypassing OhSilly threat levels. Low Y regions are no longer reserved for HG links. Varregions don't have to be square. Both now report a warning, but continue anyway. Cool VL Viewer handles non square regions, Singularity crashes. Not tested on others.
2020-09-09Various logging fix ups.onefang1-2/+5
Mostly removing console spam. Swap a bunch of info / debug logs. Better archiver console spam. Have some "avatar has left" mesasge hit the INFO console. Tweak the login logging a bit, especially for impersonations. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. Better sim startup console notification. Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing. Better sim startup finished messages. Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message.
2020-09-09Remove useless executable bit that Windows adds.onefang3-0/+0
2019-12-18changes on lludp acks and resendsUbitUmarov4-170/+185
2019-12-16missing filesUbitUmarov2-8/+18
2019-11-16remove some llUDP optionsUbitUmarov3-119/+55
2019-11-10SIO_UDP_CONNRESET should work on macs now, thx GavinUbitUmarov1-7/+8
2019-11-10terraforming changes: support selected parcel edit; fix area smoothUbitUmarov1-1/+2
2019-11-09terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵UbitUmarov1-22/+14
needed (run prebuild)
2019-11-08cosmeticsUbitUmarov1-23/+44
2019-10-22remove some useless NULL argumentsUbitUmarov1-24/+12
2019-10-13mantis 8598: filter dead groups from group search. honor querystart request. ↵UbitUmarov1-5/+3
Viewers are very broken on this, seems protocol was made by someone with no idea about lludp
2019-09-18add a missing returnUbitUmarov1-0/+1
2019-09-18fix wrong lludp message usageUbitUmarov1-17/+5
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov1-7/+12
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
2019-08-27mantis 8583: update region information on Grid on map regenerationUbitUmarov1-1/+1
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-20Massive console refactor. Greatly simplify interface.Melanie1-35/+47
2019-08-07Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknownMelanie Thielker1-0/+6
2019-07-20Allow menu items longer than 24 characters once more.onefang1-1/+1
I've never seen any problems with allowing this, my NPC tool does that.
2019-07-08Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into ↵onefang1-2/+5
something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing.
2019-07-06mantis 8558: send sane values for Agents and objects capability (max hard limit)UbitUmarov1-26/+9
2019-06-10a few more changes to lludp Xfer downloadUbitUmarov1-1/+1
2019-06-09reduce some useless array copiesUbitUmarov1-3/+16
2019-06-04Warnings--onefang1-4/+4
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang15-2330/+3109
2019-04-23old typoUbitUmarov2-6/+6
2019-04-16lludp: change burst, make it per category (overall reduction)UbitUmarov2-22/+47
2019-04-10do disable probes when voc is disabledUbitUmarov1-1/+1
2019-04-10degradate udp network efficiency a even moreUbitUmarov1-6/+3
2019-04-10dont send animation before objectUbitUmarov1-5/+31
2019-04-09change to ping based RTOUbitUmarov3-72/+18
2019-04-09testing ...UbitUmarov3-3/+10
2019-04-09degradate udp network efficiency a bit moreUbitUmarov1-1/+1
2019-04-09degradate udp network efficiency a bitUbitUmarov1-4/+4
2019-04-09testing ...UbitUmarov2-19/+9
2019-04-06change interpretation of a viewer flagUbitUmarov2-3/+3
2019-04-05temp workaround on sits cullingUbitUmarov1-11/+21
2019-04-05duhhh npcs don't have child agents; plus minor typosUbitUmarov1-1/+1
2019-04-04change region cacheid on restart. This should not be needed in future if ↵UbitUmarov1-1/+1
objects cache info is stored on region db
2019-04-04send agent view range to new child agentsUbitUmarov1-0/+3
2019-03-30a few more changes on initial objects sendUbitUmarov2-122/+29
2019-03-27try another wayUbitUmarov2-2/+5
2019-03-27timming issues on fast tp back to same region on new codeUbitUmarov1-0/+9
2019-03-27timming issues on fast tp back to same region on new codeUbitUmarov1-3/+0
2019-03-25we should be able to zeroencode compressedupdatesUbitUmarov1-31/+425
2019-03-24some more changes on objects sendingUbitUmarov1-7/+20
2019-03-23fix particles encoding on compressedupdateUbitUmarov1-4/+22
2019-03-23a bit more suicidal...UbitUmarov1-3/+3