aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI2.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Implementing first of the 0.6 IClientAPI ChangesAdam Frisby2008-11-081-86/+0
| | | | | | * Introducing IClientCore - this will be the key replacement for IClientAPI in the long run, it has a very minimal set of methods designed to allow you to access specialist API's. * See https://lists.berlios.de/pipermail/opensim-dev/2008-September/003049.html for the early discussion on this.
* Add copyright notices.Jeff Ames2008-05-201-1/+28
| | | | | Fix spelling typo (Thanks ChrisDown for pointing this out)
* Formatting cleanup.Jeff Ames2008-05-161-2/+2
|
* Update svn properties.Jeff Ames2008-05-141-59/+59
|
* * Committing sample IClientAPI2.csAdam Frisby2008-05-121-0/+59
* This is not functional anywhere, but is a incomplete proposed replacement class for IClientAPI. Assistance filling this out would be appreciated. Use IClientAPI.cs as a reference, but make sure not to copy it - instead rewrite and abstract.