| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 4 | -0/+22 |
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -2/+4 |
* | Add a parameter that limits the max size of the outbound packet. Defaulted | Melanie Thielker | 2009-05-04 | 1 | -6/+41 |
* | Create a working configuration hook to allow LLClient parameters from | Melanie Thielker | 2009-05-04 | 2 | -3/+8 |
* | Some reorganization around service connectors. No functional change | Melanie Thielker | 2009-05-03 | 5 | -6/+5 |
* | Thank you kindly, Thomax, for a patch that: | Charles Krinke | 2009-05-03 | 1 | -1/+2 |
* | Make a race condition in packet resending smaller | Melanie Thielker | 2009-05-03 | 1 | -0/+1 |
* | alter behavior of sculpted prim "Inside out" setting. Addresses Mantis #3514 | Dahlia Trimble | 2009-05-03 | 1 | -1/+1 |
* | * Reversing experimental change in previous rev. | Adam Frisby | 2009-05-02 | 1 | -1/+1 |
* | * Experimental: Speeds maximum resend per second from 80 packets to 400. (Fro... | Adam Frisby | 2009-05-02 | 1 | -1/+1 |
* | If a packet pooling blows up, fail gracefully instead of disconnecting | Melanie Thielker | 2009-05-02 | 1 | -20/+32 |
* | Handle resends better | Melanie Thielker | 2009-05-02 | 2 | -1/+6 |
* | * Makes ObjectUpdate compressing tweakable in OpenSim.ini - introduces: | Adam Frisby | 2009-05-02 | 1 | -2/+13 |
* | Plumb conifg into the client views. Add config option to configure packet | Melanie Thielker | 2009-05-02 | 3 | -0/+23 |
* | Thank you kindly, Fly-Man, for a patch that: | Charles Krinke | 2009-05-02 | 1 | -1/+1 |
* | Thank you kindly, Thomax, for a patch that solves: | Charles Krinke | 2009-05-02 | 1 | -1/+1 |
* | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-05-02 | 2 | -6/+173 |
* | Thank you kindly, MCortez for a patch that solves: | Charles Krinke | 2009-05-02 | 1 | -1/+18 |
* | Rename CoreModules.Communications to CoreModule.ServiceConnectors and, inside... | diva | 2009-05-02 | 2 | -0/+0 |
* | Move a lock to attempt to cut down packet loss | Melanie Thielker | 2009-05-02 | 1 | -4/+4 |
* | Change of word in log message. | diva | 2009-05-02 | 1 | -1/+1 |
* | Numerous packet improvements. | Melanie Thielker | 2009-05-02 | 5 | -9/+46 |
* | Fix the issue that stopped the packet pool from working. Add a mechanism | Melanie Thielker | 2009-05-02 | 3 | -10/+11 |
* | Add a tweakable for the prim queue preload | Melanie Thielker | 2009-05-01 | 3 | -9/+19 |
* | Throttle prim sending a bit (again) to ensure the queues don't overrun and | Melanie Thielker | 2009-05-01 | 1 | -2/+2 |
* | Add methods to block and queue agent updates during region crossing and TP | Melanie Thielker | 2009-05-01 | 1 | -0/+43 |
* | Send the animations of all already present avatar to an avatar entering a sim | Melanie Thielker | 2009-05-01 | 1 | -0/+6 |
* | Improve prim sending by combining multiple prim updates into a single packet | Melanie Thielker | 2009-05-01 | 3 | -75/+207 |
* | * refactor: move iar name hashing into a method | Justin Clarke Casey | 2009-04-30 | 1 | -1/+1 |
* | Estate owners who are not administrators, even in god mode, should not be | Melanie Thielker | 2009-04-30 | 1 | -1/+1 |
* | Thank you, mpallari, for a patch that correct the behavior of the avatar | Melanie Thielker | 2009-04-30 | 1 | -3/+1 |
* | Fixed a bug in the permissions module, where if there were multiple admins, t... | MW | 2009-04-30 | 1 | -7/+21 |
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 4 | -15/+66 |
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-04-29 | 3 | -156/+280 |
* | Catch another j2k decode exception that can be caused by a bad asset | Melanie Thielker | 2009-04-29 | 1 | -29/+34 |
* | Fix a crash that will hit when an image asset is truncated in storage | Melanie Thielker | 2009-04-29 | 1 | -1/+11 |
* | * Correct log message format | Justin Clarke Casey | 2009-04-29 | 3 | -95/+95 |
* | * Add test to check temp profile creation on iar load | Justin Clarke Casey | 2009-04-29 | 2 | -8/+4 |
* | * Apply further groups xmlrpc to stop an exception in the exception handler | Justin Clarke Casey | 2009-04-29 | 2 | -33/+90 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3557 | Justin Clarke Casey | 2009-04-29 | 1 | -1/+19 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3554 | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 |
* | * Actually change the default oar file name to region.oar instead of scene.oa... | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-29 | 4 | -7/+5 |
* | * Make scene.oar the default oar target rather than scene.oar.tar.gz, in an a... | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 |
* | * Add missing System.Reflection reference from last commit | Justin Clarke Casey | 2009-04-29 | 1 | -0/+1 |
* | * Adjust load iar unit test to check load of items with creator names that ex... | Justin Clarke Casey | 2009-04-29 | 1 | -7/+17 |
* | Again, completely revamp the unlink code to finally allow unlinking | Melanie Thielker | 2009-04-29 | 2 | -124/+131 |
* | fixes exception thrown when client session is shutdown while | Dr Scofield | 2009-04-29 | 1 | -0/+2 |
* | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. | diva | 2009-04-29 | 1 | -1/+1 |
* | Let estate owners and managers enter nonpublic estates unconditionally. | Melanie Thielker | 2009-04-28 | 1 | -2/+2 |