Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -68/+39 |
| | |||||
* | * Added base thread pool based presence informing to the message server. | Teravus Ovares | 2008-02-26 | 1 | -26/+27 |
| | | | | | * Not ready yet for use. | ||||
* | * More Message server stuff. Still not ready. | Teravus Ovares | 2008-02-26 | 1 | -26/+77 |
| | |||||
* | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 2008-02-25 | 1 | -1/+103 |
| | |||||
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 1 | -1/+1 |
| | | | | | | * Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon. | ||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -9/+7 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2008-01-20 | 1 | -1/+1 |
| | | | | | | | * Added a Logout message with a name on the console * Added a *fixme* message to figure out why the current agent session is null * After updating you may notice that there's a login <user> and also a logout<user> | ||||
* | * Added the files for work units for the purpose of sending out updates to ↵ | Teravus Ovares | 2008-01-08 | 1 | -0/+4 |
| | | | | regions. | ||||
* | * Added more methods to MessageService | Teravus Ovares | 2008-01-08 | 1 | -49/+161 |
| | |||||
* | * Switched over to RegionProfileData from using RegionInfo because ↵ | Teravus Ovares | 2008-01-08 | 1 | -21/+60 |
| | | | | | | | RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method. | ||||
* | * Message Server stuff. | Teravus Ovares | 2008-01-07 | 1 | -11/+11 |
| | |||||
* | * More message server methods | Teravus Ovares | 2008-01-07 | 1 | -2/+103 |
| | |||||
* | * Adding More to the MessageServer classes. | Teravus Ovares | 2008-01-07 | 1 | -0/+224 |
* Don't forget to prebuild |