aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ClientInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-10/+0
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-3/+13
|
* One less [Serializable] -- ClientInfo.Diva Canto2011-04-281-1/+0
|
* Eliminated sAgentCircuitData, a data structure that has been obsolete for ↵Diva Canto2011-04-281-1/+1
| | | | quite some time.
* A few updates necessary for load balancer.Mike Mazur2009-02-251-1/+10
| | | | | | | | | - handle GetUser request for nonexistent user gracefully - include throttle levels in ClientInfo - code to save/restore throttles in client stack - only update/send updates to active clients - make animation classes serializable
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-081-0/+27
|
* Update svn properties.Jeff Ames2008-07-111-21/+21
|
* * Split out various classes from IClientAPI into their own files, in ↵lbsa712008-07-081-0/+22
accordance with code standards