| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | From this version onwards, all new region files created automatically will | Melanie Thielker | 2009-06-25 | 1 | -11/+115 |
* | Add a comment and an example region config file | Melanie Thielker | 2009-06-25 | 1 | -1/+1 |
* | Allow the reading of ini files instead of xml files when reading region | Melanie Thielker | 2009-06-25 | 1 | -44/+116 |
* | Committing the meat of the user server interface and the bones of the service... | Melanie Thielker | 2009-06-22 | 1 | -0/+10 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * Attaches debug info to some DNS resolution code. | Adam Frisby | 2009-05-25 | 1 | -8/+16 |
* | * Bug fix: Variable m_regionSettings can be null, using RegionSettings instea... | Arthur Valadares | 2009-05-13 | 1 | -1/+1 |
* | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2009-05-12 | 1 | -0/+6 |
* | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-05-02 | 1 | -0/+2 |
* | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2009-04-17 | 1 | -2/+2 |
* | * Some more work on refactoring configs; | lbsa71 | 2009-04-17 | 1 | -4/+4 |
* | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 2009-03-12 | 1 | -1/+2 |
* | * Refactored out Create() methods to ensure proper transformation between Reg... | lbsa71 | 2009-03-10 | 1 | -0/+13 |
* | Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we... | MW | 2009-03-02 | 1 | -0/+1 |
* | Moved RegionUp to REST/LocalComms. The original functionality has been entire... | diva | 2009-02-14 | 1 | -0/+69 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-13 | 1 | -3/+3 |
* | Allow some values that are set in OpenSim.ini to be set from region config | Melanie Thielker | 2009-01-02 | 1 | -2/+65 |
* | * Implement saving of region settings in OAR files | Justin Clarke Casey | 2008-12-30 | 1 | -2/+0 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2810 | Justin Clarke Casey | 2008-12-18 | 1 | -2/+1 |
* | * Added IClientIM to IClientCore interfaces | Adam Frisby | 2008-11-08 | 1 | -2/+1 |
* | Allow create-region to load files from arbitrary locations | Melanie Thielker | 2008-09-30 | 1 | -0/+5 |
* | adds support to delete a region completely and offers that | Dr Scofield | 2008-09-18 | 1 | -0/+3 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -24/+24 |
* | Fix compiler warning due to incomplete refactoring in r5901. | Jeff Ames | 2008-08-18 | 1 | -4/+0 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -11/+10 |
* | * Drop cached inventory from the local region when a user crosses out into a ... | Justin Clarke Casey | 2008-08-01 | 1 | -20/+22 |
* | Patch #9151 | Melanie Thielker | 2008-07-18 | 1 | -39/+2 |
* | RegionInfo.configMember can be null for dynamically created regions | Dr Scofield | 2008-07-08 | 1 | -0/+3 |
* | Copyright notices and formatting cleanup. | Jeff Ames | 2008-07-06 | 1 | -1/+1 |
* | Mantis#1637. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2008-06-30 | 1 | -1/+17 |
* | * Adds Region ban capability to Regions. You access this by going to World->... | Teravus Ovares | 2008-06-21 | 1 | -0/+24 |
* | * Enables maptile display in grid mode for simulators that are not on the sam... | Teravus Ovares | 2008-06-14 | 1 | -0/+28 |
* | * Assigns a random UUID to a region if the Sim UUID is null. | Adam Frisby | 2008-05-26 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -4/+4 |
* | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-05-14 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+1 |
* | * Spring cleaning. | Adam Frisby | 2008-04-29 | 1 | -81/+67 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -1/+0 |
* | * Fix a bug in the friends module that causes a friend not to appear online w... | Teravus Ovares | 2008-04-13 | 1 | -0/+1 |
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-04-11 | 1 | -2/+59 |
* | * Minor cleanup | Teravus Ovares | 2008-03-30 | 1 | -4/+1 |
* | This update has good news and bad news, first the bad. | Teravus Ovares | 2008-03-30 | 1 | -0/+17 |
* | * Start passing around a region server's http port in RegionInfo. | Justin Clarke Casey | 2008-03-23 | 1 | -3/+14 |
* | * Catch the occasional resolution exception that comes out of SceneCommunicat... | Justin Clarke Casey | 2008-03-22 | 1 | -2/+9 |
* | Fixed some comparisons of LLUUIDs to null. | Jeff Ames | 2008-03-19 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+27 |
* | * One line fix to get everything working again. Essentially set the originR... | Teravus Ovares | 2008-03-04 | 1 | -0/+1 |
* | Merged 3Di code that provides scene and avatar serialization, and plugin supp... | Johan Berntsson | 2008-03-04 | 1 | -1/+22 |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 1 | -1/+1 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -2/+3 |