aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * refactor: rename interface to put standard I prefix in frontJustin Clarke Casey2008-10-011-2/+2
|
* * Fix bug in LLPacketHandler where the tickcount when a packet was ↵Justin Clarke Casey2008-10-011-1/+1
| | | | | | | | approximately sent was not being stored in the ack record * This meant that acks were being sent out every 250ms when the ack timer fired, rather than when they had actually aged past m_ResendTimeout
* * Converted a number of methods within the login processes from private to ↵Adam Frisby2008-09-141-3/+2
| | | | | | | | protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups.
* * minor: Clean up of logging messages to make following the client login ↵Justin Clarke Casey2008-09-071-8/+34
| | | | | | | | process easier * documentation
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-4/+4
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* * eliminated some warnings and added some const and readonlieslbsa712008-07-211-1/+1
| | | | | | | | | * refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
* Formatting cleanup.Jeff Ames2008-05-161-6/+6
|
* fixed the dos line endingsSean Dague2008-05-021-149/+149
|
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby2008-05-021-0/+150
are in.