aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* * minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey2008-10-141-11/+13
* * refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey2008-10-141-7/+2
* * Make KillObjectPackets reliableJustin Clarke Casey2008-10-141-1/+6
* Add EventInfoRequest and EventInfoReply packets.Homer Horwitz2008-10-121-0/+33
* * Small fix for when PacketPool is disabled to prevent it from crashing immed...Adam Frisby2008-10-121-1/+1
* LLUDP Client ViewAdam Frisby2008-10-121-0/+1
* * Rework llParcelMediaCommandListHomer Horwitz2008-10-111-1/+1
* Plumb the remaining search packets and replies.Melanie Thielker2008-10-111-0/+239
* added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the...MW2008-10-101-3/+18
* added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, f...MW2008-10-101-1/+16
* A bit more estate fudgingMelanie Thielker2008-10-101-5/+2
* * fix windows build break - it helps if one actually puts in using statements...Justin Clarke Casey2008-10-091-1/+3
* * minor: get rid of an unecessary casting and logic checkJustin Clarke Casey2008-10-091-10/+5
* * refactor: separate process of extracting packet from received data from act...Justin Clarke Casey2008-10-091-34/+41
* * minor: initialize udp server in unit testJustin Clarke Casey2008-10-092-8/+8
* * Create project for LindenUDP ClientStack testsJustin Clarke Casey2008-10-091-0/+44
* * minor: very small doc additionJustin Clarke Casey2008-10-091-1/+1
* * Fixes simstats reporter. I'm sure this issue caused all sorts of things r...Teravus Ovares2008-10-091-2/+2
* Mantis#2354. Thank you kindly, Tglion for a patch that:Charles Krinke2008-10-081-0/+1
* * Comment out debug throttle output that I had accidentally left inJustin Clarke Casey2008-10-071-0/+2
* * Temporarily revert r6714 which changed agent throttle number interpretationJustin Clarke Casey2008-10-071-6/+8
* * Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey2008-10-071-1/+1
* * Stop the sim stats reporter reusing the same SimStatsPacket for all clientsJustin Clarke Casey2008-10-061-2/+12
* * restore Header.Resent field setting for resent packetsJustin Clarke Casey2008-10-061-0/+4
* * Change interpretation of asset throttle values to bits per second rather th...Justin Clarke Casey2008-10-062-37/+42
* Implement Parcel -> ForceOwnerToMe god mode packetMelanie Thielker2008-10-061-0/+11
* Revert r6697 patch as the build fails.Charles Krinke2008-10-061-1/+1
* Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke2008-10-061-1/+1
* Implements ObjectOwner god mode packet (Set Owner To Me admin option)Melanie Thielker2008-10-061-0/+16
* * Green dots on the mainmap for avatar.Teravus Ovares2008-10-061-0/+34
* Revert the packet resend timing changes. They caused login issues in primmyMelanie Thielker2008-10-051-2/+2
* Craters, take 2. Remove old discard logic and absolute discard timer. Melanie Thielker2008-10-051-47/+27
* * An update to the UDP Packet handler which might make the giant sized crater...Teravus Ovares2008-10-051-1/+1
* Remove a console debug outputMelanie Thielker2008-10-051-1/+1
* Small bug fixMelanie Thielker2008-10-051-0/+1
* Plumb in the DirPlacesReply packetMelanie Thielker2008-10-051-0/+31
* Plumb packet DirPlacesQuery for search moduleMelanie Thielker2008-10-041-0/+22
* Unclutter rezzing methods by removing the ad hoc permissions parameters.Melanie Thielker2008-10-041-3/+1
* Add "Drop" functionality to pie menuMelanie Thielker2008-10-041-0/+14
* * oops, fix build break.Justin Clarke Casey2008-10-033-23/+70
* * Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey2008-10-039-22/+158
* * refactor: make startup a template methodJustin Clarke Casey2008-10-032-3/+4
* This changeset changes the way chat from client is routed: Dr Scofield2008-10-031-12/+12
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-033-6/+4
* Mantis #1360Melanie Thielker2008-10-031-3/+21
* * EventQueueGet is now working.Teravus Ovares2008-10-031-1/+8
* - Fixed a small off by one error in sending MapBlocksHomer Horwitz2008-10-021-1/+1
* - Added SendScriptTeleportRequest to IClientView and classes implementing it.Homer Horwitz2008-10-011-0/+12
* * minor: oh, and comment out the now unused logger as wellJustin Clarke Casey2008-10-011-2/+2
* * minor: Comment out temporarily statistical counter I accidentally left in f...Justin Clarke Casey2008-10-011-1/+1