aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-29change last commit, need to send to Xbakes or changes will not be detectedUbitUmarov1-1/+2
2014-10-29bug fix and don't send to xbakes if requesting rebakesUbitUmarov1-12/+13
2014-10-29Fix baked textures for regions without external Xbakes adding rebakeUbitUmarov1-32/+35
requests. Those may also be trigger if for same reason one is missing even with Xbakes. Later we can let this regions send the assets on teleports, changing how those are serialized
2014-10-28 try to make a avatar usesable if its siting part didn't cross, or crossedUbitUmarov1-86/+12
back. This situation points to that sitted avatars should be sent in same http connection that crosses the object
2014-10-26 fix parcel proprieties update sendingUbitUmarov1-4/+7
2014-10-26 do consider skirt baked texture on validationUbitUmarov1-3/+9
2014-10-26 missing fileUbitUmarov1-2/+1
2014-10-26 dont send baked textures assets, but send cache informationUbitUmarov2-5/+17
2014-10-26remove debug messageUbitUmarov1-7/+0
2014-10-26 delete keyframes on temporary backup groupUbitUmarov1-0/+8
2014-10-26bug fixUbitUmarov1-1/+6
2014-10-26Debug... ( restored TriggerOnSceneObjectPreSave)UbitUmarov1-12/+10
2014-10-26 remove lock that did nothing, DEBUG disable TriggerOnSceneObjectPreSaveUbitUmarov1-4/+3
2014-10-26 another try to prevent double crossingUbitUmarov1-52/+46
2014-10-26 bug fixUbitUmarov1-1/+1
2014-10-26 keep intransit flag even if deleted, dont set sog position if in transitUbitUmarov1-41/+38
2014-10-26some cleanup, localID coerence fix..UbitUmarov2-30/+10
2014-10-25 some code reorder/minor changesUbitUmarov1-50/+40
2014-10-24 don't backup in transit SOGsUbitUmarov1-1/+1
2014-10-24 don't send pack baked texture assets into updates.UbitUmarov1-1/+2
2014-10-24add more temporary fixes for regionSize zeroUbitUmarov1-0/+12
2014-10-24 check new region size on added code for varsize till its fully suportedUbitUmarov1-0/+4
2014-10-24 try to make SOG crossings full async. Simplify some borders checking....UbitUmarov5-267/+426
2014-10-24 TEST**** wingridproxy detection at grid login. Untested possible notUbitUmarov4-8/+31
very reliable. Adds some load even on region servers because of code at BaseHttpServer.
2014-10-22remove some Xengine errors on scripted object deleteUbitUmarov1-14/+8
2014-10-21refuse crossings if logins disabledUbitUmarov1-0/+7
Please enter the commit message for your changes. Lines starting
2014-10-21make sure we return false if catch() is triggered on crossingUbitUmarov1-0/+1
2014-10-21do agent crossing async, including QUERYACCESS ( need to check vehicles forUbitUmarov3-10/+56
this also ), so it doesn't stop heartbeat
2014-10-20 Assume childreen don't need to know caps seedsUbitUmarov3-33/+84
2014-10-19 try to fix propagation of seeds to all relevante regionsUbitUmarov4-37/+139
2014-10-18 change position in new region estimation. Reduce border jitter marginUbitUmarov1-34/+14
2014-10-18 fix SW direction diagonal crossingUbitUmarov1-2/+5
2014-10-18 change child agents creation/notification. As before this assumes thatUbitUmarov2-121/+119
sending regions close out of view connections.
2014-10-17 debug makeroot timingUbitUmarov1-0/+10
2014-10-17 send motion control state in update to childs. Reset CollisionPlane onUbitUmarov2-2/+18
makechild
2014-10-17 send correct caps seed on CreateAgent to a nearby regionUbitUmarov1-45/+23
2014-10-16Fix an obscure permissions exploit. Taking items from a friend's prim couldMelanie Thielker1-6/+4
possibly result in a privilege escalation
2014-10-15 fix some errors when using http debug level > 4UbitUmarov1-6/+8
2014-10-14lso remove caps with "PUT" http methodUbitUmarov1-0/+1
2014-10-13Revert "*TEST* send udp sync. Stop uncontroled and hidden use of IO threads."Melanie Thielker2-18/+1
This reverts commit 8c41271b3312f2a02608ffc41b220f7fb018d6ad. Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
2014-10-13 revert to async send, since past experience showed sync didn't work whenUbitUmarov1-2/+2
on mono
2014-10-13Allow 20 outbound connections per endpoint for the servicesMelanie Thielker1-0/+1
2014-10-13Set connection limit to 20 for all servers.Melanie Thielker1-0/+4
2014-10-13*TEST* send udp sync. Stop uncontroled and hidden use of IO threads.UbitUmarov2-2/+19
Testing this may require several people.
2014-10-13on util thread pool reduce the min number of threads, increase theUbitUmarov2-3/+3
maximum and increase the idle time before release to OS
2014-10-13name the threadUbitUmarov1-0/+1
2014-10-13 change/fix previus commitsUbitUmarov2-3/+11
2014-10-13reduce minimum number of smartpool threads and name itUbitUmarov1-3/+3
2014-10-13 tune poll smartThreadpool use and give it a nameUbitUmarov1-2/+5
2014-10-12 move AnimationSet and AvatarSkeleton to OpenSimExtrasUbitUmarov1-5/+7