aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker2009-05-041-0/+12
* Add a parameter that limits the max size of the outbound packet. DefaultedMelanie Thielker2009-05-041-6/+41
* * 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
* Numerous packet improvements.Melanie Thielker2009-05-021-0/+1
* Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker2009-05-021-8/+5
* 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
* Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble2009-04-251-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
* 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
* Thank you, Fly-Man, for a patch that adds the stub to handle theMelanie Thielker2009-04-141-0/+11
* * Patch from RemedyTomm Mantis 3440Teravus Ovares2009-04-101-3/+4
* 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
* * 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
* 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
* Add PickInfoReply packet.Melanie Thielker2009-03-301-0/+25
* Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker2009-03-291-37/+27
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-291-0/+11
* Add mute list request event and dummy responseMelanie Thielker2009-03-281-2/+26
* * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with...Teravus Ovares2009-03-281-2/+7
* Add the events needed for profiles.Melanie Thielker2009-03-271-0/+55
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-2/+2
* Remove a hardcoded flow/dependency on the money module from LLCLientViewMelanie Thielker2009-03-271-39/+17
* Send proper creation date on item gives, so objects will appear at the top ofMelanie Thielker2009-03-221-1/+1
* Thanks rtomita for a patch to add handlers for prim scale updates from libomv...Jeff Ames2009-03-141-0/+25
* Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker2009-03-131-1/+21
* Thanks rtomita for a patch to fix inventory listings for clients using libomv...Jeff Ames2009-03-111-2/+58
* Limit the message length from llInstantMessage to 1024 characters http://wiki...idb2009-03-071-1/+6
* * Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey2009-03-051-21/+28
* Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker2009-02-261-0/+10
* Fixes Mantis #3220. Thank you kindly, MPallari, for a patch that:Charles Krinke2009-02-251-3/+3
* A few updates necessary for load balancer.Mike Mazur2009-02-251-0/+2