Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Added IClientIM to IClientCore interfaces | Adam Frisby | 2008-11-08 | 1 | -4/+0 |
| | | | | | | * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.* | ||||
* | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-08 | 1 | -1/+28 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-11-06 | 1 | -160/+160 |
| | |||||
* | moved the initial loading/setting of the config settings to its own class, ↵ | MW | 2008-11-05 | 1 | -0/+8 |
| | | | | ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin. | ||||
* | Moved a couple of more configuration fields to ConfigSettings | MW | 2008-11-05 | 1 | -0/+16 |
| | |||||
* | more startup/initialisation refactoring | MW | 2008-11-05 | 1 | -4/+4 |
| | |||||
* | Moved most of the configuration fields from Opensimbase to their own ↵ | MW | 2008-11-05 | 1 | -0/+136 |
Class... Framework/ConfigSettings. |