| Commit message (Expand) | Author | Age | Files | Lines |
* | * minor: remove mono warnings | Justin Clarke Casey | 2008-10-19 | 1 | -1/+1 |
* | * Fixed UDP server (again) | Teravus Ovares | 2008-10-19 | 1 | -3/+14 |
* | Added calling cards. Fixes Mantis#2409 and part of #1515. | Homer Horwitz | 2008-10-19 | 1 | -0/+68 |
* | * Null check before UseCircuitCode Check or the server crashes on packet loss! | Teravus Ovares | 2008-10-19 | 1 | -1/+1 |
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 1 | -21/+25 |
* | * Remove mono warnings | Justin Clarke Casey | 2008-10-17 | 1 | -1/+1 |
* | * Finally, don't worry about doing containment checks on other dictionaries i... | Justin Clarke Casey | 2008-10-17 | 1 | -4/+2 |
* | * Don't worry about trying to populate the other dictionaries if a client's c... | Justin Clarke Casey | 2008-10-17 | 1 | -13/+22 |
* | * close two potential race conditions where a new asynchronous UDP recieve co... | Justin Clarke Casey | 2008-10-17 | 1 | -69/+53 |
* | * Temporarily resume creation of IPEndPoint on every call | Justin Clarke Casey | 2008-10-17 | 1 | -5/+7 |
* | * Instead of creating a new IPEndPoint on every udp packet receive, reuse the... | Justin Clarke Casey | 2008-10-17 | 1 | -21/+39 |
* | * reverse part of a change that accidentally crept in with the last revision | Justin Clarke Casey | 2008-10-17 | 1 | -1/+2 |
* | * Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290 | Justin Clarke Casey | 2008-10-17 | 1 | -2/+1 |
* | * minor: get rid of pointless ipeSender | Justin Clarke Casey | 2008-10-16 | 2 | -7/+8 |
* | * Truncate outgoing media and music urls to 254 characters. | Justin Clarke Casey | 2008-10-15 | 2 | -12/+58 |
* | * refactor: Remove OutPacket from the IClientAPI | Justin Clarke Casey | 2008-10-15 | 1 | -7/+7 |
* | * refactor: move viewer effect packet into LLClientView | Justin Clarke Casey | 2008-10-15 | 1 | -0/+12 |
* | * refactor: Move error logging from GetUserDetails up to callers, since there... | Justin Clarke Casey | 2008-10-15 | 1 | -1/+7 |
* | * refactor: move code concerned with creating a subsequent image packet to LL... | Justin Clarke Casey | 2008-10-15 | 1 | -0/+11 |
* | * refactor: rename SendImagePart to SendImageFirstPart since this is more des... | Justin Clarke Casey | 2008-10-15 | 1 | -1/+2 |
* | * Send an avatar update to other clients when an avatar rotates, as well as w... | Justin Clarke Casey | 2008-10-14 | 1 | -1/+4 |
* | * minor: change m_debug to m_debugPacketLevel since that's what it is | Justin Clarke Casey | 2008-10-14 | 1 | -11/+13 |
* | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ... | Justin Clarke Casey | 2008-10-14 | 1 | -7/+2 |
* | * Make KillObjectPackets reliable | Justin Clarke Casey | 2008-10-14 | 1 | -1/+6 |
* | Add EventInfoRequest and EventInfoReply packets. | Homer Horwitz | 2008-10-12 | 1 | -0/+33 |
* | * Small fix for when PacketPool is disabled to prevent it from crashing immed... | Adam Frisby | 2008-10-12 | 1 | -1/+1 |
* | LLUDP Client View | Adam Frisby | 2008-10-12 | 1 | -0/+1 |
* | * Rework llParcelMediaCommandList | Homer Horwitz | 2008-10-11 | 1 | -1/+1 |
* | Plumb the remaining search packets and replies. | Melanie Thielker | 2008-10-11 | 1 | -0/+239 |
* | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the... | MW | 2008-10-10 | 1 | -3/+18 |
* | added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, f... | MW | 2008-10-10 | 1 | -1/+16 |
* | A bit more estate fudging | Melanie Thielker | 2008-10-10 | 1 | -5/+2 |
* | * fix windows build break - it helps if one actually puts in using statements... | Justin Clarke Casey | 2008-10-09 | 1 | -1/+3 |
* | * minor: get rid of an unecessary casting and logic check | Justin Clarke Casey | 2008-10-09 | 1 | -10/+5 |
* | * refactor: separate process of extracting packet from received data from act... | Justin Clarke Casey | 2008-10-09 | 1 | -34/+41 |
* | * minor: initialize udp server in unit test | Justin Clarke Casey | 2008-10-09 | 2 | -8/+8 |
* | * Create project for LindenUDP ClientStack tests | Justin Clarke Casey | 2008-10-09 | 1 | -0/+44 |
* | * minor: very small doc addition | Justin Clarke Casey | 2008-10-09 | 1 | -1/+1 |
* | * Fixes simstats reporter. I'm sure this issue caused all sorts of things r... | Teravus Ovares | 2008-10-09 | 1 | -2/+2 |
* | Mantis#2354. Thank you kindly, Tglion for a patch that: | Charles Krinke | 2008-10-08 | 1 | -0/+1 |
* | * Comment out debug throttle output that I had accidentally left in | Justin Clarke Casey | 2008-10-07 | 1 | -0/+2 |
* | * Temporarily revert r6714 which changed agent throttle number interpretation | Justin Clarke Casey | 2008-10-07 | 1 | -6/+8 |
* | * Apply http://opensimulator.org/mantis/view.php?id=1207 | Justin Clarke Casey | 2008-10-07 | 1 | -1/+1 |
* | * Stop the sim stats reporter reusing the same SimStatsPacket for all clients | Justin Clarke Casey | 2008-10-06 | 1 | -2/+12 |
* | * restore Header.Resent field setting for resent packets | Justin Clarke Casey | 2008-10-06 | 1 | -0/+4 |
* | * Change interpretation of asset throttle values to bits per second rather th... | Justin Clarke Casey | 2008-10-06 | 2 | -37/+42 |
* | Implement Parcel -> ForceOwnerToMe god mode packet | Melanie Thielker | 2008-10-06 | 1 | -0/+11 |
* | Revert r6697 patch as the build fails. | Charles Krinke | 2008-10-06 | 1 | -1/+1 |
* | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 2008-10-06 | 1 | -1/+1 |
* | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 2008-10-06 | 1 | -0/+16 |