Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 2007-09-27 | 2 | -78/+0 |
| | | | | Tleiades patch 444 and 445. | ||||
* | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 2007-09-27 | 2 | -0/+78 |
| | | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) | ||||
* | * Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵ | lbsa71 | 2007-09-25 | 1 | -1/+0 |
| | | | | | | | intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client. | ||||
* | * Fixed Culture-variant parsing of config options | lbsa71 | 2007-09-25 | 1 | -4/+5 |
| | |||||
* | Can now set the http ports that grid server and user server use. | MW | 2007-09-14 | 2 | -1/+17 |
| | |||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | *Estate settings are now saved in their own configuration file called ↵ | mingchen | 2007-08-03 | 1 | -1/+9 |
| | | | | estate_settings.xml using the configuration system. | ||||
* | mass update of files to have native line endings | Sean Dague | 2007-07-30 | 5 | -602/+602 |
| | |||||
* | *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵ | mingchen | 2007-07-23 | 2 | -2/+7 |
| | | | | | | | | fetches a file from a remote server *Right now, values are not saved back to the remote server, but that will be changed *Removed some warnings from invalid references that were not used anyways | ||||
* | Re-added the ability to set the database provider (dll) in the config file ↵ | MW | 2007-07-21 | 2 | -2/+12 |
| | | | | for the userserver and gridserver. | ||||
* | *Added ability to manually set the configuration plugin dll from ↵ | mingchen | 2007-07-20 | 1 | -1/+5 |
| | | | | ConfigurationMember | ||||
* | * Assortment of Console changes - console messages are now grouped into ↵ | Adam Frisby | 2007-07-20 | 1 | -1/+1 |
| | | | | modules (eg "client", "grid", "terrain", "storage", etc) | ||||
* | *Moved XmlConfiguration to its own project | mingchen | 2007-07-19 | 3 | -135/+43 |
| | | | | | | *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated | ||||
* | *Handler Functions can now refuse an object as invalid by returning false, ↵ | mingchen | 2007-07-19 | 4 | -28/+64 |
| | | | | | | | | thus forcing the user to re-enter the data *Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered *Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default | ||||
* | * Removed yet more compiler warnings | Adam Frisby | 2007-07-19 | 1 | -1/+1 |
| | | | | | * Dropped old ILocalStorage storage engines. | ||||
* | *New Configuration System, much easier and less buggy compared to the ↵ | mingchen | 2007-07-18 | 6 | -0/+639 |
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :) |