| Commit message (Expand) | Author | Age | Files | Lines |
* | Move a lock to attempt to cut down packet loss | Melanie Thielker | 2009-05-02 | 1 | -4/+4 |
* | Numerous packet improvements. | Melanie Thielker | 2009-05-02 | 4 | -9/+40 |
* | Fix the issue that stopped the packet pool from working. Add a mechanism | Melanie Thielker | 2009-05-02 | 2 | -9/+10 |
* | Improve prim sending by combining multiple prim updates into a single packet | Melanie Thielker | 2009-05-01 | 1 | -73/+200 |
* | Thank you, mpallari, for a patch that correct the behavior of the avatar | Melanie Thielker | 2009-04-30 | 1 | -3/+1 |
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 1 | -12/+63 |
* | 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 |
* | fixes exception thrown when client session is shutdown while | Dr Scofield | 2009-04-29 | 1 | -0/+2 |
* | Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers... | Dahlia Trimble | 2009-04-25 | 1 | -1/+1 |
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 1 | -1/+1 |
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-22 | 1 | -5/+5 |
* | Change a bad use of a type name as a variable. Thanks, Fly-Man | Melanie Thielker | 2009-04-20 | 1 | -4/+4 |
* | Add PlacesQuery packet | Melanie Thielker | 2009-04-20 | 1 | -0/+21 |
* | It is possible that apacket is recieved before the clint stack is fully ready. | Melanie Thielker | 2009-04-20 | 1 | -0/+2 |
* | Thank you kindly, RemedyTomm for a patch that: | Charles Krinke | 2009-04-18 | 3 | -58/+134 |
* | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-04-17 | 1 | -0/+5 |
* | Correctly flag group owned prims in the land prim list | Melanie Thielker | 2009-04-16 | 1 | -2/+2 |
* | Fix build break and change some groups interfaces | Melanie Thielker | 2009-04-16 | 1 | -7/+4 |
* | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 2009-04-15 | 1 | -1/+27 |
* | minor: Remove some mono compiler warnings. Uncomment code when it's actually... | Justin Clarke Casey | 2009-04-15 | 1 | -7/+7 |
* | Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a... | Johan Berntsson | 2009-04-15 | 1 | -1/+1 |
* | Thank you, Fly-Man, for a patch that adds the stub to handle the | Melanie Thielker | 2009-04-14 | 1 | -0/+11 |
* | * Commit a variety of fixes to bugs discovered while trying to fix the NaN si... | Teravus Ovares | 2009-04-14 | 2 | -0/+11 |
* | * Set eol-style: native on J2KImage.cs | Teravus Ovares | 2009-04-13 | 1 | -2/+2 |
* | *Bypass J2kDecoder when asset is null | Teravus Ovares | 2009-04-13 | 1 | -0/+4 |
* | if Data is null, shortcut to client.SendImageNotFound, as any other | Sean Dague | 2009-04-13 | 1 | -3/+10 |
* | scream out a bit warning if we failed to set default image | Sean Dague | 2009-04-13 | 1 | -0/+2 |
* | catch for a null asset so we don't get an exception here, though this | Sean Dague | 2009-04-13 | 1 | -1/+7 |
* | put J2KImage into it's own file, please no doubling up on classes in | Sean Dague | 2009-04-13 | 2 | -316/+354 |
* | * Patch from RemedyTomm Mantis 3440 | Teravus Ovares | 2009-04-10 | 3 | -510/+428 |
* | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 2009-04-10 | 1 | -2/+2 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-09 | 1 | -1/+0 |
* | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 2009-04-09 | 1 | -1/+2 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 1 | -13/+14 |
* | * Fix the remainder of the packets that require sessionId checks. | Teravus Ovares | 2009-04-08 | 1 | -32/+929 |
* | * [SECURITY] Implements additional packet security checks for Object related ... | Adam Frisby | 2009-04-08 | 1 | -0/+250 |
* | * [SECURITY] Implements a large number of new security checks into Scene/Avat... | Adam Frisby | 2009-04-08 | 1 | -0/+269 |
* | * Ooops, really put this on the task queue and not texture | Justin Clarke Casey | 2009-04-07 | 1 | -1/+1 |
* | * Put AgentTextureCached? response packet on the task queue rather than the w... | Justin Clarke Casey | 2009-04-07 | 1 | -3/+2 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3227 | Justin Clarke Casey | 2009-04-07 | 1 | -0/+13 |
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -4/+35 |
* | Preliminary work to support ObjectSpin* packets when user invokes CTRL / SHIF... | nlin | 2009-04-04 | 1 | -4/+41 |
* | * Proactively fixed bug-potential concerning the fact that m_httpServer prope... | lbsa71 | 2009-04-03 | 1 | -1/+0 |
* | Adding the Length override to the KillPacket | Melanie Thielker | 2009-03-31 | 1 | -0/+6 |
* | Thanks rtomita for a patch to add a handler for the RemoveInventoryObjects pa... | Jeff Ames | 2009-03-31 | 1 | -0/+29 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2009-03-30 | 1 | -10/+9 |
* | Add PickInfoReply packet. | Melanie Thielker | 2009-03-30 | 1 | -0/+25 |
* | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 2009-03-29 | 1 | -37/+27 |
* | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 2009-03-29 | 1 | -0/+11 |