aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/NetworkServersInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵lbsa712007-10-151-7/+9
| | | | consolidated port number defaults. Thankx Chillken!
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-4/+1
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-1/+4
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* *Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen2007-08-171-61/+15
|
* * SimpleApp works again:lbsa712007-08-061-6/+16
| | | | | | | | | | | * NetworkServersInfo settable without config file * DefaultHomeLoc throws if getted before setted * Removed nonsensical sandbox distinction * Refactored default config file creation * Some more small refactorings on shapes
* * Fixed an config issue (log not initialized in RegionInfo config)lbsa712007-07-201-0/+5
| | | | | * Added LineInfo stacktrace parser to LogBase (not used yet though)
* *Handler Functions can now refuse an object as invalid by returning false, ↵mingchen2007-07-191-12/+14
| | | | | | | | 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
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-157/+59
| | | | | | | | original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
* changed to native line ending encodingSean Dague2007-07-161-219/+219
|
* * Fixed bug where UserServer SendKey would not be saved in configuration.Adam Frisby2007-07-151-1/+1
|
* Changed simpleApp to use basic physics.MW2007-07-131-2/+2
| | | | | | Done some work of fixing primitive/SceneObject copying. Set DefaultHome region to 1000,1000.
* *Fixed storage issue as noted in last commit of the OGS1 GridServermingchen2007-07-031-1/+1
| | | | | *Reverted the default remote grid server port back to 8001 (from a port change to debug a previous issue)
* *Removed GridInfo class as it has been previously replaced with the much ↵mingchen2007-07-031-1/+1
| | | | | | | | | better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work!
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-15/+14
| | | | | * added some licensing info
* *Master User is now set upmingchen2007-06-281-0/+39
| | | | | | *Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+181
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.