aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP (follow)
Commit message (Expand)AuthorAgeFilesLines
* If a packet pooling blows up, fail gracefully instead of disconnectingMelanie Thielker2009-05-021-20/+32
* Handle resends betterMelanie Thielker2009-05-022-1/+6
* * Makes ObjectUpdate compressing tweakable in OpenSim.ini - introduces:Adam Frisby2009-05-021-2/+13
* Plumb conifg into the client views. Add config option to configure packetMelanie Thielker2009-05-021-0/+12
* Move a lock to attempt to cut down packet lossMelanie Thielker2009-05-021-4/+4
* Numerous packet improvements.Melanie Thielker2009-05-024-9/+40
* Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker2009-05-022-9/+10
* Improve prim sending by combining multiple prim updates into a single packetMelanie Thielker2009-05-011-73/+200
* Thank you, mpallari, for a patch that correct the behavior of the avatarMelanie Thielker2009-04-301-3/+1
* Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker2009-04-301-12/+63
* Catch another j2k decode exception that can be caused by a bad assetMelanie Thielker2009-04-291-29/+34
* Fix a crash that will hit when an image asset is truncated in storageMelanie Thielker2009-04-291-1/+11
* fixes exception thrown when client session is shutdown whileDr Scofield2009-04-291-0/+2
* Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble2009-04-251-1/+1
* cleaning up, fixing warningsDr Scofield2009-04-221-1/+1
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-221-5/+5
* Change a bad use of a type name as a variable. Thanks, Fly-ManMelanie Thielker2009-04-201-4/+4
* Add PlacesQuery packetMelanie Thielker2009-04-201-0/+21
* It is possible that apacket is recieved before the clint stack is fully ready.Melanie Thielker2009-04-201-0/+2
* Thank you kindly, RemedyTomm for a patch that:Charles Krinke2009-04-183-58/+134
* Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-04-171-0/+5
* Correctly flag group owned prims in the land prim listMelanie Thielker2009-04-161-2/+2
* Fix build break and change some groups interfacesMelanie Thielker2009-04-161-7/+4
* Commit the group deeding support, thank you, mcortezMelanie Thielker2009-04-151-1/+27
* minor: Remove some mono compiler warnings. Uncomment code when it's actually...Justin Clarke Casey2009-04-151-7/+7
* Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson2009-04-151-1/+1
* Thank you, Fly-Man, for a patch that adds the stub to handle theMelanie Thielker2009-04-141-0/+11
* * Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares2009-04-142-0/+11
* * Set eol-style: native on J2KImage.csTeravus Ovares2009-04-131-2/+2
* *Bypass J2kDecoder when asset is nullTeravus Ovares2009-04-131-0/+4
* if Data is null, shortcut to client.SendImageNotFound, as any otherSean Dague2009-04-131-3/+10
* scream out a bit warning if we failed to set default imageSean Dague2009-04-131-0/+2
* catch for a null asset so we don't get an exception here, though thisSean Dague2009-04-131-1/+7
* put J2KImage into it's own file, please no doubling up on classes inSean Dague2009-04-132-316/+354
* * Patch from RemedyTomm Mantis 3440Teravus Ovares2009-04-103-510/+428
* Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin2009-04-101-2/+2
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-091-1/+0
* * Tagged long running tests with LongRunningAttribute.lbsa712009-04-091-1/+2
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-13/+14
* * Fix the remainder of the packets that require sessionId checks.Teravus Ovares2009-04-081-32/+929
* * [SECURITY] Implements additional packet security checks for Object related ...Adam Frisby2009-04-081-0/+250
* * [SECURITY] Implements a large number of new security checks into Scene/Avat...Adam Frisby2009-04-081-0/+269
* * Ooops, really put this on the task queue and not textureJustin Clarke Casey2009-04-071-1/+1
* * Put AgentTextureCached? response packet on the task queue rather than the w...Justin Clarke Casey2009-04-071-3/+2
* * Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey2009-04-071-0/+13
* Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz2009-04-041-4/+35
* Preliminary work to support ObjectSpin* packets when user invokes CTRL / SHIF...nlin2009-04-041-4/+41
* Adding the Length override to the KillPacketMelanie Thielker2009-03-311-0/+6
* Thanks rtomita for a patch to add a handler for the RemoveInventoryObjects pa...Jeff Ames2009-03-311-0/+29
* * minor: remove mono compiler warningsJustin Clarke Casey2009-03-301-10/+9